| Commit message (Expand) | Author | Age | Files | Lines |
* | .gitignore: add SPDX License Identifier | Masahiro Yamada | 2020-03-25 | 118 | -0/+118 |
* | tools/power turbostat: update version | Len Brown | 2020-03-21 | 1 | -1/+1 |
* | tools/power turbostat: Print cpuidle information | Len Brown | 2020-03-21 | 1 | -0/+26 |
* | tools/power turbostat: Fix 32-bit capabilities warning | Len Brown | 2020-03-20 | 2 | -17/+31 |
* | tools/power turbostat: Fix missing SYS_LPI counter on some Chromebooks | Len Brown | 2020-03-20 | 1 | -9/+14 |
* | tools/power turbostat: Support Elkhart Lake | Chen Yu | 2020-03-20 | 1 | -1/+30 |
* | tools/power turbostat: Support Jasper Lake | Chen Yu | 2020-03-20 | 1 | -0/+3 |
* | tools/power turbostat: Support Ice Lake server | Chen Yu | 2020-03-20 | 1 | -0/+3 |
* | tools/power turbostat: Support Tiger Lake | Chen Yu | 2020-03-20 | 1 | -0/+2 |
* | tools/power turbostat: Fix gcc build warnings | Len Brown | 2020-03-20 | 1 | -2/+2 |
* | tools/power turbostat: Support Cometlake | Chen Yu | 2020-03-20 | 1 | -0/+2 |
* | Merge tag 'perf-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2020-03-15 | 29 | -124/+132 |
|\ |
|
| * | tools: Fix off-by 1 relative directory includes | Ian Rogers | 2020-03-06 | 12 | -72/+72 |
| * | perf jevents: Fix leak of mapfile memory | John Garry | 2020-03-06 | 1 | -6/+9 |
| * | perf bench: Clear struct sigaction before sigaction() syscall | Tommi Rantala | 2020-03-06 | 7 | -0/+7 |
| * | perf bench futex-wake: Restore thread count default to online CPU count | Tommi Rantala | 2020-03-06 | 1 | -2/+2 |
| * | perf top: Fix stdio interface input handling with glibc 2.28+ | Tommi Rantala | 2020-03-06 | 1 | -1/+3 |
| * | perf diff: Fix undefined string comparision spotted by clang's -Wstring-compare | Nick Desaulniers | 2020-03-06 | 3 | -3/+5 |
| * | Merge tag 'perf-urgent-for-mingo-5.6-20200303' of git://git.kernel.org/pub/sc... | Ingo Molnar | 2020-03-04 | 9 | -40/+34 |
| |\ |
|
| | * | perf symbols: Don't try to find a vmlinux file when looking for kernel modules | Arnaldo Carvalho de Melo | 2020-03-03 | 1 | -7/+6 |
| | * | perf bench: Share some global variables to fix build with gcc 10 | Arnaldo Carvalho de Melo | 2020-03-03 | 5 | -22/+23 |
| | * | perf parse-events: Use asprintf() instead of strncpy() to read tracepoint files | Arnaldo Carvalho de Melo | 2020-03-02 | 1 | -8/+2 |
| | * | perf env: Do not return pointers to local variables | Arnaldo Carvalho de Melo | 2020-03-02 | 1 | -2/+2 |
| | * | perf tests bp_account: Make global variable static | Arnaldo Carvalho de Melo | 2020-03-02 | 1 | -1/+1 |
* | | | Merge tag 'pm-5.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2020-03-13 | 4 | -3/+5 |
|\ \ \ |
|
| * \ \ | Merge tag 'linux-cpupower-5.6-rc6' of git://git.kernel.org/pub/scm/linux/kern... | Rafael J. Wysocki | 2020-03-10 | 4 | -3/+5 |
| |\ \ \ |
|
| | * | | | cpupower: avoid multiple definition with gcc -fno-common | Mike Gilbert | 2020-03-02 | 4 | -3/+5 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2020-03-12 | 2 | -3/+32 |
|\ \ \ \ \ |
|
| * | | | | | tc-testing: add ETS scheduler to tdc build configuration | Davide Caratti | 2020-03-12 | 1 | -0/+1 |
| * | | | | | selftests/net/fib_tests: update addr_metric_test for peer route testing | Hangbin Liu | 2020-03-03 | 1 | -3/+31 |
* | | | | | | Merge tag 'ktest-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2020-03-09 | 2 | -19/+19 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | ktest: Fix typos in ktest.pl | Masanari Iida | 2020-03-09 | 1 | -6/+6 |
| * | | | | | ktest: Add timeout for ssh sync testing | Steven Rostedt (VMware) | 2020-03-09 | 1 | -1/+1 |
| * | | | | | ktest: Make default build option oldconfig not randconfig | Steven Rostedt (VMware) | 2020-03-09 | 2 | -2/+2 |
| * | | | | | ktest: Fix some typos in sample.conf | Masanari Iida | 2020-03-09 | 1 | -10/+10 |
| |/ / / / |
|
* | | | | | Merge tag 'for-linus-2020-03-07' of gitolite.kernel.org:pub/scm/linux/kernel/... | Linus Torvalds | 2020-03-07 | 1 | -0/+1 |
|\ \ \ \ \ |
|
| * | | | | | selftests: pidfd: Add pidfd_fdinfo_test in .gitignore | Christophe Leroy | 2020-02-28 | 1 | -0/+1 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge tag 'linux-kselftest-5.6-rc5' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2020-03-06 | 1 | -0/+2 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | selftest/lkdtm: Use local .gitignore | Christophe Leroy | 2020-03-02 | 1 | -0/+2 |
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2020-03-02 | 25 | -214/+251 |
|\ \ \ \ \
| |_|_|/ /
|/| | | /
| | |_|/
| |/| | |
|
| * | | | perf annotate: Fix segfault with source toggle | Ravi Bangoria | 2020-02-27 | 1 | -0/+2 |
| * | | | perf annotate: Align struct annotate_args | Ravi Bangoria | 2020-02-27 | 1 | -6/+6 |
| * | | | perf annotate: Simplify disasm_line allocation and freeing code | Ravi Bangoria | 2020-02-27 | 2 | -56/+31 |
| * | | | perf annotate: Remove privsize from symbol__annotate() args | Ravi Bangoria | 2020-02-27 | 4 | -6/+7 |
| * | | | perf probe: Check return value of strlist__add() for -ENOMEM | He Zhe | 2020-02-27 | 2 | -6/+28 |
| * | | | perf config: Document missing config options | Ravi Bangoria | 2020-02-27 | 1 | -0/+44 |
| * | | | perf annotate: Fix perf config option description | Ravi Bangoria | 2020-02-27 | 1 | -1/+29 |
| * | | | perf annotate: Prefer cmdline option over default config | Ravi Bangoria | 2020-02-27 | 1 | -2/+2 |
| * | | | perf annotate: Make perf config effective | Ravi Bangoria | 2020-02-27 | 5 | -55/+33 |
| * | | | perf config: Introduce perf_config_u8() | Ravi Bangoria | 2020-02-27 | 2 | -0/+13 |