[PATCH v7 0/6] arm64: support FEAT_BBM level 2 and large block mapping when rodata=full
2025-09-04 14:58 UTC (30+ messages)
` [PATCH v7 1/6] arm64: Enable permission change on arm64 kernel block mappings
` [PATCH v7 2/6] arm64: cpufeature: add AmpereOne to BBML2 allow list
` [PATCH v7 3/6] arm64: mm: support large block mapping when rodata=full
` [PATCH v7 4/6] arm64: mm: Optimize split_kernel_leaf_mapping()
` [PATCH v7 6/6] arm64: mm: Optimize linear_map_split_to_ptes()
[PATCH 0/2] Fix va_high_addr_switch.sh test failure
2025-09-04 14:52 UTC (4+ messages)
` [PATCH 1/2] selftests/mm: fix hugepages cleanup too early
` [RESEND] "
[PATCH v7 0/2] Improvements for victim thawing and reaper VMA traversal
2025-09-04 14:48 UTC (8+ messages)
` [PATCH v7 2/2] mm/oom_kill: The OOM reaper traverses the VMA maple tree in reverse order
[PATCH] mm/oom_kill: kill current in OOM when binding to cpu-less nodes
2025-09-04 14:43 UTC (5+ messages)
[PATCH v3 00/30] Live Update Orchestrator
2025-09-04 14:42 UTC (23+ messages)
` [PATCH v3 29/30] luo: allow preserving memfd
[PATCH] mm/percpu: Add a simple double-free check for per-CPU memory
2025-09-04 14:35 UTC
[PATCH v1 00/14] mm: BPF OOM
2025-09-04 14:32 UTC (13+ messages)
` [PATCH v1 01/14] mm: introduce bpf struct ops for OOM handling
[PATCH 0/3] mm: remove zpool
2025-09-04 14:11 UTC (6+ messages)
[PATCH v1 1/1] mapple_tree: Fix build error (`make W=1`)
2025-09-04 13:54 UTC (5+ messages)
[PATCH v3] filemap: optimize folio refount update in filemap_map_pages
2025-09-04 13:27 UTC
[PATCH v2] huge_memory: return -EINVAL in folio split functions when THP is disabled
2025-09-04 13:21 UTC (3+ messages)
[PATCH v7 1/2] mm/oom_kill: Thaw victim on a per-process basis instead of per-thread
2025-09-04 13:08 UTC (2+ messages)
[PATCH v3 0/2] efi: Fix EFI boot with kexec handover (KHO)
2025-09-04 12:57 UTC (7+ messages)
` [PATCH v3 2/2] efi: Support booting "
` "
` "
[PATCH 0/7] Nesting support for lazy MMU mode
2025-09-04 12:57 UTC (8+ messages)
` [PATCH 1/7] mm: remove arch_flush_lazy_mmu_mode()
` [PATCH 2/7] mm: introduce local state for lazy_mmu sections
` [PATCH 3/7] arm64: mm: fully support nested "
` [PATCH 4/7] x86/xen: support nested lazy_mmu sections (again)
` [PATCH 5/7] powerpc/mm: support nested lazy_mmu sections
` [PATCH 6/7] sparc/mm: "
` [PATCH 7/7] mm: update lazy_mmu documentation
Bug: Performance regression in 1013af4f585f: mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race
2025-09-04 12:39 UTC (4+ messages)
[PATCH 0/2] kho: add support for preserving vmalloc allocations
2025-09-04 12:30 UTC (7+ messages)
` [PATCH 1/2] "
[PATCH v3 0/7] Cleanup free_pages() misuse
2025-09-04 12:27 UTC (14+ messages)
` [PATCH v3 1/7] mm/page_alloc: Add kernel-docs for free_pages()
` [PATCH v3 2/7] aoe: Stop calling page_address() in free_page()
` [PATCH v3 3/7] x86: Stop calling page_address() in free_pages()
` [PATCH v3 4/7] riscv: "
` [PATCH v3 5/7] powerpc: "
` [PATCH v3 6/7] arm64: "
` [PATCH v3 7/7] virtio_balloon: "
[PATCH v2] filemap: optimize order0 folio in filemap_map_pages
2025-09-04 12:12 UTC (6+ messages)
[PATCH v2] fuse: virtio_fs: fix page fault for DAX page address
2025-09-04 12:10 UTC (2+ messages)
[PATCH 0/9] dma-buf: heaps: Add Tegra VPR support
2025-09-04 12:06 UTC (11+ messages)
` [PATCH 3/9] mm/cma: Allow dynamically creating CMA areas
` [PATCH 4/9] dma-buf: heaps: Add debugfs support
[PATCH v2 00/12] mm/iomap: add granular dirty and writeback accounting
2025-09-04 11:47 UTC (16+ messages)
` [PATCH v2 01/12] mm: pass number of pages to __folio_start_writeback()
` [PATCH v2 10/12] iomap: refactor dirty bitmap iteration
` [PATCH v2 12/12] iomap: add granular dirty and writeback accounting
[PATCH] mm: Remove mlock_count from struct page
2025-09-04 11:22 UTC (2+ messages)
[PATCH] fork: simplify overcomplicated if conditions
2025-09-04 11:16 UTC (5+ messages)
` [syzbot ci] "
[PATCH 0/2] change "a mm_struct" to "an mm_struct" in comment
2025-09-04 10:52 UTC (5+ messages)
` [PATCH 1/2] Hexagon: "
` [PATCH 2/2] fork: "
[PATCH] mm: tag kernel stack pages
2025-09-04 10:31 UTC (7+ messages)
[RFC PATCH 0/6] Remove XA_ZERO from error recovery of
2025-09-04 10:20 UTC (14+ messages)
` [RFC PATCH 2/6] mm/mmap: Abstract vma clean up from exit_mmap()
` [RFC PATCH 3/6] mm/vma: Add limits to unmap_region() for vmas
` [RFC PATCH 4/6] mm/memory: Add tree limit to free_pgtables()
` [RFC PATCH 6/6] mm: Change dup_mmap() recovery
[PATCH] mm: centralize and fix max map count limit checking
2025-09-04 10:14 UTC (5+ messages)
[PATCH v2 RFC 0/7] KFuzzTest: a new kernel fuzzing framework
2025-09-04 9:59 UTC (6+ messages)
` [PATCH v2 RFC 5/7] kfuzztest: add ReST documentation
` [PATCH v2 RFC 6/7] kfuzztest: add KFuzzTest sample fuzz targets
[v4 05/15] mm/migrate_device: handle partially mapped folios during collection
2025-09-04 9:37 UTC (2+ messages)
[PATCH 0/9] mm, swap: introduce swap table as swap cache (phase I)
2025-09-04 9:28 UTC (12+ messages)
` [PATCH 6/9] mm, swap: use the swap table for the swap cache and switch API
` [PATCH 8/9] mm, swap: implement dynamic allocation of swap table
[GIT PULL] slab fixes for 6.17-rc5
2025-09-04 8:56 UTC
[PATCH v3 00/12] mm/kasan: make kasan=on|off work for all three modes
2025-09-04 8:11 UTC (3+ messages)
[PATCH v2 00/18] mm/ksw: Introduce real-time Kernel Stack Watch debugging tool
2025-09-04 7:51 UTC (25+ messages)
` [PATCH v2 01/18] mm/ksw: add build system support
` [PATCH v2 02/18] mm/ksw: add ksw_config struct and parser
` [PATCH v2 03/18] mm/ksw: add /proc/kstackwatch interface
` [PATCH v2 04/18] mm/ksw: add HWBP pre-allocation support
` [PATCH v2 05/18] x86/hw_breakpoint: introduce arch_reinstall_hw_breakpoint() for atomic context
` [PATCH v2 06/18] perf/hw_breakpoint: add arch-independent hw_breakpoint_modify_local()
` [PATCH v2 07/18] mm/ksw: add atomic watch on/off operations
` [PATCH v2 08/18] mm/ksw: add stack probe support
` [PATCH v2 09/18] mm/ksw: implement stack canary and local var resolution logic
` [PATCH v2 10/18] mm/ksw: add per-task recursion depth tracking
` [PATCH v2 11/18] mm/ksw: coordinate watch and stack for full functionality
` [PATCH v2 12/18] mm/ksw: add self-debug functions for kstackwatch watch
` [PATCH v2 13/18] mm/ksw: add test module
` [PATCH v2 14/18] mm/ksw: add stack overflow test
` [PATCH v2 15/18] mm/ksw: add simplified silent corruption test
` [PATCH v2 16/18] mm/ksw: add recursive "
` [PATCH v2 17/18] tools/kstackwatch: add interactive test script for KStackWatch
` [PATCH v2 18/18] MAINTAINERS: add entry for KStackWatch (Kernel Stack Watch)
[PATCH v6 0/2] introduce kasan.write_only option in hw-tags
2025-09-04 7:45 UTC (4+ messages)
` [PATCH v6 2/2] kasan: apply write-only mode in kasan kunit testcases
Question: a module for wiping userspace RAM before shutdown/reboot/halt
2025-09-04 7:14 UTC
[PATCH v2] mm: show_mem: show number of zspages in show_free_areas
2025-09-04 6:44 UTC (3+ messages)
[PATCH] mm: Fix kernel stack tagging for certain configs
2025-09-04 6:42 UTC (8+ messages)
[PATCH] mm/hwpoison: decouple hwpoison_filter from mm/memory-failure.c
2025-09-04 6:22 UTC
[PATCH 1/2] mm: Enable khugepaged to operate on non-writable VMAs
2025-09-04 6:12 UTC (13+ messages)
` [PATCH 2/2] mm: Drop all references of writable and SCAN_PAGE_RO
[PATCH 0/8] riscv: add initial support for hardware breakpoints
2025-09-04 5:31 UTC (3+ messages)
` [PATCH 4/8] riscv: Introduce support for hardware break/watchpoints
[vbabka:slub-percpu-sheaves-v6r2] [maple_tree] 99848157f7: WARNING:possible_circular_locking_dependency_detected
2025-09-04 5:20 UTC
[RFC RESEND] binfmt_elf: preserve original ELF e_flags in core dumps
2025-09-04 3:52 UTC (4+ messages)
` [RFC RESEND v3] binfmt_elf: preserve original ELF e_flags for "
[syzbot] [mm?] INFO: task hung in hugetlb_fault
2025-09-04 3:36 UTC (2+ messages)
[PATCH v10 00/13] khugepaged: mTHP support
2025-09-04 2:54 UTC (23+ messages)
[PATCH] mm/page_alloc: check the correct buddy if it is a starting block
2025-09-04 2:06 UTC
[PATCH] mm/filemap: Align last_index to folio size
2025-09-04 2:04 UTC (5+ messages)
[PATCH v7 00/21] SLUB percpu sheaves
2025-09-04 1:41 UTC (5+ messages)
` [PATCH v7 01/21] locking/local_lock: Expose dep_map in local_trylock_t
` [PATCH v7 02/21] slab: simplify init_kmem_cache_nodes() error handling
[RFC PATCH 00/13] mm: Introduce Kernel Stack Watch debugging tool
2025-09-04 1:15 UTC (10+ messages)
` [RFC PATCH 01/13] mm: Add kstackwatch build infrastructure
` [RFC PATCH 02/13] x86/HWBP: Add arch_reinstall_hw_breakpoint() for atomic updates
[PATCH v6 0/2] kasan: unify kasan_enabled() and remove arch-specific implementations
2025-09-04 0:24 UTC (3+ messages)
` [PATCH v6 1/2] kasan: introduce ARCH_DEFER_KASAN and unify static key across modes
[PATCH 1/2] mm/gup: Remove dead pgmap refcounting code
2025-09-03 23:07 UTC (3+ messages)
[PATCH v3 0/7] rust: Add Per-CPU Variable API
2025-09-03 23:05 UTC (8+ messages)
` [PATCH v3 1/7] rust: percpu: introduce a rust API for per-CPU variables
` [PATCH v3 4/7] rust: cpumask: Add getters for globally defined cpumasks
` [PATCH v3 5/7] rust: percpu: Support non-zeroable types for DynamicPerCpu
[PATCH v2 1/2] mm/gup: Remove dead pgmap refcounting code
2025-09-03 22:59 UTC (2+ messages)
` [PATCH v2 2/2] mm/memremap: Remove unused get_dev_pagemap() parameter
[PATCH] memfd,selinux: call security_inode_init_security_anon
2025-09-03 21:26 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION 5d50cf9f7cf20a17ac469c20a2e07c29c1f6aab7
2025-09-03 20:15 UTC
[PATCH v3 0/2] mm/show_mem: Bug fix for print mem alloc info
2025-09-03 19:07 UTC (3+ messages)
` [PATCH v3 1/2] mm/show_mem: Dump the status of the mem alloc profiling before printing
clang-22 -Walloc-size in mm/kfence/kfence_test.c in 6.6 and 6.1
2025-09-03 18:48 UTC (3+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox