index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-25
mempolicy trivia: slightly more consistent naming
Hugh Dickins
1
-40
/
+33
2023-10-25
mempolicy trivia: delete those ancient pr_debug()s
Hugh Dickins
1
-21
/
+0
2023-10-25
mempolicy: fix migrate_pages(2) syscall return nr_failed
Hugh Dickins
1
-179
/
+159
2023-10-25
mm/damon/sysfs-test: add a unit test for damon_sysfs_set_targets()
SeongJae Park
3
-0
/
+100
2023-10-25
mm/damon/core: avoid divide-by-zero from pseudo-moving window length calculation
SeongJae Park
1
-1
/
+1
2023-10-25
mm/damon/lru_sort: avoid divide-by-zero in hot threshold calculation
SeongJae Park
1
-3
/
+1
2023-10-25
mm/damon/ops-common: avoid divide-by-zero during region hotness calculation
SeongJae Park
1
-3
/
+2
2023-10-25
mm/damon/core: avoid divide-by-zero during monitoring results update
SeongJae Park
1
-8
/
+2
2023-10-25
mm: mlock: avoid folio_within_range() on KSM pages
Hugh Dickins
1
-0
/
+4
2023-10-25
mm: migrate: record the mlocked page status to remove unnecessary lru drain
Baolin Wang
1
-19
/
+29
2023-10-25
mm: hugetlb_vmemmap: fix reference to nonexistent file
Vegard Nossum
1
-1
/
+1
2023-10-25
mm: page_alloc: check the order of compound page even when the order is zero
Hyesoo Yu
1
-3
/
+3
2023-10-25
mm: fix multiple typos in multiple files
Muhammad Muzammil
4
-6
/
+6
2023-10-25
mm/khugepaged: convert collapse_pte_mapped_thp() to use folios
Vishal Moola (Oracle)
1
-25
/
+20
2023-10-25
mm/khugepaged: convert alloc_charge_hpage() to use folios
Vishal Moola (Oracle)
1
-7
/
+10
2023-10-25
mm/khugepaged: convert is_refcount_suitable() to use folios
Vishal Moola (Oracle)
1
-7
/
+7
2023-10-25
mm/khugepaged: convert hpage_collapse_scan_pmd() to use folios
Vishal Moola (Oracle)
1
-10
/
+10
2023-10-25
mm/khugepaged: convert __collapse_huge_page_isolate() to use folios
Vishal Moola (Oracle)
1
-22
/
+23
2023-10-25
mm: memory_hotplug: drop memoryless node from fallback lists
Qi Zheng
1
-1
/
+5
2023-10-25
mm: page_alloc: skip memoryless nodes entirely
Qi Zheng
1
-2
/
+5
2023-10-25
mm/migrate: add nr_split to trace_mm_migrate_pages stats.
Zi Yan
1
-2
/
+3
2023-10-25
mm/migrate: correct nr_failed in migrate_pages_sync()
Zi Yan
1
-3
/
+13
2023-10-25
mm/kmemleak: move the initialisation of object to __link_object
Liu Shixin
1
-19
/
+17
2023-10-25
mm/kmemleak: fix partially freeing unknown object warning
Liu Shixin
1
-11
/
+31
2023-10-25
mm: kmemleak: add __find_and_remove_object()
Liu Shixin
1
-3
/
+14
2023-10-25
mm: kmemleak: use mem_pool_free() to free object
Liu Shixin
1
-5
/
+9
2023-10-25
mm: kmemleak: split __create_object into two functions
Liu Shixin
1
-21
/
+40
2023-10-25
mm/kmemleak: fix print format of pointer in pr_debug()
Liu Shixin
1
-14
/
+14
2023-10-25
bootmem: use kmemleak_free_part_phys in put_page_bootmem
Liu Shixin
1
-1
/
+1
2023-10-25
mm: remove page_cpupid_xchg_last()
Kefeng Wang
1
-3
/
+3
2023-10-25
mm: use folio_xchg_last_cpupid() in wp_page_reuse()
Kefeng Wang
1
-9
/
+10
2023-10-25
mm: convert wp_page_reuse() and finish_mkwrite_fault() to take a folio
Kefeng Wang
1
-9
/
+10
2023-10-25
mm: make finish_mkwrite_fault() static
Kefeng Wang
1
-1
/
+1
2023-10-25
mm: huge_memory: use folio_xchg_last_cpupid() in __split_huge_page_tail()
Kefeng Wang
1
-1
/
+1
2023-10-25
mm: migrate: use folio_xchg_last_cpupid() in folio_migrate_flags()
Kefeng Wang
1
-4
/
+4
2023-10-25
mm: huge_memory: use a folio in change_huge_pmd()
Kefeng Wang
1
-6
/
+7
2023-10-25
mm: mprotect: use a folio in change_pte_range()
Kefeng Wang
1
-7
/
+9
2023-10-25
mm: huge_memory: use folio_last_cpupid() in __split_huge_page_tail()
Kefeng Wang
1
-1
/
+1
2023-10-25
mm: huge_memory: use folio_last_cpupid() in do_huge_pmd_numa_page()
Kefeng Wang
1
-1
/
+1
2023-10-25
mm: memory: use folio_last_cpupid() in do_numa_page()
Kefeng Wang
1
-1
/
+1
2023-10-25
mm/swap: avoid a xa load for swapout path
Kairui Song
1
-3
/
+3
2023-10-25
mm: kmem: reimplement get_obj_cgroup_from_current()
Roman Gushchin
1
-32
/
+0
2023-10-25
percpu: scoped objcg protection
Roman Gushchin
1
-5
/
+3
2023-10-25
mm: kmem: scoped objcg protection
Roman Gushchin
2
-9
/
+53
2023-10-25
mm: kmem: make memcg keep a reference to the original objcg
Roman Gushchin
1
-0
/
+5
2023-10-25
mm: kmem: add direct objcg pointer to task_struct
Roman Gushchin
1
-9
/
+130
2023-10-25
mm: kmem: optimize get_obj_cgroup_from_current()
Roman Gushchin
1
-20
/
+14
2023-10-25
mm, pcp: reduce detecting time of consecutive high order page freeing
Huang Ying
1
-12
/
+15
2023-10-25
mm, pcp: decrease PCP high if free pages < high watermark
Huang Ying
1
-2
/
+31
2023-10-25
mm: tune PCP high automatically
Huang Ying
2
-29
/
+98
[prev]
[next]