aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mm_types.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)1-8/+0
2017-11-15mm: consolidate page table accountingKirill A. Shutemov1-7/+1
2017-11-15mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov1-0/+2
2017-11-15mm: account pud page tablesKirill A. Shutemov1-0/+3
2017-11-15mm: update comments for struct page.mappingChangbin Du1-2/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-19membarrier: Provide register expedited private commandMathieu Desnoyers1-0/+3
2017-09-08mm/hmm: heterogeneous memory management (HMM for short)Jérôme Glisse1-0/+6
2017-09-06mm, swap: VMA based swap readaheadHuang Ying1-0/+1
2017-08-25mm, locking/barriers: Clarify tlb_flush_pending() barriersPeter Zijlstra1-33/+45
2017-08-11Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-26/+40
2017-08-10mm: fix MADV_[FREE|DONTNEED] TLB flush miss problemMinchan Kim1-0/+8
2017-08-10mm: make tlb_flush_pending globalMinchan Kim1-21/+0
2017-08-10mm: refactor TLB gathering APIMinchan Kim1-0/+6
2017-08-10mm: migrate: fix barriers around tlb_flush_pendingNadav Amit1-4/+10
2017-08-10mm: migrate: prevent racy access to tlb_flush_pendingNadav Amit1-9/+22
2017-08-10mm, locking: Rework {set,clear,mm}_tlb_flush_pending()Peter Zijlstra1-6/+27
2017-08-02mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving stale TLB entriesMel Gorman1-0/+4
2017-06-30randstruct: Mark various structs for randomizationKees Cook1-2/+2
2017-03-13x86/mm: Introduce mmap_compat_base() for 32-bit mmap()Dmitry Safonov1-0/+5
2017-03-03mm/headers, sched/headers: Move task related MM types from <linux/mm_types.> to <linux/mm_types_task.h>Ingo Molnar1-49/+0
2017-03-03sched/headers: Move the 'init_mm' declaration from <linux/sched.h> to <linux/mm_types.h>Ingo Molnar1-0/+2
2017-03-02mm/headers, sched/headers: Prepare to split <linux/mm_types_task.h> out of <linux/mm_types.h>Ingo Molnar1-3/+3
2017-03-02mm/vmacache, sched/headers: Introduce 'struct vmacache' and move it from <linux/sched.h> to <linux/mm_types>Ingo Molnar1-0/+12
2017-02-27mm: clarify mm_struct.mm_{users,count} documentationVegard Nossum1-2/+21
2016-12-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+0
2016-12-17x86/mpx: Move bd_addr to mm_context_tMark Rutland1-4/+0
2016-11-22mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman1-0/+1
2016-10-07kernel, oom: fix potential pgd_lock deadlock from __mmdropMichal Hocko1-2/+0
2016-07-28mm, vmscan: move lru_lock to the nodeMel Gorman1-1/+1
2016-07-26mm: clean up non-standard page->_mapcount usersVladimir Davydov1-0/+5
2016-07-26mm: remove pointless struct in struct page definitionVladimir Davydov1-36/+32
2016-07-08x86/vdso: Add mremap hook to vm_special_mappingDmitry Safonov1-0/+3
2016-05-26mm: oom_reaper: remove some bloatMichal Hocko1-0/+2
2016-05-20mm, oom_reaper: do not mmput synchronously from the oom reaper contextMichal Hocko1-0/+2
2016-05-19mm: rename _count, field of the struct page, to _refcountJoonsoo Kim1-5/+9
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov1-1/+1
2016-02-18Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar1-3/+3
2016-02-03mm: polish virtual memory accountingKonstantin Khlebnikov1-3/+3
2016-01-29Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new changesIngo Molnar1-18/+16
2016-01-15mm, dax, pmem: introduce {get|put}_dev_pagemap() for dax-gupDan Williams1-0/+5
2016-01-15thp: introduce deferred_split_huge_page()Kirill A. Shutemov1-0/+2
2016-01-15mm: rework mapcount accounting to enable 4k mapping of THPsKirill A. Shutemov1-0/+1
2016-01-15mm: drop tail page refcountingKirill A. Shutemov1-14/+3
2016-01-14mm: rework virtual memory accountingKonstantin Khlebnikov1-1/+1
2016-01-14mm, shmem: add internal shmem resident memory accountingJerome Marchand1-3/+4
2016-01-12mm: Add a vm_special_mapping.fault() methodAndy Lutomirski1-3/+19
2015-11-06mm: use 'unsigned int' for compound_dtor/compound_order on 64BITKirill A. Shutemov1-0/+11
2015-11-06mm: make compound_head() robustKirill A. Shutemov1-4/+18
2015-11-06mm: pack compound_dtor and compound_order into one word in struct pageKirill A. Shutemov1-4/+2