Linux Kernel Memory Management
[Prev Page][Next Page]
- [GIT PULL] hotfixes for 6.4-rc2,
Andrew Morton
- Re: [PATCH v4 2/2] mm, hwpoison: When copy-on-write hits poison, take page offline,
Jane Chu
- [linux-next:master 2909/3314] mm/page_owner.c:748:5: sparse: sparse: symbol 'page_owner_threshold_get' was not declared. Should it be static?, kernel test robot
- [PATCH v4 00/15] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8,
Catalin Marinas
- [PATCH v4 01/15] mm/slab: Decouple ARCH_KMALLOC_MINALIGN from ARCH_DMA_MINALIGN, Catalin Marinas
- [PATCH v4 02/15] dma: Allow dma_get_cache_alignment() to return the smaller cache_line_size(), Catalin Marinas
- [PATCH v4 03/15] mm/slab: Simplify create_kmalloc_cache() args and make it static, Catalin Marinas
- [PATCH v4 04/15] mm/slab: Limit kmalloc() minimum alignment to dma_get_cache_alignment(), Catalin Marinas
- [PATCH v4 05/15] drivers/base: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN, Catalin Marinas
- [PATCH v4 06/15] drivers/gpu: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN, Catalin Marinas
- [PATCH v4 07/15] drivers/usb: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN, Catalin Marinas
- [PATCH v4 08/15] drivers/spi: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN, Catalin Marinas
- [PATCH v4 09/15] drivers/md: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN, Catalin Marinas
- [PATCH v4 10/15] arm64: Allow kmalloc() caches aligned to the smaller cache_line_size(), Catalin Marinas
- [PATCH v4 11/15] scatterlist: Add dedicated config for DMA flags, Catalin Marinas
- [PATCH v4 12/15] dma-mapping: Force bouncing if the kmalloc() size is not cache-line-aligned, Catalin Marinas
- [PATCH v4 13/15] iommu/dma: Force bouncing if the size is not cacheline-aligned, Catalin Marinas
- [PATCH v4 14/15] mm: slab: Reduce the kmalloc() minimum alignment if DMA bouncing possible, Catalin Marinas
- [PATCH v4 15/15] arm64: Enable ARCH_WANT_KMALLOC_DMA_BOUNCE for arm64, Catalin Marinas
- Re: [PATCH v4 00/15] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8, Linus Torvalds
- [linux-next:master] BUILD SUCCESS WITH WARNING 798d276b39e984345d52b933a900a71fa0815928, kernel test robot
- [linux-next:pending-fixes] BUILD SUCCESS dec469ae119550628b89f6139804c050d7eac5af, kernel test robot
- [linux-next:master 2908/3314] lib/stackdepot.c:544 stack_print() warn: unsigned 'stack->size' is never less than zero.,
kernel test robot
- [PATCH v4 00/35] Maple tree mas_{next,prev}_range() and cleanup,
Liam R. Howlett
- [PATCH v4 02/35] maple_tree: Clean up mas_parent_enum() and rename to mas_parent_type(), Liam R. Howlett
- [PATCH v4 04/35] maple_tree: Clean up mas_dfs_postorder(), Liam R. Howlett
- [PATCH v4 05/35] maple_tree: Add format option to mt_dump(), Liam R. Howlett
- [PATCH v4 06/35] maple_tree: Add debug BUG_ON and WARN_ON variants, Liam R. Howlett
- [PATCH v4 07/35] maple_tree: Convert BUG_ON() to MT_BUG_ON(), Liam R. Howlett
- [PATCH v4 01/35] maple_tree: Fix static analyser cppcheck issue, Liam R. Howlett
- [PATCH v4 08/35] maple_tree: Change RCU checks to WARN_ON() instead of BUG_ON(), Liam R. Howlett
- [PATCH v4 09/35] maple_tree: Convert debug code to use MT_WARN_ON() and MAS_WARN_ON(), Liam R. Howlett
- [PATCH v4 10/35] maple_tree: Use MAS_BUG_ON() when setting a leaf node as a parent, Liam R. Howlett
- [PATCH v4 11/35] maple_tree: Use MAS_BUG_ON() in mas_set_height(), Liam R. Howlett
- [PATCH v4 12/35] maple_tree: Use MAS_BUG_ON() from mas_topiary_range(), Liam R. Howlett
- [PATCH v4 13/35] maple_tree: Use MAS_WR_BUG_ON() in mas_store_prealloc(), Liam R. Howlett
- [PATCH v4 14/35] maple_tree: Use MAS_BUG_ON() prior to calling mas_meta_gap(), Liam R. Howlett
- [PATCH v4 03/35] maple_tree: Avoid unnecessary ascending, Liam R. Howlett
- [PATCH v4 17/35] mm: Update validate_mm() to use vma iterator, Liam R. Howlett
- [PATCH v4 18/35] mm: Update vma_iter_store() to use MAS_WARN_ON(), Liam R. Howlett
- [PATCH v4 15/35] maple_tree: Return error on mte_pivots() out of range, Liam R. Howlett
- [PATCH v4 22/35] mm/mmap: Change do_vmi_align_munmap() for maple tree iterator changes, Liam R. Howlett
- [PATCH v4 16/35] maple_tree: Make test code work without debug enabled, Liam R. Howlett
- [PATCH v4 23/35] maple_tree: Try harder to keep active node after mas_next(), Liam R. Howlett
- [PATCH v4 24/35] maple_tree: Try harder to keep active node with mas_prev(), Liam R. Howlett
- [PATCH v4 20/35] maple_tree: Remove unnecessary check from mas_destroy(), Liam R. Howlett
- [PATCH v4 26/35] maple_tree: Fix testing mas_empty_area(), Liam R. Howlett
- [PATCH v4 21/35] maple_tree: mas_start() reset depth on dead node, Liam R. Howlett
- [PATCH v4 27/35] maple_tree: Introduce mas_next_slot() interface, Liam R. Howlett
- [PATCH v4 28/35] maple_tree: Add mas_next_range() and mas_find_range() interfaces, Liam R. Howlett
- [PATCH v4 31/35] maple_tree: Add mas_prev_range() and mas_find_range_rev interface, Liam R. Howlett
- [PATCH v4 25/35] maple_tree: Revise limit checks in mas_empty_area{_rev}(), Liam R. Howlett
- [PATCH v4 33/35] maple_tree: Update testing code for mas_{next,prev,walk}, Liam R. Howlett
- [PATCH v4 34/35] mm: Add vma_iter_{next,prev}_range() to vma iterator, Liam R. Howlett
- [PATCH v4 35/35] mm: Avoid rewalk in mmap_region, Liam R. Howlett
- [PATCH v4 32/35] maple_tree: Clear up index and last setting in single entry tree, Liam R. Howlett
- [PATCH v4 19/35] maple_tree: Add __init and __exit to test module, Liam R. Howlett
- [PATCH v4 30/35] maple_tree: Introduce mas_prev_slot() interface, Liam R. Howlett
- [PATCH v4 29/35] maple_tree: Relocate mas_rewalk() and mas_rewalk_if_dead(), Liam R. Howlett
- [PATCH] mm: page_alloc: set sysctl_lowmem_reserve_ratio storage-class-specifier to static,
Tom Rix
- [PATCH] mm/page_owner: set page_owner_* storage-class-specifier to static, Tom Rix
- [PATCH net-next v9 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1,
David Howells
- [PATCH net-next v9 05/16] tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES, David Howells
- [PATCH net-next v9 02/16] net: Pass max frags into skb_append_pagefrags(), David Howells
- [PATCH net-next v9 01/16] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag, David Howells
- [PATCH net-next v9 13/16] udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES, David Howells
- [PATCH net-next v9 07/16] espintcp: Inline do_tcp_sendpages(), David Howells
- [PATCH net-next v9 16/16] unix: Convert udp_sendpage() to use MSG_SPLICE_PAGES, David Howells
- [PATCH net-next v9 03/16] net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGES, David Howells
- [PATCH net-next v9 11/16] ip, udp: Support MSG_SPLICE_PAGES, David Howells
- [PATCH net-next v9 08/16] tls: Inline do_tcp_sendpages(), David Howells
- [PATCH net-next v9 15/16] af_unix: Support MSG_SPLICE_PAGES, David Howells
- [PATCH net-next v9 10/16] tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked(), David Howells
- [PATCH net-next v9 04/16] tcp: Support MSG_SPLICE_PAGES, David Howells
- [PATCH net-next v9 09/16] siw: Inline do_tcp_sendpages(), David Howells
- [PATCH net-next v9 06/16] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg, David Howells
- [PATCH net-next v9 12/16] ip6, udp6: Support MSG_SPLICE_PAGES, David Howells
- [PATCH net-next v9 14/16] ip: Remove ip_append_page(), David Howells
- [PATCH v4 0/9] fs: implement multigrain timestamps,
Jeff Layton
- [PATCH v4 1/9] fs: pass the request_mask to generic_fillattr, Jeff Layton
- [PATCH v4 2/9] fs: add infrastructure for multigrain inode i_m/ctime, Jeff Layton
- [PATCH v4 3/9] overlayfs: allow it to handle multigrain timestamps, Jeff Layton
- [PATCH v4 4/9] nfsd: ensure we use ctime_peek to grab the inode->i_ctime, Jeff Layton
- [PATCH v4 5/9] ksmbd: use ctime_peek to grab the ctime out of the inode, Jeff Layton
- [PATCH v4 6/9] tmpfs: add support for multigrain timestamps, Jeff Layton
- [PATCH v4 7/9] xfs: switch to multigrain timestamps, Jeff Layton
- [PATCH v4 8/9] ext4: convert to multigrain timestamps, Jeff Layton
- [PATCH v4 9/9] btrfs: convert to multigrain timestamps, Jeff Layton
- Re: [PATCH v4 0/9] fs: implement multigrain timestamps, Christian Brauner
- [PATCH net-next v8 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1,
David Howells
- [PATCH net-next v8 01/16] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag, David Howells
- [PATCH net-next v8 02/16] net: Pass max frags into skb_append_pagefrags(), David Howells
- [PATCH net-next v8 03/16] net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGES, David Howells
- [PATCH net-next v8 04/16] tcp: Support MSG_SPLICE_PAGES, David Howells
- [PATCH net-next v8 05/16] tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES, David Howells
- [PATCH net-next v8 06/16] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg, David Howells
- [PATCH net-next v8 07/16] espintcp: Inline do_tcp_sendpages(), David Howells
- [PATCH net-next v8 08/16] tls: Inline do_tcp_sendpages(), David Howells
- [PATCH net-next v8 09/16] siw: Inline do_tcp_sendpages(), David Howells
- [PATCH net-next v8 11/16] ip, udp: Support MSG_SPLICE_PAGES, David Howells
- [PATCH net-next v8 10/16] tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked(), David Howells
- [PATCH net-next v8 12/16] ip6, udp6: Support MSG_SPLICE_PAGES, David Howells
- [PATCH net-next v8 13/16] udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES, David Howells
- [PATCH net-next v8 14/16] ip: Remove ip_append_page(), David Howells
- [PATCH net-next v8 15/16] af_unix: Support MSG_SPLICE_PAGES, David Howells
- [PATCH net-next v8 16/16] unix: Convert udp_sendpage() to use MSG_SPLICE_PAGES, David Howells
- Re: [PATCH net-next v8 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1, David Howells
- [PATCH v2 0/5] Encapsulate PTE contents from non-arch code,
Ryan Roberts
- [PATCH v3] memblock: Add flags and nid info in memblock debugfs,
Yuwei Guan
- [PATCH] mm: page_owner: make some functions static, Jiapeng Chong
- [RESEND PATCH v9 0/2] arm64: support batched/deferred tlb shootdown during page reclamation/migration,
Yicong Yang
- [PATCH RFC 0/4] Optimize mremap during mutual alignment within PMD,
Joel Fernandes (Google)
- Re: [PATCH v3] watchdog: Allow nmi watchdog to use "ref-cycles" event,
kernel test robot
- [PATCH v6 0/6] remove the vmas parameter from GUP APIs,
Lorenzo Stoakes
- [PATCH v2 0/2] mm/uffd: Fix vma merge/split,
Peter Xu
- Re: [PATCH v4 0/7] arm64: untag user pointers passed to the kernel, Parlett23
- [linux-next:master] BUILD REGRESSION 065efa589871e93b6610c70c1e9de274ef1f1ba2, kernel test robot
- [PATCH v3] mm, compaction: Skip all non-migratable pages during scan,
Khalid Aziz
- [PATCH v1 0/3] Improve hugetlbfs read on HWPOISON hugepages,
Jiaqi Yan
- [PATCH 0/2] mm/uffd: Fix vma merge/split,
Peter Xu
- [PATCH v2 0/5] MDWE without inheritance,
Florent Revest
Re: [PATCH v2 3/5] mm: Make PR_MDWE_REFUSE_EXEC_GAIN an unsigned long, Catalin Marinas
[PATCH v2 4/5] mm: Add a NO_INHERIT flag to the PR_SET_MDWE prctl, Florent Revest
[PATCH v2 5/5] kselftest: vm: Add tests for no-inherit memory-deny-write-execute, Florent Revest
[PATCH v2 2/5] kselftest: vm: Fix mdwe's mmap_FIXED test case, Florent Revest
[PATCH v2 1/5] kselftest: vm: Fix tabs/spaces inconsistency in the mdwe test, Florent Revest
next: arm64: build/gcc-12-lkftconfig-64k_page_size - error: call to '__compiletime_assert_494' declared with attribute error: BUILD_BUG_ON failed: (((16 - 3) * (4 - (2)) + 3)-16) > 10,
Naresh Kamboju
[PATCH] decompressor: provide missing prototypes,
Arnd Bergmann
[PATCH 00/14] mm/init/kernel: missing-prototypes warnings,
Arnd Bergmann
- [PATCH 01/14] mm: percpu: unhide pcpu_embed_first_chunk prototype, Arnd Bergmann
- [PATCH 02/14] mm: page_poison: always declare __kernel_map_pages() function, Arnd Bergmann
- [PATCH 03/14] mm: sparse: mark populate_section_memmap() static, Arnd Bergmann
- [PATCH 04/14] audit: avoid missing-prototype warnings, Arnd Bergmann
- [PATCH 05/14] lib: devmem_is_allowed: include linux/io.h, Arnd Bergmann
- [PATCH 06/14] locking: add lockevent_read() prototype, Arnd Bergmann
- [PATCH 07/14] panic: hide unused global functions, Arnd Bergmann
- [PATCH 08/14] panic: make function declarations visible, Arnd Bergmann
- [PATCH 09/14] kunit: include debugfs header file, Arnd Bergmann
- [PATCH 10/14] suspend: add a arch_resume_nosmt() prototype, Arnd Bergmann
- [PATCH 11/14] init: consolidate prototypes in linux/init.h, Arnd Bergmann
- [PATCH 12/14] init: move cifs_root_data() prototype into linux/mount.h, Arnd Bergmann
- [PATCH 13/14] thread_info: move function declarations to linux/thread_info.h, Arnd Bergmann
- [PATCH 14/14] time_namespace: always provide arch_get_vdso_data() prototype for vdso, Arnd Bergmann
next: qemu-arm64: kernel BUG at fs/inode.c:1763!,
Naresh Kamboju
[linux-next:pending-fixes] BUILD SUCCESS 58bd8c0e6d69120ef25027b2de2885ca6943c6b4, kernel test robot
[bug report] mm/gup: remove vmas parameter from get_user_pages_remote(),
Dan Carpenter
[linux-next:master 2420/3030] ld.lld: error: undefined symbol: __udivdi3,
kernel test robot
[PATCH v2 00/10] Clean ups for maple tree,
Peng Zhang
- [PATCH v2 01/10] maple_tree: Rework mtree_alloc_{range,rrange}(), Peng Zhang
- [PATCH v2 02/10] maple_tree: Drop mas_{rev_}alloc() and mas_fill_gap(), Peng Zhang
- [PATCH v2 03/10] maple_tree: Fix the arguments to __must_hold(), Peng Zhang
- [PATCH v2 04/10] maple_tree: Simplify mas_is_span_wr(), Peng Zhang
- [PATCH v2 05/10] maple_tree: Make the code symmetrical in mas_wr_extend_null(), Peng Zhang
- [PATCH v2 06/10] maple_tree: Add mas_wr_new_end() to calculate new_end accurately, Peng Zhang
- [PATCH v2 07/10] maple_tree: Add comments and some minor cleanups to mas_wr_append(), Peng Zhang
- [PATCH v2 08/10] maple_tree: Rework mas_wr_slot_store() to be cleaner and more efficient., Peng Zhang
- [PATCH v2 09/10] maple_tree: Simplify and clean up mas_wr_node_store(), Peng Zhang
- [PATCH v2 10/10] maple_tree: Relocate the declaration of mas_empty_area_rev()., Peng Zhang
[PATCH 0/2] SPDX conversion for UDF,
Bagas Sanjaya
Re: [PATCH v2] ntfs: Add myself as a reviewer,
Bagas Sanjaya
Re: [PATCH] tee: add FOLL_LONGTERM for CMA case when alloc shm,
Christoph Hellwig
[akpm-mm:mm-unstable 111/127] include/linux/stackdepot.h:116:26: error: declaration of 'struct seq_file' will not be visible outside of this function,
kernel test robot
[PATCH v4 0/2] memcontrol: support cgroup level OOM protection,
chengkaitao
[PATCH v2] memblock: Add flags and nid info in memblock debugfs,
Yuwei Guan
[PATCH v3 0/3] mm: Fix bug affecting swapping in MTE tagged pages,
Peter Collingbourne
[linux-next:master 1435/2748] drivers/infiniband/sw/rxe/rxe_verbs.c:1359:2: error: use of undeclared identifier 'kfree_rcu'; did you mean 'kfree_skb'?, kernel test robot
[PATCH] mm/hugetlb: remove hugetlb_page_subpool(),
Sidhartha Kumar
Re: [PATCH v5 0/3] page_owner: print stacks and their counter, Andrew Morton
[PATCH 00/20] x86: address -Wmissing-prototype warnings,
Arnd Bergmann
- [PATCH 01/20] x86: move prepare_ftrace_return prototype to header, Arnd Bergmann
- [PATCH 02/20] x86: ce4100: Mark local functions as 'static', Arnd Bergmann
- [PATCH 03/20] x86: apic: hide unused safe_smp_processor_id on UP, Arnd Bergmann
- [PATCH 04/20] x86: avoid unneeded __div64_32 function definition, Arnd Bergmann
- [PATCH 05/20] x86: head: add dummy prototype for mk_early_pgtbl_32, Arnd Bergmann
- [PATCH 06/20] x86: math-emu: include asm/fpu/regset.h, Arnd Bergmann
- [PATCH 07/20] x86: doublefault: avoid missing-prototype warnings, Arnd Bergmann
- [PATCH 08/20] x86: highmem: include asm/numa.h for set_highmem_pages_init, Arnd Bergmann
- [PATCH 09/20] x86: platform_quirks: include linux/pnp.h for arch_pnpbios_disabled, Arnd Bergmann
- [PATCH 10/20] x86: xen: add missing prototypes, Arnd Bergmann
- [PATCH 11/20] x86: entry: add do_SYSENTER_32() prototype, Arnd Bergmann
- [PATCH 12/20] x86: qspinlock-paravirt: fix mising-prototype warnings, Arnd Bergmann
- [PATCH 13/20] x86: hibernate: declare global functions in suspend.h, Arnd Bergmann
- [PATCH 14/20] x86: fbdev: include asm/fb.h as needed, Arnd Bergmann
- [PATCH 15/20] x86: mce: add copy_mc_fragile_handle_tail prototype, Arnd Bergmann
- [PATCH 16/20] x86: vdso: include vdso/processor.h, Arnd Bergmann
- [PATCH 17/20] x86: usercopy: include arch_wb_cache_pmem declaration, Arnd Bergmann
- [PATCH 18/20] x86: ioremap: add early_memremap_pgprot_adjust prototype, Arnd Bergmann
- [PATCH 19/20] x86: purgatory: include header for warn() declaration, Arnd Bergmann
- [PATCH 20/20] x86: olpc: avoid missing-prototype warnings, Arnd Bergmann
- Re: [PATCH 00/20] x86: address -Wmissing-prototype warnings, Dave Hansen
- Re: [PATCH 00/20] x86: address -Wmissing-prototype warnings, Dave Hansen
[PATCH v5 2/3] mm, page_owner: Add page_owner_stacks file to print out only stacks and their counte,
Oscar Salvador
[PATCH v5 3/3] mm,page_owner: Filter out stacks by a threshold counter,
Oscar Salvador
[linux-next:master] BUILD SUCCESS WITH WARNING 885df05bf634d589fbf030c3751614eaa453fb5d, kernel test robot
[linux-next:master 2042/2748] htmldocs: Documentation/output/frontend.h.rst:6: WARNING: undefined label: fec-11-45 (if the link has no caption the label must precede a section header), kernel test robot
[linux-next:pending-fixes] BUILD SUCCESS beaea2949a41ff3290247f54335900b5f6e00efc, kernel test robot
/usr/bin/ld: cannot find ../lib/api/libapi.a: No such file or directory,
kernel test robot
Re: [PATCH v1 2/2] mm/zsmalloc: get rid of PAGE_MASK, Sergey Senozhatsky
Re: [PATCH v1 1/2] mm/zsmalloc: use ARRAY_SIZE in isolate_zspage(),
Sergey Senozhatsky
[RFC PATCH V2 0/1] sched/numa: Fix disjoint set vma scan regression,
Raghavendra K T
[PATCH -next v2 00/13] mm: page_alloc: misc cleanup and refector,
Kefeng Wang
- [PATCH v2 02/13] mm: page_alloc: move init_on_alloc/free() into mm_init.c, Kefeng Wang
- [PATCH v2 03/13] mm: page_alloc: move set_zone_contiguous() into mm_init.c, Kefeng Wang
- [PATCH v2 01/13] mm: page_alloc: move mirrored_kernelcore into mm_init.c, Kefeng Wang
- [PATCH v2 06/13] mm: page_alloc: remove alloc_contig_dump_pages() stub, Kefeng Wang
- [PATCH v2 04/13] mm: page_alloc: collect mem statistic into show_mem.c, Kefeng Wang
- [PATCH v2 05/13] mm: page_alloc: squash page_is_consistent(), Kefeng Wang
- [PATCH v2 07/13] mm: page_alloc: split out FAIL_PAGE_ALLOC, Kefeng Wang
- [PATCH v2 10/13] mm: page_alloc: move pm_* function into power, Kefeng Wang
- [PATCH v2 08/13] mm: page_alloc: split out DEBUG_PAGEALLOC, Kefeng Wang
- [PATCH v2 09/13] mm: page_alloc: move mark_free_page() into snapshot.c, Kefeng Wang
- [PATCH v2 11/13] mm: vmscan: use gfp_has_io_fs(), Kefeng Wang
- [PATCH v2 13/13] mm: page_alloc: move is_check_pages_enabled() into page_alloc.c, Kefeng Wang
- [PATCH v2 12/13] mm: page_alloc: move sysctls into it own fils, Kefeng Wang
[PATCH] swap: cleanup get/put_swap_device usage,
Huang Ying
Fwd: _filemap_get_folio and NULL pointer dereference, Bagas Sanjaya
[PATCH v2 0/2] mm: Fix bug affecting swapping in MTE tagged pages,
Peter Collingbourne
[PATCH] memblock: Add flags and nid info in memblock debugfs,
Yuwei Guan
[Invitation] Linux MM Alignment Session on Code Tagging on Wednesday, David Rientjes
[PATCH v2] mm: userfaultfd: avoid passing an invalid range to vma_merge(),
Lorenzo Stoakes
Re: your mail,
Liam R. Howlett
[PATCH v8 00/13] fold per-CPU vmstats remotely,
Marcelo Tosatti
- [PATCH v8 05/13] this_cpu_cmpxchg: x86: switch this_cpu_cmpxchg to locked, add _local function, Marcelo Tosatti
- [PATCH v8 09/13] vmstat: switch per-cpu vmstat counters to 32-bits, Marcelo Tosatti
- [PATCH v8 06/13] add this_cpu_cmpxchg_local and asm-generic definitions, Marcelo Tosatti
- [PATCH v8 13/13] vmstat: add pcp remote node draining via cpu_vm_stats_fold, Marcelo Tosatti
- [PATCH v8 11/13] mm/vmstat: switch vmstat shepherd to flush per-CPU counters remotely, Marcelo Tosatti
- [PATCH v8 03/13] this_cpu_cmpxchg: loongarch: switch this_cpu_cmpxchg to locked, add _local function, Marcelo Tosatti
- [PATCH v8 08/13] mm/vmstat: switch counter modification to cmpxchg, Marcelo Tosatti
- [PATCH v8 12/13] mm/vmstat: refresh stats remotely instead of via work item, Marcelo Tosatti
- [PATCH v8 04/13] this_cpu_cmpxchg: S390: switch this_cpu_cmpxchg to locked, add _local function, Marcelo Tosatti
- [PATCH v8 07/13] convert this_cpu_cmpxchg users to this_cpu_cmpxchg_local, Marcelo Tosatti
- [PATCH v8 10/13] mm/vmstat: use xchg in cpu_vm_stats_fold, Marcelo Tosatti
- [PATCH v8 01/13] vmstat: allow_direct_reclaim should use zone_page_state_snapshot, Marcelo Tosatti
- [PATCH v8 02/13] this_cpu_cmpxchg: ARM64: switch this_cpu_cmpxchg to locked, add _local function, Marcelo Tosatti
- Re: [PATCH v8 00/13] fold per-CPU vmstats remotely, Christoph Lameter
- Re: [PATCH v8 00/13] fold per-CPU vmstats remotely, Michal Hocko
mprotect outbound check.,
Jeff Xu
[PATCH] mm: pagemap: restrict pagewalk to the requested range,
Yuanchu Xie
[PATCH v2] mm/folio: Avoid special handling for order value 0 in folio_set_order,
Tarun Sahu
Excessive TLB flush ranges,
Thomas Gleixner
[Index of Archives]
[Linux Kernel Development]
[Linux ARM Kernel]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Fedora ARM]