index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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
4
-24
/
+74
2022-05-09
mm: submit multipage reads for SWP_FS_OPS swap-space
NeilBrown
5
-47
/
+104
2022-05-09
doc: update documentation for swap_activate and swap_rw
NeilBrown
2
-11
/
+24
2022-05-09
mm: perform async writes to SWP_FS_OPS swap-space using ->swap_rw
NeilBrown
1
-40
/
+58
2022-05-09
nfs: rename nfs_direct_IO and use as ->swap_rw
NeilBrown
3
-18
/
+12
2022-05-09
mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-space
NeilBrown
6
-6
/
+77
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
4
-10
/
+23
2022-05-09
mm: drop swap_dirty_folio
NeilBrown
3
-19
/
+1
2022-05-09
mm: create new mm/swap.h header file
NeilBrown
16
-121
/
+148
2022-05-09
selftests: clarify common error when running gup_test
Joel Savitz
1
-0
/
+2
2022-05-09
mm/gup: fix comments to pin_user_pages_*()
Yury Norov
1
-4
/
+17
2022-05-09
powerpc/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE for book3s
David Hildenbrand
1
-1
/
+20
2022-05-09
powerpc/pgtable: remove _PAGE_BIT_SWAP_TYPE for book3s
David Hildenbrand
1
-7
/
+5
2022-05-09
s390/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
1
-2
/
+21
2022-05-09
s390/pgtable: cleanup description of swp pte layout
David Hildenbrand
1
-9
/
+8
2022-05-09
arm64/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
2
-3
/
+21
2022-05-09
x86/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
3
-1
/
+25
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
5
-13
/
+105
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
4
-6
/
+105
2022-05-09
mm: support GUP-triggered unsharing of anonymous pages
David Hildenbrand
4
-55
/
+126
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
3
-6
/
+12
2022-05-09
mm: remember exclusively mapped anonymous pages with PG_anon_exclusive
David Hildenbrand
11
-34
/
+289
2022-05-09
mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pages
David Hildenbrand
6
-2
/
+71
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
9
-17
/
+19
2022-05-09
mm/rmap: pass rmap flags to hugepage_add_anon_rmap()
David Hildenbrand
3
-5
/
+9
2022-05-09
mm/rmap: remove do_page_add_anon_rmap()
David Hildenbrand
7
-21
/
+8
2022-05-09
mm/rmap: convert RMAP flags to a proper distinct rmap_t type
David Hildenbrand
3
-10
/
+25
2022-05-09
mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_ano...
David Hildenbrand
6
-37
/
+79
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
2
-2
/
+10
2022-05-09
mm/rmap: fix missing swap_free() in try_to_unmap() after arch_unmap_one() failed
David Hildenbrand
1
-0
/
+1
2022-04-29
mm/damon/reclaim: fix the timer always stays active
Hailong Tu
1
-2
/
+25
2022-04-29
mm/damon: remove unnecessary type castings
Yu Zhe
1
-1
/
+1
2022-04-29
mm/damon/core-test: add a kunit test case for ops registration
SeongJae Park
1
-0
/
+36
2022-04-29
damon: vaddr-test: tweak code to make the logic clearer
Xiaomeng Tong
1
-3
/
+5
2022-04-29
selftests: cgroup: add a selftest for memory.reclaim
Yosry Ahmed
1
-0
/
+106
2022-04-29
selftests: cgroup: fix alloc_anon_noexit() instantly freeing memory
Yosry Ahmed
1
-2
/
+6
2022-04-29
selftests: cgroup: return -errno from cg_read()/cg_write() on failure
Yosry Ahmed
1
-25
/
+19
2022-04-29
memcg: introduce per-memcg reclaim interface
Shakeel Butt
2
-0
/
+66
2022-04-29
zram: add a huge_idle writeback mode
Brian Geffon
2
-4
/
+11
2022-04-29
mm/page_alloc: simplify update of pgdat in wake_all_kswapds
Chen Wandun
1
-2
/
+3
2022-04-29
kasan: mark KASAN_VMALLOC flags as kasan_vmalloc_flags_t
Andrey Konovalov
1
-4
/
+4
[next]