index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-16
mm: huge_memory: use folio_can_map_prot_numa() for pmd folio
Kefeng Wang
1
-14
/
+3
2025-11-16
mm: mprotect: convert to folio_can_map_prot_numa()
Kefeng Wang
3
-62
/
+86
2025-11-16
mm: mprotect: avoid unnecessary struct page accessing if pte_protnone()
Kefeng Wang
1
-16
/
+13
2025-11-16
mm: mprotect: always skip dma pinned folio in prot_numa_skip()
Kefeng Wang
1
-3
/
+6
2025-11-16
drivers/base/node: fold unregister_node() into unregister_one_node()
Donet Tom
1
-2
/
+2
2025-11-16
drivers/base/node: fold register_node() into register_one_node()
Donet Tom
2
-3
/
+3
2025-11-16
mm: remove the BOUNCE config option
Huacai Chen
1
-9
/
+0
2025-11-16
vmalloc: update __vmalloc_node_noprof() documentation
Uladzislau Rezki (Sony)
1
-5
/
+2
2025-11-16
mm: vmalloc: WARN_ON if mapping size is not PAGE_SIZE aligned
Yadong Qi
1
-11
/
+18
2025-11-16
mm/page_owner: simplify zone iteration logic in init_early_allocated_pages()
Song Hu
1
-18
/
+5
2025-11-16
mm/page_owner: rename proc-prefixed variables for clarity
Song Hu
1
-10
/
+8
2025-11-16
kasan: cleanup of kasan_enabled() checks
Sabyrzhan Tasbolatov
3
-22
/
+4
2025-11-16
kasan: remove __kasan_save_free_info wrapper
Sabyrzhan Tasbolatov
3
-8
/
+3
2025-11-16
mm/userfaultfd: don't lock anon_vma when performing UFFDIO_MOVE
Lokesh Gidra
2
-72
/
+12
2025-11-16
mm: always call rmap_walk() on locked folios
Lokesh Gidra
4
-48
/
+21
2025-11-16
mm/hugetlb: allow overcommitting gigantic hugepages
Usama Arif
1
-3
/
+3
2025-11-16
mm/hugetlb: create hstate_is_gigantic_no_runtime helper
Usama Arif
1
-5
/
+16
2025-11-16
mm/page_alloc: prevent reporting pcp->batch = 0
Joshua Hahn
1
-3
/
+3
2025-11-16
mm/page_alloc: clarify batch tuning in zone_batchsize
Joshua Hahn
1
-4
/
+3
2025-11-16
mm/page_owner: add debugfs file 'show_stacks_handles'
Mauricio Faria de Oliveira
1
-2
/
+8
2025-11-16
mm/page_owner: add debugfs file 'show_handles'
Mauricio Faria de Oliveira
1
-0
/
+7
2025-11-16
mm/page_owner: add struct stack_print_ctx.flags
Mauricio Faria de Oliveira
1
-6
/
+23
2025-11-16
mm/page_owner: introduce struct stack_print_ctx
Mauricio Faria de Oliveira
1
-4
/
+13
2025-11-16
mm/dirty: replace READ_ONCE() with pudp_get()
Anshuman Khandual
1
-1
/
+1
2025-11-16
mm: consistently use current->mm in mm_get_unmapped_area()
Ryan Roberts
3
-17
/
+12
2025-11-16
mm/zswap: s/red-black tree/xarray/
SeongJae Park
1
-1
/
+1
2025-11-16
mm/zswap: fix typos: s/zwap/zswap/
SeongJae Park
2
-3
/
+3
2025-11-16
mm/zswap: remove unnecessary dlen writes for incompressible pages
SeongJae Park
1
-1
/
+0
2025-11-16
mm/vmscan: remove redundant __GFP_NOWARN
Fushuai Wang
1
-1
/
+1
2025-11-16
mm: readahead: make thp readahead conditional to mmap_miss logic
Roman Gushchin
1
-30
/
+38
2025-11-16
mm: replace READ_ONCE() with standard page table accessors
Anshuman Khandual
6
-11
/
+11
2025-11-16
mm/ksm: fix exec/fork inheritance support for prctl
xu xin
1
-3
/
+17
2025-11-16
mm: kvmalloc: add non-blocking support for vmalloc
Uladzislau Rezki (Sony)
1
-6
/
+13
2025-11-16
mm/vmalloc: update __vmalloc_node_range() documentation
Uladzislau Rezki (Sony)
1
-10
/
+11
2025-11-16
kmsan: remove hard-coded GFP_KERNEL flags
Uladzislau Rezki (Sony)
4
-15
/
+23
2025-11-16
mm/kasan: support non-blocking GFP in kasan_populate_vmalloc()
Uladzislau Rezki (Sony)
1
-10
/
+2
2025-11-16
mm/vmalloc: handle non-blocking GFP in __vmalloc_area_node()
Uladzislau Rezki (Sony)
1
-10
/
+42
2025-11-16
mm/vmalloc: defer freeing partly initialized vm_struct
Uladzislau Rezki (Sony)
1
-3
/
+31
2025-11-16
mm/vmalloc: support non-blocking GFP flags in alloc_vmap_area()
Uladzislau Rezki (Sony)
1
-4
/
+16
2025-11-16
mm/ptdump: replace READ_ONCE() with standard page table accessors
Anshuman Khandual
1
-5
/
+5
2025-11-16
mm: fix some typos in mm module
jianyun.gao
14
-20
/
+20
2025-11-16
Merge tag 'mm-hotfixes-stable-2025-11-16-10-40' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
3
-2
/
+24
2025-11-16
convert ramfs and tmpfs
Al Viro
1
-30
/
+8
2025-11-15
mm, swap: fix potential UAF issue for VMA readahead
Kairui Song
1
-0
/
+13
2025-11-15
mm/huge_memory: fix folio split check for anon folios in swapcache
Zi Yan
1
-2
/
+4
2025-11-15
mm: fix MAX_FOLIO_ORDER on powerpc configs with hugetlb
David Hildenbrand (Red Hat)
1
-0
/
+7
2025-11-14
mm/mempool: fix poisoning order>0 pages with HIGHMEM
Vlastimil Babka
1
-6
/
+26
2025-11-13
Merge tag 'slab-for-6.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab
Linus Torvalds
1
-2
/
+6
2025-11-13
slab: Remove references to folios from virt_to_slab()
Matthew Wilcox (Oracle)
1
-19
/
+1
2025-11-13
kasan: Remove references to folio in __kasan_mempool_poison_object()
Matthew Wilcox (Oracle)
1
-8
/
+4
[prev]
[next]