Linux Kernel Memory Management
[Prev Page][Next Page]
- Re: [BUG] trigger BUG_ON in mas_store_prealloc when low memory, (continued)
- Re: [LTP] Question about oom02 testcase,
Li Wang
- [PATCH 2/2] mm/mm_init.c: do not calculate memmap and reserved pages for empty zone,
Haifeng Xu
- [PATCH 1/2] mm/mm_init.c: move set_pageblock_order() to free_area_init(),
Haifeng Xu
- [linux-next:master 5938/6538] mm/zswap.c:1183:6: warning: variable 'ret' is used uninitialized whenever 'if' condition is true,
kernel test robot
- [linux-next:master 6070/6538] drivers/net/dsa/qca/qca8k-leds.c:406:18: error: no member named 'hw_control_get_device' in 'struct led_classdev', kernel test robot
- [PATCH 00/14] Reduce preallocations for maple tree,
Liam R. Howlett
- [PATCH 01/14] maple_tree: Add benchmarking for mas_for_each, Liam R. Howlett
- [PATCH 02/14] maple_tree: Add benchmarking for mas_prev(), Liam R. Howlett
- [PATCH 03/14] mm: Move unmap_vmas() declaration to internal header, Liam R. Howlett
- [PATCH 05/14] mm: Remove prev check from do_vmi_align_munmap(), Liam R. Howlett
- [PATCH 04/14] mm: Change do_vmi_align_munmap() side tree index, Liam R. Howlett
- [PATCH 07/14] mm: Remove re-walk from mmap_region(), Liam R. Howlett
- [PATCH 08/14] maple_tree: Re-introduce entry to mas_preallocate() arguments, Liam R. Howlett
- [PATCH 09/14] mm: Use vma_iter_clear_gfp() in nommu, Liam R. Howlett
- [PATCH 10/14] mm: Set up vma iterator for vma_iter_prealloc() calls, Liam R. Howlett
- [PATCH 12/14] maple_tree: Update mas_preallocate() testing, Liam R. Howlett
- [PATCH 13/14] maple_tree: Refine mas_preallocate() node calculations, Liam R. Howlett
- [PATCH 06/14] maple_tree: Introduce __mas_set_range(), Liam R. Howlett
- [PATCH 11/14] maple_tree: Move mas_wr_end_piv() below mas_wr_extend_null(), Liam R. Howlett
- [PATCH 14/14] mm/mmap: Change vma iteration order in do_vmi_align_munmap(), Liam R. Howlett
- Re: [PATCH 00/14] Reduce preallocations for maple tree, Yin, Fengwei
- Fwd: Started to get "memfd_create() without MFD_EXEC nor MFD_NOEXEC_SEAL",
Bagas Sanjaya
- [PATCH] userfaultfd: Fix regression in userfaultfd_unmap_prep(), Liam R. Howlett
- [PATCH v2] mm: zswap: multiple zpools support,
Yosry Ahmed
- [PATCH v4 0/7] Optimize mremap during mutual alignment within PMD,
Joel Fernandes (Google)
- [PATCH v3 00/34] Split ptdesc from struct page,
Vishal Moola (Oracle)
- [PATCH v3 01/34] mm: Add PAGE_TYPE_OP folio functions, Vishal Moola (Oracle)
- [PATCH v3 02/34] s390: Use _pt_s390_gaddr for gmap address tracking, Vishal Moola (Oracle)
- [PATCH v3 03/34] s390: Use pt_frag_refcount for pagetables, Vishal Moola (Oracle)
- [PATCH v3 04/34] pgtable: Create struct ptdesc, Vishal Moola (Oracle)
- [PATCH v3 09/34] mm: Convert pmd_ptlock_init() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v3 08/34] mm: Convert ptlock_ptr() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v3 10/34] mm: Convert ptlock_init() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v3 07/34] mm: Convert ptlock_alloc() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v3 11/34] mm: Convert pmd_ptlock_free() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v3 05/34] mm: add utility functions for ptdesc, Vishal Moola (Oracle)
- [PATCH v3 06/34] mm: Convert pmd_pgtable_page() to pmd_ptdesc(), Vishal Moola (Oracle)
- [PATCH v3 12/34] mm: Convert ptlock_free() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v3 13/34] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}, Vishal Moola (Oracle)
- [PATCH v3 14/34] powerpc: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH v3 15/34] x86: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH v3 16/34] s390: Convert various gmap functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH v3 17/34] s390: Convert various pgalloc functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH v3 18/34] mm: Remove page table members from struct page, Vishal Moola (Oracle)
- [PATCH v3 19/34] pgalloc: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH v3 20/34] arm: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH v3 21/34] arm64: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH v3 22/34] csky: Convert __pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v3 23/34] hexagon: Convert __pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v3 24/34] loongarch: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH v3 25/34] m68k: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH v3 26/34] mips: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH v3 27/34] nios2: Convert __pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v3 28/34] openrisc: Convert __pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v3 29/34] riscv: Convert alloc_{pmd, pte}_late() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v3 30/34] sh: Convert pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v3 31/34] sparc64: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH v3 32/34] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents, Vishal Moola (Oracle)
- [PATCH v3 33/34] um: Convert {pmd, pte}_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v3 34/34] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers, Vishal Moola (Oracle)
- [linux-next:master 6093/6126] include/linux/usb/typec_mux.h:77:1: error: expected identifier or '(', kernel test robot
- [linux-next:master] BUILD REGRESSION d4cee89031c80066ec461bb77b5e13a4f37d5fd2, kernel test robot
- [linux-next:pending-fixes] BUILD SUCCESS 33e2f287e32dc7203efcce4c6e5359b308f119b3, kernel test robot
- [PATCH v6 00/17] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8,
Catalin Marinas
- [PATCH v6 01/17] mm/slab: Decouple ARCH_KMALLOC_MINALIGN from ARCH_DMA_MINALIGN, Catalin Marinas
- [PATCH v6 02/17] dma: Allow dma_get_cache_alignment() to be overridden by the arch code, Catalin Marinas
- [PATCH v6 03/17] mm/slab: Simplify create_kmalloc_cache() args and make it static, Catalin Marinas
- [PATCH v6 04/17] mm/slab: Limit kmalloc() minimum alignment to dma_get_cache_alignment(), Catalin Marinas
- [PATCH v6 05/17] drivers/base: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN, Catalin Marinas
- [PATCH v6 06/17] drivers/gpu: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN, Catalin Marinas
- [PATCH v6 07/17] drivers/usb: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN, Catalin Marinas
- [PATCH v6 08/17] drivers/spi: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN, Catalin Marinas
- [PATCH v6 09/17] dm-crypt: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN, Catalin Marinas
- [PATCH v6 10/17] iio: core: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN, Catalin Marinas
- [PATCH v6 11/17] arm64: Allow kmalloc() caches aligned to the smaller cache_line_size(), Catalin Marinas
- [PATCH v6 12/17] scatterlist: Add dedicated config for DMA flags, Catalin Marinas
- [PATCH v6 13/17] dma-mapping: Name SG DMA flag helpers consistently, Catalin Marinas
- [PATCH v6 14/17] dma-mapping: Force bouncing if the kmalloc() size is not cache-line-aligned, Catalin Marinas
- [PATCH v6 15/17] iommu/dma: Force bouncing if the size is not cacheline-aligned, Catalin Marinas
- [PATCH v6 16/17] mm: slab: Reduce the kmalloc() minimum alignment if DMA bouncing possible, Catalin Marinas
- [PATCH v6 17/17] arm64: Enable ARCH_WANT_KMALLOC_DMA_BOUNCE for arm64, Catalin Marinas
- Re: [PATCH v6 00/17] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8, Isaac Manjarres
[PATCH 00/12] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double(),
Peter Zijlstra
- [PATCH 12/12] s390/cpum_sf: Convert to cmpxchg128(), Peter Zijlstra
- [PATCH 07/12] percpu: #ifndef __SIZEOF_INT128__, Peter Zijlstra
- [PATCH 01/12] cyrpto/b128ops: Remove struct u128, Peter Zijlstra
- [PATCH 05/12] percpu: Add {raw,this}_cpu_try_cmpxchg(), Peter Zijlstra
- [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
[Index of Archives]
[Linux Kernel Development]
[Linux ARM Kernel]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Fedora ARM]