1. 3bbcc52 tools/thermal: tmon: fixup tui windowing calculations by Brian Norris · 9 years ago
  2. 0e7b766 tools/thermal: tmon: tui: don't hard-code dialog window size assumptions by Brian Norris · 9 years ago
  3. a90b6b00 tools/thermal: tmon: add min/max macros by Brian Norris · 9 years ago
  4. 4cc32cb tools/thermal: tmon: add --target-temp parameter by Brian Norris · 9 years ago
  5. 53861af Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 9 years ago
  6. 4ba6307 Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 9 years ago
  7. e298767 Merge tag 'usb-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  8. 18320f2 Merge tag 'pm+acpi-3.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  9. c7fb90d Merge branches 'pm-cpufreq', 'pm-cpuidle', 'pm-devfreq', 'pm-opp' and 'pm-tools' by Rafael J. Wysocki · 9 years ago
  10. 206ad06 tools/lguest: don't use legacy definitions for net device in example launcher. by Rusty Russell · 9 years ago
  11. 1e1c17a tools/lguest: use common error macros in the example launcher. by Rusty Russell · 9 years ago
  12. 17c56d6 tools/lguest: give virtqueues names for better error messages by Rusty Russell · 9 years ago
  13. d39a678 tools/lguest: more documentation and checking of virtio 1.0 compliance. by Rusty Russell · 9 years ago
  14. d761b03 tools/lguest: don't start devices until DRIVER_OK status set. by Rusty Russell · 9 years ago
  15. 3afe3e0 tools/lguest: handle indirect partway through chain. by Rusty Russell · 9 years ago
  16. c97eb67 tools/lguest: insert driver references from the 1.0 spec (4.1 Virtio Over PCI) by Rusty Russell · 9 years ago
  17. 8dc425f tools/lguest: insert device references from the 1.0 spec (4.1 Virtio Over PCI) by Rusty Russell · 9 years ago
  18. b2ce1ea tools/lguest: rename virtio_pci_cfg_cap field to match spec. by Rusty Russell · 9 years ago
  19. 53aceb4 tools/lguest: fix features_accepted logic in example launcher. by Rusty Russell · 9 years ago
  20. d2dbdac tools/lguest: handle device reset correctly in example launcher. by Rusty Russell · 9 years ago
  21. 12df428 Merge tag 'ktest-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest by Linus Torvalds · 9 years ago
  22. 59d5373 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  23. d3f180e Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 9 years ago
  24. 79b56ab Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux into pm-tools by Rafael J. Wysocki · 9 years ago
  25. 56873f4 mm:add KPF_ZERO_PAGE flag for /proc/kpageflags by Wang, Yalin · 9 years ago
  26. 00f8d54 lguest: remove NOTIFY facility from demonstration launcher. by Rusty Russell · 9 years ago
  27. 713e3f7 lguest: always put console in PCI slot #1. by Rusty Russell · 9 years ago
  28. 59eba78 lguest: support backdoor window. by Rusty Russell · 9 years ago
  29. e8330d9 lguest: support emerg_wr in console device in example launcher. by Rusty Russell · 9 years ago
  30. d9028ed lguest: remove support for lguest bus in demonstration launcher. by Rusty Russell · 9 years ago
  31. eb39f83 lguest: define VIRTIO_CONFIG_NO_LEGACY in example launcher. by Rusty Russell · 9 years ago
  32. ebff0113 lguest: Convert console device to virtio 1.0 PCI. by Rusty Russell · 9 years ago
  33. 0d5b5d3 lguest: Convert entropy device to virtio 1.0 PCI. by Rusty Russell · 9 years ago
  34. bf6d403 lguest: Convert net device to virtio 1.0 PCI. by Rusty Russell · 9 years ago
  35. 5051654 lguest: Convert block device to virtio 1.0 PCI. by Rusty Russell · 9 years ago
  36. 8e70946 lguest: add a dummy PCI host bridge. by Rusty Russell · 9 years ago
  37. 3e0e5f2 lguest: fix failure to find linux/virtio_types.h by Rusty Russell · 9 years ago
  38. 9315307 lguest: implement virtio-PCI MMIO accesses. by Rusty Russell · 9 years ago
  39. d7fbf6e lguest: add PCI config space emulation to example launcher. by Rusty Russell · 9 years ago
  40. 6a54f9a lguest: decode mmio accesses for PCI in example launcher. by Rusty Russell · 9 years ago
  41. 0a6bcc1 lguest: add MMIO region allocator in example launcher. by Rusty Russell · 9 years ago
  42. 7313d52 lguest: add iomem region, where guest page faults get sent to userspace. by Rusty Russell · 9 years ago
  43. 48fd6b7 lguest: suppress PS/2 keyboard polling. by Rusty Russell · 9 years ago
  44. c565650b lguest: send trap 13 through to userspace. by Rusty Russell · 9 years ago
  45. 69a09dc lguest: write more information to userspace about pending traps. by Rusty Russell · 9 years ago
  46. a454bb3 lguest: have --rng read from /dev/urandom not /dev/random. by Rusty Russell · 9 years ago
  47. 8729123 Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  48. 48a0631 tools/power turbostat: support additional Broadwell model by Len Brown · 9 years ago
  49. b5e8223 Merge branch 'pm-tools' by Rafael J. Wysocki · 9 years ago
  50. 55c39fc Merge branch 'acpica' by Rafael J. Wysocki · 9 years ago
  51. d8af6f5 tools/power turbostat: update parameters, documentation by Len Brown · 9 years ago
  52. ee7e38e tools/power turbostat: Skip printing disabled package C-states by Len Brown · 9 years ago
  53. a4cbbf5 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  54. 994b7f1 Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux into pm-tools by Rafael J. Wysocki · 9 years ago
  55. a729617 tools/power turbostat: relax dependency on APERF_MSR by Len Brown · 9 years ago
  56. d789944 tools/power turbostat: relax dependency on invariant TSC by Len Brown · 9 years ago
  57. e840b41 Merge back earlier 'pm-tools' material for v3.20 by Rafael J. Wysocki · 9 years ago
  58. 23e8fe2 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  59. 3a9a941 tools/power turbostat: decode MSR_*_PERF_LIMIT_REASONS by Len Brown · 10 years ago
  60. 98481e7 tools/power turbostat: relax dependency on root permission by Len Brown · 10 years ago
  61. 29f12c4 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  62. 82a8094 ACPICA: Update Copyright headers to 2015 by David E. Box · 9 years ago
  63. 4d4bac4 Merge tag 'usb-for-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 9 years ago
  64. 7c2c49e ktest: Place quotes around item variable by Steven Rostedt (Red Hat) · 9 years ago
  65. 1cb9e64 ktest: Cleanup terminal on dodie() failure by Josh Poimboeuf · 9 years ago
  66. 4bf6e1f ktest: Print build,install,boot,test times at success and failure by Steven Rostedt (Red Hat) · 9 years ago
  67. 9d2f7f0 ktest: Enable user input to the console by Josh Poimboeuf · 9 years ago
  68. 9f2cdcb ktest: Give console process a dedicated tty by Josh Poimboeuf · 9 years ago
  69. 8baeccd tools/liblockdep: don't include host headers by Baruch Siach · 9 years ago
  70. 7728b35 tools/liblockdep: ignore generated .so file by Baruch Siach · 9 years ago
  71. 5c1de00 cpupower Makefile change to help run the tool without 'make install' by sriram@marirs.net.in · 9 years ago
  72. c52686f perf symbols: Convert lseek + read to pread by Namhyung Kim · 9 years ago
  73. 42aa276 perf tools: Use perf_data_file__fd() consistently by Namhyung Kim · 9 years ago
  74. 0b064f4 perf symbols: Support to read compressed module from build-id cache by Namhyung Kim · 9 years ago
  75. 62e503b perf evsel: Set attr.task bit for a tracking event by Namhyung Kim · 9 years ago
  76. f791397 perf header: Set header version correctly by Namhyung Kim · 9 years ago
  77. e3d5911 perf record: Show precise number of samples by Namhyung Kim · 9 years ago
  78. 4ac30cf perf tools: Do not use __perf_session__process_events() directly by Namhyung Kim · 9 years ago
  79. f1f13af perf callchain: Cache eh/debug frame offset for dwarf unwind by Namhyung Kim · 9 years ago
  80. 64d9828 ktest: Rename start_monitor_and_boot to start_monitor_and_install by Steven Rostedt (Red Hat) · 9 years ago
  81. 38fa3dc ktest: Show times for build, install, boot and test by Steven Rostedt (Red Hat) · 9 years ago
  82. 459a3df perf tools: Provide stub for missing pthread_attr_setaffinity_np by Vineet Gupta · 9 years ago
  83. 8d9cbd8 perf evsel: Don't rely on malloc working for sz 0 by Vineet Gupta · 9 years ago
  84. b3890e4 Merge branch 'perf/hw_breakpoints' into perf/core by Ingo Molnar · 9 years ago
  85. 9884278 ktest: Restore tty settings after closing console by Josh Poimboeuf · 9 years ago
  86. b53486e ktest: Add timings for commands by Steven Rostedt (Red Hat) · 9 years ago
  87. 3d199b5 tools lib traceevent: Add support for IP address formats by David Ahern · 9 years ago
  88. c1136da Tools: hv: do not add redundant '/' in hv_start_fcopy() by Vitaly Kuznetsov · 9 years ago
  89. aba474b Tools: hv: address compiler warnings for hv_fcopy_daemon.c by Vitaly Kuznetsov · 9 years ago
  90. 69258c0 Tools: hv: address compiler warnings for hv_kvp_daemon.c by Vitaly Kuznetsov · 9 years ago
  91. 77ce247 Tools: hv: remove unused bytes_written from kvp_update_file() by Vitaly Kuznetsov · 9 years ago
  92. 521adf5 selftests/powerpc: Add memcmp testcase by Anton Blanchard · 9 years ago
  93. 3776c20 selftests/powerpc: Add subpage protection self test. by Paul Mackerras · 10 years ago
  94. b64eedb selftests/powerpc: Make git ignore all binaries in powerpc test suite by Anshuman Khandual · 9 years ago
  95. 4397bd2 perf ui/tui: Show fatal error message only if exists by Namhyung Kim · 9 years ago
  96. 605a306 perf tests: Fix typo in sample-parsing.c by Rasmus Villemoes · 9 years ago
  97. f816b3c tools lib fs debugfs: Check if debugfs is mounted when handling ENOENT by Arnaldo Carvalho de Melo · 9 years ago
  98. 2cc990b tools lib fs debugfs: Introduce debugfs__strerror_open_tp by Arnaldo Carvalho de Melo · 9 years ago
  99. 5ed08da perf trace: Fix error reporting for evsel pgfault constructor by Arnaldo Carvalho de Melo · 9 years ago
  100. 801c67b tools lib fs: Pass filename to debugfs__strerror_open by Arnaldo Carvalho de Melo · 9 years ago