| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | | | perf dso: Fix dso comparison | Ravi Bangoria | 2020-03-24 | 1 | -1/+21 |
| | * | | | | | perf cpumap: Fix snprintf overflow check | Christophe JAILLET | 2020-03-24 | 1 | -5/+5 |
| | * | | | | | perf test: Test pmu-events aliases | John Garry | 2020-03-24 | 1 | -1/+147 |
| | * | | | | | perf pmu: Make pmu_uncore_alias_match() public | John Garry | 2020-03-24 | 2 | -1/+2 |
| | * | | | | | perf pmu: Add is_pmu_core() | John Garry | 2020-03-24 | 2 | -0/+6 |
| | * | | | | | perf test: Add pmu-events test | John Garry | 2020-03-24 | 4 | -0/+239 |
| | * | | | | | perf pmu: Refactor pmu_add_cpu_aliases() | John Garry | 2020-03-24 | 2 | -8/+16 |
| | * | | | | | perf jevents: Support test events folder | John Garry | 2020-03-24 | 1 | -0/+30 |
| | * | | | | | perf jevents: Add some test events | John Garry | 2020-03-24 | 3 | -0/+59 |
| | * | | | | | perf tools: Unify a bit the build directory output | Jiri Olsa | 2020-03-24 | 1 | -4/+5 |
| | * | | | | | tools headers uapi: Update linux/in.h copy | Arnaldo Carvalho de Melo | 2020-03-24 | 1 | -0/+2 |
| | * | | | | | perf vendor events amd: Update Zen1 events to V2 | Vijay Thakkar | 2020-03-24 | 7 | -136/+172 |
| | * | | | | | perf vendor events amd: Add Zen2 events | Vijay Thakkar | 2020-03-24 | 7 | -0/+1117 |
| | * | | | | | perf vendor events amd: Restrict model detection for zen1 based processors | Vijay Thakkar | 2020-03-24 | 7 | -1/+1 |
| | * | | | | | perf metricgroup: Fix printing event names of metric group with multiple even... | Kajol Jain | 2020-03-24 | 1 | -19/+30 |
| | * | | | | | perf stat: Align the output for interval aggregation mode | Jin Yao | 2020-03-24 | 1 | -3/+3 |
| | * | | | | | perf report/top TUI: Support hotkeys to let user select any event for sorting | Jin Yao | 2020-03-24 | 1 | -1/+27 |
| | * | | | | | perf report: Support a new key to reload the browser | Jin Yao | 2020-03-24 | 4 | -3/+6 |
| | * | | | | | perf report: Allow specifying event to be used as sort key in --group output | Jin Yao | 2020-03-24 | 4 | -15/+94 |
| | * | | | | | perf report/top TUI: Support hotkey 'a' for annotation of unresolved addresses | Jin Yao | 2020-03-24 | 1 | -11/+35 |
| | * | | | | | perf report: Support interactive annotation of code without symbols | Jin Yao | 2020-03-24 | 2 | -6/+38 |
| | * | | | | | perf report: Print al_addr when symbol is not found | Jin Yao | 2020-03-23 | 1 | -2/+4 |
| | * | | | | | perf symbols: Consolidate symbol fixup issue | Leo Yan | 2020-03-23 | 5 | -33/+8 |
| | * | | | | | perf parse-events: Fix 3 use after frees found with clang ASAN | Ian Rogers | 2020-03-23 | 2 | -3/+4 |
* | | | | | | | Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2020-04-05 | 15 | -41/+465 |
|\ \ \ \ \ \ \
| | |_|_|_|_|/
| |/| | | | | |
|
| * | | | | | | selftests/powerpc: Fix try-run when source tree is not writable | Michael Ellerman | 2020-04-01 | 1 | -0/+1 |
| * | | | | | | selftests/powerpc: Turn off timeout setting for benchmarks, dscr, signal, tm | Po-Hsu Lin | 2020-03-25 | 8 | -0/+12 |
| * | | | | | | selftests/powerpc: Don't rely on segfault to rerun the test | Gustavo Luiz Duarte | 2020-03-25 | 1 | -39/+35 |
| * | | | | | | selftests/powerpc: Add tm-signal-pagefault test | Gustavo Luiz Duarte | 2020-03-20 | 3 | -1/+287 |
| * | | | | | | selftests/powerpc: Add a test of sigreturn vs VDSO | Michael Ellerman | 2020-03-20 | 3 | -1/+129 |
| * | | | | | | selftests/powerpc: Add tlbie_test in .gitignore | Christophe Leroy | 2020-03-17 | 1 | -0/+1 |
| | |_|_|_|/
| |/| | | | |
|
* | | | | | | Merge tag 'trace-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2020-04-05 | 6 | -19/+292 |
|\ \ \ \ \ \ |
|
| * | | | | | | selftests/ftrace: Add test to test new set_event_notrace_pid file | Steven Rostedt (VMware) | 2020-03-27 | 1 | -0/+125 |
| * | | | | | | selftests/ftrace: Add test to test new set_ftrace_notrace_pid file | Steven Rostedt (VMware) | 2020-03-27 | 1 | -0/+108 |
| * | | | | | | selftest/ftrace: Fix function trigger test to handle trace not disabling the ... | Steven Rostedt (VMware) | 2020-03-19 | 1 | -1/+1 |
| * | | | | | | tools/bootconfig: Show line and column in parse error | Masami Hiramatsu | 2020-03-03 | 1 | -4/+31 |
| * | | | | | | bootconfig: Support O=<builddir> option | Masami Hiramatsu | 2020-03-03 | 2 | -14/+27 |
* | | | | | | | Merge tag 'gpio-v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 2020-04-04 | 6 | -7/+132 |
|\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge tag 'v5.6-rc7' into devel | Linus Walleij | 2020-03-27 | 126 | -640/+1843 |
| |\ \ \ \ \ \ \
| | | |_|_|_|_|/
| | |/| | | | | |
|
| * | | | | | | | tools: gpio: Fix out-of-tree build regression | Anssi Hannula | 2020-03-27 | 1 | -1/+1 |
| * | | | | | | | tools: gpio: Fix typo in gpio-utils | Mykyta Poturai | 2020-03-25 | 1 | -3/+3 |
| * | | | | | | | tools: gpio-hammer: Apply scripts/Lindent and retain good changes | Gabriel Ravier | 2020-03-25 | 1 | -1/+1 |
| * | | | | | | | tools: gpio-hammer: fix spelling mistake: "occurences" -> "occurrences" | Colin Ian King | 2020-03-25 | 1 | -1/+1 |
| * | | | | | | | tools: gpio-hammer: Avoid potential overflow in main | Gabriel Ravier | 2020-03-25 | 1 | -1/+16 |
| * | | | | | | | tools: gpio: implement gpio-watch | Bartosz Golaszewski | 2020-02-12 | 4 | -1/+111 |
* | | | | | | | | Merge tag 'threads-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bra... | Linus Torvalds | 2020-04-04 | 6 | -0/+59 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | selftests: add pid namespace ENOMEM regression test | Christian Brauner | 2020-03-25 | 6 | -0/+59 |
* | | | | | | | | | Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2020-04-03 | 1 | -4/+33 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | tools: PCI: Add 'e' to clear IRQ | Kishon Vijay Abraham I | 2020-04-02 | 1 | -1/+15 |
| * | | | | | | | | | tools: PCI: Add 'd' command line option to support DMA | Kishon Vijay Abraham I | 2020-04-02 | 1 | -4/+19 |
| | |/ / / / / / /
| |/| | | | | | | |
|