summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/parallel-perf.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions
>mm: stop accounting shadow entriesMatthew Wilcox (Oracle) 2021-04-30memcg: charge before adding to swapcache on swapinShakeel Butt 2021-02-26mm: add FGP_ENTRYMatthew Wilcox (Oracle) 2021-02-26mm/swap: optimise get_shadow_from_swap_cacheMatthew Wilcox (Oracle) 2021-02-24mm: memcg: add swapcache stat for memcg v2Shakeel Butt 2021-02-24mm/swap: don't SetPageWorkingset unconditionally during swapinYu Zhao 2021-02-24mm/swap_state: constify static struct attribute_groupRikard Falkeborn 2020-12-15mm: use sysfs_emit for struct kobject * usesJoe Perches 2020-12-15mm/swap_state: skip meaningless swap cache readahead when ra_info.win == 0Miaohe Lin 2020-10-16mm: fix some broken commentsMiaohe Lin 2020-10-13swap: rename SWP_FS to SWAP_FS_OPS to avoid ambiguityGao Xiang 2020-10-13mm: convert find_get_entry to return the head pageMatthew Wilcox (Oracle) 2020-10-13mm: factor find_get_incore_page out of mincore_pageMatthew Wilcox (Oracle) 2020-08-14mm/swap_state: mark various intentional data racesQian Cai 2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle) 2020-08-12mm/swap: implement workingset detection for anonymous LRUJoonsoo Kim 2020-08-12mm/swapcache: support to handle the shadow entriesJoonsoo Kim 2020-08-07mm: swap: fix kerneldoc of swap_vma_readahead()Krzysztof Kozlowski 2020-06-26mm: fix swap cache node allocation maskHugh Dickins 2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse 2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport 2020-06-03mm: vmscan: reclaim writepage is IO costJohannes Weiner 2020-06-03mm: balance LRU lists based on relative thrashingJohannes Weiner 2020-06-03mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()Johannes Weiner 2020-06-03mm: memcontrol: delete unused lrucare handlingJohannes Weiner 2020-06-03mm: memcontrol: charge swapin pages on instantiationJohannes Weiner 2020-06-02mm/swap_state: fix a data race in swapin_nr_pagesQian Cai 2020-04-02mm/swap_state.c: use the same way to count page in [add_to|delete_from]_swap_...Wei Yang