- 10d6dfc Merge branch 'fixes-for-4.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal by Linus Torvalds · 10 years ago
- d7b48fe Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 986ffe0 tools/thermal: tmon: silence 'set but not used' warnings by Brian Norris · 10 years ago
- 96a0d99 tools/thermal: tmon: use pkg-config to determine library dependencies by Brian Norris · 10 years ago
- 1b0eaa2 tools/thermal: tmon: support cross-compiling by Brian Norris · 10 years ago
- 3dc3712 tools/thermal: tmon: add .gitignore by Brian Norris · 10 years ago
- 3bbcc52 tools/thermal: tmon: fixup tui windowing calculations by Brian Norris · 10 years ago
- 0e7b766 tools/thermal: tmon: tui: don't hard-code dialog window size assumptions by Brian Norris · 10 years ago
- a90b6b00 tools/thermal: tmon: add min/max macros by Brian Norris · 10 years ago
- 4cc32cb tools/thermal: tmon: add --target-temp parameter by Brian Norris · 10 years ago
- 4861f87 perf tools: Make sparc64 arch point to sparc by David Ahern · 10 years ago
- e370a3d perf symbols: Define EM_AARCH64 for older OSes by David Ahern · 10 years ago
- a73b6c1 perf top: Fix SIGBUS on sparc64 by David Ahern · 10 years ago
- 48536c9 perf tools: Fix probing for PERF_FLAG_FD_CLOEXEC flag by Adrian Hunter · 10 years ago
- 95a09cf perf tools: Fix pthread_attr_setaffinity_np build error by Adrian Hunter · 10 years ago
- 8eb7338 perf tools: Define _GNU_SOURCE on pthread_attr_setaffinity_np feature check by Josh Boyer · 10 years ago
- e17fdae perf bench: Fix order of arguments to memcpy_alloc_mem by Bruce Merry · 10 years ago
- 53861af Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
- 4ba6307 Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 10 years ago
- e298767 Merge tag 'usb-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 10 years ago
- 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 · 10 years ago
- c7fb90d Merge branches 'pm-cpufreq', 'pm-cpuidle', 'pm-devfreq', 'pm-opp' and 'pm-tools' by Rafael J. Wysocki · 10 years ago
- 206ad06 tools/lguest: don't use legacy definitions for net device in example launcher. by Rusty Russell · 10 years ago
- 1e1c17a tools/lguest: use common error macros in the example launcher. by Rusty Russell · 10 years ago
- 17c56d6 tools/lguest: give virtqueues names for better error messages by Rusty Russell · 10 years ago
- d39a678 tools/lguest: more documentation and checking of virtio 1.0 compliance. by Rusty Russell · 10 years ago
- d761b03 tools/lguest: don't start devices until DRIVER_OK status set. by Rusty Russell · 10 years ago
- 3afe3e0 tools/lguest: handle indirect partway through chain. by Rusty Russell · 10 years ago
- c97eb67 tools/lguest: insert driver references from the 1.0 spec (4.1 Virtio Over PCI) by Rusty Russell · 10 years ago
- 8dc425f tools/lguest: insert device references from the 1.0 spec (4.1 Virtio Over PCI) by Rusty Russell · 10 years ago
- b2ce1ea tools/lguest: rename virtio_pci_cfg_cap field to match spec. by Rusty Russell · 10 years ago
- 53aceb4 tools/lguest: fix features_accepted logic in example launcher. by Rusty Russell · 10 years ago
- d2dbdac tools/lguest: handle device reset correctly in example launcher. by Rusty Russell · 10 years ago
- 12df428 Merge tag 'ktest-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest by Linus Torvalds · 10 years ago
- 59d5373 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
- d3f180e Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 10 years ago
- 79b56ab Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux into pm-tools by Rafael J. Wysocki · 10 years ago
- 56873f4 mm:add KPF_ZERO_PAGE flag for /proc/kpageflags by Wang, Yalin · 10 years ago
- 00f8d54 lguest: remove NOTIFY facility from demonstration launcher. by Rusty Russell · 10 years ago
- 713e3f7 lguest: always put console in PCI slot #1. by Rusty Russell · 10 years ago
- 59eba78 lguest: support backdoor window. by Rusty Russell · 10 years ago
- e8330d9 lguest: support emerg_wr in console device in example launcher. by Rusty Russell · 10 years ago
- d9028ed lguest: remove support for lguest bus in demonstration launcher. by Rusty Russell · 10 years ago
- eb39f83 lguest: define VIRTIO_CONFIG_NO_LEGACY in example launcher. by Rusty Russell · 10 years ago
- ebff011 lguest: Convert console device to virtio 1.0 PCI. by Rusty Russell · 10 years ago
- 0d5b5d3 lguest: Convert entropy device to virtio 1.0 PCI. by Rusty Russell · 10 years ago
- bf6d403 lguest: Convert net device to virtio 1.0 PCI. by Rusty Russell · 10 years ago
- 5051654 lguest: Convert block device to virtio 1.0 PCI. by Rusty Russell · 10 years ago
- 8e70946 lguest: add a dummy PCI host bridge. by Rusty Russell · 10 years ago
- 3e0e5f2 lguest: fix failure to find linux/virtio_types.h by Rusty Russell · 10 years ago
- 9315307 lguest: implement virtio-PCI MMIO accesses. by Rusty Russell · 10 years ago
- d7fbf6e lguest: add PCI config space emulation to example launcher. by Rusty Russell · 10 years ago
- 6a54f9a lguest: decode mmio accesses for PCI in example launcher. by Rusty Russell · 10 years ago
- 0a6bcc1 lguest: add MMIO region allocator in example launcher. by Rusty Russell · 10 years ago
- 7313d52 lguest: add iomem region, where guest page faults get sent to userspace. by Rusty Russell · 10 years ago
- 48fd6b7 lguest: suppress PS/2 keyboard polling. by Rusty Russell · 10 years ago
- c565650b lguest: send trap 13 through to userspace. by Rusty Russell · 10 years ago
- 69a09dc lguest: write more information to userspace about pending traps. by Rusty Russell · 10 years ago
- a454bb3 lguest: have --rng read from /dev/urandom not /dev/random. by Rusty Russell · 10 years ago
- 8729123 Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
- 48a0631 tools/power turbostat: support additional Broadwell model by Len Brown · 10 years ago
- b5e8223 Merge branch 'pm-tools' by Rafael J. Wysocki · 10 years ago
- 55c39fc Merge branch 'acpica' by Rafael J. Wysocki · 10 years ago
- d8af6f5 tools/power turbostat: update parameters, documentation by Len Brown · 10 years ago
- ee7e38e tools/power turbostat: Skip printing disabled package C-states by Len Brown · 10 years ago
- a4cbbf5 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 994b7f1 Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux into pm-tools by Rafael J. Wysocki · 10 years ago
- a729617 tools/power turbostat: relax dependency on APERF_MSR by Len Brown · 10 years ago
- d789944 tools/power turbostat: relax dependency on invariant TSC by Len Brown · 10 years ago
- e840b41 Merge back earlier 'pm-tools' material for v3.20 by Rafael J. Wysocki · 10 years ago
- 23e8fe2 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 3a9a941 tools/power turbostat: decode MSR_*_PERF_LIMIT_REASONS by Len Brown · 10 years ago
- 98481e7 tools/power turbostat: relax dependency on root permission by Len Brown · 10 years ago
- 29f12c4 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 82a8094 ACPICA: Update Copyright headers to 2015 by David E. Box · 10 years ago
- 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 · 10 years ago
- 7c2c49e ktest: Place quotes around item variable by Steven Rostedt (Red Hat) · 10 years ago
- 1cb9e64 ktest: Cleanup terminal on dodie() failure by Josh Poimboeuf · 10 years ago
- 4bf6e1f ktest: Print build,install,boot,test times at success and failure by Steven Rostedt (Red Hat) · 10 years ago
- 9d2f7f0 ktest: Enable user input to the console by Josh Poimboeuf · 10 years ago
- 9f2cdcb ktest: Give console process a dedicated tty by Josh Poimboeuf · 10 years ago
- 8baeccd tools/liblockdep: don't include host headers by Baruch Siach · 10 years ago
- 7728b35 tools/liblockdep: ignore generated .so file by Baruch Siach · 10 years ago
- 5c1de00 cpupower Makefile change to help run the tool without 'make install' by sriram@marirs.net.in · 10 years ago
- c52686f perf symbols: Convert lseek + read to pread by Namhyung Kim · 10 years ago
- 42aa276 perf tools: Use perf_data_file__fd() consistently by Namhyung Kim · 10 years ago
- 0b064f4 perf symbols: Support to read compressed module from build-id cache by Namhyung Kim · 10 years ago
- 62e503b perf evsel: Set attr.task bit for a tracking event by Namhyung Kim · 10 years ago
- f791397 perf header: Set header version correctly by Namhyung Kim · 10 years ago
- e3d5911 perf record: Show precise number of samples by Namhyung Kim · 10 years ago
- 4ac30cf perf tools: Do not use __perf_session__process_events() directly by Namhyung Kim · 10 years ago
- f1f13af perf callchain: Cache eh/debug frame offset for dwarf unwind by Namhyung Kim · 10 years ago
- 64d9828 ktest: Rename start_monitor_and_boot to start_monitor_and_install by Steven Rostedt (Red Hat) · 10 years ago
- 38fa3dc ktest: Show times for build, install, boot and test by Steven Rostedt (Red Hat) · 10 years ago
- 459a3df perf tools: Provide stub for missing pthread_attr_setaffinity_np by Vineet Gupta · 10 years ago
- 8d9cbd8 perf evsel: Don't rely on malloc working for sz 0 by Vineet Gupta · 10 years ago
- b3890e4 Merge branch 'perf/hw_breakpoints' into perf/core by Ingo Molnar · 10 years ago
- 9884278 ktest: Restore tty settings after closing console by Josh Poimboeuf · 10 years ago
- b53486e ktest: Add timings for commands by Steven Rostedt (Red Hat) · 10 years ago
- 3d199b5 tools lib traceevent: Add support for IP address formats by David Ahern · 10 years ago