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-05-11
mm: swap: replace cluster_swap_free_nr() with swap_entries_put_[map/cache]()
Kemeng Shi
1
-19
/
+11
2025-05-11
mm: swap: factor out helper to drop cache of entries within a single cluster
Kemeng Shi
1
-10
/
+17
2025-05-11
mm: swap: free each cluster individually in swap_entries_put_map_nr()
Kemeng Shi
1
-38
/
+32
2025-05-11
mm: swap: drop last SWAP_MAP_SHMEM flag in batch in swap_entries_put_nr()
Kemeng Shi
1
-2
/
+5
2025-05-11
mm: swap: use swap_entries_free() drop last ref count in swap_entries_put_nr()
Kemeng Shi
1
-2
/
+3
2025-05-11
mm: swap: use swap_entries_free() to free swap entry in swap_entry_put_locked()
Kemeng Shi
1
-11
/
+9
2025-05-11
mm: swap: enable swap_entry_range_free() to drop any kind of last ref
Kemeng Shi
1
-14
/
+24
2025-05-11
mm: swap: rename __swap_[entry/entries]_free[_locked] to swap_[entry/entries]_put[_locked]
Kemeng Shi
1
-14
/
+14
2025-05-11
memcg: manually inline replace_stock_objcg
Shakeel Butt
1
-12
/
+6
2025-05-11
memcg: combine slab obj stock charging and accounting
Vlastimil Babka
1
-31
/
+46
2025-05-11
memcg: use __mod_memcg_state in drain_obj_stock
Shakeel Butt
1
-1
/
+3
2025-05-11
memcg: do obj_cgroup_put inside drain_obj_stock
Shakeel Butt
1
-26
/
+11
2025-05-11
memcg: no refilling stock from obj_cgroup_release
Shakeel Butt
1
-4
/
+11
2025-05-11
memcg: manually inline __refill_stock
Shakeel Butt
1
-21
/
+13
2025-05-11
memcg: introduce memcg_uncharge
Shakeel Butt
1
-16
/
+12
2025-05-11
memcg: decouple drain_obj_stock from local stock
Shakeel Butt
1
-1
/
+6
2025-05-11
memcg: remove root memcg check from refill_stock
Shakeel Butt
1
-2
/
+2
2025-05-11
memcg: vmalloc: simplify MEMCG_VMALLOC updates
Shakeel Butt
1
-8
/
+7
2025-05-11
mm/compaction: reduce the difference between low and high watermarks
Michal Clapinski
1
-2
/
+3
2025-05-11
mm/compaction: remove low watermark cap for proactive compaction
Michal Clapinski
1
-6
/
+1
2025-05-11
mm/page_alloc: simplify free_page_is_bad by removing free_page_is_bad_report
Ye Liu
1
-7
/
+1
2025-05-11
mm/show_mem: optimize si_meminfo_node by reducing redundant code
Ye Liu
1
-11
/
+5
2025-05-11
mm/compaction: use folio in hugetlb pathway
Vishal Moola (Oracle)
2
-6
/
+5
2025-05-11
mm: page_alloc: remove redundant READ_ONCE
Songtang Liu
1
-1
/
+1
2025-05-11
memcg, oom: do not bypass oom killer for dying tasks
Michal Hocko
1
-1
/
+1
2025-05-11
zsmalloc: prefer the the original page's node for compressed data
Nhat Pham
3
-13
/
+17
2025-05-11
mm: add folio_mk_pmd()
Matthew Wilcox (Oracle)
3
-8
/
+7
2025-05-11
mm: remove mk_huge_pte()
Matthew Wilcox (Oracle)
1
-13
/
+5
2025-05-11
hugetlb: simplify make_huge_pte()
Matthew Wilcox (Oracle)
1
-10
/
+8
2025-05-11
mm: add folio_mk_pte()
Matthew Wilcox (Oracle)
2
-4
/
+4
2025-05-11
mm: set the pte dirty if the folio is already dirty
Matthew Wilcox (Oracle)
1
-0
/
+2
2025-05-11
mm: fix ratelimit_pages update error in dirty_ratio_handler()
Jinliang Zheng
1
-1
/
+1
2025-05-11
mm: userfaultfd: correct dirty flags set for both present and swap pte
Barry Song
1
-2
/
+10
2025-05-11
zsmalloc: don't underflow size calculation in zs_obj_write()
Sergey Senozhatsky
1
-4
/
+4
2025-05-11
mm/page_alloc: fix race condition in unaccepted memory handling
Kirill A. Shutemov
3
-49
/
+0
2025-05-11
mm/page_alloc: ensure try_alloc_pages() plays well with unaccepted memory
Kirill A. Shutemov
1
-13
/
+15
2025-05-11
mm/codetag: move tag retrieval back upfront in __free_pages()
David Wang
1
-9
/
+6
2025-05-11
mm/memory: fix mapcount / refcount sanity check for mTHP reuse
Kairui Song
1
-1
/
+1
2025-05-11
mm: hugetlb: fix incorrect fallback for subpool
Wupeng Ma
1
-6
/
+22
2025-05-11
Merge tag 'its-for-linus-20250509' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-3
/
+37
2025-05-11
Merge tag 'fixes-2025-05-11' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock
Linus Torvalds
2
-2
/
+9
2025-05-09
mm/execmem: Unify early execmem_cache behaviour
Peter Zijlstra
1
-3
/
+37
2025-05-09
mm/vmalloc: Enter lazy mmu mode while manipulating vmalloc ptes
Ryan Roberts
1
-0
/
+14
2025-05-09
mm/vmalloc: Gracefully unmap huge ptes
Ryan Roberts
1
-2
/
+16
2025-05-09
mm/vmalloc: Warn on improper use of vunmap_range()
Ryan Roberts
1
-2
/
+6
2025-05-09
mm/page_table_check: Batch-check pmds/puds just like ptes
Ryan Roberts
1
-14
/
+20
2025-05-09
memblock: Accept allocated memory before use in memblock_double_array()
Tom Lendacky
1
-1
/
+8
2025-05-08
kbuild: Switch from -Wvla to -Wvla-larger-than=1
Kees Cook
1
-1
/
+2
2025-05-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-22
/
+8
2025-05-07
mm: fix folio_pte_batch() on XEN PV
Petr Vaněk
1
-16
/
+11
[prev]
[next]