index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
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
2023-04-16
mm/userfaultfd: fix uffd-wp handling for THP migration entries
David Hildenbrand
1
-2
/
+12
2023-04-16
mm: swap: fix performance regression on sparsetruncate-tiny
Qi Zheng
1
-1
/
+1
2023-04-05
sched/numa: enhance vma scanning logic
Raghavendra K T
1
-0
/
+3
2023-04-05
mm/mmap: free vm_area_struct without call_rcu in exit_mmap
Suren Baghdasaryan
1
-4
/
+7
2023-04-05
mm: introduce per-VMA lock statistics
Suren Baghdasaryan
3
-0
/
+14
2023-04-05
mm: prevent userfaults to be handled under per-vma lock
Suren Baghdasaryan
1
-0
/
+9
2023-04-05
mm: prevent do_swap_page from handling page faults under VMA lock
Suren Baghdasaryan
1
-0
/
+5
2023-04-05
mm: fall back to mmap_lock if vma->anon_vma is not yet set
Suren Baghdasaryan
1
-0
/
+4
2023-04-05
mm: introduce lock_vma_under_rcu to be used from arch-specific code
Suren Baghdasaryan
1
-0
/
+46
2023-04-05
mm: introduce vma detached flag
Suren Baghdasaryan
1
-0
/
+2
2023-04-05
mm/mmap: prevent pagefault handler from racing with mmu_notifier registration
Suren Baghdasaryan
1
-0
/
+9
2023-04-05
mm: conditionally write-lock VMA in free_pgtables
Suren Baghdasaryan
3
-4
/
+9
2023-04-05
mm: write-lock VMAs before removing them from VMA tree
Suren Baghdasaryan
1
-0
/
+1
2023-04-05
mm/mremap: write-lock VMA while remapping it to a new address range
Suren Baghdasaryan
2
-0
/
+2
2023-04-05
mm/mmap: write-lock VMAs in vma_prepare before modifying them
Suren Baghdasaryan
1
-0
/
+9
2023-04-05
mm/khugepaged: write-lock VMA while collapsing a huge page
Suren Baghdasaryan
2
-15
/
+24
2023-04-05
mm/mmap: move vma_prepare before vma_adjust_trans_huge
Suren Baghdasaryan
1
-5
/
+5
2023-04-05
mm: add per-VMA lock and helper functions to control it
Suren Baghdasaryan
1
-0
/
+3
2023-04-05
mm: introduce CONFIG_PER_VMA_LOCK
Suren Baghdasaryan
1
-0
/
+12
2023-04-05
mm: hold the RCU read lock over calls to ->map_pages
Matthew Wilcox (Oracle)
1
-3
/
+8
2023-04-05
mm/damon/sysfs: make more kobj_type structures constant
Thomas Weißschuh
1
-2
/
+2
2023-04-05
mm: be less noisy during memory hotplug
Tomas Krcka
1
-1
/
+1
2023-04-05
mm/mmap/vma_merge: init cleanup, be explicit about the non-mergeable case
Lorenzo Stoakes
1
-25
/
+22
2023-04-05
mm/mmap/vma_merge: explicitly assign res, vma, extend invariants
Lorenzo Stoakes
1
-5
/
+14
2023-04-05
mm/mmap/vma_merge: fold curr, next assignment logic
Lorenzo Stoakes
1
-13
/
+11
2023-04-05
mm/mmap/vma_merge: further improve prev/next VMA naming
Lorenzo Stoakes
1
-43
/
+43
2023-04-05
mm: vmalloc: convert vread() to vread_iter()
Lorenzo Stoakes
2
-93
/
+152
2023-04-05
mm/page_alloc: make deferred page init free pages in MAX_ORDER blocks
Kirill A. Shutemov
1
-9
/
+10
[next]