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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-19
bpf: Add cmd alias BPF_PROG_RUN
Alexei Starovoitov
2
-1
/
+2
2021-05-19
perf intel-pt: Fix sample instruction bytes
Adrian Hunter
1
-1
/
+4
2021-05-19
perf intel-pt: Fix transaction abort handling
Adrian Hunter
1
-1
/
+5
2021-05-19
perf test: Fix libpfm4 support (63) test error for nested event groups
Thomas Richter
2
-3
/
+12
2021-05-19
selftests: lib: Add wrapper script for test_scanf
Richard Fitzgerald
3
-1
/
+6
2021-05-19
selftest/x86/signal: Include test cases for validating sigaltstack
Chang S. Bae
2
-1
/
+129
2021-05-19
selftest/sigaltstack: Use the AT_MINSIGSTKSZ aux vector if available
Chang S. Bae
1
-5
/
+15
2021-05-19
selftests/bpf: Convert test trace_printk to lskel.
Alexei Starovoitov
2
-2
/
+2
2021-05-19
selftests/bpf: Convert test printk to use rodata.
Alexei Starovoitov
2
-3
/
+6
2021-05-19
selftests/bpf: Convert atomics test to light skeleton.
Alexei Starovoitov
2
-37
/
+37
2021-05-19
selftests/bpf: Convert few tests to light skeleton.
Alexei Starovoitov
10
-28
/
+41
2021-05-19
bpftool: Use syscall/loader program in "prog load" and "gen skeleton" command.
Alexei Starovoitov
6
-24
/
+482
2021-05-19
libbpf: Introduce bpf_map__initial_value().
Alexei Starovoitov
3
-0
/
+10
2021-05-19
libbpf: Cleanup temp FDs when intermediate sys_bpf fails.
Alexei Starovoitov
2
-4
/
+45
2021-05-19
libbpf: Generate loader program out of BPF ELF file.
Alexei Starovoitov
8
-35
/
+1060
2021-05-19
libbpf: Preliminary support for fd_idx
Alexei Starovoitov
1
-6
/
+25
2021-05-19
libbpf: Add bpf_object pointer to kernel_supports().
Alexei Starovoitov
1
-22
/
+22
2021-05-19
libbpf: Change the order of data and text relocations.
Alexei Starovoitov
2
-14
/
+85
2021-05-19
bpf: Add bpf_sys_close() helper.
Alexei Starovoitov
1
-0
/
+7
2021-05-19
bpf: Add bpf_btf_find_by_name_kind() helper.
Alexei Starovoitov
1
-0
/
+7
2021-05-19
bpf: Introduce fd_idx
Alexei Starovoitov
1
-5
/
+11
2021-05-19
selftests/bpf: Test for btf_load command.
Alexei Starovoitov
2
-0
/
+53
2021-05-19
selftests/bpf: Test for syscall program type
Alexei Starovoitov
2
-0
/
+123
2021-05-19
libbpf: Support for syscall program type
Alexei Starovoitov
1
-0
/
+2
2021-05-19
bpf: Introduce bpf_sys_bpf() helper and program type.
Alexei Starovoitov
1
-0
/
+8
2021-05-18
signal: Deliver all of the siginfo perf data in _perf
Eric W. Biederman
1
-7
/
+7
2021-05-18
selftests: forwarding: Add test for custom multipath hash with IPv6 GRE
Ido Schimmel
1
-0
/
+458
2021-05-18
selftests: forwarding: Add test for custom multipath hash with IPv4 GRE
Ido Schimmel
1
-0
/
+456
2021-05-18
selftests: forwarding: Add test for custom multipath hash
Ido Schimmel
1
-0
/
+364
2021-05-18
Merge branches 'bitmaprange.2021.05.10c', 'doc.2021.05.10c', 'fixes.2021.05.13a', 'kvfree_rcu.2021.05.10c', 'mmdumpobj.2021.05.10c', 'nocb.2021.05.12a', 'srcu.2021.05.12a', 'tasks.2021.05.18a' and 'torture.2021.05.10c' into HEAD
Paul E. McKenney
16
-54
/
+422
2021-05-17
tools arch kvm: Sync kvm headers with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+2
2021-05-17
perf buildid-list: Initialize zstd_data
Milian Wolff
1
-0
/
+3
2021-05-17
perf tools: Test build with libbpf/LIBBPF_DYNAMIC=1
Arnaldo Carvalho de Melo
1
-0
/
+5
2021-05-17
selftests: mlxsw: qos_lib: Drop __mlnx_qos
Petr Machata
1
-14
/
+0
2021-05-17
selftests: mlxsw: qos_pfc: Convert to iproute2 dcb
Petr Machata
1
-12
/
+12
2021-05-17
selftests: mlxsw: qos_headroom: Convert to iproute2 dcb
Petr Machata
1
-34
/
+35
2021-05-17
selftests: mlxsw: Make sampling test more robust
Ido Schimmel
1
-6
/
+6
2021-05-17
selftests: mlxsw: Make the unsplit array global in port_scale test
Danielle Ratson
1
-1
/
+3
2021-05-17
selftests: Lowest IPv4 address in a subnet is valid
Seth David Schoen
1
-8
/
+9
2021-05-17
libbpf: Add selftests for TC-BPF management API
Kumar Kartikeya Dwivedi
2
-0
/
+407
2021-05-17
libbpf: Add low level TC-BPF management API
Kumar Kartikeya Dwivedi
3
-1
/
+469
2021-05-17
libbpf: Add various netlink helpers
Kumar Kartikeya Dwivedi
2
-88
/
+119
2021-05-17
perf tools: Test build with libopencsd/CORESIGHT=1
Arnaldo Carvalho de Melo
1
-0
/
+2
2021-05-17
perf cs-etm: Prevent and warn on underflows during timestamp calculation.
James Clark
1
-11
/
+34
2021-05-17
perf cs-etm: Start reading 'Z' --itrace option
James Clark
1
-0
/
+4
2021-05-17
perf cs-etm: Move synth_opts initialisation
James Clark
1
-8
/
+8
2021-05-17
perf header: Support HYBRID_CPU_PMU_CAPS feature
Jin Yao
5
-19
/
+175
2021-05-17
perf header: Support HYBRID_TOPOLOGY feature
Jin Yao
8
-0
/
+222
2021-05-17
Merge tag 'kvmarm-fixes-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Paolo Bonzini
30
-931
/
+2114
2021-05-17
selftests/powerpc: Add test of mitigation patching
Michael Ellerman
2
-0
/
+77
[prev]
[next]