Linux Kernel Memory Management
[Prev Page][Next Page]
- [Invitation] Linux MM Alignment Session on Cgroup-based THP Control on Wednesday, David Rientjes
- [linux-next:master] BUILD REGRESSION 4e16367cfe0ce395f29d0482b78970cce8e1db73, kernel test robot
- [PATCH 00/16] mm/damon: enable page level properties based monitoring,
SeongJae Park
- [PATCH v2 0/8] mm/damon: remove DAMON debugfs interface,
SeongJae Park
- WARNING: CPU: 1 PID: 23 at kernel/workqueue.c:4317 enable_work (kernel/workqueue.c:4317 (discriminator 1) kernel/workqueue.c:4488 (discriminator 1)), Naresh Kamboju
- [no subject], Unknown
- [no subject], Unknown
- [PATCH v4 00/10] Buddy allocator like folio split,
Zi Yan
- [PATCH v4 02/10] selftests/mm: add tests for splitting pmd THPs to all lower orders., Zi Yan
- [PATCH v4 06/10] mm/huge_memory: add buddy allocator like folio_split(), Zi Yan
- [PATCH v4 09/10] mm/truncate: use folio_split() for truncate operation., Zi Yan
- [PATCH v4 04/10] mm/huge_memory: add two new (not yet used) functions for folio_split(), Zi Yan
- [PATCH v4 07/10] mm/huge_memory: remove the old, unused __split_huge_page(), Zi Yan
- [PATCH v4 03/10] mm/huge_memory: allow split shmem large folio to any order, Zi Yan
- [PATCH v4 05/10] mm/huge_memory: move folio split common code to __folio_split(), Zi Yan
- [PATCH v4 08/10] mm/huge_memory: add folio_split() to debugfs testing interface., Zi Yan
- [PATCH v4 01/10] selftests/mm: use selftests framework to print test result., Zi Yan
- [PATCH v4 10/10] selftests/mm: add tests for folio_split(), buddy allocator like split., Zi Yan
- [LSF/MM/BPF TOPIC] Proposal of a research paper presentation: Developers rationale analysis from the OOM-Killer of the MM module, Mouna Dhaouadi
- [no subject], Unknown
- [PATCH net-next v6 0/8] fix two bugs related to page_pool,
Yunsheng Lin
- [PATCH v18 00/19] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers,
shiju.jose
- [PATCH v18 01/19] EDAC: Add support for EDAC device features control, shiju.jose
- [PATCH v18 02/19] EDAC: Add scrub control feature, shiju.jose
- [PATCH v18 03/19] EDAC: Add ECS control feature, shiju.jose
- [PATCH v18 04/19] EDAC: Add memory repair control feature, shiju.jose
- [PATCH v18 05/19] ACPI:RAS2: Add ACPI RAS2 driver, shiju.jose
- [PATCH v18 06/19] ras: mem: Add memory ACPI RAS2 driver, shiju.jose
- [PATCH v18 07/19] cxl: Refactor user ioctl command path from mds to mailbox, shiju.jose
- [PATCH v18 08/19] cxl: Add skeletal features driver, shiju.jose
- [PATCH v18 09/19] cxl: Enumerate feature commands, shiju.jose
- [PATCH v18 10/19] cxl: Add Get Supported Features command for kernel usage, shiju.jose
- [PATCH v18 14/19] cxl: Setup exclusive CXL features that are reserved for the kernel, shiju.jose
- [PATCH v18 19/19] cxl/memfeature: Add CXL memory device memory sparing control feature, shiju.jose
- [PATCH v18 11/19] cxl: Add features driver attribute to emit number of features supported, shiju.jose
- [PATCH v18 18/19] cxl/memfeature: Add CXL memory device soft PPR control feature, shiju.jose
- [PATCH v18 13/19] cxl/mbox: Add SET_FEATURE mailbox command, shiju.jose
- [PATCH v18 12/19] cxl/mbox: Add GET_FEATURE mailbox command, shiju.jose
- [PATCH v18 17/19] cxl/mbox: Add support for PERFORM_MAINTENANCE mailbox command, shiju.jose
- [PATCH v18 16/19] cxl/memfeature: Add CXL memory device ECS control feature, shiju.jose
- [PATCH v18 15/19] cxl/memfeature: Add CXL memory device patrol scrub control feature, shiju.jose
- [PATCH 0/1] mm/fake-numa: allow later numa node hotplug,
Bruno Faccini
- [PATCH] tools/mm: Introduce a tool to handle entries in allocinfo,
Hao Ge
- [syzbot] Monthly mm report (Jan 2025), syzbot
- [PATCH] hugetlb: fix NULL pointer dereference in trace_hugetlbfs_alloc_inode,
Muchun Song
- [PATCH 0/3] mm: batched unmap lazyfree large folios during reclamation,
Barry Song
- [PATCH v3] mm/memmap: Prevent double scanning of memmap by kmemleak,
Guo Weikang
- [no subject], Unknown
- Have you read these free books?, Henry.Joseph8992
- [GIT PULL] hotfixes for 6.13-rc6,
Andrew Morton
- [PATCH v2 0/5] elf: Define note name macros,
Akihiko Odaki
- [syzbot] [mm?] kernel BUG in alloc_hugetlb_folio_reserve,
syzbot
- [PATCH] mm: compaction: skip memory compaction when there are not enough migratable pages,
yangge1116
- [PATCH] mm: ensure the uniformity of arguments passed to do_mmap(..),
Leesoo Ahn
- [syzbot] [mm?] INFO: rcu detected stall in task_numa_work (2), syzbot
- [PATCH v1] mm: fix div by zero in bdi_ratio_from_pages, Stefan Roesch
- [akpm-mm:mm-nonmm-unstable 42/141] include/linux/compiler_types.h:542:45: error: call to '__compiletime_assert_413' declared with attribute error: clamp() low limit source_min greater than high limit source_max, kernel test robot
- [PATCH 0/2] mm/debug: introduce and use VM_WARN_ON_VMG(),
Lorenzo Stoakes
- [PATCH v2 0/6] Account page tables at all levels,
Kevin Brodsky
- [PATCH 00/10] mm/damon: replace most damon_callback usages in sysfs with new core functions,
SeongJae Park
- [PATCH 01/10] mm/damon/sysfs-schemes: remove unnecessary schemes existence check in damon_sysfs_schemes_clear_regions(), SeongJae Park
- [PATCH 02/10] mm/damon/sysfs: handle clear_schemes_tried_regions from DAMON sysfs context, SeongJae Park
- [PATCH 03/10] mm/damon/core: introduce damon_call(), SeongJae Park
- [PATCH 06/10] mm/damon/sysfs: use damon_call() for update_schemes_effective_quotas, SeongJae Park
- [PATCH 07/10] mm/damon/core: implement damos_walk(), SeongJae Park
- [PATCH 04/10] mm/damon/sysfs: use damon_call() for update_schemes_stats, SeongJae Park
- [PATCH 09/10] mm/damon/sysfs: use damos_walk() for update_schemes_tried_{bytes,regions}, SeongJae Park
- [PATCH 05/10] mm/damon/sysfs: use damon_call() for commit_schemes_quota_goals, SeongJae Park
- [PATCH 10/10] mm/damon/sysfs: remove unused code for schemes tried regions update, SeongJae Park
- [PATCH 08/10] Docs/mm/damon/design: document DAMOS regions walking, SeongJae Park
- [RFC PATCH 0/5] Accelerate page migration with batching and multi threads,
Zi Yan
- [PATCH v4] perf: map pages in advance, Lorenzo Stoakes
- [PATCH] alpha: Fix personality flag propagation across an exec, John Paul Adrian Glaubitz
- [PATCH v2] mm/memmap: Prevent double scanning of memmap by kmemleak,
Guo Weikang
- [PATCH 1/3] mm/memblock: Modify the default failure behavior of memblock_alloc to panic,
Guo Weikang
- "WARNING in nf_ct_alloc_hashtable" in Linux kernel version 6.13.0-rc2,
cheung wall
- [PATCH v3] arm64: mm: Populate vmemmap at the page level for hotplugged sections,
Zhenhua Huang
- "WARNING in max_vclocks_store" in Linux kernel version 6.13.0-rc2, cheung wall
- "WARNING in corrupted" in Linux kernel version 6.13.0-rc2,
cheung wall
- "general protection fault in hugetlbfs_get_inode" in Linux kernel version 6.13.0-rc2,
cheung wall
- "divide error in bdi_set_min_bytes" in Linux kernel version 6.13.0-rc2,
cheung wall
- "divide error in bdi_set_max_bytes" in Linux kernel version 6.13.0-rc2, cheung wall
- Re: [RFC PATCH 0/2] mm: multi-gen LRU: per-process heatmaps,
Muyang Tian
- [RFC PATCH 0/9 v2] cgroup: separate per-subsystem rstat trees,
JP Kobryn
- [RFC PATCH 2/9 v2] cgroup: change cgroup to css in rstat internal flush and lock funcs, JP Kobryn
- [RFC PATCH 4/9 v2] cgroup: split rstat from cgroup into separate css, JP Kobryn
- [RFC PATCH 5/9 v2] cgroup: separate locking between base css and others, JP Kobryn
- [RFC PATCH 6/9 v2] cgroup: isolate base stat flush, JP Kobryn
- [RFC PATCH 1/9 v2] cgroup: change cgroup to css in rstat updated and flush api, JP Kobryn
- [RFC PATCH 7/9 v2] cgroup: remove unneeded rcu list, JP Kobryn
- [RFC PATCH 3/9 v2] cgroup: change cgroup to css in rstat init and exit api, JP Kobryn
- [RFC PATCH 9/9 v2] cgroup: avoid allocating rstat when flush func not present, JP Kobryn
- [RFC PATCH 8/9 v2] cgroup: remove bpf rstat flush from css generic flush, JP Kobryn
- Re: [RFC PATCH 0/9 v2] cgroup: separate per-subsystem rstat trees, Tejun Heo
- [RFC PATCH RESEND v2 0/2] Add file seal to prevent future exec mappings,
Isaac J. Manjarres
- [PATCH v1 0/2] Cleanup for memfd_create(),
Isaac J. Manjarres
- [LSF/MM/BPF TOPIC] DAMON Updates and Plans: Monitoring Parameters Auot-tuning and Memory Tiering, SeongJae Park
- DAMON Quaterly News Letter (Q4 2024), SeongJae Park
- [PATCH] filemap: avoid truncating 64-bit offset to 32 bits,
Marco Nelissen
- [RFC PATCH 0/5] Docs/mm/damon: add tuning guide and misc updates,
SeongJae Park
- [PATCH 0/2] mm: update mips to use do_mmap(), make mmap_region() internal,
Lorenzo Stoakes
- Meeting invitation, Brendon Roy
- [PATCH v2] mm: shmem: skip swapcache for swapin of synchronous swap device,
Baolin Wang
- [PATCH v3] arm64: mm: Test for pmd_sect() in vmemmap_check_pmd(),
Zhenhua Huang
- [PATCH v8] mm/memblock: Add memblock_alloc_or_panic interface,
Guo Weikang
- Smoke Detectors, Fanny
- [PATCH] mm/memmap: Prevent double scanning of memmap by kmemleak,
Guo Weikang
- Re: [PATCH] mm: fix dead-loop bug, Matthew Wilcox
- [LSF/MM/BPF TOPIC] DAMON Requirements for Access-aware MM of Future,
SeongJae Park
- [PATCH 0/7] mm/damon: remove DAMON debugfs interface,
SeongJae Park
- [syzbot] [mm?] WARNING in vma_merge_existing_range,
syzbot
- [syzbot] [mm?] [xfs?] KASAN: slab-use-after-free Read in filemap_map_pages, syzbot
- [syzbot] [squashfs?] WARNING in do_open_execat (3), syzbot
- [PATCH mm-unstable v4 0/7] mm/mglru: performance optimizations,
Yu Zhao
- [syzbot] [fs?] [mm?] KCSAN: data-race in page_cache_async_ra / page_cache_async_ra, syzbot
- [PATCH v3 00/12] AMD broadcast TLB invalidation,
Rik van Riel
- [PATCH 07/12] x86/tlb: use INVLPGB in flush_tlb_all, Rik van Riel
- [PATCH 11/12] x86/mm: enable AMD translation cache extensions, Rik van Riel
- [PATCH 10/12] x86,tlb: do targeted broadcast flushing from tlbbatch code, Rik van Riel
- [PATCH 09/12] x86/mm: enable broadcast TLB invalidation for multi-threaded processes, Rik van Riel
- [PATCH 04/12] x86/mm: get INVLPGB count max from CPUID, Rik van Riel
- [PATCH 03/12] x86/mm: add X86_FEATURE_INVLPGB definition., Rik van Riel
- [PATCH 01/12] x86/mm: make MMU_GATHER_RCU_TABLE_FREE unconditional, Rik van Riel
- [PATCH 08/12] x86/mm: use broadcast TLB flushing for page reclaim TLB flushing, Rik van Riel
- [PATCH 05/12] x86/mm: add INVLPGB support code, Rik van Riel
- [PATCH 02/12] x86/mm: remove pv_ops.mmu.tlb_remove_table call, Rik van Riel
- [PATCH 12/12] x86/mm: only invalidate final translations with INVLPGB, Rik van Riel
- [PATCH 06/12] x86/mm: use INVLPGB for kernel TLB flushes, Rik van Riel
- Re: [PATCH v3 00/12] AMD broadcast TLB invalidation, Dave Hansen
- [PATCH v3 00/13] mm, swap: rework of swap allocator locks,
Kairui Song
- [PATCH v3 01/13] mm, swap: minor clean up for swap entry allocation, Kairui Song
- [PATCH v3 03/13] mm, swap: remove old allocation path for HDD, Kairui Song
- [PATCH v3 04/13] mm, swap: use cluster lock for HDD, Kairui Song
- [PATCH v3 05/13] mm, swap: clean up device availability check, Kairui Song
- [PATCH v3 06/13] mm, swap: clean up plist removal and adding, Kairui Song
- [PATCH v3 02/13] mm, swap: fold swap_info_get_cont in the only caller, Kairui Song
- [PATCH v3 12/13] mm, swap: use a global swap cluster for non-rotation devices, Kairui Song
- [PATCH v3 07/13] mm, swap: hold a reference during scan and cleanup flag usage, Kairui Song
- [PATCH v3 09/13] mm, swap: reduce contention on device lock, Kairui Song
- [PATCH v3 08/13] mm, swap: use an enum to define all cluster flags and wrap flags changes, Kairui Song
- [PATCH v3 10/13] mm, swap: simplify percpu cluster updating, Kairui Song
- [PATCH v3 11/13] mm, swap: introduce a helper for retrieving cluster from offset, Kairui Song
- [PATCH v3 13/13] mm, swap_slots: remove slot cache for freeing path, Kairui Song
- [PATCH] mm/damon: trace: print address range in hex,
Akinobu Mita
- Re: I have been trying to reach you...., Store209 [Pudukottai, Thanjavur]
- [PATCH 1/1] lib/list_debug.c: add object information in case of invalid object,
Maninder Singh
- [PATCH v4 00/15] move pagetable_*_dtor() to __tlb_remove_table(),
Qi Zheng
- [PATCH v4 03/15] asm-generic: pgalloc: Provide generic p4d_{alloc_one,free}, Qi Zheng
- [PATCH v4 05/15] arm64: pgtable: use mmu gather to free p4d level page table, Qi Zheng
- [PATCH v4 06/15] s390: pgtable: add statistics for PUD and P4D level page table, Qi Zheng
- [PATCH v4 07/15] mm: pgtable: introduce pagetable_dtor(), Qi Zheng
- [PATCH v4 01/15] Revert "mm: pgtable: make ptlock be freed by RCU", Qi Zheng
- [PATCH v4 11/15] x86: pgtable: move pagetable_dtor() to __tlb_remove_table(), Qi Zheng
- [PATCH v4 12/15] s390: pgtable: also move pagetable_dtor() of PxD to __tlb_remove_table(), Qi Zheng
- [PATCH v4 04/15] mm: pgtable: add statistics for P4D level page table, Qi Zheng
- [PATCH v4 15/15] mm: pgtable: introduce generic pagetable_dtor_free(), Qi Zheng
- [PATCH v4 02/15] riscv: mm: Skip pgtable level check in {pud,p4d}_alloc_one, Qi Zheng
- [PATCH v4 10/15] riscv: pgtable: move pagetable_dtor() to __tlb_remove_table(), Qi Zheng
- [PATCH v4 08/15] arm: pgtable: move pagetable_dtor() to __tlb_remove_table(), Qi Zheng
- [PATCH v4 13/15] mm: pgtable: introduce generic __tlb_remove_table(), Qi Zheng
- [PATCH v4 14/15] mm: pgtable: move __tlb_remove_table_one() in x86 to generic file, Qi Zheng
- [PATCH v4 09/15] arm64: pgtable: move pagetable_dtor() to __tlb_remove_table(), Qi Zheng
- Re: [PATCH v4 00/15] move pagetable_*_dtor() to __tlb_remove_table(), Andrew Morton
- Re: [PATCH v4 00/15] move pagetable_*_dtor() to __tlb_remove_table(), Kevin Brodsky
- Is a career potentially ending with Harper's recent remarks?, test
- ROX allocations broke livepatch for modules since 6.13-rc1,
Marek Maślanka
- All MADV_FREE mTHPs are fully subjected to deferred_split_folio(),
Barry Song
- [PATCH] mm/mm_init: Fix the zone->managed_pages comment to match the code, Jiwen Qi
- mm/list_lru.c:514:3-8: WARNING: NULL check before some freeing functions is not needed.,
kernel test robot
- [PATCH v7 0/5] Improve simple directory offset wrap behavior,
cel
- Re: [syzbot] [net?] possible deadlock in vm_insert_page,
Hillf Danton
- [PATCH 1/1] tools: fix atomic_set() definition to set the value correctly,
Suren Baghdasaryan
- drivers/gpu/drm/vmwgfx/vmwgfx_msg.o: warning: objtool: vmw_host_printf+0xe: unknown CFA base reg 0, kernel test robot
- [RFC PATCH v2 00/10] mm/damon: extend DAMOS filters for inclusion of target memory,
SeongJae Park
- [RFC PATCH v2 02/10] mm/damon/core: add damos_filter->pass field, SeongJae Park
- [RFC PATCH v2 03/10] mm/damon/core: support damos_filter->pass, SeongJae Park
- [RFC PATCH v2 04/10] mm/damon/paddr: support damos_filter->pass, SeongJae Park
- [RFC PATCH v2 05/10] mm/damon: add pass argument to damos_new_filter(), SeongJae Park
- [RFC PATCH v2 07/10] Docs/mm/damon/design: document pass/block filters behaviors, SeongJae Park
- [RFC PATCH v2 06/10] mm/damon/sysfs-schemes: add a file for setting damos_filter->pass, SeongJae Park
- [RFC PATCH v2 01/10] mm/damon: fixup damos_filter kernel-doc, SeongJae Park
- [RFC PATCH v2 10/10] Docs/admin-guide/mm/damon/usage: document DAMOS filter 'pass' sysfs file, SeongJae Park
- [RFC PATCH v2 09/10] Docs/admin-guide/mm/damon/usage: omit DAMOS filter details in favor of design doc, SeongJae Park
- [RFC PATCH v2 08/10] Docs/ABI/damon: document DAMOS filter pass sysfs file, SeongJae Park
- [PATCH] mm/mempolicy: count MPOL_WEIGHTED_INTERLEAVE to "interleave_hit",
Honggyu Kim
- [PATCH] mm/kmemleak: Fix percpu memory leak detection failure,
Guo Weikang
- [PATCH 0/8] x86/module: rework ROX cache to avoid writable copy,
Mike Rapoport
- [linux-next:master] [hugetlb] 44818d6e3e: vm-scalability.throughput 78.3% improvement, kernel test robot
- [RFC PATCH v2 0/2] Add file seal to prevent future exec mappings,
Isaac J. Manjarres
- [RFC PATCH 00/10] mm/damon: extend DAMOS filters for inclusion of target memory,
SeongJae Park
- [RFC PATCH 02/10] mm/damon/core: add damos_filter->pass field, SeongJae Park
- [RFC PATCH 03/10] mm/damon/core: support damos_filter->pass, SeongJae Park
- [RFC PATCH 04/10] mm/damon/paddr: support damos_filter->pass, SeongJae Park
- [RFC PATCH 05/10] mm/damon: add pass argument to damos_new_filter(), SeongJae Park
- [RFC PATCH 07/10] Docs/mm/damon/design: document pass/block filters behaviors, SeongJae Park
- [RFC PATCH 01/10] mm/damon: fixup damos_filter kernel-doc, SeongJae Park
- [RFC PATCH 06/10] mm/damon/sysfs-schemes: add a file for setting damos_filter->pass, SeongJae Park
- [RFC PATCH 10/10] Docs/admin-guide/mm/damon/usage: document DAMOS filter 'pass' sysfs file, SeongJae Park
- [RFC PATCH 08/10] Docs/ABI/damon: document DAMOS filter pass sysfs file, SeongJae Park
- [RFC PATCH 09/10] Docs/admin-guide/mm/damon/usage: omit DAMOS filter details in favor of design doc, SeongJae Park
- [syzbot] [fs?] [mm?] KCSAN: data-race in read_pages / read_pages (4), syzbot
- [PATCH 1/2] alloc_tag: avoid current->alloc_tag manipulations when profiling is disabled,
Suren Baghdasaryan
- [LSF/MM] Linux management of volatile CXL memory devices - boot to bash., Gregory Price
- [PATCH 1/1] fixup for mm/debug: print vm_refcnt state when dumping the vma, Suren Baghdasaryan
- Harper's Statement: A Career Culmination?, test
- [syzbot] [mm?] KASAN: stack-out-of-bounds Read in save_stack, syzbot
- [PATCH v4] mm: add build-time option for hotplug memory default online type, Gregory Price
- [no subject], Unknown
- [PATCH v7 00/17] move per-vma lock into vm_area_struct,
Suren Baghdasaryan
- [PATCH v7 02/17] mm: move per-vma lock into vm_area_struct, Suren Baghdasaryan
- [PATCH v7 03/17] mm: mark vma as detached until it's added into vma tree, Suren Baghdasaryan
- [PATCH v7 04/17] mm: modify vma_iter_store{_gfp} to indicate if it's storing a new vma, Suren Baghdasaryan
- [PATCH v7 05/17] mm: mark vmas detached upon exit, Suren Baghdasaryan
- [PATCH v7 07/17] types: move struct rcuwait into types.h, Suren Baghdasaryan
- [PATCH v7 08/17] mm: allow vma_start_read_locked/vma_start_read_locked_nested to fail, Suren Baghdasaryan
- [PATCH v7 13/17] mm/debug: print vm_refcnt state when dumping the vma, Suren Baghdasaryan
- [PATCH v7 15/17] mm: prepare lock_vma_under_rcu() for vma reuse possibility, Suren Baghdasaryan
- [PATCH v7 10/17] mm: uninline the main body of vma_start_write(), Suren Baghdasaryan
- [PATCH v7 06/17] mm/nommu: fix the last places where vma is not locked before being attached, Suren Baghdasaryan
- [PATCH v7 12/17] mm: replace vm_lock and detached flag with a reference count, Suren Baghdasaryan
- [PATCH v7 11/17] refcount: introduce __refcount_{add|inc}_not_zero_limited, Suren Baghdasaryan
- [PATCH v7 01/17] mm: introduce vma_start_read_locked{_nested} helpers, Suren Baghdasaryan
- [PATCH v7 14/17] mm: remove extra vma_numab_state_init() call, Suren Baghdasaryan
- [PATCH v7 17/17] docs/mm: document latest changes to vm_lock, Suren Baghdasaryan
- [PATCH v7 09/17] mm: move mmap_init_lock() out of the header file, Suren Baghdasaryan
- [PATCH v7 16/17] mm: make vma cache SLAB_TYPESAFE_BY_RCU, Suren Baghdasaryan
- [RFC PATCH] mm/madvise: enable files from read-only block for MADV_PAGEOUT, hailong
- [PATCH v4 0/2] riscv/ptrace: add new regset to access original a0 register,
Celeste Liu
- [PATCH v3 0/2] riscv/ptrace: add new regset to access original a0 register,
Celeste Liu
- Bug: slab-out-of-bounds Read in isolate_migratepages_block, Kun Hu
- [PATCH V1] mm: page_alloc: fix missed updates of lowmem_reserve in adjust_managed_page_count, zihan zhou
- [syzbot] [cgroups?] [mm?] general protection fault in __memcg_kmem_charge_page, syzbot
- Potential Double Scanning of struct page Physical Memory by kmemleak,
Weikang Guo
- [PATCH] elf: Correct note name comment,
Akihiko Odaki
- [PATCH] mm/page_alloc: add cond_resched in __drain_all_pages(),
mengensun88
- [PATCH v2 00/13] mm, swap: rework of swap allocator locks,
Kairui Song
- [PATCH v2 01/13] mm, swap: minor clean up for swap entry allocation, Kairui Song
- [PATCH v2 02/13] mm, swap: fold swap_info_get_cont in the only caller, Kairui Song
- [PATCH v2 03/13] mm, swap: remove old allocation path for HDD, Kairui Song
- [PATCH v2 04/13] mm, swap: use cluster lock for HDD, Kairui Song
- [PATCH v2 05/13] mm, swap: clean up device availability check, Kairui Song
- [PATCH v2 06/13] mm, swap: clean up plist removal and adding, Kairui Song
- [PATCH v2 08/13] mm, swap: use an enum to define all cluster flags and wrap flags changes, Kairui Song
- [PATCH v2 09/13] mm, swap: reduce contention on device lock, Kairui Song
- [PATCH v2 10/13] mm, swap: simplify percpu cluster updating, Kairui Song
- [PATCH v2 07/13] mm, swap: hold a reference during scan and cleanup flag usage, Kairui Song
- [PATCH v2 11/13] mm, swap: introduce a helper for retrieving cluster from offset, Kairui Song
- [PATCH v2 12/13] mm, swap: use a global swap cluster for non-rotation devices, Kairui Song
- [PATCH v2 13/13] mm, swap_slots: remove slot cache for freeing path, Kairui Song
- [linus:master] [mm] 249608ee47: stress-ng.mmap.ops_per_sec 13.1% regression, kernel test robot
- [PATCH v3] memcg: fix soft lockup in the OOM process,
Chen Ridong
- [PATCH 0/9 RFC] cgroup: separate rstat trees,
JP Kobryn
- [PATCH 1/9 RFC] change cgroup to css in rstat updated and flush api, JP Kobryn
- [PATCH 2/9 RFC] cgroup: change cgroup to css in rstat internal flush and lock funcs, JP Kobryn
- [PATCH 3/9 RFC] cgroup: change cgroup to css in rstat init and exit api, JP Kobryn
- [PATCH 4/9 RFC] cgroup: split rstat from cgroup into separate css, JP Kobryn
- [PATCH 7/9 RFC] cgroup: remove unneeded rcu list, JP Kobryn
- [PATCH 5/9 RFC] cgroup: separate locking between base css and others, JP Kobryn
- [PATCH 9/9 RFC] cgroup: avoid allocating rstat when flush func not present, JP Kobryn
- [PATCH 6/9 RFC] cgroup: isolate base stat flush, JP Kobryn
- [PATCH 8/9 RFC] cgroup: remove bpf rstat flush from css generic flush, JP Kobryn
- Re: [PATCH 0/9 RFC] cgroup: separate rstat trees, Shakeel Butt
- [PATCH v2 0/2] mm: alloc_pages_bulk: small API refactor,
Luiz Capitulino
[Index of Archives]
[Linux Kernel Development]
[Linux ARM Kernel]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Fedora ARM]