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
2022-05-13
mm/damon/vaddr: remove damon_va_apply_three_regions()
SeongJae Park
2
-20
/
+4
2022-05-13
mm/damon/vaddr: move 'damon_set_regions()' to core
SeongJae Park
2
-73
/
+73
2022-05-13
mm/damon/vaddr: generalize damon_va_apply_three_regions()
SeongJae Park
1
-24
/
+42
2022-05-13
mm/damon/core: finish kdamond as soon as any callback returns an error
SeongJae Park
1
-2
/
+6
2022-05-13
mm/damon/core: add a new callback for watermarks checks
SeongJae Park
1
-1
/
+7
2022-05-13
mm/rmap: Fix typos in comments
Adrian Huang
1
-2
/
+2
2022-05-13
mmap locking API: fix missed mmap_sem references in comments
Florian Rommel
1
-2
/
+2
2022-05-13
mm: make minimum slab alignment a runtime property
Peter Collingbourne
3
-11
/
+15
2022-05-13
mm: rmap: use flush_cache_range() to flush cache for hugetlb pages
Baolin Wang
1
-42
/
+48
2022-05-13
mm: rmap: move the cache flushing to the correct place for hugetlb PMD sharing
Baolin Wang
1
-18
/
+22
2022-05-13
mm: hugetlb: considering PMD sharing when flushing cache/TLBs
Baolin Wang
2
-3
/
+16
2022-05-13
mm/memory_hotplug: use pgprot_val to get value of pgprot
liusongtang
1
-1
/
+1
2022-05-13
mm/damon/sysfs: support fixed virtual address ranges monitoring
SeongJae Park
1
-7
/
+6
2022-05-13
mm/damon/vaddr: register a damon_operations for fixed virtual address ranges ...
SeongJae Park
2
-2
/
+17
2022-05-13
mm/damon/sysfs: add a file for listing available monitoring ops
SeongJae Park
1
-0
/
+19
2022-05-13
mm/damon/core: add a function for damon_operations registration checks
SeongJae Park
1
-3
/
+21
2022-05-13
kfence: enable check kfence canary on panic via boot param
huangshaobo
1
-0
/
+34
2022-05-13
mm: avoid unnecessary flush on change_huge_pmd()
Nadav Amit
2
-2
/
+10
2022-05-13
mm/mprotect: do not flush when not required architecturally
Nadav Amit
2
-5
/
+7
2022-05-13
mm/mprotect: use mmu_gather
Nadav Amit
4
-46
/
+71
2022-05-09
MM: handle THP in swap_*page_fs() - count_vm_events()
NeilBrown
1
-2
/
+4
2022-05-09
mm: handle THP in swap_*page_fs()
NeilBrown
1
-10
/
+13
2022-05-09
mm: submit multipage write for SWP_FS_OPS swap-space
NeilBrown
3
-24
/
+67
2022-05-09
mm: submit multipage reads for SWP_FS_OPS swap-space
NeilBrown
5
-47
/
+104
2022-05-09
mm: perform async writes to SWP_FS_OPS swap-space using ->swap_rw
NeilBrown
1
-40
/
+58
2022-05-09
mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-space
NeilBrown
3
-6
/
+68
2022-05-09
mm: reclaim mustn't enter FS for SWP_FS_OPS swap-space
NeilBrown
2
-9
/
+28
2022-05-09
mm: move responsibility for setting SWP_FS_OPS to ->swap_activate
NeilBrown
1
-7
/
+3
2022-05-09
mm: drop swap_dirty_folio
NeilBrown
2
-18
/
+1
2022-05-09
mm: create new mm/swap.h header file
NeilBrown
15
-0
/
+148
2022-05-09
mm/gup: fix comments to pin_user_pages_*()
Yury Norov
1
-4
/
+17
2022-05-09
mm/debug_vm_pgtable: add tests for __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
1
-0
/
+15
2022-05-09
mm/swap: remember PG_anon_exclusive via a swp pte bit
David Hildenbrand
3
-13
/
+74
2022-05-09
mm/gup: sanity-check with CONFIG_DEBUG_VM that anonymous pages are exclusive ...
David Hildenbrand
3
-1
/
+66
2022-05-09
mm/gup: trigger FAULT_FLAG_UNSHARE when R/O-pinning a possibly shared anonymo...
David Hildenbrand
3
-6
/
+66
2022-05-09
mm: support GUP-triggered unsharing of anonymous pages
David Hildenbrand
3
-55
/
+118
2022-05-09
mm/gup: disallow follow_page(FOLL_PIN)
David Hildenbrand
2
-3
/
+8
2022-05-09
mm/rmap: fail try_to_migrate() early when setting a PMD migration entry fails
David Hildenbrand
2
-4
/
+10
2022-05-09
mm: remember exclusively mapped anonymous pages with PG_anon_exclusive
David Hildenbrand
8
-30
/
+213
2022-05-09
mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pages
David Hildenbrand
4
-0
/
+26
2022-05-09
mm/huge_memory: remove outdated VM_WARN_ON_ONCE_PAGE from unmap_page()
David Hildenbrand
1
-2
/
+0
2022-05-09
mm/rmap: use page_move_anon_rmap() when reusing a mapped PageAnon() page excl...
David Hildenbrand
2
-0
/
+3
2022-05-09
mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()
David Hildenbrand
7
-15
/
+16
2022-05-09
mm/rmap: pass rmap flags to hugepage_add_anon_rmap()
David Hildenbrand
2
-4
/
+8
2022-05-09
mm/rmap: remove do_page_add_anon_rmap()
David Hildenbrand
6
-19
/
+8
2022-05-09
mm/rmap: convert RMAP flags to a proper distinct rmap_t type
David Hildenbrand
2
-6
/
+7
2022-05-09
mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_ano...
David Hildenbrand
4
-32
/
+30
2022-05-09
mm/memory: slightly simplify copy_present_pte()
David Hildenbrand
1
-37
/
+16
2022-05-09
mm/hugetlb: take src_mm->write_protect_seq in copy_hugetlb_page_range()
David Hildenbrand
1
-2
/
+6
2022-05-09
mm/rmap: fix missing swap_free() in try_to_unmap() after arch_unmap_one() failed
David Hildenbrand
1
-0
/
+1
[next]