index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-11
page_alloc: remove inactive initialization
Li kunyu
1
-1
/
+1
2022-09-11
mm/hugetlb: add dedicated func to get 'allowed' nodemask for current process
Feng Tang
2
-5
/
+21
2022-09-11
mm/mempolicy: fix lock contention on mems_allowed
Abel Wu
1
-1
/
+3
2022-09-11
mm/cma_debug: show complete cma name in debugfs directories
Charan Teja Kalla
1
-4
/
+1
2022-09-11
mm/swap: remove the end_write_func argument to __swap_writepage
Christoph Hellwig
3
-9
/
+6
2022-09-11
zsmalloc: remove unnecessary size_class NULL check
Alexey Romanov
1
-7
/
+0
2022-09-11
zsmalloc: zs_object_copy: add clarifying comment
Alexey Romanov
1
-0
/
+7
2022-09-11
mm/vmscan: define macros for refaults in struct lruvec
Yang Yang
1
-4
/
+4
2022-09-11
mm/damon/dbgfs: use kmalloc for allocating only one element
Kenneth Lee
1
-1
/
+1
2022-09-11
mm/filemap.c: convert page_endio() to use a folio
Shaoqin Huang
1
-7
/
+9
2022-09-11
mm: memory-failure: cleanup try_to_split_thp_page()
Kefeng Wang
1
-11
/
+12
2022-09-11
mm: align larger anonymous mappings on THP boundaries
Rik van Riel
1
-0
/
+3
2022-09-11
mm/page_ext: remove unused variable in offline_page_ext
Charan Teja Kalla
1
-3
/
+3
2022-09-11
mm/madvise: add MADV_COLLAPSE to process_madvise()
Zach O'Keefe
1
-2
/
+2
2022-09-11
mm/khugepaged: rename prefix of shared collapse functions
Zach O'Keefe
1
-33
/
+35
2022-09-11
mm/madvise: introduce MADV_COLLAPSE sync hugepage collapse
Zach O'Keefe
2
-1
/
+123
2022-09-11
mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds hugepage
Zach O'Keefe
5
-39
/
+66
2022-09-11
mm/thp: add flag to enforce sysfs THP in hugepage_vma_check()
Zach O'Keefe
3
-21
/
+22
2022-09-11
mm/khugepaged: add flag to predicate khugepaged-only behavior
Zach O'Keefe
1
-25
/
+58
2022-09-11
mm/khugepaged: propagate enum scan_result codes back to callers
Zach O'Keefe
1
-116
/
+117
2022-09-11
mm/khugepaged: dedup and simplify hugepage alloc and charging
Zach O'Keefe
1
-43
/
+35
2022-09-11
mm/khugepaged: add struct collapse_control
Zach O'Keefe
1
-37
/
+50
2022-09-11
mm: khugepaged: don't carry huge page to the next loop for !CONFIG_NUMA
Yang Shi
1
-94
/
+26
2022-09-11
mm: fix dereferencing possible ERR_PTR
Binyi Han
1
-1
/
+1
2022-09-11
vmscan: check folio_test_private(), not folio_get_private()
Matthew Wilcox (Oracle)
1
-2
/
+2
2022-09-11
mm: fix VM_BUG_ON in __delete_from_swap_cache()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-09-11
mm/damon/dbgfs: fix memory leak when using debugfs_lookup()
Greg Kroah-Hartman
1
-5
/
+14
2022-09-11
mm/migrate_device.c: copy pte dirty bit to page
Alistair Popple
1
-2
/
+7
2022-09-11
mm/migrate_device.c: add missing flush_cache_page()
Alistair Popple
1
-1
/
+1
2022-09-11
mm/migrate_device.c: flush TLB while holding PTL
Alistair Popple
1
-2
/
+3
2022-09-11
mm/memory-failure: fall back to vma_address() when ->notify_failure() fails
Dan Williams
1
-10
/
+12
2022-09-11
mm/memory-failure: fix detection of memory_failure() handlers
Dan Williams
1
-1
/
+1
2022-09-11
mm/page_alloc: fix race condition between build_all_zonelists and page allocation
Mel Gorman
1
-10
/
+43
2022-09-08
mm/slub: fix to return errno if kmalloc() fails
Chao Yu
1
-1
/
+4
2022-09-07
freezer,sched: Rewrite core freezer logic
Peter Zijlstra
1
-2
/
+2
2022-09-03
mm: pagewalk: Fix race between unmap and page walker
Steven Price
2
-11
/
+14
2022-09-01
Merge tag 'slab-for-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab
Linus Torvalds
1
-16
/
+29
2022-09-01
mm/slab_common: Deleting kobject in kmem_cache_destroy() without holding slab_mutex/cpu_hotplug_lock
Waiman Long
1
-16
/
+29
2022-09-01
mm/sl[au]b: check if large object is valid in __ksize()
Hyeonggon Yoo
1
-1
/
+6
2022-09-01
mm/slab_common: move declaration of __ksize() to mm/slab.h
Hyeonggon Yoo
3
-11
/
+3
2022-09-01
mm/slab_common: drop kmem_alloc & avoid dereferencing fields when not using
Hyeonggon Yoo
4
-29
/
+22
2022-09-01
mm/slab_common: unify NUMA and UMA version of tracepoints
Hyeonggon Yoo
4
-31
/
+25
2022-09-01
mm/sl[au]b: cleanup kmem_cache_alloc[_node]_trace()
Hyeonggon Yoo
3
-62
/
+27
2022-09-01
mm/sl[au]b: generalize kmalloc subsystem
Hyeonggon Yoo
5
-200
/
+107
2022-08-31
mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuse
Jann Horn
1
-13
/
+16
2022-08-28
cgroup: Fix build failure when CONFIG_SHRINKER_DEBUG
Tejun Heo
1
-1
/
+1
2022-08-28
mm/mprotect: only reference swap pfn page if type match
Peter Xu
1
-1
/
+2
2022-08-28
mm/damon/dbgfs: avoid duplicate context directory creation
Badari Pulavarty
1
-0
/
+3
2022-08-28
bootmem: remove the vmemmap pages from kmemleak in put_page_bootmem
Liu Shixin
1
-0
/
+2
2022-08-28
mm/zsmalloc: do not attempt to free IS_ERR handle
Sergey Senozhatsky
1
-1
/
+1
[prev]
[next]