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-12
vmscan,cgroup: apply mems_effective to reclaim
Gregory Price
2
-16
/
+31
2025-05-12
cpuset: rename cpuset_node_allowed to cpuset_current_node_allowed
Gregory Price
1
-2
/
+2
2025-05-12
execmem: enforce allocation size aligment to PAGE_SIZE
Mike Rapoport (Microsoft)
1
-0
/
+2
2025-05-12
mm/vmalloc.c: return explicit error value in alloc_vmap_area()
Baoquan He
1
-14
/
+13
2025-05-12
mm/vmalloc: optimize function vm_unmap_aliases()
Baoquan He
1
-4
/
+1
2025-05-12
mm/vmalloc.c: optimize code in decay_va_pool_node() a little bit
Baoquan He
1
-12
/
+11
2025-05-12
mm/vmalloc.c: find the vmap of vmap_nodes in reverse order
Baoquan He
1
-2
/
+2
2025-05-12
mm/vmalloc.c: change purge_ndoes as local static variable
Baoquan He
1
-1
/
+1
2025-05-12
Update Christoph's Email address and make it consistent
Christoph Lameter (Ampere)
3
-3
/
+3
2025-05-12
mm: fix typos in comments in mm_init.c
Prabhav Kumar Vaish
1
-2
/
+2
2025-05-12
mm/damon/sysfs-schemes: connect damos_quota_goal nid with core layer
SeongJae Park
1
-1
/
+10
2025-05-12
mm/damon/sysfs-schemes: implement file for quota goal nid parameter
SeongJae Park
1
-0
/
+27
2025-05-12
mm/damon/core: introduce damos quota goal metrics for memory node utilization
SeongJae Park
2
-0
/
+29
2025-05-12
Merge tag 'vfs-6.15-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-0
/
+9
2025-05-12
mm/hmm: provide generic DMA managing logic
Leon Romanovsky
1
-1
/
+213
2025-05-12
mm/hmm: let users to tag specific PFN with DMA mapped bit
Leon Romanovsky
1
-19
/
+32
2025-05-11
maccess: fix strncpy_from_user_nofault() empty string handling
Mykyta Yatsenko
1
-1
/
+1
2025-05-11
mm/mempolicy: support memory hotplug in weighted interleave
Rakie Kim
1
-23
/
+84
2025-05-11
mm/mempolicy: prepare weighted interleave sysfs for memory hotplug
Rakie Kim
1
-33
/
+31
2025-05-11
mm/mempolicy: fix memory leaks in weighted interleave sysfs
Rakie Kim
1
-62
/
+59
2025-05-11
mm: memcontrol: remove unnecessary NULL check before free_percpu()
Chen Ni
1
-2
/
+1
2025-05-11
vmalloc: align nr_vmalloc_pages and vmap_lazy_nr
Uladzislau Rezki (Sony)
1
-3
/
+2
2025-05-11
mempolicy: optimize queue_folios_pte_range by PTE batching
Dev Jain
1
-2
/
+10
2025-05-11
mm: move mmap/vma locking logic into specific files
Lorenzo Stoakes
3
-268
/
+273
2025-05-11
memcg: multi-memcg percpu charge cache
Shakeel Butt
1
-38
/
+106
2025-05-11
mm: convert free_page_and_swap_cache() to free_folio_and_swap_cache()
Fan Ni
3
-7
/
+5
2025-05-11
mm: add nr_free_highatomic in show_free_areas
gaoxu
1
-0
/
+2
2025-05-11
mm/vmscan: modify the assignment logic of the scan and total_scan variables
Hao Ge
1
-4
/
+2
2025-05-11
mm/gup: clean up codes in fault_in_xxx() functions
Baoquan He
1
-38
/
+24
2025-05-11
mm/gup: remove gup_fast_pgd_leaf() and clean up the relevant codes
Baoquan He
1
-46
/
+3
2025-05-11
mm/gup: remove unneeded checking in follow_page_pte()
Baoquan He
1
-6
/
+5
2025-05-11
mm,hugetlb: allocate frozen pages in alloc_buddy_hugetlb_folio
Oscar Salvador
1
-16
/
+1
2025-05-11
vmalloc: use atomic_long_add_return_relaxed()
Uladzislau Rezki (Sony)
1
-1
/
+1
2025-05-11
mm, hugetlb: avoid passing a null nodemask when there is mbind policy
Oscar Salvador
1
-16
/
+6
2025-05-11
memcg: optimize memcg_rstat_updated
Shakeel Butt
1
-7
/
+9
2025-05-11
mm/madvise: batch tlb flushes for MADV_DONTNEED[_LOCKED]
SeongJae Park
3
-5
/
+13
2025-05-11
mm/memory: split non-tlb flushing part from zap_page_range_single()
SeongJae Park
1
-10
/
+39
2025-05-11
mm/madvise: batch tlb flushes for MADV_FREE
SeongJae Park
1
-11
/
+46
2025-05-11
mm/madvise: define and use madvise_behavior struct for madvise_do_behavior()
SeongJae Park
1
-12
/
+25
2025-05-11
mm: huge_memory: add folio_mark_accessed() when zapping file THP
Baolin Wang
1
-0
/
+8
2025-05-11
mm/vma: fix incorrectly disallowed anonymous VMA merges
Lorenzo Stoakes
1
-23
/
+58
2025-05-11
vmalloc: use for_each_vmap_node() in purge-vmap-area
Uladzislau Rezki (Sony)
1
-4
/
+15
2025-05-11
vmalloc: switch to for_each_vmap_node() helper
Uladzislau Rezki (Sony)
1
-25
/
+15
2025-05-11
vmalloc: add for_each_vmap_node() helper
Uladzislau Rezki (Sony)
1
-0
/
+5
2025-05-11
mm/ptdump: split effective_prot() into level specific callbacks
Anshuman Khandual
1
-10
/
+10
2025-05-11
mm/ptdump: split note_page() into level specific callbacks
Anshuman Khandual
1
-9
/
+31
2025-05-11
mm: page_alloc: tighten up find_suitable_fallback()
Johannes Weiner
3
-22
/
+15
2025-05-11
mm/debug: fix parameter passed to page_mapcount_is_type()
Gavin Shan
1
-2
/
+4
2025-05-11
zsmalloc: cleanup headers includes
Sergey Senozhatsky
2
-11
/
+4
2025-05-11
mm: add kernel-doc comment for free_pgd_range()
SoumishDas
1
-2
/
+11
[prev]
[next]