Age | Commit message (Expand) | Author | Files | Lines |
2016-12-25 | Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len... | Linus Torvalds | 3 | -371/+673 |
2016-12-24 | tools/power turbostat: remove obsolete -M, -m, -C, -c options | Len Brown | 2 | -110/+2 |
2016-12-24 | tools/power turbostat: Make extensible via the --add parameter | Len Brown | 2 | -9/+409 |
2016-12-23 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 27 | -405/+865 |
2016-12-22 | perf sched timehist: Fix invalid period calculation | Namhyung Kim | 1 | -1/+1 |
2016-12-22 | perf sched timehist: Remove hardcoded 'comm_width' check at print_summary | Namhyung Kim | 1 | -3/+0 |
2016-12-22 | perf sched timehist: Enlarge default 'comm_width' | Namhyung Kim | 1 | -1/+1 |
2016-12-22 | perf sched timehist: Honour 'comm_width' when aligning the headers | Namhyung Kim | 1 | -3/+4 |
2016-12-20 | tools lib bpf: Add bpf_prog_{attach,detach} | Joe Stringer | 2 | -0/+26 |
2016-12-20 | perf diff: Do not overwrite valid build id | Kan Liang | 1 | -1/+2 |
2016-12-20 | perf annotate: Don't throw error for zero length symbols | Ravi Bangoria | 1 | -1/+2 |
2016-12-20 | perf bench futex: Fix lock-pi help string | Davidlohr Bueso | 1 | -1/+1 |
2016-12-20 | perf trace: Check if MAP_32BIT is defined (again) | Jiri Olsa | 1 | -0/+2 |
2016-12-18 | Merge tag 'libnvdimm-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -7/+23 |
2016-12-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -1/+29 |
2016-12-17 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 12 | -16/+12 |
2016-12-17 | Merge branch 'for-4.10/libnvdimm' into libnvdimm-for-next | Dan Williams | 1 | -7/+23 |
2016-12-17 | bpf, test_verifier: fix a test case error result on unprivileged | Daniel Borkmann | 1 | -1/+1 |
2016-12-17 | bpf: fix regression on verifier pruning wrt map lookups | Daniel Borkmann | 1 | -0/+28 |
2016-12-16 | Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 53 | -337/+3307 |
2016-12-15 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 3 | -9/+6 |
2016-12-15 | Merge tag 'linux-kselftest-4.10-rc1-update' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 24 | -0/+1948 |
2016-12-16 | tools: enable endian checks for all sparse builds | Michael S. Tsirkin | 1 | -4/+0 |
2016-12-16 | tools/virtio: use {READ,WRITE}_ONCE() in uaccess.h | Mark Rutland | 1 | -4/+5 |
2016-12-16 | tools/virtio: fix READ_ONCE() | Mark Rutland | 1 | -1/+1 |
2016-12-15 | Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 7 | -7/+131 |
2016-12-15 | tools lib bpf: Add flags to bpf_create_map() | Joe Stringer | 3 | -3/+5 |
2016-12-15 | tools lib bpf: use __u32 from linux/types.h | Joe Stringer | 2 | -4/+4 |
2016-12-15 | tools lib bpf: Sync {tools,}/include/uapi/linux/bpf.h | Joe Stringer | 1 | -229/+364 |
2016-12-15 | perf annotate: Fix jump target outside of function address range | Ravi Bangoria | 3 | -9/+15 |
2016-12-15 | perf annotate: Support jump instruction with target as second operand | Ravi Bangoria | 1 | -1/+5 |
2016-12-15 | perf record: Force ignore_missing_thread for uid option | Jiri Olsa | 1 | -0/+3 |
2016-12-15 | perf evsel: Allow to ignore missing pid | Jiri Olsa | 3 | -0/+46 |
2016-12-15 | perf thread_map: Add thread_map__remove function | Jiri Olsa | 5 | -0/+72 |
2016-12-15 | perf evsel: Use variable instead of repeating lengthy FD macro | Jiri Olsa | 1 | -8/+9 |
2016-12-15 | perf mem: Fix --all-user/--all-kernel options | Jiri Olsa | 1 | -2/+2 |
2016-12-15 | perf tools: Remove some needless __maybe_unused | Arnaldo Carvalho de Melo | 3 | -11/+10 |
2016-12-15 | perf sched timehist: Show callchains for idle stat | Namhyung Kim | 1 | -0/+86 |
2016-12-15 | perf sched timehist: Add -I/--idle-hist option | Namhyung Kim | 2 | -5/+45 |
2016-12-15 | perf sched timehist: Skip non-idle events when necessary | Namhyung Kim | 1 | -7/+18 |
2016-12-15 | perf sched timehist: Save callchain when entering idle | Namhyung Kim | 1 | -0/+30 |
2016-12-15 | perf sched timehist: Introduce struct idle_time_data | Namhyung Kim | 1 | -4/+33 |
2016-12-15 | perf sched timehist: Split is_idle_sample() | Namhyung Kim | 1 | -19/+20 |
2016-12-15 | perf tools: Move headers check into bash script | Jiri Olsa | 2 | -93/+60 |
2016-12-15 | redo: radix tree test suite: fix compilation | Matthew Wilcox | 2 | -29/+1 |
2016-12-14 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 24 | -302/+842 |
2016-12-14 | radix tree test suite: delete unused rcupdate.c | Matthew Wilcox | 1 | -86/+0 |
2016-12-14 | radix tree test suite: add new tag check | Matthew Wilcox | 1 | -0/+3 |
2016-12-14 | radix-tree: ensure counts are initialised | Matthew Wilcox | 1 | -4/+41 |
2016-12-14 | radix tree test suite: cache recently freed objects | Matthew Wilcox | 2 | -12/+41 |