aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mm_types.h
AgeCommit message (Expand)Author
2015-09-08mm: drop __nocast from vm_flags_t definitionKirill A. Shutemov
2015-09-04x86, mm: trace when an IPI is about to be sentMel Gorman
2015-09-04userfaultfd: add vm_userfaultfd_ctx to the vm_area_structAndrea Arcangeli
2015-08-21mm: make page pfmemalloc check more robustMichal Hocko
2015-05-12mm/net: Rename and move page fragment handling from net/ to mm/Alexander Duyck
2015-04-17mm: rcu-protected get_mm_exe_file()Konstantin Khlebnikov
2015-04-14mm: do not add nr_pmds into mm_struct if PMD is foldedKirill A. Shutemov
2015-02-11mm: account pmd page tables to the processKirill A. Shutemov
2015-02-11mm: add fields for compound destructor and order into struct pageKirill A. Shutemov
2015-02-10mm: replace vma->sharead.linear with vma->sharedKirill A. Shutemov
2015-02-10rmap: drop support of non-linear mappingsKirill A. Shutemov
2014-12-13mm/debug-pagealloc: prepare boottime configurable on/offJoonsoo Kim
2014-12-13mm: move swp_entry_t definition to include/linux/mm_types.hTejun Heo
2014-12-10mm: embed the memcg pointer directly into struct pageJohannes Weiner
2014-11-18x86, mpx: On-demand kernel allocation of bounds tablesDave Hansen
2014-08-08fork/exec: cleanup mm initializationVladimir Davydov
2014-07-31x86/mm: Add tracepoints for TLB flushesDave Hansen
2014-06-05Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds
2014-06-04memcg: kill CONFIG_MM_OWNEROleg Nesterov
2014-05-20x86, mm: Improve _install_special_mapping and fix x86 vdso namingAndy Lutomirski
2014-04-13Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds
2014-04-11mm: slab/slub: use page->list consistently instead of page->lruDave Hansen
2014-04-07mm: per-thread vma cachingDavidlohr Bueso
2013-12-20mm: do not allocate page->ptl dynamically, if spinlock_t fits to longKirill A. Shutemov
2013-12-18mm: numa: guarantee that tlb_flush_pending updates are visible before page ta...Mel Gorman
2013-12-18mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel
2013-11-22Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds
2013-11-21mm: place page->pmd_huge_pte to right unionKirill A. Shutemov
2013-11-15mm: properly separate the bloated ptl from the regular casePeter Zijlstra
2013-11-15mm: dynamically allocate page->ptl if it cannot be embedded to struct pageKirill A. Shutemov
2013-11-15mm: implement split page table lock for PMD levelKirill A. Shutemov
2013-11-15mm: convert mm->nr_ptes to atomic_long_tKirill A. Shutemov
2013-11-15mm: rename USE_SPLIT_PTLOCKS to USE_SPLIT_PTE_PTLOCKSKirill A. Shutemov
2013-10-24slab: use struct page for slab managementJoonsoo Kim
2013-10-24slab: overloading the RCU head over the LRU for RCU freeJoonsoo Kim
2013-10-09sched/numa: Remove the numa_balancing_scan_period_reset sysctlMel Gorman
2013-10-09mm: numa: Change page last {nid,pid} into {cpu,pid}Peter Zijlstra
2013-10-09sched/numa: Set preferred NUMA node based on number of private faultsMel Gorman
2013-10-09Revert "mm: sched: numa: Delay PTE scanning until a task is scheduled on a ne...Mel Gorman
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds
2013-08-22x86 get_unmapped_area: Access mmap_legacy_base through mm_struct memberRadu Caragea
2013-07-30aio: convert the ioctx list to table lookup v3Benjamin LaHaise
2013-07-10mm: remove free_area_cacheMichel Lespinasse
2013-02-23mm: fold page->_last_nid into page->flags where possiblePeter Zijlstra
2013-02-23mm: move page flags layout to separate headerPeter Zijlstra
2013-02-23mm: numa: fix minor typo in numa_next_scanMel Gorman
2012-12-18Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-12-11mm: rearrange vm_area_struct for fewer cache missesRik van Riel
2012-12-11mm: augment vma rbtree with rb_subtree_gapMichel Lespinasse