Linux Kernel Memory Management
[Prev Page][Next Page]
- Re: [PATCH v2 5/12] percpu: Add {raw,this}_cpu_try_cmpxchg(), (continued)
- [PATCH 06/12] percpu: Wire up cmpxchg128, Peter Zijlstra
- [PATCH 10/12] slub: Replace cmpxchg_double(), Peter Zijlstra
- [PATCH 11/12] arch: Remove cmpxchg_double, Peter Zijlstra
- [PATCH 04/12] instrumentation: Wire up cmpxchg128(), Peter Zijlstra
- [PATCH 03/12] arch: Introduce arch_{,try_}_cmpxchg128{,_local}(), Peter Zijlstra
- [PATCH 02/12] types: Introduce [us]128, Peter Zijlstra
- [PATCH 08/12] x86,amd_iommu: Replace cmpxchg_double(), Peter Zijlstra
- [PATCH 09/12] x86,intel_iommu: Replace cmpxchg_double(), Peter Zijlstra
- Re: [PATCH 00/12] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double(), Mark Rutland
- [PATCH net-next v2 0/6] splice, net: Handle MSG_SPLICE_PAGES in AF_TLS,
David Howells
- [PATCH v7 00/20] bio: check return values of bio_add_page,
Johannes Thumshirn
- [PATCH v7 01/20] swap: use __bio_add_page to add page to bio, Johannes Thumshirn
- [PATCH v7 02/20] drbd: use __bio_add_page to add page to bio, Johannes Thumshirn
- [PATCH v7 03/20] dm: dm-zoned: use __bio_add_page for adding single metadata page, Johannes Thumshirn
- [PATCH v7 04/20] fs: buffer: use __bio_add_page to add single page to bio, Johannes Thumshirn
- [PATCH v7 05/20] md: use __bio_add_page to add single page, Johannes Thumshirn
- [PATCH v7 06/20] md: raid5-log: use __bio_add_page to add single page, Johannes Thumshirn
- [PATCH v7 07/20] md: raid5: use __bio_add_page to add single page to new bio, Johannes Thumshirn
- [PATCH v7 08/20] jfs: logmgr: use __bio_add_page to add single page to bio, Johannes Thumshirn
- [PATCH v7 09/20] gfs2: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v7 10/20] zonefs: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v7 11/20] zram: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v7 12/20] floppy: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v7 13/20] md: check for failure when adding pages in alloc_behind_master_bio, Johannes Thumshirn
- [PATCH v7 14/20] md: raid1: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v7 15/20] md: raid1: check if adding pages to resync bio fails, Johannes Thumshirn
- [PATCH v7 16/20] dm-crypt: use __bio_add_page to add single page to clone bio, Johannes Thumshirn
- [PATCH v7 17/20] block: mark bio_add_page as __must_check, Johannes Thumshirn
- [PATCH v7 18/20] block: add bio_add_folio_nofail, Johannes Thumshirn
- [PATCH v7 19/20] fs: iomap: use bio_add_folio_nofail where possible, Johannes Thumshirn
- [PATCH v7 20/20] block: mark bio_add_folio as __must_check, Johannes Thumshirn
- Re: [PATCH v7 00/20] bio: check return values of bio_add_page, Jens Axboe
- [PATCH] mm: madvise: fix uneven accounting of psi,
Charan Teja Kalla
- [PATCH net-next v2 0/2] splice, net: Handle MSG_SPLICE_PAGES in AF_KCM,
David Howells
- [PATCH net-next v2 0/2] splice, net: Handle MSG_SPLICE_PAGES in Chelsio-TLS,
David Howells
- [PATCH 0/8] make unregistration of super_block shrinker more faster,
Qi Zheng
- [PATCH 1/8] mm: vmscan: move shrinker_debugfs_remove() before synchronize_srcu(), Qi Zheng
- [PATCH 2/8] mm: vmscan: split unregister_shrinker(), Qi Zheng
- [PATCH 3/8] fs: move list_lru_destroy() to destroy_super_work(), Qi Zheng
- [PATCH 4/8] fs: shrink only (SB_ACTIVE|SB_BORN) superblocks in super_cache_scan(), Qi Zheng
- [PATCH 5/8] fs: introduce struct super_operations::destroy_super() callback, Qi Zheng
- [PATCH 6/8] xfs: introduce xfs_fs_destroy_super(), Qi Zheng
- [PATCH 7/8] shmem: implement shmem_destroy_super(), Qi Zheng
- [PATCH 8/8] fs: use unregister_shrinker_delayed_{initiate, finalize} for super_block shrinker, Qi Zheng
- Re: [PATCH 0/8] make unregistration of super_block shrinker more faster, Andrew Morton
- [PATCH v2] riscv: mm: Pre-allocate PGD entries for vmalloc/modules area,
Björn Töpel
- [linux-next:master 6093/6126] include/linux/usb/typec_mux.h:77:1: error: expected identifier or '(' before '{' token,
kernel test robot
- Question about oom-killer, Gou Hao
- cleanup the filemap / direct I/O interaction v3 (full series now),
Christoph Hellwig
- [PATCH 01/12] backing_dev: remove current->backing_dev_info, Christoph Hellwig
- [PATCH 02/12] iomap: update ki_pos a little later in iomap_dio_complete, Christoph Hellwig
- [PATCH 03/12] filemap: update ki_pos in generic_perform_write, Christoph Hellwig
- [PATCH 04/12] filemap: add a kiocb_write_and_wait helper, Christoph Hellwig
- [PATCH 05/12] filemap: add a kiocb_invalidate_pages helper, Christoph Hellwig
- [PATCH 06/12] filemap: add a kiocb_invalidate_post_direct_write helper, Christoph Hellwig
- [PATCH 07/12] iomap: update ki_pos in iomap_file_buffered_write, Christoph Hellwig
- [PATCH 08/12] iomap: use kiocb_write_and_wait and kiocb_invalidate_pages, Christoph Hellwig
- [PATCH 09/12] fs: factor out a direct_write_fallback helper, Christoph Hellwig
- [PATCH 10/12] fuse: update ki_pos in fuse_perform_write, Christoph Hellwig
- [PATCH 11/12] fuse: drop redundant arguments to fuse_perform_write, Christoph Hellwig
- [PATCH 12/12] fuse: use direct_write_fallback, Christoph Hellwig
- cleanup the filemap / direct I/O interaction v3,
Christoph Hellwig
- [syzbot] [mm?] KASAN: slab-use-after-free Read in mas_prev_nentry, syzbot
- [PATCH v2] mm/migrate_device: Try to handle swapcache pages,
mpenttil
- [RFC PATCH V3 0/1] sched/numa: Fix disjoint set vma scan regression,
Raghavendra K T
- [PATCHv5] mm: skip CMA pages when they are not available,
zhaoyang.huang
- [PATCH] mm: zswap: multiple zpool support,
Yosry Ahmed
- [PATCH] mm: zswap: support exclusive loads,
Yosry Ahmed
- [linux-next:master] BUILD REGRESSION 8c33787278ca8db73ad7d23f932c8c39b9f6e543,
kernel test robot
- [PATCH] zswap: do not shrink when memory.zswap.max is 0,
Nhat Pham
- [PATCH v6 00/20] bio: check return values of bio_add_page,
Johannes Thumshirn
- [PATCH v6 01/20] swap: use __bio_add_page to add page to bio, Johannes Thumshirn
- [PATCH v6 02/20] drbd: use __bio_add_page to add page to bio, Johannes Thumshirn
- [PATCH v6 03/20] dm: dm-zoned: use __bio_add_page for adding single metadata page, Johannes Thumshirn
- [PATCH v6 04/20] fs: buffer: use __bio_add_page to add single page to bio, Johannes Thumshirn
- [PATCH v6 05/20] md: use __bio_add_page to add single page, Johannes Thumshirn
- [PATCH v6 06/20] md: raid5-log: use __bio_add_page to add single page, Johannes Thumshirn
- [PATCH v6 07/20] md: raid5: use __bio_add_page to add single page to new bio, Johannes Thumshirn
- [PATCH v6 08/20] jfs: logmgr: use __bio_add_page to add single page to bio, Johannes Thumshirn
- [PATCH v6 09/20] gfs2: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v6 10/20] zonefs: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v6 11/20] zram: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v6 12/20] floppy: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v6 13/20] md: check for failure when adding pages in alloc_behind_master_bio, Johannes Thumshirn
- [PATCH v6 14/20] md: raid1: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v6 15/20] md: raid1: check if adding pages to resync bio fails, Johannes Thumshirn
- [PATCH v6 16/20] dm-crypt: check if adding pages to clone bio fails, Johannes Thumshirn
- [PATCH v6 17/20] block: mark bio_add_page as __must_check, Johannes Thumshirn
- [PATCH v6 18/20] block: add __bio_add_folio, Johannes Thumshirn
- [PATCH v6 19/20] fs: iomap: use __bio_add_folio where possible, Johannes Thumshirn
- [PATCH v6 20/20] block: mark bio_add_folio as __must_check, Johannes Thumshirn
- Re: [PATCH v6 00/20] bio: check return values of bio_add_page, Johannes Thumshirn
- [PATCH 0/4] vmstat bug fixes for nohz_full CPUs,
Marcelo Tosatti
- [PATCH net-next v2 00/10] crypto, splice, net: Make AF_ALG handle sendmsg(MSG_SPLICE_PAGES),
David Howells
- [PATCH net-next v2 01/10] Drop the netfs_ prefix from netfs_extract_iter_to_sg(), David Howells
- [PATCH net-next v2 02/10] Fix a couple of spelling mistakes, David Howells
- [PATCH net-next v2 04/10] Move netfs_extract_iter_to_sg() to lib/scatterlist.c, David Howells
- [PATCH net-next v2 03/10] Wrap lines at 80, David Howells
- [PATCH net-next v2 06/10] crypto: af_alg: Use extract_iter_to_sg() to create scatterlists, David Howells
- [PATCH net-next v2 07/10] crypto: af_alg: Indent the loop in af_alg_sendmsg(), David Howells
- [PATCH net-next v2 05/10] crypto: af_alg: Pin pages rather than ref'ing if appropriate, David Howells
- [PATCH net-next v2 08/10] crypto: af_alg: Support MSG_SPLICE_PAGES, David Howells
- [PATCH net-next v2 09/10] crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGES, David Howells
- [PATCH net-next v2 10/10] crypto: af_alg/hash: Support MSG_SPLICE_PAGES, David Howells
- [linux-next:pending-fixes] BUILD SUCCESS 2cdae916010ff94b67ef5aadef4e67b04525dbd5, kernel test robot
- [PATCH v4 0/4] sock: Improve condition on sockmem pressure,
Abel Wu
- [PATCH v2] string: use __builtin_memcpy() in strlcpy/strlcat,
Alexander Potapenko
- [linux-next:master 3890/5779] m68k-linux-ld: section .rodata VMA [00001000,00154967] overlaps section .text VMA [00000400,006e714f],
kernel test robot
- Re: [PATCH 08/16] btrfs: stop setting PageError in the data I/O path,
Christoph Hellwig
- Re: [PATCH v2 3/4] sock: Consider memcg pressure when raising sockmem,
Shakeel Butt
- Splitting dirty fs folios,
Matthew Wilcox
- [PATCH] riscv: mm: Pre-allocate PGD entries vmalloc/modules area,
Björn Töpel
- [PATCH -next] mm: page_alloc: simplify has_managed_dma(),
Kefeng Wang
- [RFC PATCH stable 5.10/5.15] mm: Pass head page to clear_page_mlock for page_remove_rmap,
Wupeng Ma
- [PATCH] memblock: Update nid info in memblock debugfs,
Yuwei Guan
- [PATCH -V3 0/5] swap: cleanup get/put_swap_device() usage,
Huang Ying
- [PATCH 00/12] mm: free retracted page table by RCU,
Hugh Dickins
- [PATCH 01/12] mm/pgtable: add rcu_read_lock() and rcu_read_unlock()s, Hugh Dickins
- [PATCH 02/12] mm/pgtable: add PAE safety to __pte_offset_map(), Hugh Dickins
- [PATCH 03/12] arm: adjust_pte() use pte_offset_map_nolock(), Hugh Dickins
- [PATCH 04/12] powerpc: assert_pte_locked() use pte_offset_map_nolock(), Hugh Dickins
- [PATCH 05/12] powerpc: add pte_free_defer() for pgtables sharing page, Hugh Dickins
- [PATCH 06/12] sparc: add pte_free_defer() for pgtables sharing page, Hugh Dickins
- [PATCH 07/12] s390: add pte_free_defer(), with use of mmdrop_async(), Hugh Dickins
- [PATCH 08/12] mm/pgtable: add pte_free_defer() for pgtable as page, Hugh Dickins
- [PATCH 09/12] mm/khugepaged: retract_page_tables() without mmap or vma lock, Hugh Dickins
- [PATCH 10/12] mm/khugepaged: collapse_pte_mapped_thp() with mmap_read_lock(), Hugh Dickins
- [PATCH 11/12] mm/khugepaged: delete khugepaged_collapse_pte_mapped_thps(), Hugh Dickins
- [PATCH 12/12] mm: delete mmap_write_trylock() and vma_try_start_write(), Hugh Dickins
- Re: [PATCH 00/12] mm: free retracted page table by RCU, Jann Horn
- [PATCH 1/2] binfmt: Use struct_size(),
Christophe JAILLET
- [linux-next:master 4813/4815] vmlinux.o: warning: objtool: synchronize_rcu_expedited_wait+0x9cc: preempt_schedule_thunk() is missing a __noreturn annotation, kernel test robot
- [PATCH] mm/mm_init.c: remove free_area_init_memoryless_node(),
Haifeng Xu
- [linux-next:master 2111/4815] sound/pci/emu10k1/emufx.c:1124: undefined reference to `__divdi3', kernel test robot
- Re: [PATCH 5/6] kexec: add helper __crash_shrink_memory(),
kernel test robot
- Re: [syzbot] [ntfs3?] possible deadlock in scheduler_tick (2), syzbot
- [PATCH] Do not print page type when the page has no type,
Matthew Wilcox
- [PATCH v2] mm/damon/core: fix divide error in damon_nr_accesses_to_accesses_bp(), Kefeng Wang
- [PATCH] memcg: remove unused mem_cgroup_from_obj(),
Miaohe Lin
- [PATCH] mm/damon/core: fix divide error in damon_nr_accesses_to_accesses_bp(),
Kefeng Wang
- [PATCH] mm: page_alloc: remove unneeded header files,
Miaohe Lin
- [PATCH mm-unstable v2 00/10] mm/kvm: locklessly clear the accessed bit,
Yu Zhao
- [PATCH mm-unstable v2 01/10] mm/kvm: add mmu_notifier_ops->test_clear_young(), Yu Zhao
- [PATCH mm-unstable v2 02/10] mm/kvm: use mmu_notifier_ops->test_clear_young(), Yu Zhao
- [PATCH mm-unstable v2 03/10] kvm/arm64: export stage2_try_set_pte() and macros, Yu Zhao
- [PATCH mm-unstable v2 05/10] kvm/arm64: add kvm_arch_test_clear_young(), Yu Zhao
- [PATCH mm-unstable v2 06/10] kvm/powerpc: make radix page tables RCU safe, Yu Zhao
- [PATCH mm-unstable v2 07/10] kvm/powerpc: add kvm_arch_test_clear_young(), Yu Zhao
- [PATCH mm-unstable v2 08/10] kvm/x86: move tdp_mmu_enabled and shadow_accessed_mask, Yu Zhao
- [PATCH mm-unstable v2 09/10] kvm/x86: add kvm_arch_test_clear_young(), Yu Zhao
- [PATCH mm-unstable v2 10/10] mm: multi-gen LRU: use mmu_notifier_test_clear_young(), Yu Zhao
- [PATCH mm-unstable v2 04/10] kvm/arm64: make stage2 page tables RCU safe, Yu Zhao
- kvm/arm64: Spark benchmark, Yu Zhao
- kvm/powerpc: memcached benchmark, Yu Zhao
- kvm/x86: multichase benchmark, Yu Zhao
- Re: [PATCH mm-unstable v2 00/10] mm/kvm: locklessly clear the accessed bit, Paolo Bonzini
- mm/kasan/kasan_test.c:36:6: sparse: sparse: symbol 'kasan_ptr_result' was not declared. Should it be static?,
kernel test robot
- [PATCH v4 0/3] block: Make old dio use iov_iter_extract_pages() and page pinning,
David Howells
- [PATCH] tmpfs.5: extend with new noswap documentation,
Luis Chamberlain
- Re: [RFC PATCH stable 5.4 0/8] bpf: Fix bpf_probe_read/bpf_probe_read_str helpers,
Greg KH
- [PATCH v3] mm: zswap: shrink until can accept,
Domenico Cerasuolo
- [PATCH v2] mm: zswap: shrink until can accept,
Domenico Cerasuolo
- [PATCH net-next 0/8] crypto, splice, net: Make AF_ALG handle sendmsg(MSG_SPLICE_PAGES),
David Howells
- [syzbot] [damon?] divide error in damon_set_attrs,
syzbot
- [PATCH -next v2] memblock: unify memblock dump and debugfs show,
Kefeng Wang
- [PATCH v3 0/3] block: Make old dio use iov_iter_extract_pages() and page pinning,
David Howells
- [PATCH v2 2/2] mm/mm_init.c: do not calculate zone_start_pfn/zone_end_pfn in zone_absent_pages_in_node(),
Haifeng Xu
- [PATCH v2 1/2] mm/mm_init.c: introduce reset_memoryless_node_totalpages(),
Haifeng Xu
- [RFC v2 0/8] add support for blocksize > PAGE_SIZE,
Luis Chamberlain
- [RFC v2 6/8] shmem: consider block size in shmem_default_max_inodes(), Luis Chamberlain
- [RFC v2 1/8] page_flags: add is_folio_hwpoison(), Luis Chamberlain
- [RFC v2 5/8] shmem: account for larger blocks sizes for shmem_default_max_blocks(), Luis Chamberlain
- [RFC v2 3/8] shmem: account for high order folios, Luis Chamberlain
- [RFC v2 7/8] shmem: add high order page support, Luis Chamberlain
- [RFC v2 4/8] shmem: add helpers to get block size, Luis Chamberlain
- Re: [RFC v2 0/8] add support for blocksize > PAGE_SIZE, Christoph Hellwig
- [RFC v2 8/8] shmem: add support to customize block size order, Luis Chamberlain
- Re: [RFC v2 0/8] add support for blocksize > PAGE_SIZE, Luis Chamberlain
- [RFC v2 2/8] shmem: convert to use is_folio_hwpoison(), Luis Chamberlain
- Re: [RFC v2 0/8] add support for blocksize > PAGE_SIZE, Matthew Wilcox
- [PATCH v2 0/5] block: simplify with PAGE_SECTORS_SHIFT,
Luis Chamberlain
- [PATCH v2] x86/mce: set MCE_IN_KERNEL_COPYIN for all MC-Safe Copy,
Kefeng Wang
- [PATCH] mm/gup_test:fix ioctl fail for compat task,
Haibo Li
- Re: [PATCH v2 2/3] compiler: inline does not imply notrace,
Steven Rostedt
- [linux-next:pending-fixes] BUILD SUCCESS ff661430bdd5c5c124a2948a101326d3b07ee6e1, kernel test robot
- [RFC PATCH v2 0/3] block: Make old dio use iov_iter_extract_pages() and page pinning,
David Howells
[Index of Archives]
[Linux Kernel Development]
[Linux ARM Kernel]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Fedora ARM]