summaryrefslogtreecommitdiffstats
path: root/mm/vmacache.c
Commit message (Expand)AuthorAgeFilesLines
* kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig2020-06-101-2/+2
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* mm: get rid of vmacache_flush_all() entirelyLinus Torvalds2018-09-131-38/+0
* mm, vmacache: hash addresses based on pmdDavid Rientjes2018-08-171-9/+29
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* mm/vmacache, sched/headers: Introduce 'struct vmacache' and move it from <lin...Ingo Molnar2017-03-021-5/+5
* mm: unrig VMA cache hit ratioAlexey Dobriyan2016-10-071-4/+4
* mm/vmacache: inline vmacache_valid_mm()Davidlohr Bueso2015-11-051-1/+1
* mm,vmacache: count number of system-wide flushesDavidlohr Bueso2014-12-131-0/+2
* mm,vmacache: optimize overflow system-wide flushingDavidlohr Bueso2014-06-041-0/+10
* mm,vmacache: add debug dataDavidlohr Bueso2014-06-041-2/+10
* mm: don't pointlessly use BUG_ON() for sanity checkLinus Torvalds2014-04-281-3/+5
* mm: per-thread vma cachingDavidlohr Bueso2014-04-071-0/+112