summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/check-perf-trace.py
AgeCommit message (Expand)Author
2019-03-06perf script python: add Python3 support to check-perf-trace.pyTony Jones
2019-03-06perf script python: Remove mixed indentationTony Jones
2014-07-16perf script: Add callchain to generic and tracepoint eventsJoseph Schuchart
2010-12-25perf script: Finish the rename from trace to scriptArnaldo Carvalho de Melo
2010-06-01perf scripts python: Give field dict to unhandled callbackPierre Tardy
2010-02-25perf/scripts: Add syscall tracing scriptsTom Zanussi
href='/distro/kernel/commit/mm/mremap.c?id=4fc3f1d66b1ef0d7b8dc11f4ff1cc510f78b37d6'>mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalableIngo Molnar 2012-10-09mm: move all mmu notifier invocations to be done outside the PT lockSagi Grimberg 2012-10-09mm: avoid taking rmap locks in move_ptes()Michel Lespinasse 2012-10-09mm anon rmap: remove anon_vma_moveto_tailMichel Lespinasse 2012-07-31mm: account the total_vm in the vm_stat_account()Huang Shijie 2012-06-01move security_mmap_addr() to saner placeAl Viro 2012-05-31split ->file_mmap() into ->mmap_addr()/->mmap_file()Al Viro 2012-05-30merge do_mremap() into sys_mremap()Al Viro 2012-02-14mm: collapse security_vm_enough_memory() variants into a single functionAl Viro 2012-01-10mremap: enforce rmap src/dst vma ordering in case of vma_merge() succeeding i...Andrea Arcangeli 2011-10-31thp: mremap support and TLB optimizationAndrea Arcangeli 2011-10-31mremap: avoid sending one IPI per pageAndrea Arcangeli 2011-10-31mremap: check for overflow using deltasAndrea Arcangeli 2011-05-25mm: Convert i_mmap_lock to a mutexPeter Zijlstra 2011-05-25mm: Remove i_mmap_lock lockbreakPeter Zijlstra 2011-04-07mm: avoid wrapping vm_pgoff in mremap()Linus Torvalds 2011-02-23mm: fix possible cause of a page_mapped BUGHugh Dickins 2011-01-13thp: split_huge_page_mm/vmaAndrea Arcangeli 2011-01-13thp: pte alloc trans splittingAndrea Arcangeli 2010-10-26mm: remove pte_*map_nested()Peter Zijlstra 2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo 2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel 2010-03-06mm: use rlimit helpersJiri Slaby 2009-12-11Take arch_mmap_check() into get_unmapped_area()Al Viro 2009-12-11fix pgoff in "have to relocate" case of mremap()Al Viro 2009-12-11fix the arch checks in MREMAP_FIXED caseAl Viro 2009-12-11fix checks for expand-in-place mremapAl Viro 2009-12-11do_mremap() untangling, part 3Al Viro 2009-12-11do_mremap() untangling, part 2Al Viro 2009-12-11untangling do_mremap(), part 1Al Viro 2009-09-24truncate: new helpersnpiggin@suse.de