index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
ksm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: ksm: fix use-after-free kasan report in ksm_might_need_to_copy
Nanyong Sun
2022-01-15
1
-2
/
+2
*
mm: move tlb_flush_pending inline helpers to mm_inline.h
Arnd Bergmann
2022-01-15
1
-0
/
+1
*
mm/migrate: Add folio_migrate_flags()
Matthew Wilcox (Oracle)
2021-10-18
1
-13
/
+18
*
mm/memcg: Convert mem_cgroup_charge() to take a folio
Matthew Wilcox (Oracle)
2021-09-27
1
-1
/
+2
*
mm/ksm: remove old GCC 4.9+ check
Nick Desaulniers
2021-09-13
1
-2
/
+0
*
mm: KSM: fix data type
Zhansaya Bagdauletkyzy
2021-09-03
1
-4
/
+4
*
mm/ksm: use vma_lookup() in find_mergeable_vma()
Liam Howlett
2021-06-29
1
-4
/
+2
*
ksm: revert "use GET_KSM_PAGE_NOLOCK to get ksm page in remove_rmap_item_from...
Hugh Dickins
2021-05-14
1
-1
/
+2
*
mm: fix typos in comments
Ingo Molnar
2021-05-07
1
-2
/
+2
*
drivers/char: remove /dev/kmem for good
David Hildenbrand
2021-05-07
1
-1
/
+1
*
mm/ksm: remove unused parameter from remove_trailing_rmap_items()
Chengyang Fan
2021-05-05
1
-4
/
+3
*
ksm: fix potential missing rmap_item for stable_node
Miaohe Lin
2021-05-05
1
-0
/
+1
*
ksm: remove dedicated macro KSM_FLAG_MASK
Miaohe Lin
2021-05-05
1
-3
/
+1
*
ksm: use GET_KSM_PAGE_NOLOCK to get ksm page in remove_rmap_item_from_tree()
Miaohe Lin
2021-05-05
1
-2
/
+1
*
ksm: remove redundant VM_BUG_ON_PAGE() on stable_tree_search()
Miaohe Lin
2021-05-05
1
-2
/
+0
*
mm: cleanup kstrto*() usage
Alexey Dobriyan
2020-12-15
1
-9
/
+9
*
mm: use sysfs_emit for struct kobject * uses
Joe Perches
2020-12-15
1
-16
/
+16
*
docs: get rid of :c:type explicit declarations for structs
Mauro Carvalho Chehab
2020-10-15
1
-1
/
+1
*
ksm: reinstate memcg charge on copied pages
Hugh Dickins
2020-09-19
1
-0
/
+4
*
Merge branch 'simplify-do_wp_page'
Linus Torvalds
2020-09-04
1
-25
/
+0
|
\
|
*
mm/ksm: Remove reuse_ksm_page()
Peter Xu
2020-09-04
1
-25
/
+0
*
|
Revert "powerpc/64s: Remove PROT_SAO support"
Shawn Anastasio
2020-08-24
1
-0
/
+4
*
|
mm: do page fault accounting in handle_mm_fault
Peter Xu
2020-08-12
1
-1
/
+2
*
|
Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2020-08-07
1
-4
/
+0
|
\
\
|
*
|
powerpc/64s: Remove PROT_SAO support
Nicholas Piggin
2020-07-22
1
-4
/
+0
|
|
/
*
/
treewide: Remove uninitialized_var() usage
Kees Cook
2020-07-16
1
-1
/
+1
|
/
*
mmap locking API: convert mmap_sem comments
Michel Lespinasse
2020-06-09
1
-6
/
+6
*
mmap locking API: convert mmap_sem API comments
Michel Lespinasse
2020-06-09
1
-1
/
+1
*
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-06-09
1
-17
/
+17
*
mm: ksm: fix a typo in comment "alreaady"->"already"
Ethon Paul
2020-06-04
1
-5
/
+5
*
mm/ksm: fix NULL pointer dereference when KSM zero page is enabled
Muchun Song
2020-04-21
1
-2
/
+10
*
mm: use fallthrough;
Joe Perches
2020-04-07
1
-2
/
+1
*
mm/ksm.c: update get_user_pages() argument in comment
Li Chen
2020-04-07
1
-1
/
+1
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2019-12-04
1
-0
/
+1
|
\
|
*
mm: ksm: Export ksm_madvise()
Bharata B Rao
2019-11-28
1
-0
/
+1
*
|
mm/ksm.c: don't WARN if page is still mapped in remove_stable_node()
Andrey Ryabinin
2019-11-22
1
-7
/
+7
|
/
*
mm: move memcmp_pages() and pages_identical()
Song Liu
2019-09-24
1
-18
/
+0
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482
Thomas Gleixner
2019-06-19
1
-2
/
+1
*
mm/mmu_notifier: use correct mmu_notifier events for each invalidation
Jérôme Glisse
2019-05-14
1
-2
/
+2
*
mm/mmu_notifier: contextual information for event triggering invalidation
Jérôme Glisse
2019-05-14
1
-2
/
+4
*
mm: ksm: do not block on page lock when searching stable tree
Yang Shi
2019-03-05
1
-10
/
+35
*
mm: reuse only-pte-mapped KSM page in do_wp_page()
Kirill Tkhai
2019-03-05
1
-2
/
+28
*
mm: replace all open encodings for NUMA_NO_NODE
Anshuman Khandual
2019-03-05
1
-1
/
+1
*
ksm: react on changing "sleep_millisecs" parameter faster
Kirill Tkhai
2018-12-28
1
-2
/
+8
*
mm/mmu_notifier: use structure for invalidate_range_start/end calls v2
Jérôme Glisse
2018-12-28
1
-12
/
+9
*
ksm: replace jhash2 with xxhash
Timofey Titovets
2018-12-28
1
-2
/
+2
*
include/linux/compiler*.h: make compiler-*.h mutually exclusive
Nick Desaulniers
2018-08-22
1
-2
/
+2
*
mm: fix page_freeze_refs and page_unfreeze_refs in comments
Jiang Biao
2018-08-22
1
-2
/
+2
*
mm: convert return type of handle_mm_fault() caller to vm_fault_t
Souptick Joarder
2018-08-17
1
-1
/
+1
*
dax: remove VM_MIXEDMAP for fsdax and device dax
Dave Jiang
2018-08-17
1
-0
/
+3
[next]