Age | Commit message (Expand) | Author | Files | Lines |
2014-06-04 | tools/vm/page-types.c: catch sigbus if raced with truncate | Konstantin Khlebnikov | 1 | -3/+32 |
2014-06-04 | Merge tag 'pm+acpi-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 28 | -751/+3738 |
2014-06-03 | Merge branches 'acpi-tools' and 'pm-tools' | Rafael J. Wysocki | 16 | -175/+456 |
2014-06-03 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 2 | -2/+2 |
2014-06-03 | Merge branch 'acpica' | Rafael J. Wysocki | 12 | -574/+3280 |
2014-06-03 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 114 | -1438/+4123 |
2014-06-03 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 11 | -121/+200 |
2014-06-03 | Merge tag 'usb-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 6 | -0/+1004 |
2014-06-03 | Merge back earlier cpufreq material. | Rafael J. Wysocki | 2 | -2/+2 |
2014-05-29 | ACPICA: acpidump: Fix repetitive table dump in -n mode. | Lv Zheng | 1 | -0/+4 |
2014-05-23 | Merge tag 'usb-for-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Greg Kroah-Hartman | 6 | -0/+1004 |
2014-05-22 | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Ingo Molnar | 11 | -121/+200 |
2014-05-21 | perf tools: Add automatic remapping of Android libraries | Michael Lentine | 1 | -1/+94 |
2014-05-21 | perf tools: Add cat as fallback pager | Michael Lentine | 1 | -6/+6 |
2014-05-21 | perf tests: Add a testcase for histogram output sorting | Namhyung Kim | 7 | -2/+628 |
2014-05-21 | perf tests: Factor out print_hists_*() | Namhyung Kim | 4 | -60/+66 |
2014-05-21 | perf tools: Introduce reset_output_field() | Namhyung Kim | 4 | -0/+36 |
2014-05-21 | perf tools: Get rid of obsolete hist_entry__sort_list | Namhyung Kim | 3 | -50/+43 |
2014-05-21 | perf hists: Reset width of output fields with header length | Namhyung Kim | 3 | -18/+16 |
2014-05-21 | perf tools: Skip elided sort entries | Namhyung Kim | 6 | -0/+42 |
2014-05-21 | perf top: Add --fields option to specify output fields | Namhyung Kim | 2 | -6/+18 |
2014-05-21 | perf report/tui: Fix a bug when --fields/sort is given | Namhyung Kim | 1 | -4/+1 |
2014-05-21 | perf tools: Add ->sort() member to struct sort_entry | Namhyung Kim | 2 | -5/+23 |
2014-05-21 | perf report: Add -F option to specify output fields | Namhyung Kim | 6 | -17/+282 |
2014-05-21 | perf tools: Call perf_hpp__init() before setting up GUI browsers | Namhyung Kim | 5 | -9/+5 |
2014-05-21 | perf tools: Consolidate management of default sort orders | Namhyung Kim | 5 | -24/+31 |
2014-05-21 | perf tools: Allow hpp fields to be sort keys | Namhyung Kim | 8 | -13/+67 |
2014-05-21 | perf ui: Get rid of callback from __hpp__fmt() | Namhyung Kim | 4 | -62/+34 |
2014-05-21 | perf tools: Consolidate output field handling to hpp format routines | Namhyung Kim | 6 | -83/+63 |
2014-05-21 | perf tools: Use hpp formats to sort final output | Namhyung Kim | 1 | -54/+8 |
2014-05-21 | perf tools: Support event grouping in hpp ->sort() | Namhyung Kim | 1 | -6/+58 |
2014-05-21 | perf tools: Use hpp formats to sort hist entries | Namhyung Kim | 1 | -10/+6 |
2014-05-21 | perf tools: Convert sort entries to hpp formats | Namhyung Kim | 3 | -4/+88 |
2014-05-21 | perf tools: Add ->cmp(), ->collapse() and ->sort() to perf_hpp_fmt | Namhyung Kim | 2 | -4/+38 |
2014-05-17 | cpupower: Remove mc and smt power aware scheduler info/settings | Thomas Renninger | 4 | -106/+5 |
2014-05-17 | cpupower: cpupower info -b should return 0 on success, not the perf bias value | Thomas Renninger | 1 | -3/+4 |
2014-05-17 | cpupower: If root, try to load msr driver on x86 if /dev/cpu/0/msr is not ava... | Thomas Renninger | 1 | -0/+14 |
2014-05-17 | cpupower: Install recently added cpupower-idle-{set, info} manpages | Thomas Renninger | 1 | -0/+2 |
2014-05-17 | cpupower: Introduce idle state disable-by-latency and enable-all | Thomas Renninger | 2 | -8/+77 |
2014-05-17 | cpupower: Remove all manpages on make uninstall | Ramkumar Ramachandra | 1 | -2/+6 |
2014-05-17 | cpupower: Remove dead link to homepage, and update the targets built. | Ramkumar Ramachandra | 2 | -10/+7 |
2014-05-17 | cpupower: Rename cpufrequtils -> cpupower, and libcpufreq -> libcpupower. | Ramkumar Ramachandra | 1 | -6/+6 |
2014-05-16 | perf tools: Add libdw DWARF post unwind support for ARM | Jean Pihet | 2 | -0/+41 |
2014-05-16 | perf tests: Add dwarf unwind test on ARM | Jean Pihet | 7 | -5/+69 |
2014-05-16 | perf tests: Introduce perf_regs_load function on ARM | Jean Pihet | 3 | -0/+61 |
2014-05-16 | perf tools: Consolidate types.h for ARM and ARM64 | Jean Pihet | 2 | -2/+2 |
2014-05-16 | perf session: Fix possible null pointer dereference in session.c | Masanari Iida | 1 | -2/+3 |
2014-05-16 | perf sched: Cleanup, remove unused variables in map_switch_event() | Dongsheng Yang | 1 | -4/+2 |
2014-05-16 | perf sched: Remove nr_state_machine_bugs in perf latency | Dongsheng Yang | 1 | -11/+8 |
2014-05-14 | rcutorture: Note diffs from git commits | Paul E. McKenney | 1 | -0/+4 |