index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-28
perf script: Support instruction latency
Kan Liang
2
-3
/
+13
2021-10-27
perf script: Show binary offsets for userspace addr
Lexi Shao
1
-3
/
+9
2021-10-27
perf bench futex: Add support for 32-bit systems with 64-bit time_t
Alistair Francis
1
-3
/
+40
2021-10-27
perf bench futex: Call the futex syscall from a function
Alistair Francis
1
-17
/
+26
2021-10-27
perf intel-pt: Support itrace d+o option to direct debug log to stdout
Adrian Hunter
3
-6
/
+8
2021-10-27
perf auxtrace: Add itrace d+o option to direct debug log to stdout
Adrian Hunter
2
-0
/
+3
2021-10-27
perf dlfilter: Add dlfilter-show-cycles
Adrian Hunter
3
-2
/
+163
2021-10-27
perf intel-pt: Support itrace A option to approximate IPC
Adrian Hunter
4
-4
/
+24
2021-10-27
perf auxtrace: Add itrace A option to approximate IPC
Adrian Hunter
3
-0
/
+7
2021-10-27
perf auxtrace: Add missing Z option to ITRACE_HELP
Adrian Hunter
1
-0
/
+1
2021-10-27
selftests/bpf: Adding a namespace reset for tc_redirect
Yucong Sun
1
-0
/
+14
2021-10-27
selftests/bpf: Fix attach_probe in parallel mode
Yucong Sun
1
-2
/
+7
2021-10-27
selfetests/bpf: Update vmtest.sh defaults
Yucong Sun
1
-3
/
+3
2021-10-27
libbpf: Deprecate bpf_objects_list
Joe Burton
3
-2
/
+15
2021-10-27
selftests/powerpc: Use date instead of EPOCHSECONDS in mitigation-patching.sh
Russell Currey
1
-2
/
+2
2021-10-26
selftests/ftrace: Stop tracing while reading the trace file by default
Masami Hiramatsu
2
-1
/
+13
2021-10-26
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
1
-55
/
+20
2021-10-26
selftests/bpf: Use recv_timeout() instead of retries
Yucong Sun
1
-55
/
+20
2021-10-26
tools build: Drop needless slang include path in test-all
John Keeping
1
-1
/
+1
2021-10-26
perf tests: Improve temp file cleanup in test_arm_coresight.sh
James Clark
1
-3
/
+8
2021-10-26
perf tests: Fix trace+probe_vfs_getname.sh /tmp cleanup
James Clark
1
-2
/
+2
2021-10-26
perf test: Fix record+script_probe_vfs_getname.sh /tmp cleanup
James Clark
1
-3
/
+3
2021-10-26
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
26
-211
/
+658
2021-10-26
selftests: mlxsw: Remove deprecated test cases
Danielle Ratson
1
-90
/
+0
2021-10-26
selftests: Add an occupancy test for RIF MAC profiles
Danielle Ratson
1
-0
/
+117
2021-10-26
selftests: mlxsw: Add forwarding test for RIF MAC profiles
Danielle Ratson
1
-0
/
+213
2021-10-26
selftests: mlxsw: Add a scale test for RIF MAC profiles
Danielle Ratson
5
-2
/
+106
2021-10-25
selftests/bpf: Guess function end for test_get_branch_snapshot
Song Liu
3
-44
/
+4
2021-10-25
selftests/bpf: Skip all serial_test_get_branch_snapshot in vm
Song Liu
1
-10
/
+6
2021-10-25
selftests/bpf: Fix test_core_reloc_mods on big-endian machines
Ilya Leoshkevich
1
-0
/
+9
2021-10-25
selftests/seccomp: Use __BYTE_ORDER__
Ilya Leoshkevich
1
-3
/
+3
2021-10-25
selftests/bpf: Use __BYTE_ORDER__
Ilya Leoshkevich
5
-16
/
+16
2021-10-25
libbpf: Use __BYTE_ORDER__
Ilya Leoshkevich
5
-15
/
+15
2021-10-25
libbpf: Fix endianness detection in BPF_CORE_READ_BITFIELD_PROBED()
Ilya Leoshkevich
1
-1
/
+1
2021-10-25
tools/latency-collector: Use correct size when writing queue_full_warning
Viktor Rosendahl
1
-1
/
+1
2021-10-25
libbpf: Deprecate ambiguously-named bpf_program__size() API
Andrii Nakryiko
1
-0
/
+1
2021-10-25
libbpf: Deprecate multi-instance bpf_program APIs
Andrii Nakryiko
2
-10
/
+18
2021-10-25
libbpf: Add ability to fetch bpf_program's underlying instructions
Andrii Nakryiko
3
-4
/
+46
2021-10-25
libbpf: Fix off-by-one bug in bpf_core_apply_relo()
Andrii Nakryiko
1
-1
/
+1
2021-10-25
bpftool: Switch to libbpf's hashmap for PIDs/names references
Quentin Monnet
7
-65
/
+72
2021-10-25
bpftool: Switch to libbpf's hashmap for programs/maps in BTF listing
Quentin Monnet
2
-68
/
+62
2021-10-25
bpftool: Switch to libbpf's hashmap for pinned paths of BPF objects
Quentin Monnet
6
-84
/
+111
2021-10-25
bpftool: Do not expose and init hash maps for pinned path in main.c
Quentin Monnet
5
-18
/
+24
2021-10-25
bpftool: Remove Makefile dep. on $(LIBBPF) for $(LIBBPF_INTERNAL_HDRS)
Quentin Monnet
1
-2
/
+2
2021-10-25
selftests/bpf: Split out bpf_verif_scale selftests into multiple tests
Andrii Nakryiko
1
-68
/
+152
2021-10-25
selftests/bpf: Mark tc_redirect selftest as serial
Andrii Nakryiko
1
-1
/
+1
2021-10-25
selftests/bpf: Support multiple tests per file
Andrii Nakryiko
1
-4
/
+3
2021-10-25
selftests/bpf: Normalize selftest entry points
Andrii Nakryiko
6
-15
/
+13
2021-10-25
kunit: tool: continue past invalid utf-8 output
Daniel Latypov
2
-3
/
+4
2021-10-25
perf jevents: Fix some would-be warnings
John Garry
1
-6
/
+4
[prev]
[next]