summaryrefslogtreecommitdiff
path: root/mm/vmacache.c
AgeCommit message (Expand)Author
2022-09-26mm: remove vmacacheLiam R. Howlett
2020-06-10kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2018-09-13mm: get rid of vmacache_flush_all() entirelyLinus Torvalds
2018-08-17mm, vmacache: hash addresses based on pmdDavid Rientjes
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-03-02sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02mm/vmacache, sched/headers: Introduce 'struct vmacache' and move it from <lin...Ingo Molnar
2016-10-07mm: unrig VMA cache hit ratioAlexey Dobriyan
2015-11-05mm/vmacache: inline vmacache_valid_mm()Davidlohr Bueso
2014-12-13mm,vmacache: count number of system-wide flushesDavidlohr Bueso
2014-06-04mm,vmacache: optimize overflow system-wide flushingDavidlohr Bueso
2014-06-04mm,vmacache: add debug dataDavidlohr Bueso
2014-04-28mm: don't pointlessly use BUG_ON() for sanity checkLinus Torvalds
2014-04-07mm: per-thread vma cachingDavidlohr Bueso