aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-15perf header: Use last modification time for timestampMichael Petlan
2020-01-14perf c2c: Fix return type for histogram sorting comparision functionsAndres Freund
2020-01-14perf beauty sockaddr: Fix augmented syscall format warningCengiz Can
2020-01-14perf/ui/gtk: Fix gtk2 buildJiri Olsa
2020-01-14perf ui gtk: Add missing zalloc objectJiri Olsa
2020-01-14perf tools: Use %define api.pure full instead of %pure-parserJiri Olsa
2020-01-14libperf: Setup initial evlist::all_cpus valueJiri Olsa
2020-01-14perf report: Fix no libunwind compiled warning break s390 issueJin Yao
2020-01-14perf tools: Support --prefix/--prefix-stripAndi Kleen
2020-01-14perf report: Clarify in help that --children is defaultAndi Kleen
2020-01-14tools build: Fix test-clang.cpp with Clang 8+Maciej S. Szmigiero
2020-01-14perf clang: Fix build with Clang 9Maciej S. Szmigiero
2020-01-10Merge tag 'perf-core-for-mingo-5.6-20200106' of git://git.kernel.org/pub/scm/...Ingo Molnar
2020-01-06tools lib: Fix builds when glibc contains strlcpy()Vitaly Chikunov
2020-01-06perf report/top: Make 'e' visible in the help and make it toggle showing call...Arnaldo Carvalho de Melo
2020-01-06perf report/top: Do not offer annotation for symbols without samplesArnaldo Carvalho de Melo
2020-01-06perf report/top: Allow pressing hotkeys in the options popup menuArnaldo Carvalho de Melo
2020-01-06tools ui popup: Allow returning hotkeysArnaldo Carvalho de Melo
2020-01-06perf hists browser: Allow passing an initial hotkeyArnaldo Carvalho de Melo
2020-01-06perf report/top: Add 'k' hotkey to zoom directly into the kernel mapArnaldo Carvalho de Melo
2020-01-06perf hists browser: Generalize the do_zoom_dso() functionArnaldo Carvalho de Melo
2020-01-06perf report/top: Improve toggle callchain menu optionArnaldo Carvalho de Melo
2020-01-06perf report/top: Add menu entry for toggling callchain expansionArnaldo Carvalho de Melo
2020-01-06perf report/top: Make ENTER consistently bring up menuArnaldo Carvalho de Melo
2020-01-06perf hists browser: Restore ESC as "Zoom out" of DSO/thread/etcArnaldo Carvalho de Melo
2020-01-06tools lib api fs: Fix gcc9 stringop-truncation compilation errorAndrey Zhizhikin
2020-01-06libperf: Add man pagesJiri Olsa
2020-01-06libperf: Move to tools/lib/perfJiri Olsa
2020-01-06perf tests bp_signal: Show expected versus obtained valuesArnaldo Carvalho de Melo
2020-01-06perf sched timehist: Add support for filtering on CPUDavid Ahern
2020-01-06perf record: Adapt affinity to machines with #CPUs > 1KAlexey Budankov
2020-01-06perf mmap: Declare type for cpu mask of arbitrary lengthAlexey Budankov
2020-01-06tools bitmap: Implement bitmap_equal() operation at bitmap APIAlexey Budankov
2019-12-25x86/alternatives: Implement a better poke_int3_handler() completion schemePeter Zijlstra
2019-12-25Merge branch 'core/kprobes' into perf/core, to pick up a completed branchIngo Molnar
2019-12-23Merge tag 'perf-urgent-for-mingo-5.5-20191223' of git://git.kernel.org/pub/sc...Ingo Molnar
2019-12-22Linux 5.5-rc3Linus Torvalds
2019-12-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2019-12-22Merge tag 'xfs-5.5-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-12-22Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-12-22Merge tag 'block-5.5-20191221' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-12-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-12-22Merge tag 'riscv/for-v5.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-12-22pipe: fix empty pipe check in pipe_write()Jan Stancek
2019-12-22Merge tag 'kvm-ppc-fixes-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2019-12-22MAINTAINERS: remove Radim from KVM maintainersPaolo Bonzini
2019-12-22MAINTAINERS: Orphan KVM for MIPSJames Hogan
2019-12-21ext4: clarify impact of 'commit' mount optionJan Kara
2019-12-21ext4: fix unused-but-set-variable warning in ext4_add_entry()Yunfeng Ye