1. 3aa6d7f hv: kvp: Avoid reading past allocated blocks from KVP file by Paul Meyer · 7 years ago
  2. 7aa534b tools include: Do not use poison with C++ by Arnaldo Carvalho de Melo · 7 years ago
  3. a730e15 perf test attr: Fix ignored test case result by Thomas Richter · 7 years ago
  4. 8f6e33a usbip: tools: Install all headers needed for libusbip development by Ben Hutchings · 7 years ago
  5. 8a95afc selftests/x86/ldt_get: Add a few additional tests for limits by Andy Lutomirski · 7 years ago
  6. fb705eb tools: firmware: check for distro fallback udev cancel rule by Luis R. Rodriguez · 7 years ago
  7. ebf95a6 selftests: firmware: send expected errors to /dev/null by Luis R. Rodriguez · 7 years ago
  8. 195fe2e perf tools: Only increase index if perf_evsel__new_idx() succeeds by Taeung Song · 7 years ago
  9. 86c469b tools/power turbostat: bugfix: GFXMHz column not changing by Len Brown · 7 years ago
  10. 58052a7 selftests/seccomp: Support glibc 2.26 siginfo_t.h by Kees Cook · 7 years ago
  11. ebf381b selftests/x86/fsgsbase: Test selectors 1, 2, and 3 by Andy Lutomirski · 7 years ago
  12. 4d4f354 ntb: ntb_test: ensure the link is up before trying to configure the mws by Logan Gunthorpe · 7 years ago
  13. bff04a4 NTB: ntb_test: fix bug printing ntb_perf results by Logan Gunthorpe · 7 years ago
  14. bac83e5 perf probe: Fix --funcs to show correct symbols for offline module by Masami Hiramatsu · 7 years ago
  15. ddc0ec3 perf symbols: Robustify reading of build-id from sysfs by Arnaldo Carvalho de Melo · 7 years ago
  16. d8086c3 perf tools: Install tools/lib/traceevent plugins with install-bin by Arnaldo Carvalho de Melo · 7 years ago
  17. ab5e7df tools lib traceevent: Fix prev/next_prio for deadline tasks by Daniel Bristot de Oliveira · 7 years ago
  18. 69f3df1 perf probe: Fix to get correct modname from elf header by Masami Hiramatsu · 7 years ago
  19. 6141541 perf annotate: Fix broken arrow at row 0 connecting jmp instruction to its target by Jin Yao · 7 years ago
  20. fe5cdbcd perf intel-pt: Clear FUP flag on error by Adrian Hunter · 7 years ago
  21. 94c38cd perf intel-pt: Use FUP always when scanning for an IP by Adrian Hunter · 7 years ago
  22. 5a16bd3 perf intel-pt: Ensure never to set 'last_ip' when packet 'count' is zero by Adrian Hunter · 7 years ago
  23. daa6378 perf intel-pt: Fix last_ip usage by Adrian Hunter · 7 years ago
  24. dc04013 perf intel-pt: Ensure IP is zero when state is INTEL_PT_STATE_NO_IP by Adrian Hunter · 7 years ago
  25. b338b87 perf intel-pt: Fix missing stack clear by Adrian Hunter · 7 years ago
  26. 3e6837f perf intel-pt: Improve sample timestamp by Adrian Hunter · 7 years ago
  27. d3503ef perf intel-pt: Move decoder error setting into one condition by Adrian Hunter · 7 years ago
  28. 1e6f1af selftests/capabilities: Fix the test_execve test by Andy Lutomirski · 7 years ago
  29. 68ea25f tools/lib/lockdep: Reduce MAX_LOCK_DEPTH to avoid overflowing lock_chain/: Depth by Ben Hutchings · 7 years ago
  30. ce02eff perf probe: Add error checks to offline probe post-processing by Masami Hiramatsu · 7 years ago
  31. 3649735 perf probe: Fix to probe on gcc generated symbols for offline kernel by Masami Hiramatsu · 7 years ago
  32. cd20615 perf scripting perl: Fix compile error with some perl5 versions by Wang YanQing · 7 years ago
  33. b9175b3 perf header: Fix handling of PERF_EVENT_UPDATE__SCALE by Arnaldo Carvalho de Melo · 7 years ago
  34. 15c249c perf bench numa: Avoid possible truncation when using snprintf() by Arnaldo Carvalho de Melo · 7 years ago
  35. b246fc0 perf tests: Avoid possible truncation with dirent->d_name + snprintf by Arnaldo Carvalho de Melo · 7 years ago
  36. 93a3c47 perf intel-pt: Use __fallthrough by Arnaldo Carvalho de Melo · 7 years ago
  37. 0552378 perf thread_map: Correctly size buffer used with dirent->dt_name by Arnaldo Carvalho de Melo · 7 years ago
  38. a814c7d perf top: Use __fallthrough by Arnaldo Carvalho de Melo · 7 years ago
  39. 9421878 tools strfilter: Use __fallthrough by Arnaldo Carvalho de Melo · 7 years ago
  40. 76efd70 tools string: Use __fallthrough in perf_atoll() by Arnaldo Carvalho de Melo · 7 years ago
  41. dae5184 tools include: Add a __fallthrough statement by Arnaldo Carvalho de Melo · 7 years ago
  42. 3e51ccb objtool: Fix another GCC jump table detection issue by Josh Poimboeuf · 7 years ago
  43. 15541e6 tools arch: Sync arch/x86/lib/memcpy_64.S with the kernel by Arnaldo Carvalho de Melo · 7 years ago
  44. b6f75b9 perf probe: Fix to probe on gcc generated functions in modules by Masami Hiramatsu · 7 years ago
  45. e1eac34 perf probe: Fix to show correct locations for events on modules by Masami Hiramatsu · 7 years ago
  46. c48a862 objtool: Fix IRET's opcode by Jiri Slaby · 7 years ago
  47. 7929b50 perf auxtrace: Fix no_size logic in addr_filter__resolve_kernel_syms() by Adrian Hunter · 7 years ago
  48. e65c6aa selftests/x86/ldt_gdt_32: Work around a glibc sigaction() bug by Andy Lutomirski · 7 years ago
  49. 1f0c69c x86/mpx: Re-add MPX to selftests Makefile by Dave Hansen · 7 years ago
  50. a19718b cpupower: Fix turbo frequency reporting for pre-Sandy Bridge cores by Ben Hutchings · 7 years ago
  51. 85f6877 give up on gcc ilog2() constant optimizations by Linus Torvalds · 7 years ago
  52. ff61e01 ktest: Fix child exit code processing by Steven Rostedt (VMware) · 7 years ago
  53. 11a4d64 perf callchain: Reference count maps by Krister Johansen · 7 years ago
  54. de65c30 perf diff: Fix segfault on 'perf diff -o N' option by Namhyung Kim · 7 years ago
  55. 85df621 perf diff: Fix -o/--order option behavior (again) by Namhyung Kim · 7 years ago
  56. 12274f2 tools/virtio/ringtest: fix run-on-all.sh for offline cpus by Halil Pasic · 8 years ago
  57. fa555d0 selftest/powerpc: Wrong PMC initialized in pmc56_overflow test by Madhavan Srinivasan · 7 years ago
  58. 03f5be2 perf jit: Enable jitdump support without dwarf by Maciej Debski · 8 years ago
  59. 3ef6a3c perf scripting: Avoid leaking the scripting_context variable by Arnaldo Carvalho de Melo · 8 years ago
  60. ea73853 perf callchain: Fixup help/config for no-unwinding by Rabin Vincent · 8 years ago
  61. a1d3089 perf diff: Do not overwrite valid build id by Kan Liang · 7 years ago
  62. 0f242c0 perf trace: Check if MAP_32BIT is defined (again) by Jiri Olsa · 7 years ago
  63. 8b5484f perf mem: Fix --all-user/--all-kernel options by Jiri Olsa · 7 years ago
  64. 567eea5 perf trace: Use the syscall raw_syscalls:sys_enter timestamp by Arnaldo Carvalho de Melo · 8 years ago
  65. 057ac44 selftests: do not require bash for the generated test by Rolf Eike Beer · 7 years ago
  66. 91ee732 selftests: do not require bash to run netsocktests testcase by Rolf Eike Beer · 7 years ago
  67. 08aed6e tools/virtio: fix READ_ONCE() by Mark Rutland · 8 years ago
  68. ba12b35 perf annotate: Don't throw error for zero length symbols by Ravi Bangoria · 8 years ago
  69. 810ac7b7 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  70. 2b41226 Revert "radix tree test suite: fix compilation" by Linus Torvalds · 8 years ago
  71. 53855d1 radix tree test suite: fix compilation by Matthew Wilcox · 8 years ago
  72. a7de92d tools/testing/nvdimm: unit test acpi_nfit_ctl() by Dan Williams · 8 years ago
  73. 69042bf objtool: Fix bytes check of lea's rex_prefix by Jiri Slaby · 8 years ago
  74. 20afa6e Merge tag 'acpi-4.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  75. d5a4b1a tools/power/acpi: Remove direct kernel source include reference by Lv Zheng · 8 years ago
  76. 5ad62a9 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  77. ce75632 Merge tag 'perf-hists-hierarchy-fixes-for-mingo-20161111' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 8 years ago
  78. cd16f3d Merge branches 'pm-tools-fixes' and 'pm-sleep-fixes' by Rafael J. Wysocki · 8 years ago
  79. c72ab44 perf hists: Fix column length on --hierarchy by Namhyung Kim · 8 years ago
  80. b9bf911 perf hists browser: Fix column indentation on --hierarchy by Namhyung Kim · 8 years ago
  81. 131d51e perf hists browser: Show folded sign properly on --hierarchy by Namhyung Kim · 8 years ago
  82. 3d9f468 perf hists browser: Fix indentation of folded sign on --hierarchy by Namhyung Kim · 8 years ago
  83. 9cba9844 perf hist browser: Fix hierarchy column counts by Namhyung Kim · 8 years ago
  84. c25badc cpupower: Correct return type of cpu_power_is_cpu_online() in cpufreq-set by Laura Abbott · 8 years ago
  85. 948a8ac ringtest: poll for new buffers once before updating event index by Paolo Bonzini · 8 years ago
  86. d3c3589 ringtest: commonize implementation of poll_avail/poll_used by Paolo Bonzini · 8 years ago
  87. 44d65ea ringtest: use link-time optimization by Paolo Bonzini · 8 years ago
  88. 56fb2d6 objtool: Fix rare switch jump table pattern detection by Josh Poimboeuf · 8 years ago
  89. 8214899 x86/cpufeature: Add AVX512_4VNNIW and AVX512_4FMAPS features by Piotr Luc · 8 years ago
  90. b75d388 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  91. 351267d Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  92. 0130669 Merge tag 'perf-urgent-for-mingo-20161017' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 8 years ago
  93. 53613e0 perf jit: Fix build issue on Ubuntu by Anton Blanchard · 8 years ago
  94. 2d470b6 perf jevents: Handle events including .c and .o by Wang Nan · 8 years ago
  95. 9cfffb1 objtool: Skip all "unreachable instruction" warnings for gcov kernels by Josh Poimboeuf · 8 years ago
  96. 3732710 objtool: Improve rare switch jump table pattern detection by Josh Poimboeuf · 8 years ago
  97. 5d89d9f Merge tag 'linux-kselftest-4.9-rc1-update' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 8 years ago
  98. d8bfb96 Merge tag 'powerpc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  99. f957a53 perf header: Set nr_numa_nodes only when we parsed all the data by Jiri Olsa · 8 years ago
  100. c611152 perf top: Fix refreshing hierarchy entries on TUI by Namhyung Kim · 8 years ago