Linux Kernel Memory Management
[Prev Page][Next Page]
- Re: [PATCH v3 2/3] selftests: cgroup: refactor proactive reclaim code to reclaim_until(), (continued)
- Re: [PATCH v9 1/8] mm: Introduce memfd_restricted system call to create restricted user memory,
Vishal Annapurve
- [PATCH] binfmt: Fix error return code in load_elf_fdpic_binary(),
Wang Yufen
- Re: [PATCH v4 3/3] mm: slub: test: Use the kunit_get_current_test() function, Kees Cook
- Re: [PATCH v4 2/3] kunit: Use the static key when retrieving the current test,
Kees Cook
- Re: [PATCH v4 1/3] kunit: Provide a static key to check if KUnit is actively running tests,
Kees Cook
- [PATCH v1] mm: disable top-tier fallback to reclaim on proactive reclaim,
Mina Almasry
- Re: [PATCH] mm: migrate: Fix THP's mapcount on isolation, Alistair Popple
- [PATCH mm-unstable v1 0/8] mm: multi-gen LRU: memcg LRU,
Yu Zhao
- [linux-next:master 7203/12258] drivers/regulator/tps65219-regulator.c:310:32: warning: parameter 'dev' set but not used, kernel test robot
- Re: [PATCH] mm/huge_memory: add TRANSPARENT_HUGEPAGE_NEVER for THP,
Matthew Wilcox
- Re: [PATCH 26/43] mmap: Convert __vma_adjust() to use vma iterator,
kernel test robot
- [RFC] Improving userfaultfd scalability for live migration,
James Houghton
- Re: [mm] f35b5d7d67: will-it-scale.per_process_ops -95.5% regression,
Thorsten Leemhuis
- [linux-next:master] BUILD REGRESSION 2934ceb4e967b9233d0f97732e47175574a11406, kernel test robot
- [akpm-mm:mm-unstable 99/336] pmem.c:undefined reference to `dax_holder_notify_failure', kernel test robot
- Re: [PATCH 0/6] slab: Provide full coverage for __alloc_size attribute, Kees Cook
- [linux-next:master 11339/12258] arch/loongarch/kernel/ftrace_dyn.c:47:36: error: invalid use of undefined type 'struct module', kernel test robot
- [PATCH] selftests/damon: test removed scheme sysfs dir access bug, SeongJae Park
- kernel BUG at include/linux/swapops.h:497!,
David Hildenbrand
- Re: [PATCH v2] mm: Make ksize() a reporting-only function, Kees Cook
- [PATCH 0/1] riscv: Fix P4D_SHIFT definition for 3-level page table mode,
Alexandre Ghiti
- [PATCH 1/1] mm/page_alloc: update comments in __free_pages_ok(),
wonder_rock
- [linux-next:pending-fixes] BUILD SUCCESS aa32fdf387da4eedb283210f6f01824ac8bec6eb, kernel test robot
- Re: [RFC PATCH v1 0/4] Introduce merge identical pages mechanism,
Dmitry Rokosov
- Re: [PATCHv7 08/14] x86/mm: Reserve unaccepted memory bitmap,
Mike Rapoport
- Re: [PATCH RFC 3/3] mm/vmalloc.c: allow vread() to read out vm_map_ram areas, Baoquan He
- [linux-next:master 10859/12006] drivers/irqchip/irq-loongarch-cpu.c:96:12: warning: no previous prototype for 'loongarch_cpu_irq_of_init', kernel test robot
- Re: [QUESTION] memcg page_counter seems broken in MADV_DONTNEED with THP enabled, Yongqiang Liu
- [PATCH v8 0/2] Memory poison recovery in khugepaged collapsing,
Jiaqi Yan
- Re: [PATCH] mm/memremap: Introduce pgmap_request_folio() using pgmap offsets,
Dan Williams
- Re: [Question] Should we reuse target when damon's operation changed?, SeongJae Park
- Re: [PATCH] mm/madvise: fix madvise_pageout for private file mappings,
Andrew Morton
- Re: [PATCH v3 2/2] mm/slub, kunit: Add a test case for kmalloc redzone check,
Vlastimil Babka
- [linux-next:master 11359/12006] arch/loongarch/kernel/ftrace_dyn.c:113:6: warning: no previous prototype for 'prepare_ftrace_return', kernel test robot
- Re: [PATCH v7 10/20] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory, Dave Hansen
- Re: [PATCH v3 1/2] mm/migrate: Fix read-only page got writable when recover pte,
Andrew Morton
- [PATCH 00/24] Split page pools from struct page,
Matthew Wilcox (Oracle)
- [PATCH 22/24] page_pool: Pass a netmem to init_callback(), Matthew Wilcox (Oracle)
- [PATCH 08/24] page_pool: Convert pp_alloc_cache to contain netmem, Matthew Wilcox (Oracle)
- [PATCH 19/24] xdp: Convert to netmem, Matthew Wilcox (Oracle)
- [PATCH 11/24] page_pool: Convert page_pool_empty_ring() to use netmem, Matthew Wilcox (Oracle)
- [PATCH 15/24] page_pool: Remove page_pool_defrag_page(), Matthew Wilcox (Oracle)
- [PATCH 06/24] page_pool: Convert page_pool_return_page() to page_pool_return_netmem(), Matthew Wilcox (Oracle)
- [PATCH 17/24] page_pool: Convert page_pool_return_skb_page() to use netmem, Matthew Wilcox (Oracle)
- [PATCH 13/24] page_pool: Convert page_pool_dma_sync_for_device() to take a netmem, Matthew Wilcox (Oracle)
- [PATCH 14/24] page_pool: Convert page_pool_recycle_in_cache() to netmem, Matthew Wilcox (Oracle)
- [PATCH 12/24] page_pool: Convert page_pool_alloc_pages() to page_pool_alloc_netmem(), Matthew Wilcox (Oracle)
- [PATCH 02/24] netmem: Add utility functions, Matthew Wilcox (Oracle)
- [PATCH 24/24] mvneta: Convert to netmem, Matthew Wilcox (Oracle)
- [PATCH 10/24] page_pool: Convert page_pool_put_defragged_page() to netmem, Matthew Wilcox (Oracle)
- [PATCH 16/24] page_pool: Use netmem in page_pool_drain_frag(), Matthew Wilcox (Oracle)
- [PATCH 21/24] netmem_to_virt, Matthew Wilcox (Oracle)
- [PATCH 23/24] net: Add support for netmem in skb_frag, Matthew Wilcox (Oracle)
- [PATCH 07/24] page_pool: Convert __page_pool_put_page() to __page_pool_put_netmem(), Matthew Wilcox (Oracle)
- [PATCH 18/24] page_pool: Convert frag_page to frag_nmem, Matthew Wilcox (Oracle)
- [PATCH 20/24] mm: Remove page pool members from struct page, Matthew Wilcox (Oracle)
- [PATCH 09/24] page_pool: Convert page_pool_defrag_page() to page_pool_defrag_netmem(), Matthew Wilcox (Oracle)
- [PATCH 05/24] page_pool: Start using netmem in allocation path., Matthew Wilcox (Oracle)
- [PATCH 03/24] page_pool: Add netmem_set_dma_addr() and netmem_get_dma_addr(), Matthew Wilcox (Oracle)
- [PATCH 01/24] netmem: Create new type, Matthew Wilcox (Oracle)
- [PATCH 04/24] page_pool: Convert page_pool_release_page() to page_pool_release_netmem(), Matthew Wilcox (Oracle)
- Re: [PATCH 00/24] Split page pools from struct page, Jesper Dangaard Brouer
- [PATCH 25/26] netpool: Additional utility functions, Matthew Wilcox (Oracle)
- [PATCH 26/26] mlx5: Convert to netmem, Matthew Wilcox (Oracle)
- BUG: Bad page map in process init pte:c0ab684c pmd:01182000 (on a PowerMac G4 DP),
Erhard F.
- Re: [PATCH v2] mm: set the vma flags dirty before testing if it is mergeable, Cyrill Gorcunov
- BUG: non-zero pgtables_bytes on freeing mm: -4096 (on a PowerMac G5), Erhard F.
- Re: [RFC PATCH v2 25/47] hugetlb: add HGM support for copy_hugetlb_page_range,
Peter Xu
- Re: [RFC PATCH v2 06/47] hugetlb: extend vma lock for shared vmas,
Peter Xu
- [RFC PATCH v2 00/11] implement DAMOS filtering for anon pages and,
SeongJae Park
- [RFC PATCH v2 04/11] Docs/admin-guide/damon/reclaim: document 'skip_anon' parameter, SeongJae Park
- [RFC PATCH v2 02/11] mm/damon/paddr: support DAMOS filters, SeongJae Park
- [RFC PATCH v2 05/11] mm/damon/sysfs-schemes: implement filters directory, SeongJae Park
- [RFC PATCH v2 01/11] mm/damon/core: implement damos filter, SeongJae Park
- [RFC PATCH v2 03/11] mm/damon/reclaim: add a parameter called skip_anon for avoiding anonymous pages reclamation, SeongJae Park
- [RFC PATCH v2 07/11] mm/damon/sysfs-schemes: connect filter directory and filters directory, SeongJae Park
- [RFC PATCH v2 06/11] mm/damon/sysfs-schemes: implement filter directory, SeongJae Park
- [RFC PATCH v2 08/11] mm/damon/sysfs-schemes: implement scheme filters, SeongJae Park
- [RFC PATCH v2 11/11] Docs/ABI/damon: document scheme filters files, SeongJae Park
- [RFC PATCH v2 09/11] selftests/damon/sysfs: test filters directory, SeongJae Park
- [RFC PATCH v2 10/11] Docs/admin-guide/mm/damon/usage: document DAMOS filters of sysfs, SeongJae Park
- RE: nvdimm,pmem: makedumpfile: __vtop4_x86_64: Can't get a valid pte.,
Dan Williams
- Re: [PATCH v2 1/2] kasan: allow sampling page_alloc allocations for HW_TAGS, Andrey Konovalov
- Re: [RFC PATCH v2] mm: Add nodes= arg to memory.reclaim,
Mina Almasry
- Re: [RFC PATCH 08/11] mm/damon/sysfs-schemes: implement scheme filters, SeongJae Park
- [linux-next:pending-fixes] BUILD SUCCESS 09f2f0dde2e87e79bc2c060dc1bcdf2a8a376546, kernel test robot
- Re: [RFC PATCH V1] mm: Disable demotion from proactive reclaim,
Yang Shi
- Re: [PATCH v3 13/13] dma: arm64: Add CONFIG_DMA_BOUNCE_UNALIGNED_KMALLOC and enable it for arm64,
Isaac Manjarres
- [PATCH rcu 12/16] percpu-refcount: Use call_rcu_hurry() for atomic switch,
Paul E. McKenney
- Re: [PATCH v7 17/20] x86/virt/tdx: Configure global KeyID on all packages,
Dave Hansen
- Re: [PATCH v2 2/3] selftests: cgroup: refactor proactive reclaim code to reclaim_until(),
Roman Gushchin
- [linux-next:master] [printk] 8bdbdd7f43: BUG:scheduling_while_atomic,
kernel test robot
- [linux-next:master] [printk] 8fc5f5fc7f: WARNING:at_kernel/printk/printk.c:#console_flush_all,
kernel test robot
- [linux-next:master] BUILD REGRESSION 700e0cd3a5ce6a2cb90d9a2aab729b52f092a7d6, kernel test robot
- Re: [PATCH] mm: remove lock_page_memcg() from rmap,
Shakeel Butt
- Re: [PATCH 05/43] mm: Expand vma iterator interface.,
kernel test robot
- Re: [PATCH] mm: memcontrol: protect the memory in cgroup from being oom killed,
Michal Hocko
- Re: [PATCH 00/10] mm/hugetlb: Make huge_pte_offset() thread-safe for pmd unshare, Peter Xu
- Re: [PATCH bpf-next v2 0/5] execmem_alloc for BPF programs,
Song Liu
- Re: [PATCH 09/10] mm/hugetlb: Make page_vma_mapped_walk() safe to pmd unshare,
David Hildenbrand
- Re: [PATCH 08/10] mm/hugetlb: Make walk_hugetlb_range() safe to pmd unshare,
David Hildenbrand
- Re: [PATCH 03/10] mm/hugetlb: Document huge_pte_offset usage,
David Hildenbrand
[Index of Archives]
[Linux Kernel Development]
[Linux ARM Kernel]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Fedora ARM]