summaryrefslogtreecommitdiffstats
path: root/include/linux/mm_types.h
Commit message (Expand)AuthorAgeFilesLines
* mm/vmacache, sched/headers: Introduce 'struct vmacache' and move it from <lin...Ingo Molnar2017-03-021-0/+12
* mm: clarify mm_struct.mm_{users,count} documentationVegard Nossum2017-02-271-2/+21
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-181-4/+0
|\
| * x86/mpx: Move bd_addr to mm_context_tMark Rutland2016-12-171-4/+0
* | mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman2016-11-221-0/+1
|/
* kernel, oom: fix potential pgd_lock deadlock from __mmdropMichal Hocko2016-10-071-2/+0
* mm, vmscan: move lru_lock to the nodeMel Gorman2016-07-281-1/+1
* mm: clean up non-standard page->_mapcount usersVladimir Davydov2016-07-261-0/+5
* mm: remove pointless struct in struct page definitionVladimir Davydov2016-07-261-36/+32
* x86/vdso: Add mremap hook to vm_special_mappingDmitry Safonov2016-07-081-0/+3
* mm: oom_reaper: remove some bloatMichal Hocko2016-05-261-0/+2
* mm, oom_reaper: do not mmput synchronously from the oom reaper contextMichal Hocko2016-05-201-0/+2
* mm: rename _count, field of the struct page, to _refcountJoonsoo Kim2016-05-191-5/+9
* mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-1/+1
* Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar2016-02-181-3/+3
|\
| * mm: polish virtual memory accountingKonstantin Khlebnikov2016-02-031-3/+3
* | Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new c...Ingo Molnar2016-01-291-18/+16
|\|
| * mm, dax, pmem: introduce {get|put}_dev_pagemap() for dax-gupDan Williams2016-01-151-0/+5
| * thp: introduce deferred_split_huge_page()Kirill A. Shutemov2016-01-151-0/+2
| * mm: rework mapcount accounting to enable 4k mapping of THPsKirill A. Shutemov2016-01-151-0/+1
| * mm: drop tail page refcountingKirill A. Shutemov2016-01-151-14/+3
| * mm: rework virtual memory accountingKonstantin Khlebnikov2016-01-141-1/+1
| * mm, shmem: add internal shmem resident memory accountingJerome Marchand2016-01-141-3/+4
* | mm: Add a vm_special_mapping.fault() methodAndy Lutomirski2016-01-121-3/+19
|/
* 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
|\