Age | Commit message (Expand) | Author |
2016-07-28 | mm, vmscan: move lru_lock to the node | Mel Gorman |
2016-07-26 | mm: clean up non-standard page->_mapcount users | Vladimir Davydov |
2016-07-26 | mm: remove pointless struct in struct page definition | Vladimir Davydov |
2016-07-08 | x86/vdso: Add mremap hook to vm_special_mapping | Dmitry Safonov |
2016-05-26 | mm: oom_reaper: remove some bloat | Michal Hocko |
2016-05-20 | mm, oom_reaper: do not mmput synchronously from the oom reaper context | Michal Hocko |
2016-05-19 | mm: rename _count, field of the struct page, to _refcount | Joonsoo Kim |
2016-04-04 | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage | Kirill A. Shutemov |
2016-02-18 | Merge branch 'x86/urgent' into x86/asm, to pick up fixes | Ingo Molnar |
2016-02-03 | mm: polish virtual memory accounting | Konstantin Khlebnikov |
2016-01-29 | Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new c... | Ingo Molnar |
2016-01-15 | mm, dax, pmem: introduce {get|put}_dev_pagemap() for dax-gup | Dan Williams |
2016-01-15 | thp: introduce deferred_split_huge_page() | Kirill A. Shutemov |
2016-01-15 | mm: rework mapcount accounting to enable 4k mapping of THPs | Kirill A. Shutemov |
2016-01-15 | mm: drop tail page refcounting | Kirill A. Shutemov |
2016-01-14 | mm: rework virtual memory accounting | Konstantin Khlebnikov |
2016-01-14 | mm, shmem: add internal shmem resident memory accounting | Jerome Marchand |
2016-01-12 | mm: Add a vm_special_mapping.fault() method | Andy Lutomirski |
2015-11-06 | mm: use 'unsigned int' for compound_dtor/compound_order on 64BIT | Kirill A. Shutemov |
2015-11-06 | mm: make compound_head() robust | Kirill A. Shutemov |
2015-11-06 | mm: pack compound_dtor and compound_order into one word in struct page | Kirill A. Shutemov |
2015-11-06 | mm: drop page->slab_page | Kirill A. Shutemov |
2015-11-05 | mm: hugetlb: proc: add HugetlbPages field to /proc/PID/status | Naoya Horiguchi |
2015-09-08 | mm: drop __nocast from vm_flags_t definition | Kirill A. Shutemov |
2015-09-04 | x86, mm: trace when an IPI is about to be sent | Mel Gorman |
2015-09-04 | userfaultfd: add vm_userfaultfd_ctx to the vm_area_struct | Andrea Arcangeli |
2015-08-21 | mm: make page pfmemalloc check more robust | Michal Hocko |
2015-05-12 | mm/net: Rename and move page fragment handling from net/ to mm/ | Alexander Duyck |
2015-04-17 | mm: rcu-protected get_mm_exe_file() | Konstantin Khlebnikov |
2015-04-14 | mm: do not add nr_pmds into mm_struct if PMD is folded | Kirill A. Shutemov |
2015-02-11 | mm: account pmd page tables to the process | Kirill A. Shutemov |
2015-02-11 | mm: add fields for compound destructor and order into struct page | Kirill A. Shutemov |
2015-02-10 | mm: replace vma->sharead.linear with vma->shared | Kirill A. Shutemov |
2015-02-10 | rmap: drop support of non-linear mappings | Kirill A. Shutemov |
2014-12-13 | mm/debug-pagealloc: prepare boottime configurable on/off | Joonsoo Kim |
2014-12-13 | mm: move swp_entry_t definition to include/linux/mm_types.h | Tejun Heo |
2014-12-10 | mm: embed the memcg pointer directly into struct page | Johannes Weiner |
2014-11-18 | x86, mpx: On-demand kernel allocation of bounds tables | Dave Hansen |
2014-08-08 | fork/exec: cleanup mm initialization | Vladimir Davydov |
2014-07-31 | x86/mm: Add tracepoints for TLB flushes | Dave Hansen |
2014-06-05 | Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/... | Linus Torvalds |
2014-06-04 | memcg: kill CONFIG_MM_OWNER | Oleg Nesterov |
2014-05-20 | x86, mm: Improve _install_special_mapping and fix x86 vdso naming | Andy Lutomirski |
2014-04-13 | Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen... | Linus Torvalds |
2014-04-11 | mm: slab/slub: use page->list consistently instead of page->lru | Dave Hansen |
2014-04-07 | mm: per-thread vma caching | Davidlohr Bueso |
2013-12-20 | mm: do not allocate page->ptl dynamically, if spinlock_t fits to long | Kirill A. Shutemov |
2013-12-18 | mm: numa: guarantee that tlb_flush_pending updates are visible before page ta... | Mel Gorman |
2013-12-18 | mm: fix TLB flush race between migration, and change_protection_range | Rik van Riel |
2013-11-22 | Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen... | Linus Torvalds |