1. 09d5160 Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 9 years ago
  2. e9257f5 tools/power turbostat: correct dumped pkg-cstate-limit value by Len Brown · 9 years ago
  3. 8a5bdf4 tools/power turbostat: calculate TSC frequency from CPUID(0x15) on SKL by Len Brown · 9 years ago
  4. 40ee8e3 tools/power turbostat: correct DRAM RAPL units on recent Xeon processors by Andrey Semin · 10 years ago
  5. 0b2bb69 tools/power turbostat: Initial Skylake support by Len Brown · 9 years ago
  6. f82263c tools/power turbostat: Use $(CURDIR) instead of $(PWD) and add support for O= option in Makefile by Thomas D · 9 years ago
  7. a21d38c tools/power turbostat: modprobe msr, if needed by Len Brown · 9 years ago
  8. fcd1721 tools/power turbostat: dump MSR_TURBO_RATIO_LIMIT2 by Len Brown · 9 years ago
  9. 12bb43c tools/power turbostat: use new MSR_TURBO_RATIO_LIMIT names by Len Brown · 9 years ago
  10. 90d1c08 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  11. 96b90f2 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  12. 0f5abd4 Merge tag 'acpica-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  13. d19d5ef Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 9 years ago
  14. 0a15584 x86, selftests: Add single_step_syscall test by Andy Lutomirski · 9 years ago
  15. 215ba78 mm, selftests: test return value of munmap for MAP_HUGETLB memory by David Rientjes · 9 years ago
  16. 6c373ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  17. 6c8a53c9 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  18. 078838d Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  19. eeee78c Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  20. d0bbe0d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  21. 81ed793 ACPICA: Fix a sscanf format string. by Bob Moore · 9 years ago
  22. e0423ed ACPICA: Unix: Cleanup to use ACPI_TO_INTEGER() to calc page offset. by Lv Zheng · 9 years ago
  23. b79013b Merge tag 'staging-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 9 years ago
  24. f19e80c perf probe: Fix segfault when probe with lazy_line to file by He Kuang · 9 years ago
  25. 09ed897 perf probe: Find compilation directory path for lazy matching by Naohiro Aota · 9 years ago
  26. 9d7b45c perf probe: Set retprobe flag when probe in address-based alternative mode by He Kuang · 9 years ago
  27. 60f898e Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  28. 8f61f35 tools/power turbostat: label base frequency by Len Brown · 9 years ago
  29. e33cbe8 tools/power turbostat: update PERF_LIMIT_REASONS decoding by Len Brown · 9 years ago
  30. 1cc21f7 tools/power turbostat: simplify default output by Len Brown · 9 years ago
  31. 4541fec Merge tag 'linux-kselftest-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 9 years ago
  32. 0d68bc9 perf kmem: Analyze page allocator events also by Namhyung Kim · 9 years ago
  33. 7fe924d selftests/powerpc: Add transactional syscall test by Sam bobroff · 9 years ago
  34. 2b03fc1 selftests/powerpc: Move get_auxv_entry() to harness.c by Sam bobroff · 9 years ago
  35. 7b8283b5 perf evlist: Fix type for references to data_head/tail by David Ahern · 9 years ago
  36. 8cb0aa4 perf probe: Check the orphaned -x option by Masami Hiramatsu · 9 years ago
  37. 7afb3fa perf probe: Support multiple probes on different binaries by Masami Hiramatsu · 9 years ago
  38. 5e78c69 perf buildid-list: Fix segfault when show DSOs with hits by He Kuang · 9 years ago
  39. 1060ab8 perf tools: Fix cross-endian analysis by David Ahern · 9 years ago
  40. d998b73 perf tools: Fix error path to do closedir() when synthesizing threads by Arnaldo Carvalho de Melo · 9 years ago
  41. 7764a38 perf tools: Fix synthesizing fork_event.ppid for non-main thread by David Ahern · 9 years ago
  42. a1e12da perf tools: Add 'I' event modifier for exclude_idle bit by Jiri Olsa · 9 years ago
  43. f6fcc14 perf report: Don't call map__kmap if map is NULL. by Wang Nan · 9 years ago
  44. 54a50f9 perf tests: Fix attr tests by Jiri Olsa · 9 years ago
  45. f6c1562 perf probe: Fix ARM 32 building error by Wang Nan · 9 years ago
  46. 2c5e8c5 perf tools: Merge all perf_event_attr print functions by Peter Zijlstra · 9 years ago
  47. 814c8c3 perf record: Add clockid parameter by Peter Zijlstra · 9 years ago
  48. ff5f3bb perf sched replay: Use replay_repeat to calculate the runavg of cpu usage instead of the default value 10 by Yunlong Song · 9 years ago
  49. f0dd330 perf sched replay: Support using -f to override perf.data file ownership by Yunlong Song · 9 years ago
  50. 939cda5 perf sched replay: Fix the EMFILE error caused by the limitation of the maximum open files by Yunlong Song · 9 years ago
  51. 1aff59b perf sched replay: Handle the dead halt of sem_wait when create_tasks() fails for any task by Yunlong Song · 9 years ago
  52. 08097ab perf sched replay: Fix the segmentation fault problem caused by pr_err in threads by Yunlong Song · 9 years ago
  53. 3a423a5 perf sched replay: Realloc the memory of pid_to_task stepwise to adapt to the different pid_max configurations by Yunlong Song · 9 years ago
  54. cb06ac2 perf sched replay: Alloc the memory of pid_to_task dynamically to adapt to the unexpected change of pid_max by Yunlong Song · 9 years ago
  55. a35e27d perf sched replay: Increase the MAX_PID value to fix assertion failure problem by Yunlong Song · 9 years ago
  56. 0755bc4 perf sched replay: Use struct task_desc instead of struct task_task for correct meaning by Yunlong Song · 9 years ago
  57. 28939e1 perf kmem: Respect -i option by Jiri Olsa · 9 years ago
  58. 3201f0d tools lib traceevent: Honor operator priority by Namhyung Kim · 9 years ago
  59. ba92732 perf kmaps: Check kmaps to make code more robust by Wang Nan · 9 years ago
  60. 8ea92ce perf evlist: Fix inverted logic in perf_mmap__empty by He Kuang · 9 years ago
  61. 4bcc782 Merge tag 'v4.0-rc7' into x86/asm, to resolve conflicts by Ingo Molnar · 9 years ago
  62. 3f705df x86, selftests: Add sigreturn selftest by Andy Lutomirski · 9 years ago
  63. c610f7f Merge 4.0-rc7 into staging-next by Greg Kroah-Hartman · 9 years ago
  64. 2bfd4d1 ftracetest: Do not use usleep directly by Namhyung Kim · 9 years ago
  65. 9f0d34b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  66. 6886f41 selftest/mqueue: enable cross compilation by Tyler Baker · 9 years ago
  67. 5de8304 selftest/ipc: enable cross compilation by Tyler Baker · 9 years ago
  68. ab923bb9 selftest/memfd: include default header install path by Tyler Baker · 9 years ago
  69. 365ce99 selftest/mount: enable cross compilation by Tyler Baker · 9 years ago
  70. 52dd557 selftest/memfd: enable cross compilation by Tyler Baker · 9 years ago
  71. 48fd77d kselftests: timers: Make set-timer-lat fail more gracefully for !CAP_WAKE_ALARM by John Stultz · 9 years ago
  72. bd05954 perf data: Support using -f to override perf.data file ownership for 'convert' by Yunlong Song · 9 years ago
  73. e366a6d perf trace: Support using -f to override perf.data file ownership by Yunlong Song · 9 years ago
  74. 44f7e43 perf timechart: Support using -f to override perf.data file ownership by Yunlong Song · 9 years ago
  75. 06af0f2 perf script: Support using -f to override perf.data file ownership by Yunlong Song · 9 years ago
  76. 62a1a63 perf mem: Support using -f to override perf.data file ownership by Yunlong Song · 9 years ago
  77. c4ac732 perf lock: Support using -f to override perf.data file ownership by Yunlong Song · 9 years ago
  78. 8cc5ec1f perf kvm: Support using -f to override perf.data.guest file ownership by Yunlong Song · 9 years ago
  79. d1eeb77 perf kmem: Support using -f to override perf.data file ownership by Yunlong Song · 9 years ago
  80. ccaa474 perf inject: Support using -f to override perf.data file ownership by Yunlong Song · 9 years ago
  81. 9e3b6ec perf evlist: Support using -f to override perf.data file ownership by Yunlong Song · 9 years ago
  82. c727383 perf probe: Fix to track down unnamed union/structure members by Masami Hiramatsu · 9 years ago
  83. b83e868 perf db-export: No need to have ->thread twice in struct export_sample by Arnaldo Carvalho de Melo · 9 years ago
  84. 7327259 perf db-export: No need to pass thread twice to db_export__sample by Arnaldo Carvalho de Melo · 9 years ago
  85. f9d5d54 perf scripting: No need to pass thread twice to the scripting callbacks by Arnaldo Carvalho de Melo · 9 years ago
  86. 79628f2 perf script: No need to lookup thread twice by Arnaldo Carvalho de Melo · 9 years ago
  87. 223aa64 Merge branch 'perf/timer' into perf/core by Ingo Molnar · 9 years ago
  88. 072264f selftests: Change memory on-off-test.sh name to be unique by Shuah Khan · 9 years ago
  89. cc16782 selftests: change cpu on-off-test.sh name to be unique by Shuah Khan · 9 years ago
  90. 9870d78 perf ordered_samples: Remove references to perf_{evlist,tool} and machines by Arnaldo Carvalho de Melo · 9 years ago
  91. aae59fa perf session: Always initialize ordered_events by Arnaldo Carvalho de Melo · 9 years ago
  92. ca6c41c perf tools: Fix ppid for synthesized fork events by David Ahern · 9 years ago
  93. 5aa0b03 perf tools: Refactor comm/tgid lookup by David Ahern · 9 years ago
  94. 73dbcd6 perf callchain: Fix kernel symbol resolution by remembering the cpumode by David Hildenbrand · 9 years ago
  95. 8f3d734 selftests/mount: Make git ignore all binaries in mount test suite by Zhang Zhen · 9 years ago
  96. e48f284 kselftests: timers: Reduce default runtime on inconsistency-check and set-timer-lat by John Stultz · 9 years ago
  97. 44164c4 ftracetest: Convert exit -1 to exit $FAIL by Michael Ellerman · 9 years ago
  98. a05ffdc ftracetest: Cope properly with stack tracer not being enabled by Michael Ellerman · 9 years ago
  99. 6ab2b76 perf build: Disable libbabeltrace check by default by Jiri Olsa · 9 years ago
  100. 4cd968e selftests/powerpc: Add a test of the switch_endian() syscall by Michael Ellerman · 9 years ago