| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-04-21 | mm: add new KSM process and sysfs knobs | Stefan Roesch | 1 | -0/+21 |
| 2023-04-21 | mm: add new api to enable ksm per process | Stefan Roesch | 1 | -17/+87 |
| 2023-04-18 | mm: ksm: support hwpoison for ksm page | Longlong Xia | 1 | -0/+45 |
| 2023-03-28 | mm: add tracepoints to ksm | Stefan Roesch | 1 | -2/+19 |
| 2023-03-23 | mm/ksm: fix race with VMA iteration and mm_struct teardown | Liam R. Howlett | 1 | -2/+9 |
| 2023-02-10 | Merge branch 'mm-hotfixes-stable' into mm-stable | Andrew Morton | 1 | -2/+5 |
| 2023-02-09 | mm: hwpoison: support recovery from ksm_might_need_to_copy() | Kefeng Wang | 1 | -2/+5 |
| 2023-02-02 | mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only export | Alistair Popple | 1 | -3/+2 |
| 2022-12-11 | mm/ksm: convert break_ksm() to use walk_page_range_vma() | David Hildenbrand | 1 | -10/+39 |
| 2022-12-11 | mm/ksm: fix KSM COW breaking with userfaultfd-wp via FAULT_FLAG_UNSHARE | David Hildenbrand | 1 | -7/+5 |
| 2022-12-11 | mm/ksm: simplify break_ksm() to not rely on VM_FAULT_WRITE | David Hildenbrand | 1 | -12/+13 |
| 2022-11-30 | mm/autonuma: use can_change_(pte|pmd)_writable() to replace savedwrite | David Hildenbrand | 1 | -5/+4 |
| 2022-11-08 | memory: move hotplug memory notifier priority to same file for easy sorting | Liu Shixin | 1 | -1/+1 |
| 2022-10-03 | ksm: use a folio in replace_page() | Matthew Wilcox (Oracle) | 1 | -3/+5 |
| 2022-10-03 | ksm: convert to use common struct mm_slot | Qi Zheng | 1 | -76/+56 |
| 2022-10-03 | ksm: convert ksm_mm_slot.link to ksm_mm_slot.hash | Qi Zheng | 1 | -7/+7 |
| 2022-10-03 | ksm: convert ksm_mm_slot.mm_list to ksm_mm_slot.mm_node | Qi Zheng | 1 | -20/+20 |
| 2022-10-03 | ksm: add the ksm prefix to the names of the ksm private structures | Qi Zheng | 1 | -108/+108 |
| 2022-09-26 | ksm: count allocated ksm rmap_items for each process | xu xin | 1 | -0/+2 |
| 2022-09-26 | mm: fix the handling Non-LRU pages returned by follow_page | Haiyue Wang | 1 | -3/+9 |
| 2022-09-26 | mm/ksm: use vma iterators instead of vma linked list | Matthew Wilcox (Oracle) | 1 | -7/+11 |
| 2022-09-11 | mm: fix PageAnonExclusive clearing racing with concurrent RCU GUP-fast | David Hildenbrand | 1 | -0/+1 |
| 2022-09-11 | mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds hugepage | Zach O'Keefe | 1 | -0/+10 |
| 2022-08-05 | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -5/+5 |
| 2022-08-02 | mm/folio-compat: Remove migration compatibility functions | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-07-17 | mm: handling Non-LRU pages returned by vm_normal_pages | Alex Sierra | 1 | -3/+3 |
| 2022-06-27 | docs: rename Documentation/vm to Documentation/mm | Mike Rapoport | 1 | -2/+2 |
| 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 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482 | Thomas Gleixner | 1 | -2/+1 |
| 2019-05-14 | mm/mmu_notifier: use correct mmu_notifier events for each invalidation | Jérôme Glisse | 1 | -2/+2 |
| 2019-05-14 | mm/mmu_notifier: contextual information for event triggering invalidation | Jérôme Glisse | 1 | -2/+4 |
| 2019-03-05 | mm: ksm: do not block on page lock when searching stable tree | Yang Shi | 1 | -10/+35 |
| 2019-03-05 | mm: reuse only-pte-mapped KSM page in do_wp_page() | Kirill Tkhai | 1 | -2/+28 |
| 2019-03-05 | mm: replace all open encodings for NUMA_NO_NODE | Anshuman Khandual | 1 | -1/+1 |
| 2018-12-28 | ksm: react on changing "sleep_millisecs" parameter faster | Kirill Tkhai | 1 | -2/+8 |
| 2018-12-28 | mm/mmu_notifier: use structure for invalidate_range_start/end calls v2 | Jérôme Glisse | 1 | -12/+9 |
| 2018-12-28 | ksm: replace jhash2 with xxhash | Timofey Titovets | 1 | -2/+2 |
| 2018-08-22 | include/linux/compiler*.h: make compiler-*.h mutually exclusive | Nick Desaulniers | 1 | -2/+2 |
| 2018-08-22 | mm: fix page_freeze_refs and page_unfreeze_refs in comments | Jiang Biao | 1 | -2/+2 |
| 2018-08-17 | mm: convert return type of handle_mm_fault() caller to vm_fault_t | Souptick Joarder | 1 | -1/+1 |
| 2018-08-17 | dax: remove VM_MIXEDMAP for fsdax and device dax | Dave Jiang | 1 | -0/+3 |
| 2018-06-15 | mm/ksm.c: ignore STABLE_FLAG of rmap_item->address in rmap_walk_ksm() | Jia He | 1 | -4/+10 |
| 2018-06-07 | mm/ksm: move [set_]page_stable_node from ksm.h to ksm.c | Mike Rapoport | 1 | -0/+11 |
| 2018-04-27 | mm/ksm: docs: extend overview comment and make it "DOC:" | Mike Rapoport | 1 | -1/+18 |
| 2018-04-16 | Merge branch 'mm-rst' into docs-next | Jonathan Corbet | 1 | -2/+2 |
| 2018-04-16 | docs/vm: rename documentation files to .rst | Mike Rapoport | 1 | -2/+2 |
| 2018-04-11 | mm/ksm.c: fix inconsistent accounting of zero pages | Claudio Imbrenda | 1 | -0/+7 |
| 2018-04-05 | mm/ksm: fix interaction with THP | Claudio Imbrenda | 1 | -0/+28 |
| 2018-04-05 | mm/ksm.c: make stable_node_dup() static | Colin Ian King | 1 | -4/+4 |
| 2018-03-18 | sparc64: Add support for ADI (Application Data Integrity) | Khalid Aziz | 1 | -0/+4 |
| 2018-02-06 | mm: docs: fixup punctuation | Mike Rapoport | 1 | -1/+1 |
| 2017-12-04 | mm/ksm: Remove now-redundant smp_read_barrier_depends() | Paul E. McKenney | 1 | -8/+1 |
| 2017-11-15 | mm/mmu_notifier: avoid double notification when it is useless | Jérôme Glisse | 1 | -2/+13 |
| 2017-10-03 | ksm: fix unlocked iteration over vmas in cmp_and_merge_page() | Kirill Tkhai | 1 | -1/+4 |
| 2017-09-06 | mm/ksm.c: constify attribute_group structures | Arvind Yadav | 1 | -1/+1 |
| 2017-08-10 | mm: fix KSM data corruption | Minchan Kim | 1 | -1/+2 |
| 2017-07-06 | ksm: optimize refile of stable_node_dup at the head of the chain | Andrea Arcangeli | 1 | -12/+23 |
| 2017-07-06 | ksm: swap the two output parameters of chain/chain_prune | Andrea Arcangeli | 1 | -26/+52 |
| 2017-07-06 | ksm: cleanup stable_node chain collapse case | Andrea Arcangeli | 1 | -22/+28 |
| 2017-07-06 | ksm: fix use after free with merge_across_nodes = 0 | Andrea Arcangeli | 1 | -11/+55 |
| 2017-07-06 | ksm: introduce ksm_max_page_sharing per page deduplication limit | Andrea Arcangeli | 1 | -66/+667 |
| 2017-06-02 | ksm: prevent crash after write_protect_page fails | Andrea Arcangeli | 1 | -2/+1 |
| 2017-05-03 | mm: make rmap_one boolean function | Minchan Kim | 1 | -1/+1 |
| 2017-05-03 | mm: make rmap_walk() return void | Minchan Kim | 1 | -10/+6 |
| 2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
| 2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
| 2017-02-27 | mm: add new mmgrab() helper | Vegard Nossum | 1 | -1/+1 |
| 2017-02-24 | mm/ksm: handle protnone saved writes when making page write protect | Aneesh Kumar K.V | 1 | -2/+7 |
| 2017-02-24 | mm, ksm: convert write_protect_page() to use page_vma_mapped_walk() | Kirill A. Shutemov | 1 | -16/+18 |
| 2017-02-24 | mm/ksm: improve deduplication of zero pages with colouring | Claudio Imbrenda | 1 | -3/+65 |
| 2016-10-07 | mm,ksm: add __GFP_HIGH to the allocation in alloc_stable_node() | zhong jiang | 1 | -1/+6 |
| 2016-09-28 | mm,ksm: fix endless looping in allocating memory when ksm enable | zhong jiang | 1 | -1/+2 |
| 2016-07-26 | mm: do not pass mm_struct into handle_mm_fault | Kirill A. Shutemov | 1 | -3/+2 |
| 2016-07-26 | mm: migrate: support non-lru movable page migration | Minchan Kim | 1 | -2/+2 |
| 2016-05-12 | ksm: fix conflict between mmput and scan_get_next_rmap_item | Zhou Chengming | 1 | -5/+10 |
| 2016-02-18 | mm/core: Do not enforce PKEY permissions on remote mm access | Dave Hansen | 1 | -2/+8 |
| 2016-02-16 | mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm | Dave Hansen | 1 | -1/+1 |
| 2016-01-15 | mm/ksm.c: mark stable page dirty | Minchan Kim | 1 | -0/+6 |
| 2016-01-15 | ksm: prepare to new THP semantics | Kirill A. Shutemov | 1 | -47/+10 |
| 2016-01-15 | rmap: add argument to charge compound page | Kirill A. Shutemov | 1 | -2/+2 |
| 2016-01-15 | page-flags: define PG_locked behavior on compound pages | Kirill A. Shutemov | 1 | -1/+1 |
| 2016-01-14 | mm/ksm.c: use list_for_each_entry_safe | Geliang Tang | 1 | -13/+7 |
| 2015-11-05 | ksm: unstable_tree_search_insert error checking cleanup | Andrea Arcangeli | 1 | -2/+3 |
| 2015-11-05 | ksm: use find_mergeable_vma in try_to_merge_with_ksm_page | Andrea Arcangeli | 1 | -6/+2 |
| 2015-11-05 | ksm: use the helper method to do the hlist_empty check | Andrea Arcangeli | 1 | -1/+1 |
| 2015-11-05 | ksm: don't fail stable tree lookups if walking over stale stable_nodes | Andrea Arcangeli | 1 | -5/+27 |
| 2015-11-05 | ksm: add cond_resched() to the rmap_walks | Andrea Arcangeli | 1 | -0/+2 |
| 2015-04-15 | mm: remove rest of ACCESS_ONCE() usages | Jason Low | 1 | -5/+5 |
| 2015-02-10 | mm: remove rest usage of VM_NONLINEAR and pte_file() | Kirill A. Shutemov | 1 | -1/+1 |
| 2015-01-29 | vm: add VM_FAULT_SIGSEGV handling support | Linus Torvalds | 1 | -1/+1 |
| 2014-11-13 | mmu_notifier: call mmu_notifier_invalidate_range() from VMM | Joerg Roedel | 1 | -2/+2 |
| 2014-10-09 | mm: ksm use pr_err instead of printk | Paul McQuade | 1 | -2/+2 |
| 2014-07-16 | sched: Remove proliferation of wait_on_bit() action functions | NeilBrown | 1 | -7/+1 |
| 2014-06-23 | mm: let mm_find_pmd fix buggy race with THP fault | Hugh Dickins | 1 | -1/+0 |
| 2014-03-04 | mm: close PageTail race | David Rientjes | 1 | -1/+1 |
| 2014-01-23 | mm: audit/fix non-modular users of module_init in core code | Paul Gortmaker | 1 | -1/+1 |
| 2014-01-23 | mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE | Sasha Levin | 1 | -6/+6 |
| 2014-01-21 | mm/rmap: use rmap_walk() in page_referenced() | Joonsoo Kim | 1 | -55/+5 |
| 2014-01-21 | mm/rmap: use rmap_walk() in try_to_munlock() | Joonsoo Kim | 1 | -50/+0 |
| 2014-01-21 | mm/rmap: use rmap_walk() in try_to_unmap() | Joonsoo Kim | 1 | -2/+2 |
| 2014-01-21 | mm/rmap: extend rmap_walk_xxx() to cope with different cases | Joonsoo Kim | 1 | -0/+7 |
| 2014-01-21 | mm/rmap: make rmap_walk to get the rmap_walk_control argument | Joonsoo Kim | 1 | -3/+3 |
| 2013-11-13 | ksm: remove redundant __GFP_ZERO from kcalloc | Joe Perches | 1 | -2/+2 |
| 2013-09-11 | mm: replace strict_strtoul() with kstrtoul() | Jingoo Han | 1 | -3/+3 |
| 2013-03-08 | ksm: fix m68k build: only NUMA needs pfn_to_nid | Hugh Dickins | 1 | -1/+1 |
| 2013-02-27 | hlist: drop the node parameter from iterators | Sasha Levin | 1 | -10/+5 |
| 2013-02-23 | ksm: allocate roots when needed | Hugh Dickins | 1 | -23/+49 |
| 2013-02-23 | mm,ksm: FOLL_MIGRATION do migration_entry_wait | Hugh Dickins | 1 | -1/+1 |
| 2013-02-23 | ksm: shrink 32-bit rmap_item back to 32 bytes | Hugh Dickins | 1 | -12/+14 |
| 2013-02-23 | ksm: treat unstable nid like in stable tree | Hugh Dickins | 1 | -10/+9 |
| 2013-02-23 | ksm: add some comments | Hugh Dickins | 1 | -4/+14 |
| 2013-02-23 | ksm: stop hotremove lockdep warning | Hugh Dickins | 1 | -14/+41 |
| 2013-02-23 | ksm: make !merge_across_nodes migration safe | Hugh Dickins | 1 | -30/+134 |
| 2013-02-23 | ksm: make KSM page migration possible | Hugh Dickins | 1 | -21/+73 |
| 2013-02-23 | ksm: remove old stable nodes more thoroughly | Hugh Dickins | 1 | -4/+79 |
| 2013-02-23 | ksm: get_ksm_page locked | Hugh Dickins | 1 | -10/+13 |
| 2013-02-23 | ksm: reorganize ksm_check_stable_tree | Hugh Dickins | 1 | -16/+22 |
| 2013-02-23 | ksm: trivial tidyups | Hugh Dickins | 1 | -26/+22 |
| 2013-02-23 | ksm: allow trees per NUMA node | Petr Holasek | 1 | -19/+132 |
| 2013-02-23 | mm/ksm.c: use new hashtable implementation | Sasha Levin | 1 | -18/+12 |
| 2013-02-23 | mm: reduce rmap overhead for ex-KSM page copies created on swap faults | Johannes Weiner | 1 | -6/+0 |
| 2012-12-20 | ksm: make rmap walks more scalable | Hugh Dickins | 1 | -8/+8 |
| 2012-12-16 | Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -3/+3 |
| 2012-12-11 | mm, oom: fix race when specifying a thread as the oom origin | David Rientjes | 1 | -5/+2 |
| 2012-12-11 | mm, oom: change type of oom_score_adj to short | David Rientjes | 1 | -1/+1 |
| 2012-12-11 | mm: introduce mm_find_pmd() | Bob Liu | 1 | -12/+2 |
| 2012-12-11 | mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalable | Ingo Molnar | 1 | -3/+3 |
| 2012-10-09 | mm: wrap calls to set_pte_at_notify with invalidate_range_start and invalidat... | Haggai Eran | 1 | -2/+19 |
| 2012-10-09 | mm: remove vma arg from page_evictable | Hugh Dickins | 1 | -1/+1 |
| 2012-10-09 | mm anon rmap: replace same_anon_vma linked list with an interval tree. | Michel Lespinasse | 1 | -3/+6 |
| 2012-10-09 | mm: kill vma flag VM_RESERVED and mm->reserved_vm counter | Konstantin Khlebnikov | 1 | -2/+1 |
| 2012-10-09 | mm: kill vma flag VM_INSERTPAGE | Konstantin Khlebnikov | 1 | -1/+1 |
| 2012-10-09 | mm: introduce arch-specific vma flag VM_ARCH_1 | Konstantin Khlebnikov | 1 | -1/+6 |
| 2012-03-21 | ksm: cleanup: introduce find_mergeable_vma() | Bob Liu | 1 | -15/+19 |
| 2012-03-20 | mm: remove the second argument of k[un]map_atomic() | Cong Wang | 1 | -6/+6 |
| 2012-03-05 | memcg: fix GPF when cgroup removal races with last exit | Hugh Dickins | 1 | -11/+0 |
| 2012-01-12 | memcg: clear pc->mem_cgroup if necessary. | KAMEZAWA Hiroyuki | 1 | -0/+11 |
| 2011-10-31 | oom: fix race while temporarily setting current's oom_score_adj | David Rientjes | 1 | -1/+2 |
| 2011-06-15 | ksm: fix NULL pointer dereference in scan_get_next_rmap_item() | Hugh Dickins | 1 | -0/+6 |
| 2011-05-25 | oom: replace PF_OOM_ORIGIN with toggling oom_score_adj | David Rientjes | 1 | -2/+5 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
| 2011-03-22 | mm: rename drop_anon_vma() to put_anon_vma() | Peter Zijlstra | 1 | -18/+5 |
| 2011-01-13 | ksm: drain pagevecs to lru | Hugh Dickins | 1 | -0/+12 |
| 2011-01-13 | thp: add compound_trans_head() helper | Andrea Arcangeli | 1 | -12/+3 |
| 2011-01-13 | thp: KSM on THP | Andrea Arcangeli | 1 | -9/+58 |
| 2011-01-13 | thp: freeze khugepaged and ksmd | Andrea Arcangeli | 1 | -2/+6 |
| 2011-01-13 | thp: skip transhuge pages in ksm for now | Andrea Arcangeli | 1 | -4/+15 |
| 2011-01-13 | thp: ksm: free swap when swapcache page is replaced | Hugh Dickins | 1 | -0/+2 |
| 2010-12-02 | ksm: annotate ksm_thread_mutex is no deadlock source | KOSAKI Motohiro | 1 | -1/+6 |
| 2010-10-04 | ksm: fix bad user data when swapping | Hugh Dickins | 1 | -2/+4 |
| 2010-09-09 | mm: fix swapin race condition | Andrea Arcangeli | 1 | -3/+0 |