Age | Commit message (Expand) | Author |
2016-02-03 | mm: polish virtual memory accounting | Konstantin Khlebnikov |
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 |
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 |
2013-11-21 | mm: place page->pmd_huge_pte to right union | Kirill A. Shutemov |
2013-11-15 | mm: properly separate the bloated ptl from the regular case | Peter Zijlstra |
2013-11-15 | mm: dynamically allocate page->ptl if it cannot be embedded to struct page | Kirill A. Shutemov |
2013-11-15 | mm: implement split page table lock for PMD level | Kirill A. Shutemov |
2013-11-15 | mm: convert mm->nr_ptes to atomic_long_t | Kirill A. Shutemov |
2013-11-15 | mm: rename USE_SPLIT_PTLOCKS to USE_SPLIT_PTE_PTLOCKS | Kirill A. Shutemov |
2013-10-24 | slab: use struct page for slab management | Joonsoo Kim |
2013-10-24 | slab: overloading the RCU head over the LRU for RCU free | Joonsoo Kim |
2013-10-09 | sched/numa: Remove the numa_balancing_scan_period_reset sysctl | Mel Gorman |
2013-10-09 | mm: numa: Change page last {nid,pid} into {cpu,pid} | Peter Zijlstra |
2013-10-09 | sched/numa: Set preferred NUMA node based on number of private faults | Mel Gorman |