summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'perf-tools-for-v5.14-2021-07-10' of git://git.kernel.org/pub/scm/l...Linus Torvalds2021-07-1177-331/+1872
|\
| * perf test: Add free() calls for scandir() returned dirent entriesRiccardo Mancini2021-07-091-4/+11
| * libperf: Add tests for perf_evlist__set_leader()Jiri Olsa2021-07-091-6/+21
| * libperf: Remove BUG_ON() from library code in get_group_fd()Arnaldo Carvalho de Melo2021-07-091-7/+16
| * libperf: Add group support to perf_evsel__open()Jiri Olsa2021-07-091-2/+24
| * perf tools: Fix pattern matching for same substring in different PMU typeJin Yao2021-07-093-2/+37
| * perf record: Add a dummy event on hybrid systems to collect metadata recordsKan Liang2021-07-091-4/+5
| * perf stat: Add Topdown metrics L2 events as default eventsKan Liang2021-07-092-1/+8
| * libperf: Adopt evlist__set_leader() from tools/perf as perf_evlist__set_leader()Jiri Olsa2021-07-097-20/+26
| * libperf: Move 'nr_groups' from tools/perf to evlist::nr_groupsJiri Olsa2021-07-0911-23/+23
| * libperf: Move 'leader' from tools/perf to perf_evsel::leaderJiri Olsa2021-07-0920-77/+103
| * libperf: Move 'idx' from tools/perf to perf_evsel::idxJiri Olsa2021-07-0921-58/+59
| * libperf: Change tests to single static and shared binariesJiri Olsa2021-07-0711-51/+67
| * perf intel-pt: Add a config for max loops without consuming a packetAdrian Hunter2021-07-074-4/+21
| * perf stat: Disable the NMI watchdog message on hybridJin Yao2021-07-071-3/+6
| * perf vendor events power10: Adds 24x7 nest metric events for power10 platformKajol Jain2021-07-071-0/+424
| * perf script python: Fix buffer size to report iregs in perf scriptKajol Jain2021-07-071-5/+12
| * perf trace: Fix the perf trace link locationJustin M. Forbes2021-07-071-1/+1
| * perf top: Fix overflow in elf_sec__is_text()Riccardo Mancini2021-07-071-3/+14
| * perf annotate: Fix 's' on source line when disasm is emptyRiccardo Mancini2021-07-071-2/+2
| * perf probe: Do not show @plt function by defaultMasami Hiramatsu2021-07-071-1/+1
| * perf symbol-elf: Decode dynsym even if symtab existsMasami Hiramatsu2021-07-071-28/+54
| * perf probe: Fix debuginfo__new() to enable build-id based debuginfoMasami Hiramatsu2021-07-071-0/+5
| * tools headers UAPI: Sync files changed by the quotactl_fd new syscallArnaldo Carvalho de Melo2021-07-055-5/+6
| * tools headers UAPI: Sync asm-generic/mman-common.h with the kernelArnaldo Carvalho de Melo2021-07-051-0/+3
| * tools headers UAPI: Update tools's copy of drm/drm.h headerArnaldo Carvalho de Melo2021-07-051-4/+24
| * tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo2021-07-051-34/+359
| * tools include UAPI: Sync sound/asound.h copy with the kernel sourcesArnaldo Carvalho de Melo2021-07-051-2/+28
| * perf stat: Enable BPF counter with --for-each-cgroupNamhyung Kim2021-07-057-1/+523
| * perf report: Fix --task and --stat with pipe inputNamhyung Kim2021-07-051-0/+6
* | Merge tag 'trace-v5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2021-07-091-0/+18
|\ \
| * | tracing/selftests: Add tests to test histogram sym and sym-offset modifiersSteven Rostedt (VMware)2021-07-081-0/+18
* | | selftest/mremap_test: avoid crash with static buildAneesh Kumar K.V2021-07-081-2/+3
* | | selftest/mremap_test: update the test to handle pagesize other than 4KAneesh Kumar K.V2021-07-081-52/+61
* | | secretmem: test: add basic selftest for memfd_secret(2)Mike Rapoport2021-07-084-1/+316
* | | Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-074-7/+260
|\ \ \
| * \ \ Merge x86/urgent into x86/fpuBorislav Petkov2021-06-23121-904/+3424
| |\ \ \
| * | | | selftests/x86: Test signal frame XSTATE header corruption handlingAndy Lutomirski2021-06-092-1/+116
| * | | | selftest/x86/signal: Include test cases for validating sigaltstackChang S. Bae2021-05-192-1/+129
| * | | | selftest/sigaltstack: Use the AT_MINSIGSTKSZ aux vector if availableChang S. Bae2021-05-191-5/+15
* | | | | Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-054-8/+23
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | lkdtm/heap: Add init_on_alloc testsKees Cook2021-06-242-0/+3
| * | | | selftests/lkdtm: Enable various testable CONFIGsKees Cook2021-06-241-0/+6
| * | | | lkdtm: Add CONFIG hints in errors where possibleKees Cook2021-06-241-0/+1
| * | | | lkdtm/heap: Add vmalloc linear overflow testKees Cook2021-06-241-1/+2
| * | | | selftests/lkdtm: Fix expected text for free poisonKees Cook2021-06-241-2/+2
| * | | | selftests/lkdtm: Fix expected text for CR4 pinningKees Cook2021-06-241-1/+1
| * | | | selftests/lkdtm: Avoid needing explicit sub-shellKees Cook2021-06-241-4/+8
* | | | | Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-07-0416-54/+422
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---. \ \ \ \ Merge branches 'bitmaprange.2021.05.10c', 'doc.2021.05.10c', 'fixes.2021.05.1...Paul E. McKenney2021-05-1816-54/+422
| |\ \ \ \ \ \ \