Linux Memory Management
[Prev Page][Next Page]
- Re: [PATCH v3 11/14] mm/migrate_device: Support COW PTE
- From: kernel test robot <lkp@xxxxxxxxx>
- [linux-next:pending-fixes] BUILD SUCCESS c28c7d2a33a85439d90c17712b71ec6907033d5f
- From: kernel test robot <lkp@xxxxxxxxx>
- [PATCH 0/8] Clean up and refinement for maple tree
- From: Vernon Yang <vernon2gm@xxxxxxxxx>
- [linux-next:master] BUILD REGRESSION e45fb347b630ee76482fe938ba76cf8eab811290
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v3 02/14] mm: Add Copy-On-Write PTE to fork()
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v2 2/7] mm/vmalloc.c: add flags to mark vm_map_ram area
- From: Lorenzo Stoakes <lstoakes@xxxxxxxxx>
- [linux-next:master 15350/15568] drivers/block/virtio_blk.c:326:36: sparse: sparse: incorrect type in initializer (different base types)
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v2 2/7] mm/vmalloc.c: add flags to mark vm_map_ram area
- From: Baoquan He <bhe@xxxxxxxxxx>
- Re: [PATCH v4 06/39] x86/fpu: Add helper for modifying xstate
- From: Borislav Petkov <bp@xxxxxxxxx>
- Re: [PATCH v3 03/14] mm: Add break COW PTE fault and helper functions
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v3 11/14] mm/migrate_device: Support COW PTE
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v4 05/39] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
- From: Borislav Petkov <bp@xxxxxxxxx>
- Re: [RFC][PATCH 05/12] arch: Introduce arch_{,try_}_cmpxchg128{,_local}()
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH v3 02/14] mm: Add Copy-On-Write PTE to fork()
- From: kernel test robot <lkp@xxxxxxxxx>
- [linux-next:master 15177/15568] mm/memfd.c:274:31: warning: unused variable 'ns'
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [RFC v3 3/4] mm, printk: introduce new format %pGt for page_type
- From: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
- Re: [PATCH 3/3] crypto: x86/ghash - add comment and fix broken link
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH 0/3] crypto: x86/ghash cleanups
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory
- From: Borislav Petkov <bp@xxxxxxxxx>
- Re: [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
- From: "Huang, Kai" <kai.huang@xxxxxxxxx>
- Re: [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory
- From: Chao Peng <chao.p.peng@xxxxxxxxxxxxxxx>
- Re: [PATCH v10 2/9] KVM: Introduce per-page memory attributes
- From: Chao Peng <chao.p.peng@xxxxxxxxxxxxxxx>
- [PATCH v3 14/14] mm: fork: Enable COW PTE to fork system call
- From: Chih-En Lin <shiyn.lin@xxxxxxxxx>
- Re: [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
- From: Chao Peng <chao.p.peng@xxxxxxxxxxxxxxx>
- [PATCH v3 13/14] events/uprobes: Break COW PTE before replacing page
- From: Chih-En Lin <shiyn.lin@xxxxxxxxx>
- [PATCH v3 12/14] fs/proc: Support COW PTE with clear_refs_write
- From: Chih-En Lin <shiyn.lin@xxxxxxxxx>
- [PATCH v3 11/14] mm/migrate_device: Support COW PTE
- From: Chih-En Lin <shiyn.lin@xxxxxxxxx>
- [PATCH v3 10/14] mm/userfaultfd: Support COW PTE
- From: Chih-En Lin <shiyn.lin@xxxxxxxxx>
- [PATCH v3 09/14] mm/mprotect: Break COW PTE before changing protection
- From: Chih-En Lin <shiyn.lin@xxxxxxxxx>
- [PATCH v3 08/14] mm/gup: Break COW PTE in follow_pfn_pte()
- From: Chih-En Lin <shiyn.lin@xxxxxxxxx>
- [PATCH v3 07/14] mm/madvise: Handle COW-ed PTE with madvise()
- From: Chih-En Lin <shiyn.lin@xxxxxxxxx>
- [PATCH v3 06/14] mm/ksm: Break COW PTE before modify shared PTE
- From: Chih-En Lin <shiyn.lin@xxxxxxxxx>
- [PATCH v3 05/14] mm/khugepaged: Break COW PTE before scanning pte
- From: Chih-En Lin <shiyn.lin@xxxxxxxxx>
- [PATCH v3 04/14] mm/rmap: Break COW PTE in rmap walking
- From: Chih-En Lin <shiyn.lin@xxxxxxxxx>
- [PATCH v3 03/14] mm: Add break COW PTE fault and helper functions
- From: Chih-En Lin <shiyn.lin@xxxxxxxxx>
- [PATCH v3 02/14] mm: Add Copy-On-Write PTE to fork()
- From: Chih-En Lin <shiyn.lin@xxxxxxxxx>
- [PATCH v3 01/14] mm: Allow user to control COW PTE via prctl
- From: Chih-En Lin <shiyn.lin@xxxxxxxxx>
- [PATCH v3 00/14] Introduce Copy-On-Write to Page Table
- From: Chih-En Lin <shiyn.lin@xxxxxxxxx>
- Re: [RFC][PATCH 03/12] cyrpto/b128ops: Remove struct u128
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [RFC][PATCH 02/12] crypto/ghash-clmulni: Use (struct) be128
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH 3/3] crypto: x86/ghash - add comment and fix broken link
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH 1/3] crypto: x86/ghash - fix unaligned access in ghash_setkey()
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH 2/3] crypto: x86/ghash - use le128 instead of u128
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH 0/3] crypto: x86/ghash cleanups
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [linux-stable-rc:linux-4.19.y 2814/4647] include/linux/nodemask.h:380:20: error: comparison of unsigned expression in '>= 0' is always true
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [RFC][PATCH 01/12] crypto: Remove u128 usage
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [RFC][PATCH 01/12] crypto: Remove u128 usage
- From: "H. Peter Anvin" <hpa@xxxxxxxxx>
- Re: [RFC][PATCH 01/12] crypto: Remove u128 usage
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- [PATCH AUTOSEL 5.4 1/5] hugetlbfs: fix null-ptr-deref in hugetlbfs_parse_param()
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.10 1/5] hugetlbfs: fix null-ptr-deref in hugetlbfs_parse_param()
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.15 5/9] hugetlbfs: fix null-ptr-deref in hugetlbfs_parse_param()
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.0 07/16] hugetlbfs: fix null-ptr-deref in hugetlbfs_parse_param()
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.1 07/16] hugetlbfs: fix null-ptr-deref in hugetlbfs_parse_param()
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [PATCH RFC v7 40/64] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command
- From: "Kalra, Ashish" <ashish.kalra@xxxxxxx>
- Re: [PATCH] Revert "mm: add nodes= arg to memory.reclaim"
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH Part2 v6 07/49] x86/sev: Invalid pages from direct map when adding it to RMP table
- From: Borislav Petkov <bp@xxxxxxxxx>
- Re: [RFC][PATCH 05/12] arch: Introduce arch_{,try_}_cmpxchg128{,_local}()
- From: Boqun Feng <boqun.feng@xxxxxxxxx>
- Re: [RFC v3 3/4] mm, printk: introduce new format %pGt for page_type
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- Re: [RFC PATCH] mm: remove zap_page_range and change callers to use zap_vma_page_range
- From: Mike Kravetz <mike.kravetz@xxxxxxxxxx>
- [PATCH v2 4/4] swap: avoid holding swap reference in swap_cache_get_folio
- From: Kairui Song <ryncsn@xxxxxxxxx>
- [PATCH v2 3/4] swap: fold swap_ra_clamp_pfn into swap_ra_info
- From: Kairui Song <ryncsn@xxxxxxxxx>
- [PATCH v2 2/4] swap: avoid a redundant pte map if ra window is 1
- From: Kairui Song <ryncsn@xxxxxxxxx>
- [PATCH v2 1/4] swapfile: get rid of volatile and avoid redundant read
- From: Kairui Song <ryncsn@xxxxxxxxx>
- [PATCH v2 0/4] Clean up and fixes for swap
- From: Kairui Song <ryncsn@xxxxxxxxx>
- Re: [linus:master] will-it-scale.per_thread_ops -40.2% regression in mmap1 benchmark
- From: Liam Howlett <liam.howlett@xxxxxxxxxx>
- [PATCH v4] kasan: allow sampling page_alloc allocations for HW_TAGS
- From: andrey.konovalov@xxxxxxxxx
- Re: [PATCH v3] kasan: allow sampling page_alloc allocations for HW_TAGS
- From: Andrey Konovalov <andreyknvl@xxxxxxxxx>
- Re: [PATCH RFC v7 40/64] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command
- From: Tom Lendacky <thomas.lendacky@xxxxxxx>
- [PATCH mm-unstable 0/2] two fixups for DAMON sysfs' scheme filters support
- From: SeongJae Park <sj@xxxxxxxxxx>
- [PATCH mm-unstable 1/2] mm/damon/sysfs-schemes: Fix leaking a filter for wrong cgroup path
- From: SeongJae Park <sj@xxxxxxxxxx>
- [PATCH mm-unstable 2/2] mm/damon/sysfs-schemes: Return an error for filter memcg path id lookup failure
- From: SeongJae Park <sj@xxxxxxxxxx>
- Re: [RFC][PATCH 01/12] crypto: Remove u128 usage
- From: "Jason A. Donenfeld" <Jason@xxxxxxxxx>
- Re: [RFC][PATCH 01/12] crypto: Remove u128 usage
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- [RFC][PATCH 08/12] s390: Replace cmpxchg_double() with cmpxchg128()
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [RFC][PATCH 09/12] x86,amd_iommu: Replace cmpxchg_double()
- From: Niklas Schnelle <schnelle@xxxxxxxxxxxxx>
- [PATCH mm-stable RFC 2/2] mm/nommu: don't use VM_MAYSHARE for MAP_PRIVATE mappings
- From: David Hildenbrand <david@xxxxxxxxxx>
- [PATCH mm-stable RFC 1/2] mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_mapping()
- From: David Hildenbrand <david@xxxxxxxxxx>
- [PATCH mm-stable RFC 0/2] mm/nommu: don't use VM_MAYSHARE for MAP_PRIVATE mappings
- From: David Hildenbrand <david@xxxxxxxxxx>
- [PATCH v2 2/2] test_maple_tree: Add test for mas_spanning_rebalance() on insufficient data
- From: Liam Howlett <liam.howlett@xxxxxxxxxx>
- [PATCH v2 1/2] maple_tree: Fix mas_spanning_rebalance() on insufficient data
- From: Liam Howlett <liam.howlett@xxxxxxxxxx>
- [PATCH v2 0/2] maple_tree: Fix mas_spanning_rebalance() on
- From: Liam Howlett <liam.howlett@xxxxxxxxxx>
- Re: [RFC][PATCH 01/12] crypto: Remove u128 usage
- From: "Jason A. Donenfeld" <Jason@xxxxxxxxx>
- Re: [PATCH 11/13] x86_64: Remove pointless set_64bit() usage
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- [RFC][PATCH 06/12] instrumentation: Wire up cmpxchg128()
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- [RFC][PATCH 12/12] arch: Remove cmpxchg_double
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- [RFC][PATCH 11/12] slub: Replace cmpxchg_double()
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- [RFC][PATCH 02/12] crypto/ghash-clmulni: Use (struct) be128
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- [RFC][PATCH 10/12] x86,intel_iommu: Replace cmpxchg_double()
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- [RFC][PATCH 04/12] types: Introduce [us]128
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- [RFC][PATCH 00/12] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- [RFC][PATCH 07/12] percpu: Wire up cmpxchg128
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- [RFC][PATCH 09/12] x86,amd_iommu: Replace cmpxchg_double()
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- [RFC][PATCH 01/12] crypto: Remove u128 usage
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- [RFC][PATCH 03/12] cyrpto/b128ops: Remove struct u128
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- [RFC][PATCH 05/12] arch: Introduce arch_{,try_}_cmpxchg128{,_local}()
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH Part2 v6 07/49] x86/sev: Invalid pages from direct map when adding it to RMP table
- From: Michael Roth <michael.roth@xxxxxxx>
- Re: [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory
- From: Borislav Petkov <bp@xxxxxxxxx>
- [linux-next:master] BUILD REGRESSION d650871875b2ccc670f1044be7f3cc90f276745d
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [GIT PULL] final non-MM updates for 6.2-rc1
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [GIT PULL] Final MM updates for 6.2-rc1
- From: pr-tracker-bot@xxxxxxxxxx
- [linux-next:pending-fixes] BUILD SUCCESS 16cba743aec05780e9edd932a07c26ea473c9205
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v2] mm: vmalloc: correct use of __GFP_NOWARN mask in __vmalloc_area_node()
- From: Uladzislau Rezki <urezki@xxxxxxxxx>
- Re: [PATCH v2 2/7] mm/vmalloc.c: add flags to mark vm_map_ram area
- From: Lorenzo Stoakes <lstoakes@xxxxxxxxx>
- [PATCH v2] mm: vmalloc: correct use of __GFP_NOWARN mask in __vmalloc_area_node()
- From: Lorenzo Stoakes <lstoakes@xxxxxxxxx>
- Re: [PATCH] mm: vmalloc: correct use of __GFP_NOWARN mask in __vmalloc_area_node()
- From: Lorenzo Stoakes <lstoakes@xxxxxxxxx>
- Re: [PATCH v2 2/7] mm/vmalloc.c: add flags to mark vm_map_ram area
- From: Baoquan He <bhe@xxxxxxxxxx>
- Re: [PATCH v4 1/3] mm/mprotect: Fix soft-dirty check in can_change_pte_writable()
- From: Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx>
- Re: [PATCH] mm: vmalloc: correct use of __GFP_NOWARN mask in __vmalloc_area_node()
- From: Uladzislau Rezki <urezki@xxxxxxxxx>
- Re: [RFC PATCH] mm: remove zap_page_range and change callers to use zap_vma_page_range
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [PATCH v2] mm: memcontrol: protect the memory in cgroup from being oom killed
- From: Michal Hocko <mhocko@xxxxxxxx>
- [PATCH -next v8 4/4] arm64: add cow to machine check safe
- From: Tong Tiangen <tongtiangen@xxxxxxxxxx>
- [PATCH -next v8 3/4] arm64: add uaccess to machine check safe
- From: Tong Tiangen <tongtiangen@xxxxxxxxxx>
- [PATCH -next v8 2/4] arm64: add support for machine check error safe
- From: Tong Tiangen <tongtiangen@xxxxxxxxxx>
- [PATCH -next v8 1/4] uaccess: add generic fallback version of copy_mc_to_user()
- From: Tong Tiangen <tongtiangen@xxxxxxxxxx>
- [PATCH -next v8 0/4]arm64: add machine check safe support
- From: Tong Tiangen <tongtiangen@xxxxxxxxxx>
- Re: [PATCH v3] kasan: allow sampling page_alloc allocations for HW_TAGS
- From: Marco Elver <elver@xxxxxxxxxx>
- [linus:master] [mm] 0ba09b1733: will-it-scale.per_thread_ops -21.1% regression in mmap1 benchmark
- From: kernel test robot <yujie.liu@xxxxxxxxx>
- [syzbot] [vfs?] [ntfs3?] [tmpfs?] WARNING in lookup_slow
- From: syzbot <syzbot+7923cf13ed6110fc744d@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v10 2/9] KVM: Introduce per-page memory attributes
- From: Borislav Petkov <bp@xxxxxxxxx>
- Re: [PATCH] mm: remove unused alloc_pages_bulk_list()
- From: Mel Gorman <mgorman@xxxxxxxxxxxxxxxxxxx>
- [linus:master] will-it-scale.per_thread_ops -40.2% regression in mmap1 benchmark
- From: kernel test robot <yujie.liu@xxxxxxxxx>
- [linux-next:master 15348/15487] lib/dhry_run.c:61:6: warning: variable 'ret' is used uninitialized whenever 'if' condition is false
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [RFC v3 3/4] mm, printk: introduce new format %pGt for page_type
- From: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 2/7] mm/vmalloc.c: add flags to mark vm_map_ram area
- From: Lorenzo Stoakes <lstoakes@xxxxxxxxx>
- Re: [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
- From: "Huang, Kai" <kai.huang@xxxxxxxxx>
- Re: [PATCH v10 2/9] KVM: Introduce per-page memory attributes
- From: Chao Peng <chao.p.peng@xxxxxxxxxxxxxxx>
- Re: [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory
- From: Chao Peng <chao.p.peng@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 2/7] mm/vmalloc.c: add flags to mark vm_map_ram area
- From: Baoquan He <bhe@xxxxxxxxxx>
- Re: [PATCH v10 6/9] KVM: Unmap existing mappings when change the memory attributes
- From: Chao Peng <chao.p.peng@xxxxxxxxxxxxxxx>
- Re: [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
- From: Chao Peng <chao.p.peng@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 5/7] mm/vmalloc: skip the uninitilized vmalloc areas
- From: Baoquan He <bhe@xxxxxxxxxx>
- Re: [PATCH] mm: new primitive kvmemdup()
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH] mm: new primitive kvmemdup()
- From: kernel test robot <lkp@xxxxxxxxx>
- [PATCH 09/10] docs: cgroup-v1: add internal cross-references
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- [PATCH 07/10] docs: cgroup-v1: use bullet lists for list of stat file tables
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- [PATCH 08/10] docs: cgroup-v1: use make swap extension subsections subsections
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- [PATCH 04/10] docs: cgroup-v1: use code block for locking order schema
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- [PATCH 02/10] docs: cgroup-v1: replace custom note constructs with appropriate admonition blocks
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- [PATCH 10/10] docs: cgroup-v1: use numbered lists for user interface setup
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- [PATCH 01/10] docs: cgroup-v1: extend underline of section 8
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- [PATCH 06/10] docs: cgroup-v1: move hierarchy of accounting caption
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- [PATCH 03/10] docs: cgroup-v1: wrap remaining admonitions in admonition blocks
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- [PATCH 00/10] docs: cgroup-v1: formatting improv for "Memory Resource Controller" doc
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- [PATCH 05/10] docs: cgroup-v1: fix footnotes
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- [PATCH] mm: new primitive kvmemdup()
- From: Hao Sun <sunhao.th@xxxxxxxxx>
- [syzbot] BUG: unable to handle kernel NULL pointer dereference in unlock_page (2)
- From: syzbot <syzbot+9d014e6e0df70d97c103@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2] mm: memcontrol: protect the memory in cgroup from being oom killed
- From: 程垲涛 Chengkaitao Cheng <chengkaitao@xxxxxxxxxxxxxx>
- Re: [PATCH mm-unstable RFC 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs
- From: Huacai Chen <chenhuacai@xxxxxxxxxx>
- Re: BUG: Bad page map in process init pte:c0ab684c pmd:01182000 (on a PowerMac G4 DP)
- From: "Erhard F." <erhard_f@xxxxxxxxxxx>
- [PATCH v3 1/3] Replace invocation of weak PRNG in mm/slab.c
- From: david.keisarschm@xxxxxxxxxxxxxxx
- [PATCH v3 2/3] Replace invocation of weak PRNG inside mm/slab_common.c
- From: david.keisarschm@xxxxxxxxxxxxxxx
- [PATCH V2] mm/slab: remove unused slab_early_init
- From: gouhao@xxxxxxxxxxxxx
- Re: [PATCH] mm/slab: remove unused slab_early_init
- From: gouhao@xxxxxxxxxxxxx
- Re: BUG: Bad page map in process init pte:c0ab684c pmd:01182000 (on a PowerMac G4 DP)
- From: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
- Re: [PATCH -mm 0/2] mm: page_ext: split page_ext flags
- From: Hyeonggon Yoo <42.hyeyoo@xxxxxxxxx>
- [RFC v3 4/4] mm/debug: use %pGt to print page_type in dump_page()
- From: Hyeonggon Yoo <42.hyeyoo@xxxxxxxxx>
- [RFC v3 3/4] mm, printk: introduce new format %pGt for page_type
- From: Hyeonggon Yoo <42.hyeyoo@xxxxxxxxx>
- [RFC v3 2/4] mm: move PG_slab flag to page_type
- From: Hyeonggon Yoo <42.hyeyoo@xxxxxxxxx>
- [RFC v3 1/4] mm/hwpoison: remove MF_MSG_SLAB from action_page_types
- From: Hyeonggon Yoo <42.hyeyoo@xxxxxxxxx>
- [RFC v3 0/4] move PG_slab flag to page_type
- From: Hyeonggon Yoo <42.hyeyoo@xxxxxxxxx>
- Re: [PATCH 10/12] mm, slub: remove percpu slabs with CONFIG_SLUB_TINY
- From: Hyeonggon Yoo <42.hyeyoo@xxxxxxxxx>
- Re: [PATCH -mm 0/2] mm: page_ext: split page_ext flags
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- Re: [PATCH mm-unstable RFC 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH -mm 0/2] mm: page_ext: split page_ext flags
- From: Hyeonggon Yoo <42.hyeyoo@xxxxxxxxx>
- [GIT PULL] final non-MM updates for 6.2-rc1
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- [GIT PULL] Final MM updates for 6.2-rc1
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH mm-unstable RFC 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs
- From: Huacai Chen <chenhuacai@xxxxxxxxxx>
- Re: [PATCH] mm/slab: remove unused slab_early_init
- From: Hyeonggon Yoo <42.hyeyoo@xxxxxxxxx>
- Re: [PATCH] cma:tracing: Print alloc result in trace_cma_alloc_finish
- From: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>
- Re: BUG: Bad page map in process init pte:c0ab684c pmd:01182000 (on a PowerMac G4 DP)
- From: "Erhard F." <erhard_f@xxxxxxxxxxx>
- [akpm-mm:mm-nonmm-unstable 15/15] lib/dhry_run.c:61:6: warning: variable 'ret' is used uninitialized whenever 'if' condition is false
- From: kernel test robot <lkp@xxxxxxxxx>
- [akpm-mm:mm-unstable 57/72] htmldocs: Documentation/admin-guide/cgroup-v1/memory.rst:723: WARNING: Title underline too short.
- From: kernel test robot <lkp@xxxxxxxxx>
- [syzbot] [udf?] BUG: unable to handle kernel NULL pointer dereference in __writepage
- From: syzbot <syzbot+c27475eb921c46bbdc62@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [linux-next:master 14263/14897] drivers/iio/adc/twl6030-gpadc.c:955:16-23: duplicated argument to & or | (fwd)
- From: Andreas Kemnade <andreas@xxxxxxxxxxxx>
- Re: [PATCH -mm 2/2] mm: page_idle: split 32bit page_idle's flag from the common flags
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- Re: [PATCH -mm 2/2] mm: page_idle: split 32bit page_idle's flag from the common flags
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH -mm 2/2] mm: page_idle: split 32bit page_idle's flag from the common flags
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v2 5/7] mm/vmalloc: skip the uninitilized vmalloc areas
- From: Lorenzo Stoakes <lstoakes@xxxxxxxxx>
- Re: [PATCH v2 3/7] mm/vmalloc.c: allow vread() to read out vm_map_ram areas
- From: Lorenzo Stoakes <lstoakes@xxxxxxxxx>
- Re: [PATCH v2 2/7] mm/vmalloc.c: add flags to mark vm_map_ram area
- From: Lorenzo Stoakes <lstoakes@xxxxxxxxx>
- [PATCH] mm/slab: remove unused slab_early_init
- From: gouhao@xxxxxxxxxxxxx
- [PATCH -mm 2/2] mm: page_idle: split 32bit page_idle's flag from the common flags
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [PATCH -mm 1/2] mm: page_owner: split page_owner's flag from the comm flags
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [PATCH -mm 0/2] mm: page_ext: split page_ext flags
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- Re: [PATCH] Revert "mm: add nodes= arg to memory.reclaim"
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [PATCH v2 3/7] mm/vmalloc.c: allow vread() to read out vm_map_ram areas
- From: Baoquan He <bhe@xxxxxxxxxx>
- Re: [PATCH] mm: remove unused alloc_pages_bulk_list()
- From: Lorenzo Stoakes <lstoakes@xxxxxxxxx>
- Re: [PATCH v2 3/7] mm/vmalloc.c: allow vread() to read out vm_map_ram areas
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH] mm: remove unused alloc_pages_bulk_list()
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH v2 3/7] mm/vmalloc.c: allow vread() to read out vm_map_ram areas
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCHv2 11/11] dmapool: link blocks across pages
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH 2/2] mm: Fix a few rare cases of using swapin error pte marker
- From: Miaohe Lin <linmiaohe@xxxxxxxxxx>
- Re: [PATCH 1/2] mm/uffd: Fix pte marker when fork() without fork event
- From: Miaohe Lin <linmiaohe@xxxxxxxxxx>
- Re: [PATCHv2 11/11] dmapool: link blocks across pages
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH -next resend v3] mm: hwposion: support recovery from ksm_might_need_to_copy()
- From: Miaohe Lin <linmiaohe@xxxxxxxxxx>
- Re: [PATCH 2/2] hugetlb: update vma flag check for hugetlb vma lock
- From: Miaohe Lin <linmiaohe@xxxxxxxxxx>
- Re: [PATCH 1/2] hugetlb: really allocate vma lock for all sharable vmas
- From: Miaohe Lin <linmiaohe@xxxxxxxxxx>
- Re: [PATCH v4 3/4] cachestat: implement cachestat syscall
- From: kernel test robot <lkp@xxxxxxxxx>
- [PATCH v2 7/7] sh: mm: set VM_IOREMAP flag to the vmalloc area
- From: Baoquan He <bhe@xxxxxxxxxx>
- [PATCH v2 6/7] powerpc: mm: add VM_IOREMAP flag to the vmalloc area
- From: Baoquan He <bhe@xxxxxxxxxx>
- [PATCH v2 5/7] mm/vmalloc: skip the uninitilized vmalloc areas
- From: Baoquan He <bhe@xxxxxxxxxx>
- [PATCH v2 4/7] mm/vmalloc: explicitly identify vm_map_ram area when shown in /proc/vmcoreinfo
- From: Baoquan He <bhe@xxxxxxxxxx>
- [PATCH v2 3/7] mm/vmalloc.c: allow vread() to read out vm_map_ram areas
- From: Baoquan He <bhe@xxxxxxxxxx>
- [PATCH v2 2/7] mm/vmalloc.c: add flags to mark vm_map_ram area
- From: Baoquan He <bhe@xxxxxxxxxx>
- [PATCH v2 1/7] mm/vmalloc.c: add used_map into vmap_block to track space of vmap_block
- From: Baoquan He <bhe@xxxxxxxxxx>
- [PATCH v2 0/7] mm/vmalloc.c: allow vread() to read out vm_map_ram areas
- From: Baoquan He <bhe@xxxxxxxxxx>
- Re: [PATCH v1 3/7] mm/vmalloc.c: allow vread() to read out vm_map_ram areas
- From: Baoquan He <bhe@xxxxxxxxxx>
- [PATCH] mm: remove unused alloc_pages_bulk_list()
- From: Lorenzo Stoakes <lstoakes@xxxxxxxxx>
- [PATCH AUTOSEL 4.9] binfmt_misc: fix shift-out-of-bounds in check_special_flags
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.19] binfmt_misc: fix shift-out-of-bounds in check_special_flags
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.14] binfmt_misc: fix shift-out-of-bounds in check_special_flags
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.4 2/2] binfmt_misc: fix shift-out-of-bounds in check_special_flags
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.10 5/5] binfmt_misc: fix shift-out-of-bounds in check_special_flags
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.15 5/5] binfmt_misc: fix shift-out-of-bounds in check_special_flags
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.0 6/8] binfmt_misc: fix shift-out-of-bounds in check_special_flags
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.1 6/9] binfmt_misc: fix shift-out-of-bounds in check_special_flags
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [PATCH 00/11] implement DAMOS filtering for anon pages and
- From: SeongJae Park <sj@xxxxxxxxxx>
- Re: [PATCH 00/11] implement DAMOS filtering for anon pages and
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- [PATCH] mm: vmalloc: correct use of __GFP_NOWARN mask in __vmalloc_area_node()
- From: Lorenzo Stoakes <lstoakes@xxxxxxxxx>
- Re: [PATCH v6 3/6] mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXEC
- From: Jeff Xu <jeffxu@xxxxxxxxxx>
- Re: [PATCH mm-unstable] mm: move folio_set_compound_order() to mm/internal.h
- From: Sidhartha Kumar <sidhartha.kumar@xxxxxxxxxx>
- Re: [PATCH mm-unstable] mm: move folio_set_compound_order() to mm/internal.h
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH mm-unstable] mm: move folio_set_compound_order() to mm/internal.h
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- Re: [PATCH v9 3/5] mm/vmstat: manage per-CPU stats from CPU context when NOHZ full
- From: Frederic Weisbecker <frederic@xxxxxxxxxx>
- Re: [PATCH v4 3/4] cachestat: implement cachestat syscall
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v4 3/4] cachestat: implement cachestat syscall
- From: kernel test robot <lkp@xxxxxxxxx>
- [PATCH] hugetlb: initialize variable to avoid compiler warning
- From: Mike Kravetz <mike.kravetz@xxxxxxxxxx>
- Re: [PATCH mm-unstable] mm: move folio_set_compound_order() to mm/internal.h
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v4 3/4] cachestat: implement cachestat syscall
- From: kernel test robot <lkp@xxxxxxxxx>
- [PATCH v3] kasan: allow sampling page_alloc allocations for HW_TAGS
- From: andrey.konovalov@xxxxxxxxx
- Re: [PATCH v6 3/6] mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXEC
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v4 3/4] cachestat: implement cachestat syscall
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v6 3/6] mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXEC
- From: Jeff Xu <jeffxu@xxxxxxxxxx>
- [PATCH] selftest/vm: add mremap expand merge offset test
- From: Lorenzo Stoakes <lstoakes@xxxxxxxxx>
- Re: [PATCH] maple_tree: Fix mas_spanning_rebalance() on insufficient data
- From: Liam Howlett <liam.howlett@xxxxxxxxxx>
- Re: [PATCH v6 3/6] mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXEC
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH] maple_tree: Fix mas_spanning_rebalance() on insufficient data
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- [PATCHv2 10/11] dmapool: don't memset on free twice
- From: Keith Busch <kbusch@xxxxxxxx>
- [PATCHv2 11/11] dmapool: link blocks across pages
- From: Keith Busch <kbusch@xxxxxxxx>
- [PATCHv2 08/11] dmapool: consolidate page initialization
- From: Keith Busch <kbusch@xxxxxxxx>
- [PATCHv2 06/11] dmapool: move debug code to own functions
- From: Keith Busch <kbusch@xxxxxxxx>
- [PATCHv2 03/11] dmapool: use sysfs_emit() instead of scnprintf()
- From: Keith Busch <kbusch@xxxxxxxx>
- [PATCHv2 09/11] dmapool: simplify freeing
- From: Keith Busch <kbusch@xxxxxxxx>
- [PATCHv2 07/11] dmapool: rearrange page alloc failure handling
- From: Keith Busch <kbusch@xxxxxxxx>
- [PATCHv2 05/11] dmapool: speedup DMAPOOL_DEBUG with init_on_alloc
- From: Keith Busch <kbusch@xxxxxxxx>
- [PATCHv2 04/11] dmapool: cleanup integer types
- From: Keith Busch <kbusch@xxxxxxxx>
- [PATCHv2 00/11] dmapool enhancements
- From: Keith Busch <kbusch@xxxxxxxx>
- [PATCHv2 02/11] dmapool: remove checks for dev == NULL
- From: Keith Busch <kbusch@xxxxxxxx>
- [PATCHv2 01/11] dmapool: add alloc/free performance test
- From: Keith Busch <kbusch@xxxxxxxx>
- [PATCH v10 5/6] tick/sched: Ensure quiet_vmstat() is called when the idle tick was stopped too
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- [PATCH v10 6/6] mm/vmstat: avoid queueing work item if cpu stats are clean
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- [PATCH v10 3/6] mm/vmstat: manage per-CPU stats from CPU context when NOHZ full
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- [PATCH v10 1/6] mm/vmstat: Add CPU-specific variable to track a vmstat discrepancy
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- [PATCH v10 0/6] Ensure quiet_vmstat() is called when returning to userpace and when idle tick is stopped
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- [PATCH v10 4/6] tick/nohz_full: Ensure quiet_vmstat() is called on exit to user-mode when the idle tick is stopped
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- [PATCH v10 2/6] mm/vmstat: Use vmstat_dirty to track CPU-specific vmstat discrepancies
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- [PATCH 2/2] mm/mempolicy: do not duplicate policy if it is not applicable for set_mempolicy_home_node
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- [PATCH 1/2] mm/mempolicy: Fix memory leak in set_mempolicy_home_node system call
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- Re: [PATCH v7 3/6] mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXEC
- From: SeongJae Park <sj@xxxxxxxxxx>
- [PATCH v4 4/4] selftests: Add selftests for cachestat
- From: Nhat Pham <nphamcs@xxxxxxxxx>
- [PATCH v4 3/4] cachestat: implement cachestat syscall
- From: Nhat Pham <nphamcs@xxxxxxxxx>
- [PATCH v4 2/4] workingset: refactor LRU refault to expose refault recency check
- From: Nhat Pham <nphamcs@xxxxxxxxx>
- [PATCH v4 1/4] workingset: fix confusion around eviction vs refault container
- From: Nhat Pham <nphamcs@xxxxxxxxx>
- [PATCH v4 0/4] cachestat: a new syscall for page cache state of files
- From: Nhat Pham <nphamcs@xxxxxxxxx>
- Re: [PATCH v7 3/6] mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXEC
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- [RFC PATCH] mm: remove zap_page_range and change callers to use zap_vma_page_range
- From: Mike Kravetz <mike.kravetz@xxxxxxxxxx>
- Re: [PATCH v7 3/6] mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXEC
- From: Jeff Xu <jeffxu@xxxxxxxxxx>
- Re: [PATCH] maple_tree: Fix mas_spanning_rebalance() on insufficient data
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- [PATCH] maple_tree: Fix mas_spanning_rebalance() on insufficient data
- From: Liam Howlett <liam.howlett@xxxxxxxxxx>
- Re: [PATCH mm-unstable] kernel/pid_sysctl.h: Add missing definitions for specific config
- From: Jeff Xu <jeffxu@xxxxxxxxxx>
- Re: [PATCH v7 3/6] mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXEC
- From: SeongJae Park <sj@xxxxxxxxxx>
- [PATCH mm-unstable] kernel/pid_sysctl.h: Add missing definitions for specific config
- From: SeongJae Park <sj@xxxxxxxxxx>
- Re: [PATCH] Revert "mm: add nodes= arg to memory.reclaim"
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v6 3/6] mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXEC
- From: Jeff Xu <jeffxu@xxxxxxxxxx>
- Re: [PATCH v6 3/6] mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXEC
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v6 3/6] mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXEC
- From: Jeff Xu <jeffxu@xxxxxxxxxx>
- [linux-next:master 13259/15277] drivers/regulator/tps65219-regulator.c:370 tps65219_regulator_probe() warn: unsigned 'rdev' is never less than zero.
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH 2/2] mm/kmemleak: Fix UAF bug in kmemleak_scan()
- From: Waiman Long <longman@xxxxxxxxxx>
- Re: [PATCH v9 3/5] mm/vmstat: manage per-CPU stats from CPU context when NOHZ full
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- Re: [PATCH 1/2] mm/uffd: Fix pte marker when fork() without fork event
- From: David Hildenbrand <david@xxxxxxxxxx>
- [PATCH for v6.1 regression] mm, mremap: fix mremap() expanding vma with addr inside vma
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [PATCH 1/2] mm/uffd: Fix pte marker when fork() without fork event
- From: Peter Xu <peterx@xxxxxxxxxx>
- Re: [PATCH v4 9/9] mm/hugetlb: Introduce hugetlb_walk()
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH 2/2] mm: Fix a few rare cases of using swapin error pte marker
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH 2/2] mm: Fix a few rare cases of using swapin error pte marker
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH 1/2] mm/uffd: Fix pte marker when fork() without fork event
- From: David Hildenbrand <david@xxxxxxxxxx>
- [PATCH v4 9/9] mm/hugetlb: Introduce hugetlb_walk()
- From: Peter Xu <peterx@xxxxxxxxxx>
- [PATCH v4 8/9] mm/hugetlb: Make walk_hugetlb_range() safe to pmd unshare
- From: Peter Xu <peterx@xxxxxxxxxx>
- [PATCH v4 7/9] mm/hugetlb: Make follow_hugetlb_page() safe to pmd unshare
- From: Peter Xu <peterx@xxxxxxxxxx>
- [PATCH v4 5/9] mm/hugetlb: Make userfaultfd_huge_must_wait() safe to pmd unshare
- From: Peter Xu <peterx@xxxxxxxxxx>
- [PATCH v4 6/9] mm/hugetlb: Make hugetlb_follow_page_mask() safe to pmd unshare
- From: Peter Xu <peterx@xxxxxxxxxx>
- [PATCH v4 4/9] mm/hugetlb: Move swap entry handling into vma lock when faulted
- From: Peter Xu <peterx@xxxxxxxxxx>
- [PATCH v4 3/9] mm/hugetlb: Document huge_pte_offset usage
- From: Peter Xu <peterx@xxxxxxxxxx>
- [PATCH v4 2/9] mm/hugetlb: Don't wait for migration entry during follow page
- From: Peter Xu <peterx@xxxxxxxxxx>
- [PATCH v4 1/9] mm/hugetlb: Let vma_offset_start() to return start
- From: Peter Xu <peterx@xxxxxxxxxx>
- [PATCH v4 0/9] mm/hugetlb: Make huge_pte_offset() thread-safe for pmd unshare
- From: Peter Xu <peterx@xxxxxxxxxx>
- Re: [syzbot] WARNING in do_mkdirat
- From: Aleksandr Nogikh <nogikh@xxxxxxxxxx>
- Re: [PATCH v6 3/6] mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXEC
- From: Peter Xu <peterx@xxxxxxxxxx>
- [linux-next:master] BUILD REGRESSION ca39c4daa6f7f770b1329ffb46f1e4a6bcc3f291
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v10 2/9] KVM: Introduce per-page memory attributes
- From: Borislav Petkov <bp@xxxxxxxxx>
- Re: [PATCH 1/2] mm/uffd: Fix pte marker when fork() without fork event
- From: Peter Xu <peterx@xxxxxxxxxx>
- Re: [PATCH] Revert "mm: add nodes= arg to memory.reclaim"
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [RFC PATCH v2 1/1] ACPI: APEI: Make memory_failure() triggered by synchronization errors execute in the current context
- From: Lv Ying <lvying6@xxxxxxxxxx>
- Re: [PATCH] Revert "mm: add nodes= arg to memory.reclaim"
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [PATCH] Revert "mm: add nodes= arg to memory.reclaim"
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- Re: [PATCH] cma:tracing: Print alloc result in trace_cma_alloc_finish
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [mm] f35b5d7d67: will-it-scale.per_process_ops -95.5% regression
- From: "Yin, Fengwei" <fengwei.yin@xxxxxxxxx>
- Re: [PATCH] cma:tracing: Print alloc result in trace_cma_alloc_finish
- From: Wenchao Hao <haowenchao@xxxxxxxxxx>
- Re: [PATCH] mm/mempolicy: failed to disable numa balancing
- From: Mel Gorman <mgorman@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 2/2] mm/kmemleak: Fix UAF bug in kmemleak_scan()
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- Re: [PATCH] mm, compaction: fix fast_isolate_around() to stay within boundaries
- From: Mel Gorman <mgorman@xxxxxxxxxxxxxxxxxxx>
- [PATCH] memblock: Fix doc for memblock_phys_free
- From: Miaoqian Lin <linmq006@xxxxxxxxx>
- [PATCH] Revert "mm: add nodes= arg to memory.reclaim"
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [PATCH 1/2] mm/uffd: Fix pte marker when fork() without fork event
- From: David Hildenbrand <david@xxxxxxxxxx>
- [ammarfaizi2-block:akpm/mm/mm-unstable 16/32] kernel/pid_namespace.c:114:9: error: implicit declaration of function 'initialize_memfd_noexec_scope'; did you mean 'set_memfd_noexec_scope'?
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH -next resend v3] mm: hwposion: support recovery from ksm_might_need_to_copy()
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- Re: [PATCH 2/4] tee: Remove vmalloc page support
- From: Sumit Garg <sumit.garg@xxxxxxxxxx>
- Re: [PATCH v3] mm: Add nodes= arg to memory.reclaim
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [PATCH] mm, slub: fix uninitialized variable in __slab_free
- From: Hyeonggon Yoo <42.hyeyoo@xxxxxxxxx>
- [ammarfaizi2-block:akpm/mm/mm-unstable 16/32] kernel/pid_namespace.c:114:2: error: call to undeclared function 'initialize_memfd_noexec_scope'; ISO C99 and later do not support implicit function declarations
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH 2/4] tee: Remove vmalloc page support
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [Bug 216646] having TRANSPARENT_HUGEPAGE enabled hangs some applications (supervisor read access in kernel mode)
- From: Thorsten Leemhuis <regressions@xxxxxxxxxxxxx>
- Re: [PATCH 2/4] tee: Remove vmalloc page support
- From: Sumit Garg <sumit.garg@xxxxxxxxxx>
- Re: [linux-next:master] BUILD REGRESSION 459c73db4069c27c1d4a0e20d055b837396364b8
- From: Vincent Mailhol <vincent.mailhol@xxxxxxxxx>
- [PATCH] mm, slub: fix uninitialized variable in __slab_free
- From: Chen Jun <chenjun102@xxxxxxxxxx>
- Re: memcg reclaim demotion wrt. isolation
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- Re: [PATCH v3] mm: Add nodes= arg to memory.reclaim
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- Re: [GIT PULL] Writeback fixes for 6.2-rc1
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [PATCH -next resend v3] mm: hwposion: support recovery from ksm_might_need_to_copy()
- From: HORIGUCHI NAOYA(堀口 直也) <naoya.horiguchi@xxxxxxx>
- Re: [PATCH 2/4] tee: Remove vmalloc page support
- From: Ira Weiny <ira.weiny@xxxxxxxxx>
- Re: [RFC PATCH v2 19/47] hugetlb: make hugetlb_follow_page_mask HGM-enabled
- From: Mike Kravetz <mike.kravetz@xxxxxxxxxx>
- Re: [PATCH 2/2] mm: Fix a few rare cases of using swapin error pte marker
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- [GIT PULL] Writeback fixes for 6.2-rc1
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 1/2] hugetlb: really allocate vma lock for all sharable vmas
- From: Mike Kravetz <mike.kravetz@xxxxxxxxxx>
- Re: [PATCH 1/2] hugetlb: really allocate vma lock for all sharable vmas
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [RFC V2] mm: add the zero case to page[1].compound_nr in set_compound_order
- From: Nico Pache <npache@xxxxxxxxxx>
- Re: [RFC V2] mm: add the zero case to page[1].compound_nr in set_compound_order
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [RFC V2] mm: add the zero case to page[1].compound_nr in set_compound_order
- From: Nico Pache <npache@xxxxxxxxxx>
- Re: [PATCH] mm: Add check for NULL for unlocked in fixup_user_fault
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH v2 18/47] hugetlb: enlighten follow_hugetlb_page to support HGM
- From: Mike Kravetz <mike.kravetz@xxxxxxxxxx>
- Re: [RFC PATCH] f2fs: Convert f2fs_write_cache_pages() to use filemap_get_folios_tag()
- From: Jaegeuk Kim <jaegeuk@xxxxxxxxxx>
- Re: [RFC PATCH v2 24/47] hugetlb: update page_vma_mapped to do high-granularity walks
- From: Peter Xu <peterx@xxxxxxxxxx>
- Re: [RFC PATCH] f2fs: Convert f2fs_write_cache_pages() to use filemap_get_folios_tag()
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [RFC PATCH v2 17/47] hugetlb: make hugetlb_change_protection compatible with HGM
- From: Mike Kravetz <mike.kravetz@xxxxxxxxxx>
- Re: [RFC PATCH v2 08/47] hugetlb: add HGM enablement functions
- From: James Houghton <jthoughton@xxxxxxxxxx>
- Re: [PATCH v3] mm: Add nodes= arg to memory.reclaim
- From: Wei Xu <weixugc@xxxxxxxxxx>
- Re: [RFC PATCH v2 08/47] hugetlb: add HGM enablement functions
- From: Mike Kravetz <mike.kravetz@xxxxxxxxxx>
- Re: [RFC PATCH v2 24/47] hugetlb: update page_vma_mapped to do high-granularity walks
- From: James Houghton <jthoughton@xxxxxxxxxx>
- Re: [PATCH v3 3/4] cachestat: implement cachestat syscall
- From: Nhat Pham <nphamcs@xxxxxxxxx>
- Re: [PATCH v7 0/6] mm/memfd: introduce MFD_NOEXEC_SEAL and MFD_EXEC
- From: Jeff Xu <jeffxu@xxxxxxxxxx>
- Re: [PATCH] kmsan: include linux/vmalloc.h
- From: Alexander Potapenko <glider@xxxxxxxxxx>
- Re: [PATCH] kmsan: export kmsan_handle_urb
- From: Alexander Potapenko <glider@xxxxxxxxxx>
- [PATCH] kmsan: include linux/vmalloc.h
- From: Arnd Bergmann <arnd@xxxxxxxxxx>
- [PATCH] kmsan: export kmsan_handle_urb
- From: Arnd Bergmann <arnd@xxxxxxxxxx>
- [PATCH v2 2/2] mm/kmemleak: Fix UAF bug in kmemleak_scan()
- From: Waiman Long <longman@xxxxxxxxxx>
- [PATCH v2 1/2] mm/kmemleak: Simplify kmemleak_cond_resched() usage
- From: Waiman Long <longman@xxxxxxxxxx>
- [PATCH v2 0/2] mm/kmemleak: Simplify kmemleak_cond_resched() & fix UAF
- From: Waiman Long <longman@xxxxxxxxxx>
- Re: [PATCH 2/2] mm: Fix a few rare cases of using swapin error pte marker
- From: Peter Xu <peterx@xxxxxxxxxx>
- [linux-next:pending-fixes] BUILD SUCCESS 244d284981dad836e9983898a926aa3ab91a6bb9
- From: kernel test robot <lkp@xxxxxxxxx>
- [linux-next:master] BUILD REGRESSION 459c73db4069c27c1d4a0e20d055b837396364b8
- From: kernel test robot <lkp@xxxxxxxxx>
- [linux-stable-rc:linux-5.15.y 3255/9999] fs/ntfs/file.c:1724:16: warning: stack frame size (1040) exceeds limit (1024) in 'ntfs_perform_write'
- From: kernel test robot <lkp@xxxxxxxxx>
- [linux-next:master 15112/15174] drivers/rtc/rtc-ds1307.c:1717:35: error: implicit declaration of function 'i2c_client_get_device_id' is invalid in C99
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v3] mm: Add nodes= arg to memory.reclaim
- From: Michal Hocko <mhocko@xxxxxxxx>
- [linux-next:master 15112/15174] drivers/rtc/rtc-ds1307.c:1717:42: error: implicit declaration of function 'i2c_client_get_device_id'; did you mean 'i2c_get_device_id'?
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: memcg reclaim demotion wrt. isolation
- From: Johannes Weiner <hannes@xxxxxxxxxxx>
- Re: [linux-next:master 15112/15174] drivers/rtc/rtc-ds1307.c:1717:35: error: call to undeclared function 'i2c_client_get_device_id'; ISO C99 and later do not support implicit function declarations
- From: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx>
- Re: [PATCH 2/2] mm: Fix a few rare cases of using swapin error pte marker
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- [PATCH mm-unstable v2] mm: move folio_set_compound_order() to mm/internal.h
- From: Sidhartha Kumar <sidhartha.kumar@xxxxxxxxxx>
- Re: memcg reclaim demotion wrt. isolation
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- Re: [PATCH v3] mm: Add nodes= arg to memory.reclaim
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- Re: [PATCH mm-unstable] mm: move folio_set_compound_order() to mm/internal.h
- From: Muchun Song <muchun.song@xxxxxxxxx>
- [linux-next:master 15112/15174] drivers/rtc/rtc-ds1307.c:1717:35: error: call to undeclared function 'i2c_client_get_device_id'; ISO C99 and later do not support implicit function declarations
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH mm-unstable] mm: move folio_set_compound_order() to mm/internal.h
- From: Sidhartha Kumar <sidhartha.kumar@xxxxxxxxxx>
- Re: [RFC PATCH v2 1/1] ACPI: APEI: Make memory_failure() triggered by synchronization errors execute in the current context
- From: Shuai Xue <xueshuai@xxxxxxxxxxxxxxxxx>
- Re: [PATCH mm-unstable] mm: move folio_set_compound_order() to mm/internal.h
- From: Muchun Song <muchun.song@xxxxxxxxx>
- [PATCH v4 0/2] blk-cgroup: Fix potential UAF & flush rstat at blkgs destruction path
- From: Waiman Long <longman@xxxxxxxxxx>
- [PATCH v4 2/2] blk-cgroup: Flush stats at blkgs destruction path
- From: Waiman Long <longman@xxxxxxxxxx>
- [PATCH v4 1/2] bdi, blk-cgroup: Fix potential UAF of blkcg
- From: Waiman Long <longman@xxxxxxxxxx>
- Re: [RFC V2] mm: add the zero case to page[1].compound_nr in set_compound_order
- From: Nico Pache <npache@xxxxxxxxxx>
- Re: [RFC PATCH v2 1/1] ACPI: APEI: Make memory_failure() triggered by synchronization errors execute in the current context
- From: Lv Ying <lvying6@xxxxxxxxxx>
- Re: [Syzkaller & bisect] There is "copy_page_range WARNING" in v6.1-rc8 and v6.1
- From: Pengfei Xu <pengfei.xu@xxxxxxxxx>
- Re: [RFC PATCH] f2fs: Convert f2fs_write_cache_pages() to use filemap_get_folios_tag()
- From: Chao Yu <chao@xxxxxxxxxx>
- Re: [Qestion] UCE on pud-sized hugepage lead to kernel panic on lts5.10
- From: mawupeng <mawupeng1@xxxxxxxxxx>
- Re: [RFC V2] mm: add the zero case to page[1].compound_nr in set_compound_order
- From: Nico Pache <npache@xxxxxxxxxx>
- Re: [PATCH RFC v7 21/64] x86/fault: fix handle_split_page_fault() to work with memfd backed pages
- From: Hugh Dickins <hughd@xxxxxxxxxx>
- Re: [Qestion] UCE on pud-sized hugepage lead to kernel panic on lts5.10
- From: HORIGUCHI NAOYA(堀口 直也) <naoya.horiguchi@xxxxxxx>
- Re: [PATCH v12 04/17] riscv: Add vector feature to compile
- From: Atish Patra <atishp@xxxxxxxxxxxxxx>
- Re: [RFC PATCH v2 16/47] hugetlb: make unmapping compatible with high-granularity mappings
- From: Mike Kravetz <mike.kravetz@xxxxxxxxxx>
- Re: [RFC PATCH v2 1/1] ACPI: APEI: Make memory_failure() triggered by synchronization errors execute in the current context
- From: HORIGUCHI NAOYA(堀口 直也) <naoya.horiguchi@xxxxxxx>
- Re: [PATCH v4 33/39] x86: Prevent 32 bit operations for 64 bit shstk tasks
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- Re: [PATCH v3 0/9] mm: introduce Designated Movable Blocks
- From: Doug Berger <opendmb@xxxxxxxxx>
- Re: [PATCH v7 0/6] mm/memfd: introduce MFD_NOEXEC_SEAL and MFD_EXEC
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [RFC PATCH v2 15/47] hugetlbfs: for unmapping, treat HGM-mapped pages as potentially mapped
- From: Mike Kravetz <mike.kravetz@xxxxxxxxxx>
- Re: [PATCH v7 0/6] mm/memfd: introduce MFD_NOEXEC_SEAL and MFD_EXEC
- From: Jeff Xu <jeffxu@xxxxxxxxxx>
- Re: [PATCH mm-unstable] mm: move folio_set_compound_order() to mm/internal.h
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [RFC PATCH 2/2] mm: multi-gen LRU: cgroup working set stats
- From: Yuanchu Xie <yuanchu@xxxxxxxxxx>
- [RFC PATCH 1/2] mm: multi-gen LRU: periodic aging
- From: Yuanchu Xie <yuanchu@xxxxxxxxxx>
- [RFC PATCH 0/2] mm: multi-gen LRU: working set extensions
- From: Yuanchu Xie <yuanchu@xxxxxxxxxx>
- Re: [GIT PULL] memblock updates for v6.2
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [RFC PATCH v2 14/47] hugetlb: make default arch_make_huge_pte understand small mappings
- From: Mike Kravetz <mike.kravetz@xxxxxxxxxx>
- Re: [linux-next:master] BUILD REGRESSION 663397d1b469ff57f216d499b74a0b0183a508b8
- From: Helge Deller <deller@xxxxxx>
- Re: [PATCH mm-unstable] mm: move folio_set_compound_order() to mm/internal.h
- From: Sidhartha Kumar <sidhartha.kumar@xxxxxxxxxx>
- Re: [RFC PATCH] Syscall tracing on PPC64_ELF_ABI_V1 without KALLSYMS_ALL
- From: Michael Jeanson <mjeanson@xxxxxxxxxxxx>
- [PATCH v2] mm/uffd: Always wr-protect pte in pte|pmd_mkuffd_wp()
- From: Peter Xu <peterx@xxxxxxxxxx>
- Re: [Bug 216808] New: [Syzkaller & bisect] There is "copy_page_range WARNING" in v6.1-rc8 and v6.1
- From: Peter Xu <peterx@xxxxxxxxxx>
- [PATCH RFC v7 08/64] KVM: Move kvm_for_each_memslot_in_hva_range() to be used in SVM
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 07/64] KVM: SEV: Handle KVM_HC_MAP_GPA_RANGE hypercall
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 06/64] KVM: x86: Add platform hooks for private memory invalidations
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 64/64] iommu/amd: Add IOMMU_SNP_SHUTDOWN support
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 63/64] x86/sev: Document KVM_SEV_SNP_{G,S}ET_CERTS
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 62/64] x86/sev: Add KVM commands for instance certs
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 61/64] KVM: SVM: Make VMSAVE target area memory allocation SNP safe
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 05/64] KVM: x86: Add 'update_mem_attr' x86 op
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 60/64] KVM: SVM: Sync the GHCB scratch buffer using already mapped ghcb
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 59/64] ccp: Add support to decrypt the page
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 58/64] KVM: SVM: Add module parameter to enable the SEV-SNP
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 57/64] KVM: SEV: Handle restricted memory invalidations for SNP
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH 2/2] mm: Fix a few rare cases of using swapin error pte marker
- From: Peter Xu <peterx@xxxxxxxxxx>
- [PATCH 1/2] mm/uffd: Fix pte marker when fork() without fork event
- From: Peter Xu <peterx@xxxxxxxxxx>
- [PATCH RFC v7 56/64] KVM: x86/mmu: Generate KVM_EXIT_MEMORY_FAULT for implicit conversions for SNP
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH 0/2] mm: Fixes on pte markers
- From: Peter Xu <peterx@xxxxxxxxxx>
- [PATCH RFC v7 55/64] KVM: SVM: Add SNP-specific handling for memory attribute updates
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 54/64] KVM: SVM: Support SEV-SNP AP Creation NAE event
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 53/64] KVM: SVM: Use a VMSA physical address variable for populating VMCB
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 52/64] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 51/64] KVM: SVM: Add support to handle the RMP nested page fault
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 04/64] KVM: x86: Add 'fault_is_private' x86 op
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 50/64] KVM: x86: Export the kvm_zap_gfn_range() for the SNP use
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 49/64] KVM: SVM: Introduce ops for the post gfn map and unmap
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 48/64] KVM: SVM: Add support to handle Page State Change VMGEXIT
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 47/64] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 46/64] KVM: SVM: Add KVM_EXIT_VMGEXIT
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 45/64] KVM: SVM: Add support to handle GHCB GPA register VMGEXIT
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 44/64] KVM: SVM: Remove the long-lived GHCB host map
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 43/64] KVM: SVM: Do not use long-lived GHCB map while setting scratch area
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 42/64] KVM: x86: Define RMP page fault error bits for #NPF
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 41/64] KVM: X86: Keep the NPT and RMP page level in sync
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 03/64] KVM: SVM: Advertise private memory support to KVM
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 40/64] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 39/64] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 38/64] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 37/64] KVM: SVM: Add KVM_SNP_INIT command
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 36/64] KVM: SVM: Add initial SEV-SNP support
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 35/64] KVM: SVM: Make AVIC backing, VMSA and VMCB memory allocation SNP safe
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 34/64] KVM: SVM: Provide the Hypervisor Feature support VMGEXIT
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 33/64] KVM: SVM: Add support to handle AP reset MSR protocol
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 32/64] crypto: ccp: Provide APIs to query extended attestation report
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 31/64] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 02/64] KVM: x86: Add KVM_CAP_UNMAPPED_PRIVATE_MEMORY
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 30/64] crypto: ccp: Add the SNP_PLATFORM_STATUS command
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 29/64] crypto: ccp: Handle the legacy SEV command when SNP is enabled
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 28/64] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 27/64] crypto: ccp: Introduce snp leaked pages list
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 26/64] crypto:ccp: Provide API to issue SEV and SNP commands
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 25/64] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 24/64] crypto:ccp: Define the SEV-SNP commands
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 23/64] x86/fault: Add support to dump RMP entry on fault
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 22/64] x86/fault: Return pfn from dump_pagetable() for SEV-specific fault handling.
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 21/64] x86/fault: fix handle_split_page_fault() to work with memfd backed pages
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 01/64] KVM: Fix memslot boundary condition for large page
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 20/64] x86/fault: Add support to handle the RMP fault for user address
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 19/64] x86/traps: Define RMP violation #PF error code
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 18/64] x86/sev: Invalidate pages from the direct map when adding them to the RMP table
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 17/64] x86/mm/pat: Introduce set_memory_p
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 16/64] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 15/64] x86/sev: Add RMP entry lookup helpers
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 14/64] x86/sev: Add the host SEV-SNP initialization support
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 13/64] x86/cpufeatures: Add SEV-SNP CPU feature
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 12/64] KVM: SEV: Implement .fault_is_private callback
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 11/64] KVM: SEV: Support private pages in LAUNCH_UPDATE_DATA
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 10/64] KVM: SEV: Populate private memory fd during LAUNCH_UPDATE_DATA
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH RFC v7 09/64] KVM: Add HVA range operator
- From: Michael Roth <michael.roth@xxxxxxx>
- [linux-next:master 7467/15062] arch/powerpc/kexec/relocate_32.o: warning: objtool: .text+0x2bc: unannotated intra-function call
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v7 0/6] mm/memfd: introduce MFD_NOEXEC_SEAL and MFD_EXEC
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v7 3/6] mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXEC
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v7 2/6] selftests/memfd: add tests for F_SEAL_EXEC
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 1/5] Renaming weak prng invocations - prandom_bytes_state, prandom_u32_state
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: memcg reclaim demotion wrt. isolation
- From: Johannes Weiner <hannes@xxxxxxxxxxx>
- Re: [Qestion] UCE on pud-sized hugepage lead to kernel panic on lts5.10
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [RFC V2] mm: add the zero case to page[1].compound_nr in set_compound_order
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH-block v3 1/2] bdi, blk-cgroup: Fix potential UAF of blkcg
- From: Waiman Long <longman@xxxxxxxxxx>
- Re: [PATCH-block v3 1/2] bdi, blk-cgroup: Fix potential UAF of blkcg
- From: Jens Axboe <axboe@xxxxxxxxx>
- [linux-next:master] BUILD REGRESSION 663397d1b469ff57f216d499b74a0b0183a508b8
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH 1/5] Renaming weak prng invocations - prandom_bytes_state, prandom_u32_state
- From: Stanislaw Gruszka <stanislaw.gruszka@xxxxxxxxxxxxxxx>
- Re: [PATCH 1/5] Renaming weak prng invocations - prandom_bytes_state, prandom_u32_state
- From: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
- Re: [PATCH 2/2] mm/kmemleak: Fix UAF bug in kmemleak_scan()
- From: Waiman Long <longman@xxxxxxxxxx>
- Re: [PATCH 1/5] Renaming weak prng invocations - prandom_bytes_state, prandom_u32_state
- From: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
- Re: [Bug 216808] New: [Syzkaller & bisect] There is "copy_page_range WARNING" in v6.1-rc8 and v6.1
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: memcg reclaim demotion wrt. isolation
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [Syzkaller & bisect] There is "copy_page_range WARNING" in v6.1-rc8 and v6.1
- From: Peter Xu <peterx@xxxxxxxxxx>
- Re: [PATCH 1/5] Renaming weak prng invocations - prandom_bytes_state, prandom_u32_state
- From: Eric Dumazet <edumazet@xxxxxxxxxx>
- Re: [RFC] Kernel Support of Memory Error Detection.
- From: Yazen Ghannam <yazen.ghannam@xxxxxxx>
- Re: [PATCH] mm/uffd: Always wr-protect pte in pte|pmd_mkuffd_wp()
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH] mm/uffd: Always wr-protect pte in pte|pmd_mkuffd_wp()
- From: Peter Xu <peterx@xxxxxxxxxx>
- [linux-next:master 14034/14039] drivers/vfio/group.c:111:13: sparse: sparse: incorrect type in assignment (different address spaces)
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v9 3/5] mm/vmstat: manage per-CPU stats from CPU context when NOHZ full
- From: Frederic Weisbecker <frederic@xxxxxxxxxx>
- Re: [PATCH v9 3/5] mm/vmstat: manage per-CPU stats from CPU context when NOHZ full
- From: Frederic Weisbecker <frederic@xxxxxxxxxx>
- Re: [PATCH v9 1/5] mm/vmstat: Add CPU-specific variable to track a vmstat discrepancy
- From: Frederic Weisbecker <frederic@xxxxxxxxxx>
- Re: [PATCH v9 4/5] tick/nohz_full: Ensure quiet_vmstat() is called on exit to user-mode when the idle tick is stopped
- From: Frederic Weisbecker <frederic@xxxxxxxxxx>
- Re: [PATCH v9 4/5] tick/nohz_full: Ensure quiet_vmstat() is called on exit to user-mode when the idle tick is stopped
- From: Frederic Weisbecker <frederic@xxxxxxxxxx>
- Re: memcg reclaim demotion wrt. isolation
- From: Johannes Weiner <hannes@xxxxxxxxxxx>
- Re: [PATCH 1/5] Renaming weak prng invocations - prandom_bytes_state, prandom_u32_state
- From: Stanislaw Gruszka <stanislaw.gruszka@xxxxxxxxxxxxxxx>
- Re: [RFC PATCH bpf-next 9/9] bpf: Use active vm to account bpf map memory usage
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- Re: Dubious usage of VM_SHARED in atomisp_fops.c
- From: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
- Re: [PATCH mm-unstable RFC 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH 2/2] mm/kmemleak: Fix UAF bug in kmemleak_scan()
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- Re: Dubious usage of VM_SHARED in atomisp_fops.c
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: Dubious usage of VM_SHARED in atomisp_fops.c
- From: Hans de Goede <hdegoede@xxxxxxxxxx>
- [linux-next:pending-fixes] BUILD SUCCESS 44d433ee7540ae754756ea95f9cd7f51e285fb5f
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH] mm/uffd: Always wr-protect pte in pte|pmd_mkuffd_wp()
- From: David Hildenbrand <david@xxxxxxxxxx>
- [linux-next:master 15056/15062] ERROR: modpost: "_find_next_bit" [arch/x86/events/intel/intel-cstate.ko] undefined!
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [RFC PATCH bpf-next 0/9] mm, bpf: Add BPF into /proc/meminfo
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- Re: [RFC PATCH bpf-next 0/9] mm, bpf: Add BPF into /proc/meminfo
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- Re: [PATCH 1/2] mm/kmemleak: Simplify kmemleak_cond_resched() usage
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- Re: [PATCH v3] mm: Add nodes= arg to memory.reclaim
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [RFC PATCH bpf-next 0/9] mm, bpf: Add BPF into /proc/meminfo
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- Re: [PATCH v3] mm: Add nodes= arg to memory.reclaim
- From: Michal Hocko <mhocko@xxxxxxxx>
- Dubious usage of VM_SHARED in atomisp_fops.c
- From: David Hildenbrand <david@xxxxxxxxxx>
- [linux-next:master 15012/15062] ERROR: modpost: "pcpu_hot" [arch/x86/kvm/kvm-intel.ko] undefined!
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: memcg reclaim demotion wrt. isolation
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: memcg reclaim demotion wrt. isolation
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: memcg reclaim demotion wrt. isolation
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [Qestion] UCE on pud-sized hugepage lead to kernel panic on lts5.10
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH bpf-next 9/9] bpf: Use active vm to account bpf map memory usage
- From: kernel test robot <yujie.liu@xxxxxxxxx>
- Re: [PATCH mm-unstable] mm: move folio_set_compound_order() to mm/internal.h
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [Syzkaller & bisect] There is "copy_page_range WARNING" in v6.1-rc8 and v6.1
- From: Pengfei Xu <pengfei.xu@xxxxxxxxx>
- Re: [PATCH v3] mm: Add nodes= arg to memory.reclaim
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- Re: [PATCH v3] mm: Add nodes= arg to memory.reclaim
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- Re: [RFC V2] mm: add the zero case to page[1].compound_nr in set_compound_order
- From: Sidhartha Kumar <sidhartha.kumar@xxxxxxxxxx>
- [linux-next:master 14244/15062] arch/parisc/include/asm/pgtable.h:169:32: warning: "PMD_SHIFT" is not defined, evaluates to 0
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH -next 1/8] mm: memory_hotplug: add pfn_to_online_folio()
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [GIT PULL] MM updates for 6.2-rc1
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [PATCH mm-unstable] mm: clarify folio_set_compound_order() zero support
- From: Muchun Song <muchun.song@xxxxxxxxx>
- Re: memcg reclaim demotion wrt. isolation
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- Re: [PATCH-block v3 2/2] blk-cgroup: Flush stats at blkgs destruction path
- From: Waiman Long <longman@xxxxxxxxxx>
- [Qestion] UCE on pud-sized hugepage lead to kernel panic on lts5.10
- From: mawupeng <mawupeng1@xxxxxxxxxx>
- Re: [PATCH -next 1/8] mm: memory_hotplug: add pfn_to_online_folio()
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- Re: [RFC PATCH v2 13/47] hugetlb: add make_huge_pte_with_shift
- From: Mike Kravetz <mike.kravetz@xxxxxxxxxx>
- Re: [RFC V2] mm: add the zero case to page[1].compound_nr in set_compound_order
- From: Mike Kravetz <mike.kravetz@xxxxxxxxxx>
- Re: [RFC PATCH v2 12/47] hugetlb: add hugetlb_hgm_walk and hugetlb_walk_step
- From: Mike Kravetz <mike.kravetz@xxxxxxxxxx>
- Re: [RFC V2] mm: add the zero case to page[1].compound_nr in set_compound_order
- From: Nico Pache <npache@xxxxxxxxxx>
- Re: [RFC PATCH v2 11/47] hugetlb: add hugetlb_pmd_alloc and hugetlb_pte_alloc
- From: James Houghton <jthoughton@xxxxxxxxxx>
- Re: [RFC V2] mm: add the zero case to page[1].compound_nr in set_compound_order
- From: Nico Pache <npache@xxxxxxxxxx>
- Re: [PATCH v10 6/9] KVM: Unmap existing mappings when change the memory attributes
- From: "Huang, Kai" <kai.huang@xxxxxxxxx>
- Re: [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
- From: "Huang, Kai" <kai.huang@xxxxxxxxx>
- Re: [RFC V2] mm: add the zero case to page[1].compound_nr in set_compound_order
- From: Mike Kravetz <mike.kravetz@xxxxxxxxxx>
- [RFC V2] mm: add the zero case to page[1].compound_nr in set_compound_order
- From: Nico Pache <npache@xxxxxxxxxx>
- [RFC] mm: add the zero case to page[1].compound_nr in set_compound_order
- From: Nico Pache <npache@xxxxxxxxxx>
- Re: [PATCH v7 6/6] mm/memfd: security hook for memfd_create
- From: Jeff Xu <jeffxu@xxxxxxxxxx>
- Re: memcg reclaim demotion wrt. isolation
- From: Dave Hansen <dave.hansen@xxxxxxxxx>
- [GIT PULL] MM updates for 6.2-rc1
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- [PATCH mm-unstable] mm: move folio_set_compound_order() to mm/internal.h
- From: Sidhartha Kumar <sidhartha.kumar@xxxxxxxxxx>
- Re: [PATCH 26/43] mmap: Convert __vma_adjust() to use vma iterator
- From: Liam Howlett <liam.howlett@xxxxxxxxxx>
- Re: [PATCH 05/43] mm: Expand vma iterator interface.
- From: Liam Howlett <liam.howlett@xxxxxxxxxx>
- Re: [RFC PATCH v2 11/47] hugetlb: add hugetlb_pmd_alloc and hugetlb_pte_alloc
- From: James Houghton <jthoughton@xxxxxxxxxx>
- Re: [PATCH-block v3 1/2] bdi, blk-cgroup: Fix potential UAF of blkcg
- From: Waiman Long <longman@xxxxxxxxxx>
- Re: [PATCH v3] mm: Add nodes= arg to memory.reclaim
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- Re: [RFC PATCH v2 11/47] hugetlb: add hugetlb_pmd_alloc and hugetlb_pte_alloc
- From: Mike Kravetz <mike.kravetz@xxxxxxxxxx>
- Re: [PATCH-block v3 2/2] blk-cgroup: Flush stats at blkgs destruction path
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [PATCH v3] mm: Add nodes= arg to memory.reclaim
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- Re: [PATCH-block v3 1/2] bdi, blk-cgroup: Fix potential UAF of blkcg
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [PATCH -next 8/8] mm: damon: remove unneed damon_get_page()
- From: SeongJae Park <sj@xxxxxxxxxx>
- Re: [PATCH v7 6/6] mm/memfd: security hook for memfd_create
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [RFC PATCH bpf-next 0/9] mm, bpf: Add BPF into /proc/meminfo
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxx>
- Re: [PATCH -next 4/8] mm: damon: add temporary damon_get_folio()
- From: SeongJae Park <sj@xxxxxxxxxx>
- Re: [PATCH -next 2/8] mm: page_idle: Convert page idle to use folios
- From: SeongJae Park <sj@xxxxxxxxxx>
- Re: [RFC] Kernel Support of Memory Error Detection.
- From: Jiaqi Yan <jiaqiyan@xxxxxxxxxx>
- Re: [RFC PATCH v2 10/47] hugetlb: add hugetlb_pte to track HugeTLB page table entries
- From: Mike Kravetz <mike.kravetz@xxxxxxxxxx>
- [PATCH-block v3 0/2] blk-cgroup: Fix potential UAF & flush rstat at blkgs destruction path
- From: Waiman Long <longman@xxxxxxxxxx>
- [PATCH-block v3 2/2] blk-cgroup: Flush stats at blkgs destruction path
- From: Waiman Long <longman@xxxxxxxxxx>
- [PATCH-block v3 1/2] bdi, blk-cgroup: Fix potential UAF of blkcg
- From: Waiman Long <longman@xxxxxxxxxx>
- [linux-next:master] BUILD REGRESSION 39ab32797f072eaf86b1faa7384ac73450684110
- From: kernel test robot <lkp@xxxxxxxxx>
- RE: [RFC] Kernel Support of Memory Error Detection.
- From: "Luck, Tony" <tony.luck@xxxxxxxxx>
- [linux-next:master 14263/14897] drivers/iio/adc/twl6030-gpadc.c:955:16-23: duplicated argument to & or | (fwd)
- From: Julia Lawall <julia.lawall@xxxxxxxx>
- Re: [PATCH 0/1] riscv: Fix P4D_SHIFT definition for 3-level page table mode
- From: patchwork-bot+linux-riscv@xxxxxxxxxx
- Re: [PATCH 0/1] riscv: Fix P4D_SHIFT definition for 3-level page table mode
- From: Palmer Dabbelt <palmer@xxxxxxxxxxxx>
- Re: memcg reclaim demotion wrt. isolation
- From: Johannes Weiner <hannes@xxxxxxxxxxx>
- Re: [PATCH v3] mm: Add nodes= arg to memory.reclaim
- From: Johannes Weiner <hannes@xxxxxxxxxxx>
- Re: [RFC PATCH bpf-next 0/9] mm, bpf: Add BPF into /proc/meminfo
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [RFC PATCH v2 08/47] hugetlb: add HGM enablement functions
- From: James Houghton <jthoughton@xxxxxxxxxx>
- memcg reclaim demotion wrt. isolation
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [GIT PULL] percpu changes for v6.2-rc1
- From: Dennis Zhou <dennis@xxxxxxxxxx>
- Re: [PATCH v7 6/6] mm/memfd: security hook for memfd_create
- From: Casey Schaufler <casey@xxxxxxxxxxxxxxxx>
- Re: mainline build failure due to e240e53ae0ab ("mm, slub: add CONFIG_SLUB_TINY")
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [PATCH v2 1/3] Replace invocation of weak PRNG in mm/slab.c
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH v7 6/6] mm/memfd: security hook for memfd_create
- From: Jeff Xu <jeffxu@xxxxxxxxxx>
- Re: [RFC PATCH bpf-next 0/9] mm, bpf: Add BPF into /proc/meminfo
- From: Hyeonggon Yoo <42.hyeyoo@xxxxxxxxx>
- Re: [PATCH -next 1/8] mm: memory_hotplug: add pfn_to_online_folio()
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH -next 1/8] mm: memory_hotplug: add pfn_to_online_folio()
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH -next 4/8] mm: damon: add temporary damon_get_folio()
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH -next 2/8] mm: page_idle: Convert page idle to use folios
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH 5.10 001/106] mm/mlock: remove lru_lock on TestClearPageMlocked
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: mainline build failure due to e240e53ae0ab ("mm, slub: add CONFIG_SLUB_TINY")
- From: Guenter Roeck <linux@xxxxxxxxxxxx>
- Re: [PATCH v3] mm: Add nodes= arg to memory.reclaim
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [PATCH 10/12] mm, slub: remove percpu slabs with CONFIG_SLUB_TINY
- From: Hyeonggon Yoo <42.hyeyoo@xxxxxxxxx>
- Re: [PATCH v3] mm: Add nodes= arg to memory.reclaim
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- Re: [PATCH 12/12] mm, slob: rename CONFIG_SLOB to CONFIG_SLOB_DEPRECATED
- From: Hyeonggon Yoo <42.hyeyoo@xxxxxxxxx>
- Re: [PATCH v3] mm: Add nodes= arg to memory.reclaim
- From: Johannes Weiner <hannes@xxxxxxxxxxx>
- Re: mainline build failure due to e240e53ae0ab ("mm, slub: add CONFIG_SLUB_TINY")
- From: Vlastimil Babka <vbabka@xxxxxxx>
[Index of Archives]
[Linux Kernel Development]
[Linux ARM Kernel]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Fedora ARM]