aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mm_types.h
AgeCommit message (Expand)AuthorFilesLines
2016-12-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-4/+0
2016-12-17x86/mpx: Move bd_addr to mm_context_tGravatar Mark Rutland 1-4/+0
2016-11-22mm: Add a user_ns owner to mm_struct and fix ptrace permission checksGravatar Eric W. Biederman 1-0/+1
2016-10-07kernel, oom: fix potential pgd_lock deadlock from __mmdropGravatar Michal Hocko 1-2/+0
2016-07-28mm, vmscan: move lru_lock to the nodeGravatar Mel Gorman 1-1/+1
2016-07-26mm: clean up non-standard page->_mapcount usersGravatar Vladimir Davydov 1-0/+5
2016-07-26mm: remove pointless struct in struct page definitionGravatar Vladimir Davydov 1-36/+32
2016-07-08x86/vdso: Add mremap hook to vm_special_mappingGravatar Dmitry Safonov 1-0/+3
2016-05-26mm: oom_reaper: remove some bloatGravatar Michal Hocko 1-0/+2
2016-05-20mm, oom_reaper: do not mmput synchronously from the oom reaper contextGravatar Michal Hocko 1-0/+2
2016-05-19mm: rename _count, field of the struct page, to _refcountGravatar Joonsoo Kim 1-5/+9
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageGravatar Kirill A. Shutemov 1-1/+1
2016-02-18Merge branch 'x86/urgent' into x86/asm, to pick up fixesGravatar Ingo Molnar 1-3/+3
2016-02-03mm: polish virtual memory accountingGravatar Konstantin Khlebnikov 1-3/+3
2016-01-29Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new c...Gravatar Ingo Molnar 1-18/+16
2016-01-15mm, dax, pmem: introduce {get|put}_dev_pagemap() for dax-gupGravatar Dan Williams 1-0/+5
2016-01-15thp: introduce deferred_split_huge_page()Gravatar Kirill A. Shutemov 1-0/+2
2016-01-15mm: rework mapcount accounting to enable 4k mapping of THPsGravatar Kirill A. Shutemov 1-0/+1
2016-01-15mm: drop tail page refcountingGravatar Kirill A. Shutemov 1-14/+3
2016-01-14mm: rework virtual memory accountingGravatar Konstantin Khlebnikov 1-1/+1
2016-01-14mm, shmem: add internal shmem resident memory accountingGravatar Jerome Marchand 1-3/+4
2016-01-12mm: Add a vm_special_mapping.fault() methodGravatar Andy Lutomirski 1-3/+19
2015-11-06mm: use 'unsigned int' for compound_dtor/compound_order on 64BITGravatar Kirill A. Shutemov 1-0/+11
2015-11-06mm: make compound_head() robustGravatar Kirill A. Shutemov 1-4/+18
2015-11-06mm: pack compound_dtor and compound_order into one word in struct pageGravatar Kirill A. Shutemov 1-4/+2
2015-11-06mm: drop page->slab_pageGravatar Kirill A. Shutemov 1-1/+0
2015-11-05mm: hugetlb: proc: add HugetlbPages field to /proc/PID/statusGravatar Naoya Horiguchi 1-0/+3
2015-09-08mm: drop __nocast from vm_flags_t definitionGravatar Kirill A. Shutemov 1-1/+1
2015-09-04x86, mm: trace when an IPI is about to be sentGravatar Mel Gorman 1-0/+1
2015-09-04userfaultfd: add vm_userfaultfd_ctx to the vm_area_structGravatar Andrea Arcangeli 1-0/+11
2015-08-21mm: make page pfmemalloc check more robustGravatar Michal Hocko 1-9/+0
2015-05-12mm/net: Rename and move page fragment handling from net/ to mm/Gravatar Alexander Duyck 1-0/+18
2015-04-17mm: rcu-protected get_mm_exe_file()Gravatar Konstantin Khlebnikov 1-1/+1
2015-04-14mm: do not add nr_pmds into mm_struct if PMD is foldedGravatar Kirill A. Shutemov 1-0/+2
2015-02-11mm: account pmd page tables to the processGravatar Kirill A. Shutemov 1-1/+2
2015-02-11mm: add fields for compound destructor and order into struct pageGravatar Kirill A. Shutemov 1-0/+8
2015-02-10mm: replace vma->sharead.linear with vma->sharedGravatar Kirill A. Shutemov 1-5/+3
2015-02-10rmap: drop support of non-linear mappingsGravatar Kirill A. Shutemov 1-3/+1
2014-12-13mm/debug-pagealloc: prepare boottime configurable on/offGravatar Joonsoo Kim 1-4/+0
2014-12-13mm: move swp_entry_t definition to include/linux/mm_types.hGravatar Tejun Heo 1-0/+8
2014-12-10mm: embed the memcg pointer directly into struct pageGravatar Johannes Weiner 1-0/+5
2014-11-18x86, mpx: On-demand kernel allocation of bounds tablesGravatar Dave Hansen 1-0/+4
2014-08-08fork/exec: cleanup mm initializationGravatar Vladimir Davydov 1-0/+1
2014-07-31x86/mm: Add tracepoints for TLB flushesGravatar Dave Hansen 1-0/+8
2014-06-05Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Gravatar Linus Torvalds 1-0/+6
2014-06-04memcg: kill CONFIG_MM_OWNERGravatar Oleg Nesterov 1-1/+1
2014-05-20x86, mm: Improve _install_special_mapping and fix x86 vdso namingGravatar Andy Lutomirski 1-0/+6
2014-04-13Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Gravatar Linus Torvalds 1-1/+2
2014-04-11mm: slab/slub: use page->list consistently instead of page->lruGravatar Dave Hansen 1-1/+2
2014-04-07mm: per-thread vma cachingGravatar Davidlohr Bueso 1-2/+2