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
path:
root
/
mm
/
ksm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-25
ksm: fix typo in comment
Julia Lawall
1
-1
/
+1
2022-05-19
mm: don't be stuck to rmap lock on reclaim path
Minchan Kim
1
-2
/
+8
2022-05-09
mm: remember exclusively mapped anonymous pages with PG_anon_exclusive
David Hildenbrand
1
-1
/
+12
2022-05-09
mm/rmap: remove do_page_add_anon_rmap()
David Hildenbrand
1
-1
/
+1
2022-04-28
ksm: count ksm merging pages for each process
xu xin
1
-0
/
+8
2022-03-22
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-22
/
+10
2022-03-22
mm/ksm: use helper macro __ATTR_RW
Miaohe Lin
1
-2
/
+1
2022-03-22
mm/vmstat: add event for ksm swapping in copy
Yang Yang
1
-0
/
+3
2022-03-21
mm/rmap: Constify the rmap_walk_control argument
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-21
mm/rmap: Convert rmap_walk() to take a folio
Matthew Wilcox (Oracle)
1
-6
/
+6
2022-03-21
mm: Turn page_anon_vma() into folio_anon_vma()
Matthew Wilcox (Oracle)
1
-1
/
+2
2022-03-21
mm: Add DEFINE_PAGE_VMA_WALK and DEFINE_FOLIO_VMA_WALK
Matthew Wilcox (Oracle)
1
-4
/
+1
2022-02-17
mm/munlock: rmap call mlock_vma_page() munlock_vma_page()
Hugh Dickins
1
-11
/
+1
2022-01-15
mm: ksm: fix use-after-free kasan report in ksm_might_need_to_copy
Nanyong Sun
1
-2
/
+2
2022-01-15
mm: move tlb_flush_pending inline helpers to mm_inline.h
Arnd Bergmann
1
-0
/
+1
2021-10-18
mm/migrate: Add folio_migrate_flags()
Matthew Wilcox (Oracle)
1
-13
/
+18
2021-09-27
mm/memcg: Convert mem_cgroup_charge() to take a folio
Matthew Wilcox (Oracle)
1
-1
/
+2
2021-09-13
mm/ksm: remove old GCC 4.9+ check
Nick Desaulniers
1
-2
/
+0
2021-09-03
mm: KSM: fix data type
Zhansaya Bagdauletkyzy
1
-4
/
+4
2021-06-29
mm/ksm: use vma_lookup() in find_mergeable_vma()
Liam Howlett
1
-4
/
+2
2021-05-14
ksm: revert "use GET_KSM_PAGE_NOLOCK to get ksm page in remove_rmap_item_from...
Hugh Dickins
1
-1
/
+2
2021-05-07
mm: fix typos in comments
Ingo Molnar
1
-2
/
+2
2021-05-07
drivers/char: remove /dev/kmem for good
David Hildenbrand
1
-1
/
+1
2021-05-05
mm/ksm: remove unused parameter from remove_trailing_rmap_items()
Chengyang Fan
1
-4
/
+3
2021-05-05
ksm: fix potential missing rmap_item for stable_node
Miaohe Lin
1
-0
/
+1
2021-05-05
ksm: remove dedicated macro KSM_FLAG_MASK
Miaohe Lin
1
-3
/
+1
2021-05-05
ksm: use GET_KSM_PAGE_NOLOCK to get ksm page in remove_rmap_item_from_tree()
Miaohe Lin
1
-2
/
+1
2021-05-05
ksm: remove redundant VM_BUG_ON_PAGE() on stable_tree_search()
Miaohe Lin
1
-2
/
+0
2020-12-15
mm: cleanup kstrto*() usage
Alexey Dobriyan
1
-9
/
+9
2020-12-15
mm: use sysfs_emit for struct kobject * uses
Joe Perches
1
-16
/
+16
2020-10-15
docs: get rid of :c:type explicit declarations for structs
Mauro Carvalho Chehab
1
-1
/
+1
2020-09-19
ksm: reinstate memcg charge on copied pages
Hugh Dickins
1
-0
/
+4
2020-09-04
Merge branch 'simplify-do_wp_page'
Linus Torvalds
1
-25
/
+0
2020-09-04
mm/ksm: Remove reuse_ksm_page()
Peter Xu
1
-25
/
+0
2020-08-24
Revert "powerpc/64s: Remove PROT_SAO support"
Shawn Anastasio
1
-0
/
+4
2020-08-12
mm: do page fault accounting in handle_mm_fault
Peter Xu
1
-1
/
+2
2020-08-07
Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-4
/
+0
2020-07-22
powerpc/64s: Remove PROT_SAO support
Nicholas Piggin
1
-4
/
+0
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
1
-1
/
+1
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
1
-6
/
+6
2020-06-09
mmap locking API: convert mmap_sem API comments
Michel Lespinasse
1
-1
/
+1
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
1
-17
/
+17
2020-06-04
mm: ksm: fix a typo in comment "alreaady"->"already"
Ethon Paul
1
-5
/
+5
2020-04-21
mm/ksm: fix NULL pointer dereference when KSM zero page is enabled
Muchun Song
1
-2
/
+10
2020-04-07
mm: use fallthrough;
Joe Perches
1
-2
/
+1
2020-04-07
mm/ksm.c: update get_user_pages() argument in comment
Li Chen
1
-1
/
+1
2019-12-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+1
2019-11-28
mm: ksm: Export ksm_madvise()
Bharata B Rao
1
-0
/
+1
2019-11-22
mm/ksm.c: don't WARN if page is still mapped in remove_stable_node()
Andrey Ryabinin
1
-7
/
+7
2019-09-24
mm: move memcmp_pages() and pages_identical()
Song Liu
1
-18
/
+0
[next]