Linux Memory Management
[Prev Page][Next Page]
- Re: [PATCH 6/9] mm/compaction: rename is_via_compact_memory to compaction_with_allocation_order
- From: Baolin Wang <baolin.wang@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v4 12/48] gfs2: dynamically allocate the gfs2-qd shrinker
- From: Muchun Song <muchun.song@xxxxxxxxx>
- Re: [PATCH 7/9] mm/compaction: factor out code to test if we should run compaction for target order
- From: Baolin Wang <baolin.wang@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v2] Documentation/page_tables: Add info about MMU/TLB and Page Faults
- From: Linus Walleij <linus.walleij@xxxxxxxxxx>
- Re: [PATCH] shmem: add support for user extended attributes
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH 5/9] mm/compaction: remove repeat compact_blockskip_flush check in reset_isolation_suitable
- From: Baolin Wang <baolin.wang@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 4/9] mm/compaction: simplify pfn iteration in isolate_freepages_range
- From: Baolin Wang <baolin.wang@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 3/9] mm/compaction: correctly return failure with bogus compound_order in strict mode
- From: Baolin Wang <baolin.wang@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 4/9] mm: Make free_compound_page() static
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH 2/9] mm: Call the hugetlb destructor directly
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH 3/9] mm: Call free_transhuge_folio() directly from destroy_large_folio()
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH 7/9] mm: Add deferred_list page flag
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v1] mm/ksm: add pages scanned metric
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v3 15/15] mm/mmap: Change vma iteration order in do_vmi_align_munmap()
- From: "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx>
- Re: [PATCH 6/9] mm: Remove HUGETLB_PAGE_DTOR
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH 2/9] mm/compaction: call list_is_{first}/{last} more intuitively in move_freelist_{head}/{tail}
- From: Baolin Wang <baolin.wang@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 5/9] mm: Remove free_compound_page()
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH 4/9] mm: Make free_compound_page() static
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH] shmem: add support for user extended attributes
- From: Franklin “Snaipe” Mathieu <snaipe@xxxxxxxxxx>
- Re: [PATCH 3/9] mm: Call free_transhuge_folio() directly from destroy_large_folio()
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [BUG] Re: [PATCH v3 10/13] mm/khugepaged: collapse_pte_mapped_thp() with mmap_read_lock()
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH 1/9] io_uring: Stop calling free_compound_page()
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v2] kernel/fork: stop playing lockless games for exe_file replacement
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v2] proc/ksm: add ksm stats to /proc/pid/smaps
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH 1/9] mm/compaction: use correct list in move_freelist_{head}/{tail}
- From: Baolin Wang <baolin.wang@xxxxxxxxxxxxxxxxx>
- [5.10/5.15 LTS] Question on mlock race between ksm and cow
- From: mawupeng <mawupeng1@xxxxxxxxxx>
- Re: [BUG] Re: [PATCH v3 10/13] mm/khugepaged: collapse_pte_mapped_thp() with mmap_read_lock()
- From: Hugh Dickins <hughd@xxxxxxxxxx>
- Re: [PATCH 0/3] add page_ext_data to get client data in page_ext
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- Re: [PATCH RESEND v1] docs/zh_CN: add zh_CN translation for memory-barriers.txt
- From: Gang Li <gang.li@xxxxxxxxx>
- Re: [PATCH 3/9] mm: Call free_transhuge_folio() directly from destroy_large_folio()
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [RFC 2/2] mm: Defer TLB flush by keeping both src and dst folios at migration
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- [PATCH v2 0/2] mm/kmemleak: use object_cache instead of kmemleak_initialized
- From: Xiaolei Wang <xiaolei.wang@xxxxxxxxxxxxx>
- [PATCH v2 1/2] mm/kmemleak: use object_cache instead of kmemleak_initialized to check in set_track_prepare()
- From: Xiaolei Wang <xiaolei.wang@xxxxxxxxxxxxx>
- [PATCH v2 2/2] Rename kmemleak_initialized to kmemleak_late_initialized
- From: Xiaolei Wang <xiaolei.wang@xxxxxxxxxxxxx>
- Maintainers Summit 2023 Call for Topics
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH v4] mm/filemap: change ->index to PAGE_SIZE for hugetlb pages
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH RESEND v1] docs/zh_CN: add zh_CN translation for memory-barriers.txt
- From: Patrick Yingxi Pan <pyxchina92929@xxxxxxxxx>
- Re: [PATCH 8/9] mm: Rearrange page flags
- From: Yosry Ahmed <yosryahmed@xxxxxxxxxx>
- [PATCH v28 4/8] crash: memory and CPU hotplug sysfs attributes
- From: Eric DeVolder <eric.devolder@xxxxxxxxxx>
- Re: [linux-next:master 8002/8441] include/linux/compiler_types.h:397:45: error: call to '__compiletime_assert_324' declared with attribute error: BUILD_BUG_ON failed: IS_ENABLED(CONFIG_32BIT) && (PFN_PTE_SHIFT > PAGE_SHIFT)
- From: "Liu, Yujie" <yujie.liu@xxxxxxxxx>
- Re: [PATCH 1/4] mm: migrate: use a folio in add_page_for_migration()
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- Re: [PATCH 1/4] mm: migrate: use a folio in add_page_for_migration()
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- Re: [PATCH] shmem: add support for user extended attributes
- From: Hugh Dickins <hughd@xxxxxxxxxx>
- Re: [PATCH RFC v2 0/3] mm: Properly document tail pages for a folio
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: Re: [PATCH net-next v2] net-memcg: Fix scope of sockmem pressure indicators
- From: Abel Wu <wuyun.abel@xxxxxxxxxxxxx>
- [PATCH 7/9] mm: Add deferred_list page flag
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [PATCH 4/9] mm: Make free_compound_page() static
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [PATCH 9/9] mm: Free up a word in the first tail page
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [PATCH 0/9] Remove _folio_dtor and _folio_order
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [PATCH 1/9] io_uring: Stop calling free_compound_page()
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [PATCH 6/9] mm: Remove HUGETLB_PAGE_DTOR
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [PATCH 8/9] mm: Rearrange page flags
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [PATCH 5/9] mm: Remove free_compound_page()
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [PATCH 2/9] mm: Call the hugetlb destructor directly
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [PATCH 3/9] mm: Call free_transhuge_folio() directly from destroy_large_folio()
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- Re: [RFC PATCH v2 0/5] Reduce NUMA balance caused TLB-shootdowns in a VM
- From: Yan Zhao <yan.y.zhao@xxxxxxxxx>
- Re: [PATCH] pagemap: remove wait_on_page_locked_killable()
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH] mm/compaction: remove unused parameter pgdata of fragmentation_score_wmark
- From: Baolin Wang <baolin.wang@xxxxxxxxxxxxxxxxx>
- [PATCH] pagemap: remove wait_on_page_locked_killable()
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- Re: [RFC PATCH v2 0/5] Reduce NUMA balance caused TLB-shootdowns in a VM
- From: Yuan Yao <yuan.yao@xxxxxxxxxxxxxxx>
- Re: [linux-next:master 8002/8441] include/linux/compiler_types.h:397:45: error: call to '__compiletime_assert_324' declared with attribute error: BUILD_BUG_ON failed: IS_ENABLED(CONFIG_32BIT) && (PFN_PTE_SHIFT > PAGE_SHIFT)
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH 2/2] mm/kmemleak: No need to check kmemleak_initialized in set_track_prepare()
- From: wangxiaolei <xiaolei.wang@xxxxxxxxxxxxx>
- Re: [EXTERNAL] [PATCH] mm/thp: fix "mm: thp: kill __transhuge_page_enabled()"
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [RFC PATCH v2 5/5] KVM: Unmap pages only when it's indeed protected for NUMA migration
- From: Yan Zhao <yan.y.zhao@xxxxxxxxx>
- Re: Cannot find symbol for section 69: .text.arch_max_swapfile_size.
- From: "Liu, Yujie" <yujie.liu@xxxxxxxxx>
- Re: [PATCH -next] mm/z3fold: remove obsolete comment for struct z3fold_pool
- From: Miaohe Lin <linmiaohe@xxxxxxxxxx>
- Re: Expensive memory.stat + cpu.stat reads
- From: Yosry Ahmed <yosryahmed@xxxxxxxxxx>
- Re: [PATCH] mm: memcg: provide accurate stats for userspace reads
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [PATCH] mm: memcg: provide accurate stats for userspace reads
- From: Yosry Ahmed <yosryahmed@xxxxxxxxxx>
- Re: [PATCH] mm: memcg: provide accurate stats for userspace reads
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: Expensive memory.stat + cpu.stat reads
- From: Ivan Babrou <ivan@xxxxxxxxxxxxxx>
- Re: [PATCH] mm: memcg: provide accurate stats for userspace reads
- From: Yosry Ahmed <yosryahmed@xxxxxxxxxx>
- Re: Expensive memory.stat + cpu.stat reads
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [PATCH] mm: memcg: provide accurate stats for userspace reads
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [EXTERNAL] [PATCH] mm/thp: fix "mm: thp: kill __transhuge_page_enabled()"
- From: "Zach O'Keefe" <zokeefe@xxxxxxxxxx>
- [PATCH v28 7/8] crash: change crash_prepare_elf64_headers() to for_each_possible_cpu()
- From: Eric DeVolder <eric.devolder@xxxxxxxxxx>
- [PATCH v28 3/8] kexec: exclude elfcorehdr from the segment digest
- From: Eric DeVolder <eric.devolder@xxxxxxxxxx>
- Re: [PATCH RFC v2 3/3] mm: Proper document tail pages fields for folio
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- [PATCH v28 6/8] crash: hotplug support for kexec_load()
- From: Eric DeVolder <eric.devolder@xxxxxxxxxx>
- Re: [PATCH RFC v2 0/3] mm: Properly document tail pages for a folio
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- Re: error: A dwo section may not contain relocations
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- [PATCH v28 1/8] crash: move a few code bits to setup support of crash hotplug
- From: Eric DeVolder <eric.devolder@xxxxxxxxxx>
- [PATCH v4] mm/filemap: change ->index to PAGE_SIZE for hugetlb pages
- From: Sidhartha Kumar <sidhartha.kumar@xxxxxxxxxx>
- Re: [akpm-mm:mm-stable 219/240] mm/memory.c:5410:41: error: implicit declaration of function 'vma_is_tcp'; did you mean 'vma_is_dax'?
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [PATCH v28 0/8] crash: Kernel handling of CPU and memory hot un/plug
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] mm: hugetlb_vmemmap: fix a race between vmemmap pmd split
- From: Mike Kravetz <mike.kravetz@xxxxxxxxxx>
- Re: [RFC PATCH v11 08/29] KVM: Introduce per-page memory attributes
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [RFC PATCH v2] iov_iter: Convert iterate*() to inline funcs
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v28 0/8] crash: Kernel handling of CPU and memory hot un/plug
- From: Eric DeVolder <eric.devolder@xxxxxxxxxx>
- [PATCH v28 2/8] crash: add generic infrastructure for crash hotplug support
- From: Eric DeVolder <eric.devolder@xxxxxxxxxx>
- [PATCH v28 8/8] x86/crash: optimize CPU changes
- From: Eric DeVolder <eric.devolder@xxxxxxxxxx>
- [PATCH v28 5/8] x86/crash: add x86 crash hotplug support
- From: Eric DeVolder <eric.devolder@xxxxxxxxxx>
- [RFC PATCH v2] iov_iter: Convert iterate*() to inline funcs
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH v3 15/15] mm/mmap: Change vma iteration order in do_vmi_align_munmap()
- From: Jann Horn <jannh@xxxxxxxxxx>
- Re: [akpm-mm:mm-stable 219/240] mm/memory.c:5410:41: error: implicit declaration of function 'vma_is_tcp'; did you mean 'vma_is_dax'?
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [akpm-mm:mm-stable 219/240] mm/memory.c:5410:41: error: implicit declaration of function 'vma_is_tcp'; did you mean 'vma_is_dax'?
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- [BUG] Re: [PATCH v3 10/13] mm/khugepaged: collapse_pte_mapped_thp() with mmap_read_lock()
- From: Jann Horn <jannh@xxxxxxxxxx>
- [PATCH 3/3] mm,thp: fix smaps THPeligible output alignment
- From: Hugh Dickins <hughd@xxxxxxxxxx>
- [PATCH 0/3] mm,thp: fix sloppy text output
- From: Hugh Dickins <hughd@xxxxxxxxxx>
- [PATCH 2/3] mm,thp: fix nodeN/meminfo output alignment
- From: Hugh Dickins <hughd@xxxxxxxxxx>
- Re: [PATCH RFC v2 0/3] mm: Properly document tail pages for a folio
- From: Peter Xu <peterx@xxxxxxxxxx>
- Re: [PATCH net-next v2] net-memcg: Fix scope of sockmem pressure indicators
- From: Shakeel Butt <shakeelb@xxxxxxxxxx>
- Re: [akpm-mm:mm-stable 219/240] mm/memory.c:5410:41: error: implicit declaration of function 'vma_is_tcp'; did you mean 'vma_is_dax'?
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [PATCH RFC v2 1/3] mm: Add TAIL_MAPPING_REUSED_MAX
- From: Peter Xu <peterx@xxxxxxxxxx>
- Re: [akpm-mm:mm-stable 219/240] mm/memory.c:5410:41: error: implicit declaration of function 'vma_is_tcp'; did you mean 'vma_is_dax'?
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [PATCH v4 5/6] mm: always lock new vma before inserting into vma tree
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [akpm-mm:mm-stable 219/240] mm/memory.c:5410:41: error: implicit declaration of function 'vma_is_tcp'; did you mean 'vma_is_dax'?
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v4 5/6] mm: always lock new vma before inserting into vma tree
- From: Jann Horn <jannh@xxxxxxxxxx>
- [PATCH 1/3] mm,thp: no space after colon in Mem-Info fields
- From: Hugh Dickins <hughd@xxxxxxxxxx>
- Re: [PATCH RFC v2 0/3] mm: Properly document tail pages for a folio
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- [PATCH RFC v2 2/3] mm: Reorg and declare free spaces in struct folio tails
- From: Peter Xu <peterx@xxxxxxxxxx>
- Re: [PATCH v4 5/6] mm: always lock new vma before inserting into vma tree
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v4 5/6] mm: always lock new vma before inserting into vma tree
- From: "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx>
- Re: [PATCH v3 15/15] mm/mmap: Change vma iteration order in do_vmi_align_munmap()
- From: "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx>
- Re: [PATCH v3 15/15] mm/mmap: Change vma iteration order in do_vmi_align_munmap()
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH RFC v2 1/3] mm: Add TAIL_MAPPING_REUSED_MAX
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- [PATCH RFC v2 1/3] mm: Add TAIL_MAPPING_REUSED_MAX
- From: Peter Xu <peterx@xxxxxxxxxx>
- Re: [EXTERNAL] [PATCH] mm/thp: fix "mm: thp: kill __transhuge_page_enabled()"
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH RFC v2 1/3] mm: Add TAIL_MAPPING_REUSED_MAX
- From: Peter Xu <peterx@xxxxxxxxxx>
- Re: [syzbot] [mm?] upstream boot error: KASAN: slab-out-of-bounds Read in bootstrap
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- Re: [EXTERNAL] [PATCH] mm/thp: fix "mm: thp: kill __transhuge_page_enabled()"
- From: "Zach O'Keefe" <zokeefe@xxxxxxxxxx>
- [PATCH RFC v2 0/3] mm: Properly document tail pages for a folio
- From: Peter Xu <peterx@xxxxxxxxxx>
- [PATCH RFC v2 3/3] mm: Proper document tail pages fields for folio
- From: Peter Xu <peterx@xxxxxxxxxx>
- Re: [PATCH RFC] mm: Properly document tail pages for compound pages
- From: Peter Xu <peterx@xxxxxxxxxx>
- Re: [PATCH v2] kernel/fork: stop playing lockless games for exe_file replacement
- From: Oleg Nesterov <oleg@xxxxxxxxxx>
- Re: Expensive memory.stat + cpu.stat reads
- From: Ivan Babrou <ivan@xxxxxxxxxxxxxx>
- [PATCH v2] kernel/fork: stop playing lockless games for exe_file replacement
- From: Mateusz Guzik <mjguzik@xxxxxxxxx>
- [akpm-mm:mm-nonmm-unstable 64/70] kernel/kexec_internal.h:11:54: warning: declaration of 'struct kexec_segment' will not be visible outside of this function
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [RFC PATCH v2 5/5] KVM: Unmap pages only when it's indeed protected for NUMA migration
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v3 1/2] lib/vsprintf: Split out sprintf() and friends
- From: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
- [PATCH v3 2/2] lib/vsprintf: Declare no_hash_pointers in sprintf.h
- From: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
- [PATCH v3 0/2] lib/vsprintf: Rework header inclusions
- From: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
- Re: [PATCH 2/2] mm/kmemleak: No need to check kmemleak_initialized in set_track_prepare()
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- Re: [PATCH v2 0/3] lib/vsprintf: Rework header inclusions
- From: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
- Re: [PATCH] kernel/fork: stop playing lockless games for exe_file replacement
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [RESEND PATCH V3] NUMA:Improve the efficiency of calculating pages loss
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- Re: [PATCH mm-unstable] mm: multi-gen LRU: don't spin during memcg release
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- Re: [PATCH] kernel/fork: stop playing lockless games for exe_file replacement
- From: Oleg Nesterov <oleg@xxxxxxxxxx>
- Re: [PATCH] selftests: cgroup: fix test_kmem_memcg_deletion false positives
- From: Lucas Karpinski <lkarpins@xxxxxxxxxx>
- Re: Cannot find symbol for section 69: .text.arch_max_swapfile_size.
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- Re: [PATCH v3 15/15] mm/mmap: Change vma iteration order in do_vmi_align_munmap()
- From: Jann Horn <jannh@xxxxxxxxxx>
- Re: [PATCH] kernel/fork: stop playing lockless games for exe_file replacement
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: Cannot find symbol for section 69: .text.arch_max_swapfile_size.
- From: Peter Xu <peterx@xxxxxxxxxx>
- Re: [PATCH] kernel/fork: stop playing lockless games for exe_file replacement
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v2 0/3] lib/vsprintf: Rework header inclusions
- From: Petr Mladek <pmladek@xxxxxxxx>
- Re: [PATCH v2 1/3] lib/vsprintf: Sort headers alphabetically
- From: Petr Mladek <pmladek@xxxxxxxx>
- Re: [PATCH] kernel/fork: stop playing lockless games for exe_file replacement
- From: Oleg Nesterov <oleg@xxxxxxxxxx>
- [PATCH mm-unstable] mm: multi-gen LRU: don't spin during memcg release
- From: "T.J. Mercier" <tjmercier@xxxxxxxxxx>
- Re: [PATCH v2 2/3] lib/vsprintf: Split out sprintf() and friends
- From: Petr Mladek <pmladek@xxxxxxxx>
- Re: [PATCH] kernel/fork: stop playing lockless games for exe_file replacement
- From: Oleg Nesterov <oleg@xxxxxxxxxx>
- Re: [PATCH v4 5/6] mm: always lock new vma before inserting into vma tree
- From: Jann Horn <jannh@xxxxxxxxxx>
- Re: [PATCH] block: Remove special-casing of compound pages
- From: Hannes Reinecke <hare@xxxxxxx>
- [PATCH] block: Remove special-casing of compound pages
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- Re: [PATCH RESEND v1] docs/zh_CN: add zh_CN translation for memory-barriers.txt
- From: Gang Li <gang.li@xxxxxxxxx>
- [akpm-mm:mm-nonmm-unstable 63/70] kernel/crash_core.c:318:40: warning: declaration of 'struct crash_mem' will not be visible outside of this function
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [RFC PATCH] iov_iter: Convert iterate*() to inline funcs
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH RESEND v1] docs/zh_CN: add zh_CN translation for memory-barriers.txt
- From: Yanteng Si <siyanteng@xxxxxxxxxxx>
- Re: [RFC PATCH] iov_iter: Convert iterate*() to inline funcs
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH RESEND v1] docs/zh_CN: add zh_CN translation for memory-barriers.txt
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH v2 2/3] lib/vsprintf: Split out sprintf() and friends
- From: "'Andy Shevchenko'" <andriy.shevchenko@xxxxxxxxxxxxxxx>
- [linux-next:master 7415/8441] drivers/media/usb/em28xx/em28xx-audio.c:808:29: warning: variable 'devnr' set but not used
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v2 2/3] lib/vsprintf: Split out sprintf() and friends
- From: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
- [syzbot] [mm?] upstream boot error: KASAN: slab-out-of-bounds Read in bootstrap
- From: syzbot <syzbot+2f508e913916096bf53a@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH RESEND v1] docs/zh_CN: add zh_CN translation for memory-barriers.txt
- From: Gang Li <gang.li@xxxxxxxxx>
- [PATCH] selftests/mm: fix uffd-stress help information
- From: Rong Tao <rtoax@xxxxxxxxxxx>
- Re: [RFC PATCH v2 0/5] Reduce NUMA balance caused TLB-shootdowns in a VM
- From: Yan Zhao <yan.y.zhao@xxxxxxxxx>
- Re: [PATCH] kernel/fork: stop playing lockless games for exe_file replacement
- From: Mateusz Guzik <mjguzik@xxxxxxxxx>
- Re: [PATCH 3/4] sched: fix sched_numa_find_nth_cpu() in CPU-less case
- From: Yicong Yang <yangyicong@xxxxxxxxxx>
- [PATCH v2 5/5] selftests: improve vm.memfd_noexec sysctl tests
- From: Aleksa Sarai <cyphar@xxxxxxxxxx>
- [PATCH v2 4/5] memfd: replace ratcheting feature from vm.memfd_noexec with hierarchy
- From: Aleksa Sarai <cyphar@xxxxxxxxxx>
- [PATCH v2 3/5] memfd: improve userspace warnings for missing exec-related flags
- From: Aleksa Sarai <cyphar@xxxxxxxxxx>
- [PATCH v2 2/5] memfd: do not -EACCES old memfd_create() users with vm.memfd_noexec=2
- From: Aleksa Sarai <cyphar@xxxxxxxxxx>
- [PATCH v2 1/5] selftests: memfd: error out test process when child test fails
- From: Aleksa Sarai <cyphar@xxxxxxxxxx>
- [PATCH v2 0/5] memfd: cleanups for vm.memfd_noexec
- From: Aleksa Sarai <cyphar@xxxxxxxxxx>
- Re: [PATCH] kernel/fork: stop playing lockless games for exe_file replacement
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH] shmem: add support for user extended attributes
- From: Snaipe <snaipe@xxxxxxxxxx>
- Re: [PATCH] kernel/fork: stop playing lockless games for exe_file replacement
- From: Mateusz Guzik <mjguzik@xxxxxxxxx>
- Re: [RFC PATCH v2 4/5] mm/autonuma: call .numa_protect() when page is protected for NUMA migrate
- From: Yan Zhao <yan.y.zhao@xxxxxxxxx>
- RE: [PATCH v2 2/3] lib/vsprintf: Split out sprintf() and friends
- From: David Laight <David.Laight@xxxxxxxxxx>
- Re: [RFC PATCH v2 5/5] KVM: Unmap pages only when it's indeed protected for NUMA migration
- From: Yan Zhao <yan.y.zhao@xxxxxxxxx>
- Re: [PATCH RESEND v1] docs/zh_CN: add zh_CN translation for memory-barriers.txt
- From: Yanteng Si <siyanteng@xxxxxxxxxxx>
- Re: [PATCH] kernel/fork: stop playing lockless games for exe_file replacement
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v2 2/3] mm/memory_hotplug: split memmap_on_memory requests across memblocks
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [RFC PATCH v2 5/5] KVM: Unmap pages only when it's indeed protected for NUMA migration
- From: Yan Zhao <yan.y.zhao@xxxxxxxxx>
- Re: [PATCH v2 2/3] mm/memory_hotplug: split memmap_on_memory requests across memblocks
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- [PATCH 0/2] mm: oom: terminate the oom_evaluate_task() loop early
- From: Peng Zhang <zhangpeng362@xxxxxxxxxx>
- [PATCH 2/2] mm: oom: terminate the oom_evaluate_task() loop early
- From: Peng Zhang <zhangpeng362@xxxxxxxxxx>
- [PATCH 1/2] mm: oom: remove unnecessary goto in oom_evaluate_task()
- From: Peng Zhang <zhangpeng362@xxxxxxxxxx>
- Re: [PATCH v2 2/3] mm/memory_hotplug: split memmap_on_memory requests across memblocks
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- [PATCH 3/3] riscv: include asm/cacheflush.h in asm/hugetlb.h
- From: Hugh Dickins <hughd@xxxxxxxxxx>
- [PATCH 2/3] arm64: include asm/cacheflush.h in asm/hugetlb.h
- From: Hugh Dickins <hughd@xxxxxxxxxx>
- [PATCH 1/3] arm: include asm/cacheflush.h in asm/hugetlb.h
- From: Hugh Dickins <hughd@xxxxxxxxxx>
- [PATCH 0/3] arch: include asm/cacheflush.h in asm/hugetlb.h
- From: Hugh Dickins <hughd@xxxxxxxxxx>
- Re: [PATCH v2] cma: introduce CMA_ALLOC_DEBUG config
- From: Pavan Kondeti <quic_pkondeti@xxxxxxxxxxx>
- Re: [PATCH RESEND v1] docs/zh_CN: add zh_CN translation for memory-barriers.txt
- From: Gang Li <gang.li@xxxxxxxxx>
- Re: [PATCH] mm: fix draining remote pageset
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- Re: [RFC PATCH v11 08/29] KVM: Introduce per-page memory attributes
- From: Binbin Wu <binbin.wu@xxxxxxxxxxxxxxx>
- [PATCH v2] Documentation/page_tables: Add info about MMU/TLB and Page Faults
- From: "Fabio M. De Francesco" <fmdefrancesco@xxxxxxxxx>
- [PATCH] kernel/fork: stop playing lockless games for exe_file replacement
- From: Mateusz Guzik <mjguzik@xxxxxxxxx>
- [akpm-mm:mm-stable 219/240] mm/memory.c:5410:41: error: implicit declaration of function 'vma_is_tcp'; did you mean 'vma_is_dax'?
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v29 2/6] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
- From: Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx>
- RE: [EXTERNAL] [PATCH] mm/thp: fix "mm: thp: kill __transhuge_page_enabled()"
- From: Saurabh Singh Sengar <ssengar@xxxxxxxxxxxxx>
- Re: [linux-next:master 1926/8441] ERROR: modpost: vmlinux: local symbol 'get_rcu_tasks_trace_gp_kthread' was exported
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxx>
- Re: [PATCH] mm/thp: fix "mm: thp: kill __transhuge_page_enabled()"
- From: "Zach O'Keefe" <zokeefe@xxxxxxxxxx>
- [PATCH] mm/thp: fix "mm: thp: kill __transhuge_page_enabled()"
- From: "Zach O'Keefe" <zokeefe@xxxxxxxxxx>
- Re: [linux-next:master 4655/8441] FATAL: modpost: drivers/leds/leds-pca995x: sizeof(struct i2c_device_id)=32 is not a modulo of the size of section __mod_i2c__<identifier>_device_table=600.
- From: Marek Vasut <marex@xxxxxxx>
- Re: [akpm-mm:mm-stable 219/240] mm/memory.c:5410:34: error: call to undeclared function 'vma_is_tcp'; ISO C99 and later do not support implicit function declarations
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH v29 2/6] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
- From: Michał Mirosław <mirq-linux@xxxxxxxxxxxx>
- Re: [PATCH v28 2/6] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
- From: Michał Mirosław <mirq-linux@xxxxxxxxxxxx>
- Re: [PATCH net-next 3/6] sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [akpm-mm:mm-stable 219/240] mm/memory.c:5410:34: error: call to undeclared function 'vma_is_tcp'; ISO C99 and later do not support implicit function declarations
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH] mm: memcg: provide accurate stats for userspace reads
- From: Yosry Ahmed <yosryahmed@xxxxxxxxxx>
- Re: [PATCH RESEND v1] docs/zh_CN: add zh_CN translation for memory-barriers.txt
- From: Yanteng Si <siyanteng@xxxxxxxxxxx>
- Re: [PATCH v27 2/8] crash: add generic infrastructure for crash hotplug support
- From: Sourabh Jain <sourabhjain@xxxxxxxxxxxxx>
- [linux-next:master 4655/8441] FATAL: modpost: drivers/leds/leds-pca995x: sizeof(struct i2c_device_id)=32 is not a modulo of the size of section __mod_i2c__<identifier>_device_table=600.
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH] mm: memcg: provide accurate stats for userspace reads
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [PATCH] mm: sparse: shift operation instead of division operation for root index
- From: Guo Hui <guohui@xxxxxxxxxxxxx>
- [vbabka:slab-orders 1/2] include/linux/kern_levels.h:5:25: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'size_t' {aka 'unsigned int'}
- From: kernel test robot <lkp@xxxxxxxxx>
- [PATCH v2] mm/secretmem: use a folio in secretmem_fault()
- From: Peng Zhang <zhangpeng362@xxxxxxxxxx>
- Re: [PATCH] mm/secretmem: use a folio in secretmem_fault()
- From: "zhangpeng (AS)" <zhangpeng362@xxxxxxxxxx>
- [vbabka:slab-orders 1/2] mm/slub.c:6262:26: warning: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned int')
- From: kernel test robot <lkp@xxxxxxxxx>
- [stable:linux-5.4.y 3985/9416] include/linux/nodemask.h:380:20: error: comparison of unsigned expression in '>= 0' is always true
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH] Multi-gen LRU: skip CMA pages when they are not eligible
- From: Charan Teja Kalla <quic_charante@xxxxxxxxxxx>
- Cannot find symbol for section 13: .text.release_thread.
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH] mm/secretmem: use a folio in secretmem_fault()
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- [linux-next:master 8153/8441] kernel/crash_core.c:331:16: error: incomplete definition of type 'struct crash_mem'
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH] mm: memcg: provide accurate stats for userspace reads
- From: Shakeel Butt <shakeelb@xxxxxxxxxx>
- Re: [PATCH] mm: memcg: provide accurate stats for userspace reads
- From: Yosry Ahmed <yosryahmed@xxxxxxxxxx>
- Re: Expensive memory.stat + cpu.stat reads
- From: Shakeel Butt <shakeelb@xxxxxxxxxx>
- Re: [PATCH] mm: memcg: provide accurate stats for userspace reads
- From: Shakeel Butt <shakeelb@xxxxxxxxxx>
- Re: [PATCH] mm: memcg: provide accurate stats for userspace reads
- From: Yosry Ahmed <yosryahmed@xxxxxxxxxx>
- Re: [PATCH] mm: memcg: provide accurate stats for userspace reads
- From: Shakeel Butt <shakeelb@xxxxxxxxxx>
- [PATCH] mm/secretmem: use a folio in secretmem_fault()
- From: Peng Zhang <zhangpeng362@xxxxxxxxxx>
- [linux-next:master 1926/8441] ERROR: modpost: vmlinux: local symbol 'get_rcu_tasks_trace_gp_kthread' was exported
- From: kernel test robot <lkp@xxxxxxxxx>
- Cannot find symbol for section 69: .text.arch_max_swapfile_size.
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v5 3/5] mm: LARGE_ANON_FOLIO for improved performance
- From: "Yin, Fengwei" <fengwei.yin@xxxxxxxxx>
- [PATCH] mm: Allow fault_dirty_shared_page() to be called under the VMA lock
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- Re: Expensive memory.stat + cpu.stat reads
- From: Yosry Ahmed <yosryahmed@xxxxxxxxxx>
- Re: Expensive memory.stat + cpu.stat reads
- From: Yosry Ahmed <yosryahmed@xxxxxxxxxx>
- Re: [PATCH v3] mm/filemap: change ->index to PAGE_SIZE for hugetlb pages
- From: Mike Kravetz <mike.kravetz@xxxxxxxxxx>
- Re: [PATCH v3] mm: zswap: multiple zpools support
- From: Yosry Ahmed <yosryahmed@xxxxxxxxxx>
- Re: [PATCH net-next 3/6] sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH net-next 3/6] sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: Expensive memory.stat + cpu.stat reads
- From: Ivan Babrou <ivan@xxxxxxxxxxxxxx>
- Re: Expensive memory.stat + cpu.stat reads
- From: Waiman Long <longman@xxxxxxxxxx>
- Re: [PATCH mm-unstable v1] mm: add a total mapcount for large folios
- From: Peter Xu <peterx@xxxxxxxxxx>
- Re: Expensive memory.stat + cpu.stat reads
- From: Ivan Babrou <ivan@xxxxxxxxxxxxxx>
- Re: [PATCH 0/3] add page_ext_data to get client data in page_ext
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [GIT PULL] hotfixes for 6.5-rc6
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [PATCH v3] mm: zswap: multiple zpools support
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH mm-unstable fix] mm: userfaultfd: check for start + len overflow in validate_range: fix
- From: Peter Xu <peterx@xxxxxxxxxx>
- [GIT PULL] hotfixes for 6.5-rc6
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] mm: memcg: provide accurate stats for userspace reads
- From: Yosry Ahmed <yosryahmed@xxxxxxxxxx>
- [linux-next:master 3829/8441] drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_svm.c:50:9: error: implicit declaration of function '_dynamic_func_call_no_desc'
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH] doc: update params of memhp_default_state=
- From: Jonathan Corbet <corbet@xxxxxxx>
- [PATCH v1] mm/ksm: add pages scanned metric
- From: Stefan Roesch <shr@xxxxxxxxxxxx>
- Re: [RFC PATCH v2 0/5] Reduce NUMA balance caused TLB-shootdowns in a VM
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- Re: [PATCH v2 2/3] lib/vsprintf: Split out sprintf() and friends
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH] mm: memcg: provide accurate stats for userspace reads
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: binfmt_misc & different PE binaries
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH] mm: memcg: provide accurate stats for userspace reads
- From: Yosry Ahmed <yosryahmed@xxxxxxxxxx>
- drivers/gpu/drm/nouveau/nouveau_dmem.c:205:13: sparse: sparse: incorrect type in assignment (different base types)
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [RFC PATCH v2 4/5] mm/autonuma: call .numa_protect() when page is protected for NUMA migrate
- From: Nadav Amit <nadav.amit@xxxxxxxxx>
- Re: [RFC PATCH v2 0/5] Reduce NUMA balance caused TLB-shootdowns in a VM
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [RFC PATCH v2 0/5] Reduce NUMA balance caused TLB-shootdowns in a VM
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- Re: [RFC PATCH] iov_iter: Convert iterate*() to inline funcs
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- [PATCH v29 6/6] selftests: mm: add pagemap ioctl tests
- From: Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx>
- [PATCH v29 5/6] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
- From: Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx>
- [PATCH v29 4/6] tools headers UAPI: Update linux/fs.h with the kernel sources
- From: Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx>
- [PATCH v29 2/6] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
- From: Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx>
- [PATCH v29 1/6] userfaultfd: UFFD_FEATURE_WP_ASYNC
- From: Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx>
- [PATCH v29 0/6] Implement IOCTL to get and optionally clear info about PTEs
- From: Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx>
- Re: [RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [linux-next:master] [eventfs] 27152bceea: stress-ng.getdent.ops_per_sec -8.4% regression
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH 03/11] maple_tree: Add some helper functions
- From: "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx>
- Re: [RFC PATCH v2 0/5] Reduce NUMA balance caused TLB-shootdowns in a VM
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [RFC PATCH v2 5/5] KVM: Unmap pages only when it's indeed protected for NUMA migration
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [akpm-mm:mm-nonmm-unstable 56/78] kernel/crash_core.c:331:23: error: invalid use of undefined type 'struct crash_mem'
- From: Eric DeVolder <eric.devolder@xxxxxxxxxx>
- Re: [akpm-mm:mm-nonmm-unstable 56/78] kernel/crash_core.c:331:16: error: incomplete definition of type 'struct crash_mem'
- From: Eric DeVolder <eric.devolder@xxxxxxxxxx>
- Re: [akpm-mm:mm-nonmm-unstable 56/63] kernel/crash_core.c:331:23: error: invalid use of undefined type 'struct crash_mem'
- From: Eric DeVolder <eric.devolder@xxxxxxxxxx>
- Re: [RFC PATCH v2 5/5] KVM: Unmap pages only when it's indeed protected for NUMA migration
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v27 7/8] crash: change crash_prepare_elf64_headers() to for_each_possible_cpu()
- From: Eric DeVolder <eric.devolder@xxxxxxxxxx>
- [PATCH v27 6/8] crash: hotplug support for kexec_load()
- From: Eric DeVolder <eric.devolder@xxxxxxxxxx>
- [PATCH v27 8/8] x86/crash: optimize CPU changes
- From: Eric DeVolder <eric.devolder@xxxxxxxxxx>
- [PATCH v27 2/8] crash: add generic infrastructure for crash hotplug support
- From: Eric DeVolder <eric.devolder@xxxxxxxxxx>
- [PATCH v27 5/8] x86/crash: add x86 crash hotplug support
- From: Eric DeVolder <eric.devolder@xxxxxxxxxx>
- [PATCH v27 4/8] crash: memory and CPU hotplug sysfs attributes
- From: Eric DeVolder <eric.devolder@xxxxxxxxxx>
- [PATCH v27 1/8] crash: move a few code bits to setup support of crash hotplug
- From: Eric DeVolder <eric.devolder@xxxxxxxxxx>
- [PATCH v27 3/8] kexec: exclude elfcorehdr from the segment digest
- From: Eric DeVolder <eric.devolder@xxxxxxxxxx>
- [PATCH v27 0/8] crash: Kernel handling of CPU and memory hot un/plug
- From: Eric DeVolder <eric.devolder@xxxxxxxxxx>
- Re: [RFC PATCH] iov_iter: Convert iterate*() to inline funcs
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH v28 5/6] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
- From: Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx>
- Re: [linux-next:master 5658/8441] kernel/rcu/update.c:529:6: warning: no previous prototype for function 'torture_sched_setaffinity'
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxx>
- Re: [RFC PATCH] iov_iter: Convert iterate*() to inline funcs
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v4 21/36] arm64/mm: Implement map_shadow_stack()
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- Re: [PATCH v4 07/36] arm64/gcs: Provide copy_to_user_gcs()
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- [PATCH v2] proc/ksm: add ksm stats to /proc/pid/smaps
- From: Stefan Roesch <shr@xxxxxxxxxxxx>
- Re: [ANNOUNCE/CFP] CXL Microconference at LPC 2023
- From: Davidlohr Bueso <dave@xxxxxxxxxxxx>
- Re: [PATCH v4 19/36] arm64/gcs: Allocate a new GCS for threads with GCS enabled
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- Re: [PATCH mm-unstable v1] mm: add a total mapcount for large folios
- From: Zi Yan <ziy@xxxxxxxxxx>
- Re: [linux-next:master 5658/8441] kernel/rcu/update.c:529:6: warning: no previous prototype for function 'torture_sched_setaffinity'
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxx>
- Re: [PATCH mm-unstable v1] mm: add a total mapcount for large folios
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v7 0/2] rcu: Dump memory object info if callback function is invalid
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxx>
- [PATCH] mm: Add lockdep annotation to pgdat_init_all_done_comp completer
- From: Helge Deller <deller@xxxxxx>
- Re: [PATCH mm-unstable v1] mm: add a total mapcount for large folios
- From: Peter Xu <peterx@xxxxxxxxxx>
- [linux-next:master 5284/8441] drivers/gpu/drm/tests/drm_kunit_helpers.c:171: warning: expecting prototype for drm_kunit_helper_context_alloc(). Prototype was for drm_kunit_helper_acquire_ctx_alloc() instead
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [RFC PATCH v4] mm/slub: Optimize slub memory usage
- From: Vlastimil Babka <vbabka@xxxxxxx>
- [linux-next:master 5284/8441] drivers/gpu/drm/tests/drm_kunit_helpers.c:171: warning: expecting prototype for drm_kunit_helper_context_alloc(). Prototype was for drm_kunit_helper_acquire_ctx_alloc() instead
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH mm-unstable v1] mm: add a total mapcount for large folios
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v4 18/36] arm64/gcs: Context switch GCS state for EL0
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- Re: [PATCH v28 2/6] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
- From: Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx>
- Re: [PATCH v28 2/6] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
- From: Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx>
- Re: [PATCH mm-unstable v1] mm: add a total mapcount for large folios
- From: Peter Xu <peterx@xxxxxxxxxx>
- Re: [PATCH mm-unstable v1] mm: add a total mapcount for large folios
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH mm-unstable v1] mm: add a total mapcount for large folios
- From: Zi Yan <ziy@xxxxxxxxxx>
- Re: [PATCH v4 17/36] arm64/mm: Handle GCS data aborts
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- Re: [PATCH mm-unstable v1] mm: add a total mapcount for large folios
- From: Peter Xu <peterx@xxxxxxxxxx>
- [RFC PATCH] iov_iter: Convert iterate*() to inline funcs
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH v5 3/5] mm: LARGE_ANON_FOLIO for improved performance
- From: Zi Yan <ziy@xxxxxxxxxx>
- Re: [PATCH v4 09/36] arm64/mm: Allocate PIE slots for EL0 guarded control stack
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- Re: [RFC PATCH V3 1/1] sched/numa: Fix disjoint set vma scan regression
- From: Raghavendra K T <raghavendra.kt@xxxxxxx>
- Re: [PATCH v28 2/6] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
- From: Michał Mirosław <mirq-linux@xxxxxxxxxxxx>
- Re: [PATCH v2 0/29] block: Make blkdev_get_by_*() return handle
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH] mm: memcg: provide accurate stats for userspace reads
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [PATCH v28 2/6] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
- From: Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx>
- Cannot find symbol for section 17: .text.setup_profiling_timer.
- From: kernel test robot <lkp@xxxxxxxxx>
- [linux-next:master 5658/8441] kernel/rcu/update.c:529:6: warning: no previous prototype for function 'torture_sched_setaffinity'
- From: kernel test robot <lkp@xxxxxxxxx>
- [PATCH 18/29] mm/swap: Convert to use bdev_open_by_dev()
- From: Jan Kara <jack@xxxxxxx>
- [PATCH v2 0/29] block: Make blkdev_get_by_*() return handle
- From: Jan Kara <jack@xxxxxxx>
- [linux-next:master 4824/8441] fs/btrfs/extent_io.c:230:16: warning: variable 'pages_processed' set but not used
- From: kernel test robot <lkp@xxxxxxxxx>
- [linux-next:master 7425/8441] arch/loongarch/kernel/asm-offsets.c:172:6: warning: no previous prototype for 'output_thread_lbt_defines'
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: (subset) [PATCH vfs.tmpfs v2 4/5] tmpfs: trivial support for direct IO
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH] mm: fix draining remote pageset
- From: Michal Hocko <mhocko@xxxxxxxx>
- [akpm-mm:mm-nonmm-unstable 56/78] kernel/crash_core.c:331:16: error: incomplete definition of type 'struct crash_mem'
- From: kernel test robot <lkp@xxxxxxxxx>
- [akpm-mm:mm-nonmm-unstable 56/78] kernel/crash_core.c:331:23: error: invalid use of undefined type 'struct crash_mem'
- From: kernel test robot <lkp@xxxxxxxxx>
- [PATCH] mm: fix draining remote pageset
- From: Huang Ying <ying.huang@xxxxxxxxx>
- Re: [PATCH vfs.tmpfs v2 4/5] tmpfs: trivial support for direct IO
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH 2/4] sched/fair: fix opencoded numa_nearest_node()
- From: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
- Re: [PATCH 1/4] numa: generalize numa_map_to_online_node()
- From: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
- Re: [PATCH vfs.tmpfs v2 4/5] tmpfs: trivial support for direct IO
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH vfs.tmpfs 4/5] tmpfs: trivial support for direct IO
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [RFC PATCH v2 5/5] KVM: Unmap pages only when it's indeed protected for NUMA migration
- From: Yan Zhao <yan.y.zhao@xxxxxxxxx>
- [PATCH RESEND v1] docs/zh_CN: add zh_CN translation for memory-barriers.txt
- From: Gang Li <gang.li@xxxxxxxxx>
- Re: [PATCH 2/2] mm/kmemleak: No need to check kmemleak_initialized in set_track_prepare()
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [PATCH v2 12/32] mm/vmalloc: vmalloc_to_page() use pte_offset_kernel()
- From: "Linux regression tracking #update (Thorsten Leemhuis)" <regressions@xxxxxxxxxxxxx>
- Re: [PATCH RESEND 0/4] memory tiering: calculate abstract distance based on ACPI HMAT
- From: Bharata B Rao <bharata@xxxxxxx>
- [syzbot] Monthly mm report (Aug 2023)
- From: syzbot <syzbot+list1b3afabcaceac2e86dd3@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH v2 5/5] KVM: Unmap pages only when it's indeed protected for NUMA migration
- From: bibo mao <maobibo@xxxxxxxxxxx>
- Re: [PATCH 1/2] mm/migrate.c: Fix return code when migration fails
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- Re: [PATCH v2] cma: introduce CMA_ALLOC_DEBUG config
- From: Bibek Kumar Patro <quic_bibekkum@xxxxxxxxxxx>
- Re: [RFC PATCH v4] mm/slub: Optimize slub memory usage
- From: Jay Patel <jaypatel@xxxxxxxxxxxxx>
- Re: [PATCH RESEND 0/4] memory tiering: calculate abstract distance based on ACPI HMAT
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- [PATCH vfs.tmpfs v2 4/5] tmpfs: trivial support for direct IO
- From: Hugh Dickins <hughd@xxxxxxxxxx>
- [PATCH v1] docs/zh_CN: add zh_CN translation for memory-barriers.txt
- From: Gang Li <gang.li@xxxxxxxxx>
- Re: [PATCH vfs.tmpfs 4/5] tmpfs: trivial support for direct IO
- From: Hugh Dickins <hughd@xxxxxxxxxx>
- Re: [PATCH v7 0/6] Per-VMA lock support for swap and userfaults
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [PATCH vfs.tmpfs 4/5] tmpfs: trivial support for direct IO
- From: Hugh Dickins <hughd@xxxxxxxxxx>
- [linux-next:master 7415/8441] include/linux/build_bug.h:16:51: error: bit-field '<anonymous>' width not an integer constant
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [RFC PATCH v2 0/5] Reduce NUMA balance caused TLB-shootdowns in a VM
- From: Yan Zhao <yan.y.zhao@xxxxxxxxx>
- Re: [PATCH v5 3/5] mm: LARGE_ANON_FOLIO for improved performance
- From: "Yin, Fengwei" <fengwei.yin@xxxxxxxxx>
- Re: [PATCH] zswap: don't warn if none swapcache folio is passed to zswap_load
- From: "Yin, Fengwei" <fengwei.yin@xxxxxxxxx>
- Re: [PATCH 1/2] mm/page_alloc: remove unnecessary inner __get_pfnblock_flags_mask
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [RFC PATCH v2 5/5] KVM: Unmap pages only when it's indeed protected for NUMA migration
- From: Yan Zhao <yan.y.zhao@xxxxxxxxx>
- [PATCH 1/2] mm/page_alloc: remove unnecessary inner __get_pfnblock_flags_mask
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- Re: [PATCH RESEND 1/4] memory tiering: add abstract distance calculation algorithms management
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- Re: [PATCH] zswap: don't warn if none swapcache folio is passed to zswap_load
- From: Yosry Ahmed <yosryahmed@xxxxxxxxxx>
- Re: [linux-next:master 7083/7933] ld.lld: error: assignment to symbol __init_end does not converge
- From: Miaohe Lin <linmiaohe@xxxxxxxxxx>
- Re: [PATCH 1/3] mm/page_alloc: correct start page when guard page debug is enabled
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- Re: [PATCH] zswap: don't warn if none swapcache folio is passed to zswap_load
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- Re: [PATCH] zswap: don't warn if none swapcache folio is passed to zswap_load
- From: Yosry Ahmed <yosryahmed@xxxxxxxxxx>
- Re: [PATCH] zswap: don't warn if none swapcache folio is passed to zswap_load
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- Re: [linux-next:master 7083/7933] ld.lld: error: assignment to symbol __init_end does not converge
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- Re: [PATCH 2/2] mm/kmemleak: No need to check kmemleak_initialized in set_track_prepare()
- From: wang xiaolei <xiaolei.wang@xxxxxxxxxxxxx>
- Re: [PATCH 1/2] lib/stackdepot: Bail out in __stack_depot_save() if the stack_table is not allocated
- From: wang xiaolei <xiaolei.wang@xxxxxxxxxxxxx>
- Re: [linux-next:master 7083/7933] ld.lld: error: assignment to symbol __init_end does not converge
- From: Miaohe Lin <linmiaohe@xxxxxxxxxx>
- Re: [PATCH RESEND 2/4] acpi, hmat: refactor hmat_register_target_initiators()
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- Re: [PATCH v5 3/5] mm: LARGE_ANON_FOLIO for improved performance
- From: Zi Yan <ziy@xxxxxxxxxx>
- Re: [PATCH] zswap: don't warn if none swapcache folio is passed to zswap_load
- From: "Yin, Fengwei" <fengwei.yin@xxxxxxxxx>
- Re: [PATCH v5 3/5] mm: LARGE_ANON_FOLIO for improved performance
- From: "Yin, Fengwei" <fengwei.yin@xxxxxxxxx>
- Re: [PATCH v5 3/5] mm: LARGE_ANON_FOLIO for improved performance
- From: "Yin, Fengwei" <fengwei.yin@xxxxxxxxx>
- Re: [RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
- From: Vishal Annapurve <vannapurve@xxxxxxxxxx>
- Re: [PATCH] zswap: don't warn if none swapcache folio is passed to zswap_load
- From: Yosry Ahmed <yosryahmed@xxxxxxxxxx>
- Re: [PATCH] zswap: don't warn if none swapcache folio is passed to zswap_load
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- Re: [PATCH v7 0/6] Per-VMA lock support for swap and userfaults
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [PATCH vfs.tmpfs 4/5] tmpfs: trivial support for direct IO
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- Re: [PATCH] zswap: don't warn if none swapcache folio is passed to zswap_load
- From: Yosry Ahmed <yosryahmed@xxxxxxxxxx>
- Re: [PATCH] zswap: don't warn if none swapcache folio is passed to zswap_load
- From: "Yin, Fengwei" <fengwei.yin@xxxxxxxxx>
- Re: [PATCH v7 0/6] Per-VMA lock support for swap and userfaults
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [PATCH vfs.tmpfs 0/5] tmpfs: user xattrs and direct IO
- From: Pete Zaitcev <zaitcev@xxxxxxxxxx>
- Re: [PATCH] zswap: don't warn if none swapcache folio is passed to zswap_load
- From: Yosry Ahmed <yosryahmed@xxxxxxxxxx>
- Re: [PATCH] zswap: don't warn if none swapcache folio is passed to zswap_load
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- Re: [PATCH] zswap: don't warn if none swapcache folio is passed to zswap_load
- From: "Yin, Fengwei" <fengwei.yin@xxxxxxxxx>
- Re: [PATCH mm-unstable v1] mm: add a total mapcount for large folios
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH mm-unstable v1] mm: add a total mapcount for large folios
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v7 0/6] Per-VMA lock support for swap and userfaults
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH v2 1/4] mm/hugetlb: fix the inconsistency of /proc/sys/vm/nr_huge_pages
- From: Mike Kravetz <mike.kravetz@xxxxxxxxxx>
- Re: [PATCH v7 0/6] Per-VMA lock support for swap and userfaults
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH mm-unstable v1] mm: add a total mapcount for large folios
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH mm-unstable v1] mm: add a total mapcount for large folios
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH mm-unstable v1] mm: add a total mapcount for large folios
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH mm-unstable v1] mm: add a total mapcount for large folios
- From: Peter Xu <peterx@xxxxxxxxxx>
- Re: [PATCH RFC] mm: Properly document tail pages for compound pages
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH mm-unstable v1] mm: add a total mapcount for large folios
- From: Peter Xu <peterx@xxxxxxxxxx>
- [PATCH RFC] mm: Properly document tail pages for compound pages
- From: Peter Xu <peterx@xxxxxxxxxx>
- Re: [PATCH v2 3/3] fork: lock VMAs of the parent process when forking
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: binfmt_misc & different PE binaries
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v7 0/6] Per-VMA lock support for swap and userfaults
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [PATCH v5 3/5] mm: LARGE_ANON_FOLIO for improved performance
- From: Zi Yan <ziy@xxxxxxxxxx>
- Re: [PATCH mm-unstable fix] mm: userfaultfd: check for start + len overflow in validate_range: fix
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- [linux-next:master 7427/8441] ../lib/gcc/loongarch64-linux/12.3.0/plugin/include/config/loongarch/loongarch-opts.h:31:10: fatal error: loongarch-def.h: No such file or directory
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v28 5/6] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
- From: Michał Mirosław <emmir@xxxxxxxxxx>
- Re: [PATCH mm-unstable fix] mm: userfaultfd: check for start + len overflow in validate_range: fix
- From: Axel Rasmussen <axelrasmussen@xxxxxxxxxx>
- [PATCH mm-unstable fix] mm: userfaultfd: check for start + len overflow in validate_range: fix
- From: Axel Rasmussen <axelrasmussen@xxxxxxxxxx>
- Re: [PATCH v5 3/5] mm: LARGE_ANON_FOLIO for improved performance
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH RT] mm/memcg: Fix recursive locking on refill_stock() on PREEMPT_RT
- From: Zachary Goldstein via B4 Relay <devnull+zachary.goldstein.concurrent-rt.com@xxxxxxxxxx>
- Re: [PATCH v28 2/6] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
- From: Andrei Vagin <avagin@xxxxxxxxx>
- Re: [PATCH mm-unstable v1] mm: add a total mapcount for large folios
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [PATCH v1 3/4] mm/mmu_gather: Remove encoded_page infrastructure
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [PATCH] zswap: don't warn if none swapcache folio is passed to zswap_load
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- [linux-next:master 5279/8441] drivers/infiniband/hw/irdma/uk.c:285:24: sparse: sparse: incorrect type in assignment (different base types)
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [linux-next:master 8173/8441] include/linux/list.h:53:13: warning: '__preserve_most__' calling convention is not supported for this target
- From: Marco Elver <elver@xxxxxxxxxx>
- Re: [PATCH] mm: Fix access_remote_vm() regression on tagged addresses
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v1 3/4] mm/mmu_gather: Remove encoded_page infrastructure
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [RFC 0/2] An attempt to improve SLUB on NUMA / under memory pressure
- From: Hyeonggon Yoo <42.hyeyoo@xxxxxxxxx>
- Re: [RFC PATCH v4] mm/slub: Optimize slub memory usage
- From: Hyeonggon Yoo <42.hyeyoo@xxxxxxxxx>
- Re: [PATCH mm-unstable v1] mm: add a total mapcount for large folios
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v1 3/4] mm/mmu_gather: Remove encoded_page infrastructure
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- Re: [PATCH v28 2/6] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
- From: Michał Mirosław <emmir@xxxxxxxxxx>
- Re: [PATCH v4 11/36] arm64/mm: Map pages for guarded control stack
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- Re: [PATCH mm-unstable v1] mm: add a total mapcount for large folios
- From: Peter Xu <peterx@xxxxxxxxxx>
- Re: [PATCH v5 3/5] mm: LARGE_ANON_FOLIO for improved performance
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- Re: [linux-next:master 8173/8441] include/linux/list.h:53:13: warning: '__preserve_most__' calling convention is not supported for this target
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 05/14] futex: Add sys_futex_wake()
- From: André Almeida <andrealmeid@xxxxxxxxxx>
- Re: [PATCH v2] cma: introduce CMA_ALLOC_DEBUG config
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH mm-unstable fix] mm: userfaultfd: check for start + len overflow in validate_range: fix
- From: David Hildenbrand <david@xxxxxxxxxx>
- [RFC v2 4/7] maple_tree: avoid bulk alloc/free to use percpu array more
- From: Vlastimil Babka <vbabka@xxxxxxx>
- [RFC v2 7/7] tools: Add SLUB percpu array functions for testing
- From: Vlastimil Babka <vbabka@xxxxxxx>
- [RFC v2 6/7] maple_tree: replace preallocation with slub percpu array prefill
- From: Vlastimil Babka <vbabka@xxxxxxx>
- [RFC v2 5/7] maple_tree: Remove MA_STATE_PREALLOC
- From: Vlastimil Babka <vbabka@xxxxxxx>
- [RFC v2 3/7] maple_tree: use slub percpu array
- From: Vlastimil Babka <vbabka@xxxxxxx>
- [RFC v2 2/7] mm, slub: add opt-in slub_percpu_array
- From: Vlastimil Babka <vbabka@xxxxxxx>
- [RFC v2 0/7] SLUB percpu array caches and maple tree nodes
- From: Vlastimil Babka <vbabka@xxxxxxx>
- [RFC v2 1/7] mm, slub: fix bulk alloc and free stats
- From: Vlastimil Babka <vbabka@xxxxxxx>
- [linux-next:master 5608/8441] i2c-hid-core.c:undefined reference to `drm_panel_remove_follower'
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
- From: Mark Brown <broonie@xxxxxxxxxx>
- Re: [PATCH 1/4] mm: migrate: use a folio in add_page_for_migration()
- From: Mike Kravetz <mike.kravetz@xxxxxxxxxx>
- [PATCH 1/4] numa: generalize numa_map_to_online_node()
- From: Yury Norov <yury.norov@xxxxxxxxx>
- [PATCH 4/4] sched: fix sched_numa_find_nth_cpu() in non-NUMA case
- From: Yury Norov <yury.norov@xxxxxxxxx>
- [PATCH 0/4] sched fixes
- From: Yury Norov <yury.norov@xxxxxxxxx>
- [PATCH 2/4] sched/fair: fix opencoded numa_nearest_node()
- From: Yury Norov <yury.norov@xxxxxxxxx>
- [PATCH 3/4] sched: fix sched_numa_find_nth_cpu() in CPU-less case
- From: Yury Norov <yury.norov@xxxxxxxxx>
- Re: [BUG kernel-5.15] aarch64: __pi_strncmp() out-of-bound error
- From: Will Deacon <will@xxxxxxxxxx>
- Re: [PATCH v3 00/36] arm64/gcs: Provide support for GCS in userspace
- From: Mark Brown <broonie@xxxxxxxxxx>
- Re: [PATCH -fixes] mm: Add a call to flush_cache_vmap() in vmap_pfn()
- From: Palmer Dabbelt <palmer@xxxxxxxxxxx>
- Re: [PATCH mm-unstable fix] mm: userfaultfd: check for start + len overflow in validate_range: fix
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [PATCH v2] zsmalloc: Fix races between modifications of fullness and isolated
- From: Nhat Pham <nphamcs@xxxxxxxxx>
- Re: [PATCH v2] mm/page_alloc: don't check zonelist_update_seq from atomic allocations
- From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH -fixes] mm: Add a call to flush_cache_vmap() in vmap_pfn()
- From: Palmer Dabbelt <palmer@xxxxxxxxxxx>
- Re: [PATCH v5 0/5] variable-order, large folios for anonymous memory
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [PATCH v1 4/4] mm/mmu_gather: Store and process pages in contig ranges
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [BUG kernel-5.15] aarch64: __pi_strncmp() out-of-bound error
- From: Robin Murphy <robin.murphy@xxxxxxx>
- Re: [PATCH v1 4/4] mm/mmu_gather: Store and process pages in contig ranges
- From: Zi Yan <ziy@xxxxxxxxxx>
- Re: [PATCH v1 4/4] mm/mmu_gather: Store and process pages in contig ranges
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [linux-next:master 8171/8441] thread 'main' panicked at '"ftrace_branch_data_union_(anonymous_at_include/linux/compiler_types_h_174_2)" is not a valid Ident', /opt/cross/rustc-1.68.2-bindgen-0.56.0/cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.24/src/fallback.rs:693:9
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v1 4/4] mm/mmu_gather: Store and process pages in contig ranges
- From: Zi Yan <ziy@xxxxxxxxxx>
- Re: [BUG kernel-5.15] aarch64: __pi_strncmp() out-of-bound error
- From: Will Deacon <will@xxxxxxxxxx>
- [PATCH v5 5/5] selftests/mm/cow: Add large anon folio tests
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v5 4/5] selftests/mm/cow: Generalize do_run_with_thp() helper
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v5 3/5] mm: LARGE_ANON_FOLIO for improved performance
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v5 2/5] mm: Non-pmd-mappable, large folios for folio_add_new_anon_rmap()
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v5 1/5] mm: Allow deferred splitting of arbitrary large anon folios
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v5 0/5] variable-order, large folios for anonymous memory
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [PATCH v2 2/3] lib/vsprintf: Split out sprintf() and friends
- From: Rasmus Villemoes <linux@xxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH v2 0/5] Reduce NUMA balance caused TLB-shootdowns in a VM
- From: Chao Gao <chao.gao@xxxxxxxxx>
- Re: [PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
- From: Szabolcs Nagy <Szabolcs.Nagy@xxxxxxx>
- Re: [PATCH v2 2/3] lib/vsprintf: Split out sprintf() and friends
- From: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 2/3] lib/vsprintf: Split out sprintf() and friends
- From: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
- Re: [RFC PATCH v2 5/5] KVM: Unmap pages only when it's indeed protected for NUMA migration
- From: bibo mao <maobibo@xxxxxxxxxxx>
- Re: [PATCH] mm: sparse: shift operation instead of division operation for root index
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH net-next v10 08/16] tls: Inline do_tcp_sendpages()
- From: David Howells <dhowells@xxxxxxxxxx>
- RE: [PATCH] mm: Fix access_remote_vm() regression on tagged addresses
- From: "Schimpe, Christina" <christina.schimpe@xxxxxxxxx>
- Re: [BUG kernel-5.15] aarch64: __pi_strncmp() out-of-bound error
- From: Robin Murphy <robin.murphy@xxxxxxx>
- Re: [PATCH v2 05/14] futex: Add sys_futex_wake()
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
- From: Mark Brown <broonie@xxxxxxxxxx>
- Re: [PATCH mm-unstable v1] mm: add a total mapcount for large folios
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [PATCH mm-unstable v1] mm: add a total mapcount for large folios
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH mm-unstable v1] mm: add a total mapcount for large folios
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH mm-unstable v1] mm: add a total mapcount for large folios
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [RFC 0/2] An attempt to improve SLUB on NUMA / under memory pressure
- From: Jay Patel <jaypatel@xxxxxxxxxxxxx>
- Re: [PATCH mm-unstable v1] mm: add a total mapcount for large folios
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [PATCH] [RFC PATCH v2]mm/slub: Optimize slub memory usage
- From: Jay Patel <jaypatel@xxxxxxxxxxxxx>
- drivers/staging/rtl8712/rtl871x_cmd.c:670:27: sparse: sparse: incorrect type in assignment (different base types)
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH mm-unstable v1] mm: add a total mapcount for large folios
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH] mm: sparse: shift operation instead of division operation for root index
- From: Guo Hui <guohui@xxxxxxxxxxxxx>
- [PATCH v1 4/4] mm/mmu_gather: Store and process pages in contig ranges
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v1 3/4] mm/mmu_gather: Remove encoded_page infrastructure
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v1 2/4] mm/mmu_gather: generalize mmu_gather rmap removal mechanism
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v1 1/4] mm: Implement folio_remove_rmap_range()
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v1 0/4] Optimize mmap_exit for large folios
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [RFC PATCH v2 0/5] Reduce NUMA balance caused TLB-shootdowns in a VM
- From: Yan Zhao <yan.y.zhao@xxxxxxxxx>
- Re: [PATCH 2/2] mm/kmemleak: No need to check kmemleak_initialized in set_track_prepare()
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [PATCH vfs.tmpfs 0/5] tmpfs: user xattrs and direct IO
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH 2/2] mm/kmemleak: No need to check kmemleak_initialized in set_track_prepare()
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [PATCH v2] mm/page_alloc: don't check zonelist_update_seq from atomic allocations
- From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
- [PATCH] zswap: don't warn if none swapcache folio is passed to zswap_load
- From: Yin Fengwei <fengwei.yin@xxxxxxxxx>
- Re: [PATCH 1/2] lib/stackdepot: Bail out in __stack_depot_save() if the stack_table is not allocated
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [PATCH] mm/filemap.c:fix update prev_pos after one read request done
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v3 00/36] arm64/gcs: Provide support for GCS in userspace
- From: Will Deacon <will@xxxxxxxxxx>
- Re: [RFC PATCH 3/3] KVM: x86/mmu: skip zap maybe-dma-pinned pages for NUMA migration
- From: Yan Zhao <yan.y.zhao@xxxxxxxxx>
- Re: [RFC PATCH v2 0/5] Reduce NUMA balance caused TLB-shootdowns in a VM
- From: David Hildenbrand <david@xxxxxxxxxx>
- [RFC PATCH v2 5/5] KVM: Unmap pages only when it's indeed protected for NUMA migration
- From: Yan Zhao <yan.y.zhao@xxxxxxxxx>
- [RFC PATCH v2 4/5] mm/autonuma: call .numa_protect() when page is protected for NUMA migrate
- From: Yan Zhao <yan.y.zhao@xxxxxxxxx>
- [RFC PATCH v2 3/5] mm/mmu_notifier: introduce a new callback .numa_protect
- From: Yan Zhao <yan.y.zhao@xxxxxxxxx>
- [RFC PATCH v2 2/5] mm: don't set PROT_NONE to maybe-dma-pinned pages for NUMA-migrate purpose
- From: Yan Zhao <yan.y.zhao@xxxxxxxxx>
- [RFC PATCH v2 1/5] mm/mmu_notifier: introduce a new mmu notifier flag MMU_NOTIFIER_RANGE_NUMA
- From: Yan Zhao <yan.y.zhao@xxxxxxxxx>
- [RFC PATCH v2 0/5] Reduce NUMA balance caused TLB-shootdowns in a VM
- From: Yan Zhao <yan.y.zhao@xxxxxxxxx>
- Re: [PATCH 1/3] mm/page_alloc: correct start page when guard page debug is enabled
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v2 2/3] lib/vsprintf: Split out sprintf() and friends
- From: Rasmus Villemoes <linux@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH mm-unstable v1] mm: add a total mapcount for large folios
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
- From: Szabolcs Nagy <Szabolcs.Nagy@xxxxxxx>
- Re: [PATCH 2/2] selftests/migration: Disable NUMA balancing and check migration status
- From: Alistair Popple <apopple@xxxxxxxxxx>
- Re: [PATCH mm-unstable v1] mm: add a total mapcount for large folios
- From: David Hildenbrand <david@xxxxxxxxxx>
- [linux-next:master] [eventfs] 27152bceea: stress-ng.getdent.ops_per_sec -8.4% regression
- From: kernel test robot <oliver.sang@xxxxxxxxx>
- Re: [PATCH v2 2/3] lib/vsprintf: Split out sprintf() and friends
- From: Petr Mladek <pmladek@xxxxxxxx>
- Re: error: A dwo section may not contain relocations
- From: Yujie Liu <yujie.liu@xxxxxxxxx>
- [PATCH 2/2] mm/kmemleak: No need to check kmemleak_initialized in set_track_prepare()
- From: Xiaolei Wang <xiaolei.wang@xxxxxxxxxxxxx>
- [PATCH 1/2] lib/stackdepot: Bail out in __stack_depot_save() if the stack_table is not allocated
- From: Xiaolei Wang <xiaolei.wang@xxxxxxxxxxxxx>
- [PATCH 0/2] Bail out in __stack_depot_save() if the stack_table is not allocated and delete the kmemleak_initialized judgment in set_track_prepare()
- From: Xiaolei Wang <xiaolei.wang@xxxxxxxxxxxxx>
- Re: [PATCH v7 0/6] Per-VMA lock support for swap and userfaults
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v2 1/4] mm/hugetlb: fix the inconsistency of /proc/sys/vm/nr_huge_pages
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v2] mm/page_alloc: don't check zonelist_update_seq from atomic allocations
- From: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
- Re: [PATCH -fixes] mm: Add a call to flush_cache_vmap() in vmap_pfn()
- From: Alexandre Ghiti <alexghiti@xxxxxxxxxxxx>
- Re: [PATCH v7 0/6] Per-VMA lock support for swap and userfaults
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [PATCH vfs.tmpfs 0/5] tmpfs: user xattrs and direct IO
- From: Hugh Dickins <hughd@xxxxxxxxxx>
- Re: [PATCH v7 0/6] Per-VMA lock support for swap and userfaults
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- [linux-next:master 8194/8441] drivers/block/ublk_drv.c:445 ublk_setup_iod_zoned() warn: signedness bug returning '(-95)'
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [PATCH 3/3] LoongArch: mm: Add unified function populate_kernel_pte
- From: bibo mao <maobibo@xxxxxxxxxxx>
- Re: [PATCH 3/3] LoongArch: mm: Add unified function populate_kernel_pte
- From: Huacai Chen <chenhuacai@xxxxxxxxxx>
- Re: [PATCH 3/3] LoongArch: mm: Add unified function populate_kernel_pte
- From: bibo mao <maobibo@xxxxxxxxxxx>
- Re: [PATCH mm-unstable v1] mm: add a total mapcount for large folios
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH mm-unstable v1] mm: add a total mapcount for large folios
- From: Yin Fengwei <fengwei.yin@xxxxxxxxx>
- Re: [PATCH mm-unstable v1] mm: add a total mapcount for large folios
- From: Yin Fengwei <fengwei.yin@xxxxxxxxx>
- [PATCH 0/3] Fixes and cleanups to break_down_buddy_pages in
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- [PATCH 2/3] mm/page_alloc: remove unnecessary check in break_down_buddy_pages
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- [PATCH 1/3] mm/page_alloc: correct start page when guard page debug is enabled
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- [PATCH 3/3] mm/page_alloc: remove unnecessary next_page in break_down_buddy_pages
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- Re: [PATCH 1/4] mm: migrate: use a folio in add_page_for_migration()
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- Re: [PATCH v2 1/3] mm: add functions folio_in_range() and folio_within_vma()
- From: Yin Fengwei <fengwei.yin@xxxxxxxxx>
- Re: [PATCH v2] dma-contiguous: define proper name for global cma region
- From: John Stultz <jstultz@xxxxxxxxxx>
- Re: [PATCH v2 1/4] mm/hugetlb: fix the inconsistency of /proc/sys/vm/nr_huge_pages
- From: Mike Kravetz <mike.kravetz@xxxxxxxxxx>
- [PATCH v10 4/4] RISC-V: mm: Document mmap changes
- From: Charlie Jenkins <charlie@xxxxxxxxxxxx>
- [PATCH v10 3/4] RISC-V: mm: Update pgtable comment documentation
- From: Charlie Jenkins <charlie@xxxxxxxxxxxx>
- [PATCH v10 2/4] RISC-V: mm: Add tests for RISC-V mm
- From: Charlie Jenkins <charlie@xxxxxxxxxxxx>
- [PATCH v10 1/4] RISC-V: mm: Restrict address space for sv39,sv48,sv57
- From: Charlie Jenkins <charlie@xxxxxxxxxxxx>
- [PATCH v10 0/4] RISC-V: mm: Make SV48 the default address space
- From: Charlie Jenkins <charlie@xxxxxxxxxxxx>
- Re: [PATCH v9 0/4] RISC-V: mm: Make SV48 the default address space
- From: Conor Dooley <conor@xxxxxxxxxx>
- Re: [PATCH 1/4] mm: migrate: use a folio in add_page_for_migration()
- From: Mike Kravetz <mike.kravetz@xxxxxxxxxx>
- Re: [PATCH v9 0/4] RISC-V: mm: Make SV48 the default address space
- From: Charlie Jenkins <charlie@xxxxxxxxxxxx>
- Re: [PATCH v7 05/13] fat: make fat_update_time get its own timestamp
- From: OGAWA Hirofumi <hirofumi@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 05/14] futex: Add sys_futex_wake()
- From: André Almeida <andrealmeid@xxxxxxxxxx>
- Re: [PATCH -fixes] mm: Add a call to flush_cache_vmap() in vmap_pfn()
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v7 05/13] fat: make fat_update_time get its own timestamp
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH mm-unstable v1] mm: add a total mapcount for large folios
- From: Peter Xu <peterx@xxxxxxxxxx>
- Re: [PATCH v7 9/9] swiotlb: search the software IO TLB only if the device makes use of it
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH v2 3/3] fork: lock VMAs of the parent process when forking
- From: Mateusz Guzik <mjguzik@xxxxxxxxx>
- Re: [PATCH 1/4] mm: migrate: use a folio in add_page_for_migration()
- From: Mike Kravetz <mike.kravetz@xxxxxxxxxx>
- Re: [PATCH v7 05/13] fat: make fat_update_time get its own timestamp
- From: OGAWA Hirofumi <hirofumi@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH v5 04/10] ARM: syscall: always store thread_info->abi_syscall
- From: "Arnd Bergmann" <arnd@xxxxxxxx>
- Re: [PATCH v2 1/3] mm: add functions folio_in_range() and folio_within_vma()
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [PATCH mm-unstable v1] mm: add a total mapcount for large folios
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH mm-unstable v1] mm: add a total mapcount for large folios
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH mm-unstable v1] mm: add a total mapcount for large folios
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH mm-unstable v1] mm: add a total mapcount for large folios
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [PATCH v7 08/13] fs: drop the timespec64 argument from update_time
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH v7 05/13] fat: make fat_update_time get its own timestamp
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH -fixes] mm: Add a call to flush_cache_vmap() in vmap_pfn()
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] mm/filemap.c:fix update prev_pos after one read request done
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v7 08/13] fs: drop the timespec64 argument from update_time
- From: Mike Marshall <hubcap@xxxxxxxxxxxx>
- Re: [PATCH] mm: memcg: provide accurate stats for userspace reads
- From: Yosry Ahmed <yosryahmed@xxxxxxxxxx>
- Re: [linux-next:master 8173/8441] warning: unsafe strcpy() usage lacked '__write_overflow' warning in lib/test_fortify/write_overflow-strcpy.c
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- Re: [PATCH v7 0/6] Per-VMA lock support for swap and userfaults
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [PATCH v7 05/13] fat: make fat_update_time get its own timestamp
- From: OGAWA Hirofumi <hirofumi@xxxxxxxxxxxxxxxxxx>
- [linux-next:master] BUILD REGRESSION 21ef7b1e17d039053edaeaf41142423810572741
- From: kernel test robot <lkp@xxxxxxxxx>
- [linux-next:master 8173/8441] warning: unsafe strcpy() usage lacked '__write_overflow' warning in lib/test_fortify/write_overflow-strcpy.c
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [dm-devel] Processes hung in "D" state in ext4, mm, md and dmcrypt (lockdep output)
- From: Ben Greear <greearb@xxxxxxxxxxxxxxx>
- Re: [PATCH v7 0/6] Per-VMA lock support for swap and userfaults
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [PATCH v7 0/6] Per-VMA lock support for swap and userfaults
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v7 05/13] fat: make fat_update_time get its own timestamp
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH v7 05/13] fat: make fat_update_time get its own timestamp
- From: OGAWA Hirofumi <hirofumi@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH v7 0/6] Per-VMA lock support for swap and userfaults
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [PATCH] Multi-gen LRU: skip CMA pages when they are not eligible
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- [linux-next:master 2424/8441] arch/alpha/include/asm/xchg.h:234:32: sparse: sparse: cast truncates bits from constant value (eb9f becomes 9f)
- From: kernel test robot <lkp@xxxxxxxxx>
- [PATCH -fixes] mm: Add a call to flush_cache_vmap() in vmap_pfn()
- From: Alexandre Ghiti <alexghiti@xxxxxxxxxxxx>
- Re: [PATCH] mm/filemap.c:fix update prev_pos after one read request done
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v7 05/13] fat: make fat_update_time get its own timestamp
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH v4 2/5] mm: LARGE_ANON_FOLIO for improved performance
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [linux-next:master 8173/8441] include/linux/list.h:53:13: warning: '__preserve_most__' calling convention is not supported for this target
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [linux-next:master 8173/8441] include/linux/list.h:53:13: warning: '__preserve_most__' calling convention is not supported for this target
- From: Marco Elver <elver@xxxxxxxxxx>
- Re: [PATCH v7 07/13] xfs: have xfs_vn_update_time gets its own timestamp
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- Re: [PATCH] Multi-gen LRU: skip CMA pages when they are not eligible
- From: Kalesh Singh <kaleshsingh@xxxxxxxxxx>
[Index of Archives]
[Linux Kernel Development]
[Linux ARM Kernel]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Fedora ARM]