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-03-06
perf config: Add annotate.demangle{,_kernel}
Martin Liska
2
-0
/
+10
2021-03-06
perf bpf: Minor whitespace cleanup.
Ian Rogers
1
-1
/
+1
2021-03-06
perf tools: Enable warnings when compiling BPF programs
Ian Rogers
1
-1
/
+1
2021-03-06
perf skel: Remove some unused variables.
Ian Rogers
1
-2
/
+1
2021-03-06
objtool: Parse options from OBJTOOL_ARGS
Peter Zijlstra
1
-0
/
+25
2021-03-06
objtool: Collate parse_options() users
Peter Zijlstra
3
-9
/
+12
2021-03-06
objtool: Add --backup
Peter Zijlstra
3
-2
/
+69
2021-03-06
objtool,x86: More ModRM sugar
Peter Zijlstra
1
-11
/
+17
2021-03-06
objtool,x86: Rewrite ADD/SUB/AND
Peter Zijlstra
1
-19
/
+51
2021-03-06
objtool,x86: Support %riz encodings
Peter Zijlstra
1
-19
/
+48
2021-03-06
objtool,x86: Simplify register decode
Peter Zijlstra
1
-40
/
+39
2021-03-06
objtool,x86: Rewrite LEAVE
Peter Zijlstra
3
-26
/
+13
2021-03-06
objtool,x86: Rewrite LEA decode
Peter Zijlstra
1
-58
/
+28
2021-03-06
objtool,x86: Renumber CFI_reg
Peter Zijlstra
1
-6
/
+6
2021-03-06
objtool: Allow UNWIND_HINT to suppress dodgy stack modifications
Peter Zijlstra
1
-6
/
+9
2021-03-05
selftests, bpf: Extend test_tc_tunnel test with vxlan
Xuesen Huang
2
-17
/
+111
2021-03-05
selftest/net/ipsec.c: Remove unneeded semicolon
Xu Wang
1
-1
/
+1
2021-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
5
-6
/
+65
2021-03-05
bpf: Add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_ENCAP_L2_ETH
Xuesen Huang
1
-0
/
+5
2021-03-04
selftests/bpf: Simplify the calculation of variables
Jiapeng Chong
1
-1
/
+1
2021-03-04
bpf: Simplify the calculation of variables
Jiapeng Chong
1
-1
/
+1
2021-03-04
selftests: bpf: Don't run sk_lookup in verifier tests
Lorenz Bauer
2
-2
/
+3
2021-03-04
selftests: bpf: Check that PROG_TEST_RUN repeats as requested
Lorenz Bauer
1
-9
/
+42
2021-03-04
selftests: bpf: Convert sk_lookup ctx access tests to PROG_TEST_RUN
Lorenz Bauer
2
-36
/
+109
2021-03-04
bpf: Add PROG_TEST_RUN support for sk_lookup programs
Lorenz Bauer
1
-1
/
+4
2021-03-04
bpf: Explicitly zero-extend R0 after 32-bit cmpxchg
Brendan Jackman
2
-0
/
+50
2021-03-04
tools: Sync uapi bpf.h header with latest changes
Joe Stringer
1
-1
/
+711
2021-03-04
selftests/bpf: Test syscall command parsing
Joe Stringer
2
-2
/
+13
2021-03-04
selftests/bpf: Templatize man page generation
Joe Stringer
1
-15
/
+25
2021-03-04
tools/bpf: Remove bpf-helpers from bpftool docs
Joe Stringer
7
-49
/
+50
2021-03-04
scripts/bpf: Abstract eBPF API target parameter
Joe Stringer
4
-4
/
+4
2021-03-04
selftests/bpf: Add BTF_KIND_FLOAT to the existing deduplication tests
Ilya Leoshkevich
1
-12
/
+31
2021-03-04
selftest/bpf: Add BTF_KIND_FLOAT tests
Ilya Leoshkevich
3
-0
/
+138
2021-03-04
selftests/bpf: Use the 25th bit in the "invalid BTF_INFO" test
Ilya Leoshkevich
1
-1
/
+1
2021-03-04
tools/bpftool: Add BTF_KIND_FLOAT support
Ilya Leoshkevich
2
-0
/
+9
2021-03-04
libbpf: Add BTF_KIND_FLOAT support
Ilya Leoshkevich
6
-1
/
+94
2021-03-04
libbpf: Fix whitespace in btf_add_composite() comment
Ilya Leoshkevich
1
-1
/
+1
2021-03-04
bpf: Add BTF_KIND_FLOAT to uapi
Ilya Leoshkevich
1
-2
/
+3
2021-03-04
selftests: fib_nexthops: Test blackhole nexthops when loopback goes down
Ido Schimmel
1
-0
/
+8
2021-03-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-5
/
+160
2021-03-04
selftests/bpf: Add a verifier scale test with unknown bounded loop
Yonghong Song
3
-0
/
+139
2021-03-04
libbpf: Clear map_info before each bpf_obj_get_info_by_fd
Maciej Fijalkowski
1
-2
/
+3
2021-03-03
perf report: Create option to disable raw event ordering
Jin Yao
2
-1
/
+7
2021-03-03
perf metric: Remove unneeded semicolon
Jiapeng Chong
1
-1
/
+1
2021-03-02
tools/runqslower: Allow substituting custom vmlinux.h for the build
Andrii Nakryiko
1
-0
/
+4
2021-03-02
KVM: x86/xen: Add support for vCPU runstate information
David Woodhouse
1
-3
/
+156
2021-03-02
selftests: kvm: Mmap the entire vcpu mmap area
Aaron Lewis
1
-2
/
+4
2021-03-02
perf cs-etm: Detect pid in VMID for kernel running at EL2
Suzuki K Poulose
1
-4
/
+34
2021-03-02
perf cs-etm: Add helper cs_etm__get_pid_fmt()
Leo Yan
2
-0
/
+43
2021-03-02
perf cs-etm: Support PID tracing in config
Suzuki K Poulose
2
-12
/
+52
[prev]
[next]