| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | | | | | | | | | | perf map: Remove extra indirection from map__find() | Eric Saint-Etienne | 2018-12-17 | 1 | -7/+6 | |
| | | * | | | | | | | | | | | | | perf stat: Fix CSV mode column output for non-cgroup events | Stephane Eranian | 2018-12-17 | 1 | -5/+11 | |
| | | * | | | | | | | | | | | | | perf stat: Fix shadow stats for clock events | Ravi Bangoria | 2018-12-17 | 1 | -1/+2 | |
| | | * | | | | | | | | | | | | | perf build: Give better hint about devel package for libssl | Arnaldo Carvalho de Melo | 2018-12-17 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | Merge tag 'v4.20-rc7' into perf/core, to pick up fixes | Ingo Molnar | 2018-12-17 | 12 | -47/+544 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Merge tag 'v4.20-rc5' into perf/core, to pick up fixes | Ingo Molnar | 2018-12-03 | 28 | -48/+871 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | / / / | | | |_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | perf pmu: Move *_cpuid_str() weak functions to header.c | Kan Liang | 2018-11-21 | 2 | -39/+39 | |
| | * | | | | | | | | | | | | | perf symbols: Fix slowness due to -ffunction-section | Eric Saint-Etienne | 2018-11-21 | 3 | -2/+42 | |
| | * | | | | | | | | | | | | | perf jvmti: Separate jvmti cmlr check | Jiri Olsa | 2018-11-21 | 6 | -1/+37 | |
| | * | | | | | | | | | | | | | perf vendor events: Add JSON metrics for Cascadelake server | Kan Liang | 2018-11-21 | 11 | -0/+31347 | |
| | * | | | | | | | | | | | | | perf vendor events: Add stepping in CPUID string for x86 | Kan Liang | 2018-11-21 | 3 | -3/+67 | |
| | * | | | | | | | | | | | | | perf stat: Use perf_evsel__is_clocki() for clock events | Ravi Bangoria | 2018-11-21 | 1 | -2/+1 | |
| | * | | | | | | | | | | | | | perf pmu: Suppress potential format-truncation warning | Ben Hutchings | 2018-11-21 | 1 | -4/+4 | |
| | * | | | | | | | | | | | | | perf tools: Add Hygon Dhyana support | Pu Wen | 2018-11-21 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | perf bench: Add epoll_ctl(2) benchmark | Davidlohr Bueso | 2018-11-21 | 5 | -0/+419 | |
| | * | | | | | | | | | | | | | perf bench: Add epoll parallel epoll_wait benchmark | Davidlohr Bueso | 2018-11-21 | 5 | -0/+563 | |
| | * | | | | | | | | | | | | | tools build feature: Check if eventfd() is available | Arnaldo Carvalho de Melo | 2018-11-21 | 5 | -1/+23 | |
| | * | | | | | | | | | | | | | perf bench: Move HAVE_PTHREAD_ATTR_SETAFFINITY_NP into bench.h | Davidlohr Bueso | 2018-11-21 | 2 | -12/+11 | |
| | * | | | | | | | | | | | | | perf script: Share code and output format for uregs and iregs output | Milian Wolff | 2018-11-21 | 1 | -23/+17 | |
| | * | | | | | | | | | | | | | perf bpf: Reduce the hardcoded .max_entries for pid_maps | Arnaldo Carvalho de Melo | 2018-11-21 | 1 | -1/+9 | |
| | * | | | | | | | | | | | | | perf script: Add newline after uregs output | Milian Wolff | 2018-11-21 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | | Revert "perf augmented_syscalls: Drop 'write', 'poll' for testing without sel... | Arnaldo Carvalho de Melo | 2018-11-21 | 1 | -4/+0 | |
| | * | | | | | | | | | | | | | perf augmented_syscalls: Remove example hardcoded set of filtered pids | Arnaldo Carvalho de Melo | 2018-11-21 | 1 | -27/+0 | |
| | * | | | | | | | | | | | | | perf trace: Fill in BPF "filtered_pids" map when present | Arnaldo Carvalho de Melo | 2018-11-21 | 1 | -13/+48 | |
| | * | | | | | | | | | | | | | perf trace: See if there is a map named "filtered_pids" | Arnaldo Carvalho de Melo | 2018-11-21 | 1 | -1/+24 | |
| | * | | | | | | | | | | | | | perf trace: Add "_from_option" suffix to trace__set_filter() | Arnaldo Carvalho de Melo | 2018-11-21 | 1 | -3/+3 | |
| | * | | | | | | | | | | | | | perf evlist: Rename perf_evlist__set_filter* to perf_evlist__set_tp_filter* | Arnaldo Carvalho de Melo | 2018-11-21 | 3 | -10/+10 | |
| | * | | | | | | | | | | | | | perf augmented_syscalls: Use pid_filter | Arnaldo Carvalho de Melo | 2018-11-21 | 1 | -2/+32 | |
| | * | | | | | | | | | | | | | perf augmented_syscalls: Drop 'write', 'poll' for testing without self pid fi... | Arnaldo Carvalho de Melo | 2018-11-21 | 1 | -0/+4 | |
| | * | | | | | | | | | | | | | perf bpf: Add simple pid_filter class accessible to BPF proggies | Arnaldo Carvalho de Melo | 2018-11-21 | 1 | -0/+21 | |
| | * | | | | | | | | | | | | | perf bpf: Add defines for map insertion/lookup | Arnaldo Carvalho de Melo | 2018-11-21 | 1 | -0/+11 | |
| | * | | | | | | | | | | | | | perf augmented_syscalls: Remove needless linux/socket.h include | Arnaldo Carvalho de Melo | 2018-11-21 | 1 | -1/+0 | |
| | * | | | | | | | | | | | | | perf augmented_syscalls: Filter on a hard coded pid | Arnaldo Carvalho de Melo | 2018-11-21 | 1 | -1/+5 | |
| | * | | | | | | | | | | | | | perf bpf: Add unistd.h to the headers accessible to bpf proggies | Arnaldo Carvalho de Melo | 2018-11-21 | 1 | -0/+10 | |
| * | | | | | | | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2018-12-26 | 23 | -15/+87 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | tools/lib/lockdep/tests: Test the lockdep_reset_lock() implementation | Bart Van Assche | 2018-12-11 | 9 | -0/+30 | |
| | * | | | | | | | | | | | | | | tools/lib/lockdep: Add dummy print_irqtrace_events() implementation | Bart Van Assche | 2018-12-11 | 1 | -0/+5 | |
| | * | | | | | | | | | | | | | | tools/lib/lockdep: Rename "trywlock" into "trywrlock" | Bart Van Assche | 2018-12-11 | 1 | -3/+3 | |
| | * | | | | | | | | | | | | | | tools/lib/lockdep/tests: Run lockdep tests a second time under Valgrind | Bart Van Assche | 2018-12-11 | 1 | -0/+14 | |
| | * | | | | | | | | | | | | | | tools/lib/lockdep/tests: Improve testing accuracy | Bart Van Assche | 2018-12-11 | 12 | -2/+25 | |
| | * | | | | | | | | | | | | | | tools/lib/lockdep/tests: Fix shellcheck warnings | Bart Van Assche | 2018-12-11 | 1 | -8/+4 | |
| | * | | | | | | | | | | | | | | tools/lib/lockdep/tests: Display compiler warning and error messages | Bart Van Assche | 2018-12-11 | 1 | -5/+9 | |
| | | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2018-12-26 | 6 | -90/+2356 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2018-12-04 | 6 | -90/+2356 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
| | | | | | | | | | | | | | | | | ||||||
| | | | \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | *-. \ \ \ \ \ \ \ \ \ \ \ \ | Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a... | Paul E. McKenney | 2018-12-01 | 6 | -90/+2356 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | rcutorture: Make use of nolibc when available | Willy Tarreau | 2018-11-08 | 1 | -1/+17 | |
| | | | | * | | | | | | | | | | | | rcutorture: Import a copy of nolibc | Willy Tarreau | 2018-11-08 | 1 | -0/+2197 | |
| | | | | * | | | | | | | | | | | | rcutorture: Check initrd/init instead of initrd only | Willy Tarreau | 2018-11-08 | 1 | -4/+4 | |
| | | | | * | | | | | | | | | | | | rcutorture: Always strip using the cross-compiler | Willy Tarreau | 2018-11-08 | 1 | -2/+1 | |
| | | | | * | | | | | | | | | | | | rcutorture: Add cross-compile capability to initrd.sh | Paul E. McKenney | 2018-11-08 | 1 | -1/+1 | |

