index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-19
perf record: Replace option --bpf-event with --no-bpf-event
Song Liu
4
-4
/
+4
2019-03-19
perf tests: Fix a memory leak in test__perf_evsel__tp_sched_test()
Changbin Du
1
-0
/
+1
2019-03-19
perf tests: Fix memory leak by expr__find_other() in test__expr()
Changbin Du
1
-1
/
+4
2019-03-19
perf tests: Fix a memory leak of cpu_map object in the openat_syscall_event_o...
Changbin Du
1
-1
/
+3
2019-03-19
perf evsel: Free evsel->counts in perf_evsel__exit()
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-03-19
perf top: Fix global-buffer-overflow issue
Changbin Du
1
-0
/
+2
2019-03-19
perf maps: Purge all maps from the 'names' tree
Changbin Du
1
-0
/
+15
2019-03-19
perf map: Remove map from 'names' tree in __maps__remove()
Changbin Du
1
-0
/
+3
2019-03-19
perf hist: Add missing map__put() in error case
Changbin Du
1
-1
/
+3
2019-03-19
perf top: Fix error handling in cmd_top()
Changbin Du
1
-2
/
+3
2019-03-19
perf top: Delete the evlist before perf_session, fixing heap-use-after-free i...
Changbin Du
1
-23
/
+19
2019-03-19
perf build-id: Fix memory leak in print_sdt_events()
Changbin Du
2
-0
/
+2
2019-03-19
perf config: Fix a memory leak in collect_config()
Changbin Du
1
-2
/
+1
2019-03-19
perf config: Fix an error in the config template documentation
Changbin Du
1
-1
/
+1
2019-03-19
perf tools: Fix errors under optimization level '-Og'
Changbin Du
4
-4
/
+4
2019-03-19
perf list: Don't forget to drop the reference to the allocated thread_map
Changbin Du
1
-0
/
+1
2019-03-19
perf tools: Add doc about how to build perf with Asan and UBSan
Changbin Du
1
-0
/
+24
2019-03-19
perf vendor events: Remove P8 HW events which are not supported
Mamatha Inamdar
1
-594
/
+0
2019-03-19
perf stat: Improve scaling
Andi Kleen
1
-1
/
+1
2019-03-19
perf stat: Fix --no-scale
Andi Kleen
4
-14
/
+9
2019-03-19
perf script: Support relative time
Andi Kleen
2
-2
/
+19
2019-03-19
perf report: Indicate JITed code better in report
Andi Kleen
1
-18
/
+24
2019-03-19
perf report: Show all sort keys in help output
Andi Kleen
3
-3
/
+56
2019-03-19
perf record: Clarify help for --switch-output
Andi Kleen
1
-2
/
+2
2019-03-19
tools/power turbostat: return the exit status of a command
David Arcari
1
-0
/
+3
2019-03-19
perf record: Allow to limit number of reported perf.data files
Andi Kleen
4
-8
/
+39
2019-03-19
perf list: Filter metrics too
Andi Kleen
1
-1
/
+1
2019-03-16
Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...
Linus Torvalds
3
-0
/
+388
2019-03-16
Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/n...
Linus Torvalds
2
-14
/
+9
2019-03-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
12
-129
/
+582
2019-03-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-0
/
+97
2019-03-14
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-3
/
+46
2019-03-14
tools/testing/selftests/proc/proc-pid-vm.c: test with vsyscall in mind
Alexey Dobriyan
1
-3
/
+46
2019-03-14
tools: bpf: synchronise BPF UAPI header with tools
Quentin Monnet
1
-63
/
+120
2019-03-14
selftests/bpf: add fwd enum resolution test for btf_dedup
Andrii Nakryiko
1
-0
/
+44
2019-03-14
btf: resolve enum fwds in btf_dedup
Andrii Nakryiko
1
-13
/
+38
2019-03-14
Merge tag 'pm-5.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
3
-27
/
+50
2019-03-14
Merge branches 'pm-opp' and 'pm-tools'
Rafael J. Wysocki
3
-27
/
+50
2019-03-13
bpf: Add an example for bpf_get_listener_sock
Martin KaFai Lau
3
-44
/
+180
2019-03-13
bpf: Test ref release issue in bpf_tcp_sock and bpf_sk_fullsock
Martin KaFai Lau
2
-2
/
+170
2019-03-13
bpf: Sync bpf.h to tools/
Martin KaFai Lau
1
-1
/
+10
2019-03-12
libbpf: fix to reject unknown flags in xsk_socket__create()
Magnus Karlsson
1
-4
/
+11
2019-03-12
selftests/bpf: fix segfault of test_progs when prog loading failed
Yonghong Song
2
-2
/
+2
2019-03-12
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-3
/
+55
2019-03-12
Drop flex_arrays
Kent Overstreet
1
-3
/
+0
2019-03-12
tools/testing/selftests/sysctl/sysctl.sh: add tests for >32-bit values writte...
Zev Weiss
1
-0
/
+55
2019-03-11
Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
12
-0
/
+151
2019-03-11
tools lib bpf: Fix the build by adding a missing stdarg.h include
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-03-11
perf tools report: Add custom scripts to script menu
Andi Kleen
2
-0
/
+28
2019-03-11
perf ui browser: Fix ui popup argv browser for many entries
Andi Kleen
2
-6
/
+7
[prev]
[next]