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