aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm/vmacache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-13mm: get rid of vmacache_flush_all() entirelyLinus Torvalds1-38/+0
2018-08-17mm, vmacache: hash addresses based on pmdDavid Rientjes1-9/+29
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-02sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linux/sched.h> to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-03-02mm/vmacache, sched/headers: Introduce 'struct vmacache' and move it from <linux/sched.h> to <linux/mm_types>Ingo Molnar1-5/+5
2016-10-07mm: unrig VMA cache hit ratioAlexey Dobriyan1-4/+4
2015-11-05mm/vmacache: inline vmacache_valid_mm()Davidlohr Bueso1-1/+1
2014-12-13mm,vmacache: count number of system-wide flushesDavidlohr Bueso1-0/+2
2014-06-04mm,vmacache: optimize overflow system-wide flushingDavidlohr Bueso1-0/+10
2014-06-04mm,vmacache: add debug dataDavidlohr Bueso1-2/+10
2014-04-28mm: don't pointlessly use BUG_ON() for sanity checkLinus Torvalds1-3/+5
2014-04-07mm: per-thread vma cachingDavidlohr Bueso1-0/+112