index
:
drm/drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-18
userfaultfd: convert mfill_atomic_hugetlb() to use a folio
ZhangPeng
2
-21
/
+21
2023-04-18
userfaultfd: convert copy_huge_page_from_user() to copy_folio_from_user()
ZhangPeng
3
-19
/
+15
2023-04-18
userfaultfd: use kmap_local_page() in copy_huge_page_from_user()
ZhangPeng
1
-8
/
+6
2023-04-18
userfaultfd: convert mfill_atomic_pte_copy() to use a folio
ZhangPeng
1
-16
/
+16
2023-04-18
mm, page_alloc: use check_pages_enabled static key to check tail pages
Vlastimil Babka
2
-6
/
+6
2023-04-18
mm/userfaultfd: don't consider uffd-wp bit of writable migration entries
David Hildenbrand
2
-4
/
+0
2023-04-18
mm: mlock: use folios_put() in mlock_folio_batch()
Qi Zheng
1
-1
/
+1
2023-04-18
mm/madvise: use vma_lookup() instead of find_vma()
ZhangPeng
1
-13
/
+1
2023-04-18
memcg v1: provide read access to memory.pressure_level
Florian Schmidt
1
-0
/
+11
2023-04-18
mm/khugepaged: maintain page cache uptodate flag
David Stevens
1
-52
/
+33
2023-04-18
mm/khugepaged: skip shmem with userfaultfd
David Stevens
1
-20
/
+79
2023-04-18
mm/khugepaged: refactor collapse_file control flow
David Stevens
1
-117
/
+113
2023-04-18
mm/khugepaged: drain lru after swapping in shmem
David Stevens
1
-0
/
+2
2023-04-18
mm/khugepaged: recover from poisoned file-backed memory
Jiaqi Yan
1
-31
/
+56
2023-04-18
mm/khugepaged: recover from poisoned anonymous memory
Jiaqi Yan
1
-13
/
+99
2023-04-18
memcg: do not modify rstat tree for zero updates
Yosry Ahmed
1
-0
/
+3
2023-04-18
vmscan: memcg: sleep when flushing stats during reclaim
Yosry Ahmed
1
-1
/
+1
2023-04-18
workingset: memcg: sleep when flushing stats in workingset_refault()
Yosry Ahmed
2
-4
/
+5
2023-04-18
memcg: sleep during flushing stats in safe contexts
Yosry Ahmed
3
-11
/
+38
2023-04-18
memcg: replace stats_flush_lock with an atomic
Yosry Ahmed
1
-7
/
+11
2023-04-18
memcg: do not flush stats in irq context
Yosry Ahmed
1
-1
/
+15
2023-04-18
memcg: rename mem_cgroup_flush_stats_"delayed" to "ratelimited"
Yosry Ahmed
2
-2
/
+2
2023-04-18
cgroup: rename cgroup_rstat_flush_"irqsafe" to "atomic"
Yosry Ahmed
1
-1
/
+1
2023-04-18
mm: kfence: improve the performance of __kfence_alloc() and __kfence_free()
Peng Zhang
3
-23
/
+59
2023-04-18
mm/zswap: delay the initialization of zswap
Liu Shixin
1
-17
/
+54
2023-04-18
mm/zswap: replace zswap_init_{started/failed} with zswap_init_state
Liu Shixin
1
-25
/
+30
2023-04-18
mm/zswap: remove zswap_entry_cache_{create,destroy} helper function
Liu Shixin
1
-13
/
+3
2023-04-18
mm: vmalloc: rename addr_to_vb_xarray() function
Uladzislau Rezki (Sony)
1
-6
/
+6
2023-04-18
kmemleak-test: fix kmemleak_test.c build logic
Hao Ge
1
-8
/
+0
2023-04-18
mm: vmalloc: remove a global vmap_blocks xarray
Uladzislau Rezki (Sony)
1
-8
/
+63
2023-04-18
mm: move free_area_empty() to mm/internal.h
Mike Rapoport (IBM)
1
-0
/
+5
2023-04-18
kmsan: fix a stale comment in kmsan_save_stack_with_flags()
Zhen Lei
1
-1
/
+1
2023-04-18
hugetlb: remove PageHeadHuge()
Matthew Wilcox (Oracle)
1
-7
/
+11
2023-04-18
memcg: do not drain charge pcp caches on remote isolated cpus
Michal Hocko
1
-1
/
+2
2023-04-18
mm: khugepaged: fix kernel BUG in hpage_collapse_scan_file()
Ivan Orlov
1
-0
/
+20
2023-04-18
zsmalloc: reset compaction source zspage pointer after putback_zspage()
Sergey Senozhatsky
1
-1
/
+1
2023-04-18
mm: make arch_has_descending_max_zone_pfns() static
Arnd Bergmann
1
-2
/
+2
2023-04-18
mm: avoid passing 0 to __ffs()
Kirill A. Shutemov
2
-2
/
+22
2023-04-18
sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changes
Andrew Morton
5
-25
/
+134
2023-04-18
mm: page_alloc: skip regions with hugetlbfs pages when allocating 1G pages
Mel Gorman
1
-0
/
+3
2023-04-18
mm/mmap: regression fix for unmapped_area{_topdown}
Liam R. Howlett
1
-5
/
+43
2023-04-18
mm: kmsan: handle alloc failures in kmsan_ioremap_page_range()
Alexander Potapenko
2
-10
/
+49
2023-04-18
mm: kmsan: handle alloc failures in kmsan_vmap_pages_range_noflush()
Alexander Potapenko
2
-10
/
+23
2023-04-18
mm/page_alloc: fix potential deadlock on zonelist_update_seq seqlock
Tetsuo Handa
1
-0
/
+16
2023-04-16
sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changes
Andrew Morton
11
-71
/
+116
2023-04-16
writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbs
Baokun Li
1
-2
/
+10
2023-04-16
mm/mempolicy: fix use-after-free of VMA iterator
Liam R. Howlett
1
-55
/
+49
2023-04-16
mm/huge_memory.c: warn with pr_warn_ratelimited instead of VM_WARN_ON_ONCE_FOLIO
Naoya Horiguchi
1
-2
/
+3
2023-04-16
mm/mprotect: fix do_mprotect_pkey() return on error
Liam R. Howlett
1
-1
/
+1
2023-04-16
mm/khugepaged: check again on anon uffd-wp during isolation
Peter Xu
1
-0
/
+4
[next]