Age | Commit message (Expand) | Author | Files | Lines |
2019-02-06 | perf tools: Add missing include for symbols.h | Arnaldo Carvalho de Melo | 16 | -0/+16 |
2019-02-06 | perf hist: Remove symbol.h from hist.h, just fwd decls are needed | Arnaldo Carvalho de Melo | 4 | -1/+5 |
2019-02-06 | perf tests: Add missing headers so far obtained indirectly | Arnaldo Carvalho de Melo | 2 | -0/+3 |
2019-02-06 | perf map: Move structs and prototypes for map groups to a separate header | Arnaldo Carvalho de Melo | 11 | -87/+106 |
2019-02-06 | pref tools: Add missing map.h includes | Arnaldo Carvalho de Melo | 35 | -0/+35 |
2019-02-06 | perf symbols: Introduce map_symbol.h | Arnaldo Carvalho de Melo | 5 | -15/+27 |
2019-02-06 | perf callchain: Uninline callchain_cursor_reset() to remove map.h dependency | Arnaldo Carvalho de Melo | 4 | -15/+20 |
2019-02-06 | perf srccode: Move struct definition from map.h to srccode.h | Arnaldo Carvalho de Melo | 3 | -13/+15 |
2019-02-06 | perf arm pmu: Add missing linux/string.h header | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2019-02-06 | perf powerpc: Add missing headers to skip-callchain-idx.c | Arnaldo Carvalho de Melo | 1 | -0/+3 |
2019-02-04 | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 38 | -186/+1839 |
2019-02-03 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 5 | -16/+28 |
2019-02-02 | proc: fix /proc/net/* after setns(2) | Alexey Dobriyan | 3 | -0/+131 |
2019-01-31 | Merge tag 'linux-kselftest-5.0-rc5' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 5 | -20/+71 |
2019-01-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -22/+131 |
2019-01-28 | selftests: timers: use LDLIBS instead of LDFLAGS | Fathi Boudra | 1 | -1/+1 |
2019-01-28 | selftests: net: use LDLIBS instead of LDFLAGS | Fathi Boudra | 1 | -1/+1 |
2019-01-27 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -10/+31 |
2019-01-27 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -22/+131 |
2019-01-27 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2 | -7/+8 |
2019-01-27 | Merge tag 'libnvdimm-fixes-5.0-rc4' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+2 |
2019-01-26 | selftests/seccomp: Enhance per-arch ptrace syscall skip tests | Kees Cook | 1 | -15/+57 |
2019-01-26 | selftests: Use lirc.h from kernel tree, not from system | Sean Young | 1 | -0/+2 |
2019-01-26 | selftests: cpu-hotplug: fix case where CPUs offline > CPUs present | Colin Ian King | 1 | -3/+10 |
2019-01-25 | KVM: selftests: check returned evmcs version range | Vitaly Kuznetsov | 1 | -0/+6 |
2019-01-25 | kvm: selftests: Fix region overlap check in kvm_util | Ben Gardon | 1 | -7/+2 |
2019-01-25 | perf augmented_syscalls: Convert to bpf_map() | Arnaldo Carvalho de Melo | 1 | -6/+2 |
2019-01-25 | perf bpf examples: Convert etcsnoop to use bpf_map() | Arnaldo Carvalho de Melo | 1 | -6/+2 |
2019-01-25 | perf trace: Fixup etcsnoop example | Arnaldo Carvalho de Melo | 1 | -1/+2 |
2019-01-25 | perf augmented_raw_syscalls: Use bpf_map() | Arnaldo Carvalho de Melo | 1 | -12/+2 |
2019-01-25 | perf bpf: Convert pid_map() to bpf_map() | Arnaldo Carvalho de Melo | 1 | -7/+1 |
2019-01-25 | perf bpf: Add bpf_map() helper | Arnaldo Carvalho de Melo | 1 | -0/+8 |
2019-01-25 | perf script python: Add Python3 support to tests/attr.py | Tony Jones | 1 | -13/+19 |
2019-01-25 | perf script python: Remove explicit shebang from Python scripts | Tony Jones | 4 | -6/+2 |
2019-01-25 | perf script python: Remove explicit shebang from tests/attr.c | Tony Jones | 1 | -1/+0 |
2019-01-25 | perf script python: Remove explicit shebang from setup.py | Tony Jones | 1 | -2/+0 |
2019-01-25 | perf script python: Use PyBytes for attr in trace-event-python | Tony Jones | 1 | -2/+1 |
2019-01-25 | perf script python: Add trace_context extension module to sys.modules | Tony Jones | 1 | -3/+9 |
2019-01-25 | perf bpf: Fix synthesized PERF_RECORD_KSYMBOL/BPF_EVENT | Song Liu | 1 | -2/+8 |
2019-01-25 | perf sched: Use cached rbtrees | Davidlohr Bueso | 1 | -20/+25 |
2019-01-25 | perf hist: Use cached rbtrees | Davidlohr Bueso | 14 | -147/+173 |
2019-01-25 | perf symbols: Use cached rbtrees | Davidlohr Bueso | 8 | -58/+67 |
2019-01-25 | perf util: Use cached rbtree for rblists | Davidlohr Bueso | 7 | -16/+24 |
2019-01-25 | perf callchain: Use cached rbtrees | Davidlohr Bueso | 4 | -28/+36 |
2019-01-25 | perf machine: Use cached rbtrees | Davidlohr Bueso | 5 | -36/+50 |
2019-01-25 | tools: Update rbtree implementation | Davidlohr Bueso | 3 | -61/+229 |
2019-01-25 | perf callchain: No need to include perf.h | Arnaldo Carvalho de Melo | 1 | -1/+0 |
2019-01-25 | perf comm: Remove needless headers from comm.h | Arnaldo Carvalho de Melo | 2 | -2/+3 |
2019-01-25 | perf namespaces: Remove namespaces.h from .h headers | Arnaldo Carvalho de Melo | 10 | -4/+13 |
2019-01-25 | perf symbols: Remove some unnecessary includes from symbol.h | Arnaldo Carvalho de Melo | 5 | -6/+8 |