summaryrefslogtreecommitdiffstats
path: root/include/linux/mm_types.h
Commit message (Expand)AuthorAgeFilesLines
* mm: add hmm_data to struct pageMatthew Wilcox2018-06-071-6/+6
* mm: add pt_mm to struct pageMatthew Wilcox2018-06-071-1/+1
* mm: improve struct page documentationMatthew Wilcox2018-06-071-21/+19
* mm: combine LRU and main union in struct pageMatthew Wilcox2018-06-071-51/+46
* mm: move lru union within struct pageMatthew Wilcox2018-06-071-51/+51
* mm: combine first three unions in struct pageMatthew Wilcox2018-06-071-33/+33
* mm: move _refcount out of struct page unionMatthew Wilcox2018-06-071-15/+10
* mm: move 'private' union within struct pageMatthew Wilcox2018-06-071-31/+25
* mm: switch s_mem and slab_cache in struct pageMatthew Wilcox2018-06-071-2/+2
* mm: split page_type out from _mapcountMatthew Wilcox2018-06-071-5/+8
* mm: change return type to vm_fault_tSouptick Joarder2018-06-071-3/+3
* mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_structYang Shi2018-06-071-0/+2
* mm: change return type to vm_fault_tSouptick Joarder2018-04-051-0/+2
* mm: remove reference to PG_buddyMatthew Wilcox2018-01-311-7/+7
* mm: document how to use struct pageMatthew Wilcox2018-01-311-1/+23
* mm: store compound_dtor / compound_order as bytesMatthew Wilcox2018-01-311-13/+3
* mm: introduce _slub_counter_tMatthew Wilcox2018-01-311-13/+8
* mm: improve comment on page->mappingMatthew Wilcox2018-01-311-9/+3
* mm: remove misleading alignment claimsMatthew Wilcox2018-01-311-8/+5
* mm: de-indent struct pageMatthew Wilcox2018-01-311-21/+19
* mm: align struct page more aestheticallyMatthew Wilcox2018-01-311-9/+7
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-151-8/+0
* mm: consolidate page table accountingKirill A. Shutemov2017-11-151-7/+1
* mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov2017-11-151-0/+2
* mm: account pud page tablesKirill A. Shutemov2017-11-151-0/+3
* mm: update comments for struct page.mappingChangbin Du2017-11-151-2/+4
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* membarrier: Provide register expedited private commandMathieu Desnoyers2017-10-191-0/+3
* mm/hmm: heterogeneous memory management (HMM for short)Jérôme Glisse2017-09-081-0/+6
* mm, swap: VMA based swap readaheadHuang Ying2017-09-061-0/+1
* mm, locking/barriers: Clarify tlb_flush_pending() barriersPeter Zijlstra2017-08-251-33/+45
* Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-08-111-26/+40
|\
| * mm: fix MADV_[FREE|DONTNEED] TLB flush miss problemMinchan Kim2017-08-101-0/+8
| * mm: make tlb_flush_pending globalMinchan Kim2017-08-101-21/+0
| * mm: refactor TLB gathering APIMinchan Kim2017-08-101-0/+6
| * mm: migrate: fix barriers around tlb_flush_pendingNadav Amit2017-08-101-4/+10
| * mm: migrate: prevent racy access to tlb_flush_pendingNadav Amit2017-08-101-9/+22
* | mm, locking: Rework {set,clear,mm}_tlb_flush_pending()Peter Zijlstra2017-08-101-6/+27
|/
* mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...Mel Gorman2017-08-021-0/+4
* randstruct: Mark various structs for randomizationKees Cook2017-06-301-2/+2
* x86/mm: Introduce mmap_compat_base() for 32-bit mmap()Dmitry Safonov2017-03-131-0/+5
* mm/headers, sched/headers: Move task related MM types from <linux/mm_types.> ...Ingo Molnar2017-03-031-49/+0
* sched/headers: Move the 'init_mm' declaration from <linux/sched.h> to <linux/...Ingo Molnar2017-03-031-0/+2
* mm/headers, sched/headers: Prepare to split <linux/mm_types_task.h> out of <l...Ingo Molnar2017-03-021-3/+3
* 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