summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'perf-tools-fixes-2020-07-07' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2020-07-0715-40/+123
|\
| * perf report TUI: Remove needless 'dummy' event from menuArnaldo Carvalho de Melo2020-07-061-1/+18
| * perf intel-pt: Fix PEBS sample for XMM registersAdrian Hunter2020-07-061-2/+3
| * perf intel-pt: Fix displaying PEBS-via-PT with registersAdrian Hunter2020-07-061-1/+1
| * perf intel-pt: Fix recording PEBS-via-PT with registersAdrian Hunter2020-07-062-2/+3
| * perf report TUI: Fix segmentation fault in perf_evsel__hists_browse()Wei Li2020-07-061-6/+11
| * tools lib traceevent: Add proper KBUFFER_TYPE_TIME_STAMP handlingTom Zanussi2020-07-031-6/+9
| * tools lib traceevent: Add API to read time information from kbufferSteven Rostedt (Red Hat)2020-07-032-0/+30
| * perf scripts python: exported-sql-viewer.py: Fix time chart call treeAdrian Hunter2020-07-031-0/+4
| * perf scripts python: exported-sql-viewer.py: Fix zero id in call tree 'Find' ...Adrian Hunter2020-07-031-1/+2
| * perf scripts python: exported-sql-viewer.py: Fix zero id in call graph 'Find'...Adrian Hunter2020-07-031-1/+2
| * perf scripts python: exported-sql-viewer.py: Fix unexpanded 'Find' resultAdrian Hunter2020-07-031-0/+1
| * perf record: Fix duplicated sideband events with Intel PT system wide tracingAdrian Hunter2020-07-035-16/+29
| * perf scripts python: export-to-postgresql.py: Fix struct.pack() int argumentAdrian Hunter2020-07-031-1/+1
| * tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy'Arnaldo Carvalho de Melo2020-07-031-0/+4
| * Merge remote-tracking branch 'torvalds/master' into perf/urgentArnaldo Carvalho de Melo2020-07-0337-107/+631
| |\
| * | perf flamegraph: Explicitly set utf-8 encodingAndreas Gerstmayr2020-06-221-3/+5
* | | Merge tag 'x86-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-07-057-90/+78
|\ \ \ | |_|/ |/| |
| * | x86/entry, selftests: Further improve user entry sanity checksAndy Lutomirski2020-07-041-0/+11
| * | selftests/x86: Consolidate and fix get/set_eflags() helpersAndy Lutomirski2020-07-017-90/+51
| * | selftests/x86/syscall_nt: Clear weird flags after each testAndy Lutomirski2020-07-011-0/+1
| * | selftests/x86/syscall_nt: Add more flag combinationsAndy Lutomirski2020-07-011-0/+15
| |/
* | Merge tag 'linux-kselftest-fixes-5.8-rc4' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-07-022-9/+4
|\ \
| * | selftests: tpm: Use /bin/sh instead of /bin/bashJarkko Sakkinen2020-06-292-2/+2
| * | selftests: tpm: Use 'test -e' instead of 'test -f'Jarkko Sakkinen2020-06-292-2/+2
| * | Revert "tpm: selftest: cleanup after unseal with wrong auth/policy test"Jarkko Sakkinen2020-06-291-5/+0
* | | Merge tag 'linux-kselftest-kunit-fixes-5.8-rc4' of git://git.kernel.org/pub/s...Linus Torvalds2020-07-025-6/+19
|\ \ \ | |/ / |/| |
| * | kunit: kunit_tool: Fix invalid result when build failsDavid Gow2020-06-261-1/+3
| * | kunit: show error if kunit results are not presentUriel Guajardo2020-06-263-4/+15
| * | kunit: kunit_config: Fix parsing of CONFIG options with spaceRikard Falkeborn2020-06-261-1/+1
| |/
* | Merge tag 'objtool_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2020-06-287-8/+108
|\ \
| * | objtool: Fix noinstr vs KCOVPeter Zijlstra2020-06-184-0/+45
| * | objtool: Provide elf_write_{insn,reloc}()Peter Zijlstra2020-06-182-2/+45
| * | objtool: Clean up elf_write() conditionPeter Zijlstra2020-06-184-6/+18
* | | Merge tag 'x86_entry_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-281-2/+28
|\ \ \
| * \ \ Merge branch 'linus' into x86/entry, to resolve conflictsIngo Molnar2020-06-26117-766/+547
| |\ \ \
| * | | | objtool: Don't consider vmlinux a C-filePeter Zijlstra2020-06-251-1/+1
| * | | | x86/entry, ubsan, objtool: Whitelist __ubsan_handle_*()Peter Zijlstra2020-06-151-1/+27
| | |/ / | |/| |
* | | | Merge tag 'powerpc-5.8-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-271-1/+1
|\ \ \ \
| * | | | selftests/powerpc: Fix build failure in ebb testsHarish2020-06-261-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-06-271-4/+0
|\ \ \ \
| * | | | kselftest: arm64: Remove redundant clean targetMark Brown2020-06-241-4/+0
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-2513-38/+325
|\ \ \ \ | |_|_|/ |/| | |
| * | | tc-testing: avoid action cookies with odd length.Briana Oursler2020-06-253-7/+7
| * | | bpf: tcp: bpf_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTTNeal Cardwell2020-06-251-3/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-06-252-1/+176
| |\ \ \
| | * | | selftests: netfilter: add test case for conntrack helper assignmentFlorian Westphal2020-06-252-1/+176
| * | | | wireguard: device: avoid circular netns referencesJason A. Donenfeld2020-06-231-1/+12
| |/ / /
| * | | tc-testing: update geneve options match in tunnel_key unit testsHangbin Liu2020-06-201-7/+7
| * | | selftests/net: report etf errors correctlyWillem de Bruijn2020-06-191-7/+26