summaryrefslogtreecommitdiffstats
path: root/include/linux/mm_types.h
Commit message (Expand)AuthorAgeFilesLines
* mm: use 'unsigned int' for compound_dtor/compound_order on 64BITKirill A. Shutemov2015-11-061-0/+11
* mm: make compound_head() robustKirill A. Shutemov2015-11-061-4/+18
* mm: pack compound_dtor and compound_order into one word in struct pageKirill A. Shutemov2015-11-061-4/+2
* mm: drop page->slab_pageKirill A. Shutemov2015-11-061-1/+0
* mm: hugetlb: proc: add HugetlbPages field to /proc/PID/statusNaoya Horiguchi2015-11-051-0/+3
* mm: drop __nocast from vm_flags_t definitionKirill A. Shutemov2015-09-081-1/+1
* x86, mm: trace when an IPI is about to be sentMel Gorman2015-09-041-0/+1
* userfaultfd: add vm_userfaultfd_ctx to the vm_area_structAndrea Arcangeli2015-09-041-0/+11
* mm: make page pfmemalloc check more robustMichal Hocko2015-08-211-9/+0
* mm/net: Rename and move page fragment handling from net/ to mm/Alexander Duyck2015-05-121-0/+18
* mm: rcu-protected get_mm_exe_file()Konstantin Khlebnikov2015-04-171-1/+1
* mm: do not add nr_pmds into mm_struct if PMD is foldedKirill A. Shutemov2015-04-141-0/+2
* mm: account pmd page tables to the processKirill A. Shutemov2015-02-111-1/+2
* mm: add fields for compound destructor and order into struct pageKirill A. Shutemov2015-02-111-0/+8
* mm: replace vma->sharead.linear with vma->sharedKirill A. Shutemov2015-02-101-5/+3
* rmap: drop support of non-linear mappingsKirill A. Shutemov2015-02-101-3/+1
* mm/debug-pagealloc: prepare boottime configurable on/offJoonsoo Kim2014-12-131-4/+0
* mm: move swp_entry_t definition to include/linux/mm_types.hTejun Heo2014-12-131-0/+8
* mm: embed the memcg pointer directly into struct pageJohannes Weiner2014-12-101-0/+5
* x86, mpx: On-demand kernel allocation of bounds tablesDave Hansen2014-11-181-0/+4
* fork/exec: cleanup mm initializationVladimir Davydov2014-08-081-0/+1
* x86/mm: Add tracepoints for TLB flushesDave Hansen2014-07-311-0/+8
* Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds2014-06-051-0/+6
|\
| * x86, mm: Improve _install_special_mapping and fix x86 vdso namingAndy Lutomirski2014-05-201-0/+6
* | memcg: kill CONFIG_MM_OWNEROleg Nesterov2014-06-041-1/+1
|/
* Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2014-04-131-1/+2
|\
| * mm: slab/slub: use page->list consistently instead of page->lruDave Hansen2014-04-111-1/+2
* | mm: per-thread vma cachingDavidlohr Bueso2014-04-071-2/+2
|/
* mm: do not allocate page->ptl dynamically, if spinlock_t fits to longKirill A. Shutemov2013-12-201-1/+2
* mm: numa: guarantee that tlb_flush_pending updates are visible before page ta...Mel Gorman2013-12-181-1/+6
* mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel2013-12-181-0/+44
* Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2013-11-221-8/+16
|\
| * slab: use struct page for slab managementJoonsoo Kim2013-10-241-8/+13
| * slab: overloading the RCU head over the LRU for RCU freeJoonsoo Kim2013-10-241-0/+3
* | mm: place page->pmd_huge_pte to right unionKirill A. Shutemov2013-11-211-3/+3
* | mm: properly separate the bloated ptl from the regular casePeter Zijlstra2013-11-151-4/+5
* | mm: dynamically allocate page->ptl if it cannot be embedded to struct pageKirill A. Shutemov2013-11-151-1/+4
* | mm: implement split page table lock for PMD levelKirill A. Shutemov2013-11-151-1/+6
* | mm: convert mm->nr_ptes to atomic_long_tKirill A. Shutemov2013-11-151-1/+1
* | mm: rename USE_SPLIT_PTLOCKS to USE_SPLIT_PTE_PTLOCKSKirill A. Shutemov2013-11-151-4/+4
* | sched/numa: Remove the numa_balancing_scan_period_reset sysctlMel Gorman2013-10-091-3/+0
* | mm: numa: Change page last {nid,pid} into {cpu,pid}Peter Zijlstra2013-10-091-2/+2
* | sched/numa: Set preferred NUMA node based on number of private faultsMel Gorman2013-10-091-2/+2
* | Revert "mm: sched: numa: Delay PTE scanning until a task is scheduled on a ne...Mel Gorman2013-10-091-10/+0
* | Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds2013-09-131-2/+3
|\ \ | |/ |/|
| * aio: convert the ioctx list to table lookup v3Benjamin LaHaise2013-07-301-2/+3
* | x86 get_unmapped_area: Access mmap_legacy_base through mm_struct memberRadu Caragea2013-08-221-0/+1
|/
* mm: remove free_area_cacheMichel Lespinasse2013-07-101-3/+0
* mm: fold page->_last_nid into page->flags where possiblePeter Zijlstra2013-02-231-1/+1
* mm: move page flags layout to separate headerPeter Zijlstra2013-02-231-0/+1
OpenPOWER on IntegriCloud