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-21
perf scripts python: exported-sql-viewer.py: Fix warning display
Adrian Hunter
1
-0
/
+5
2021-05-21
perf scripts python: exported-sql-viewer.py: Fix Array TypeError
Adrian Hunter
1
-2
/
+3
2021-05-21
perf scripts python: exported-sql-viewer.py: Fix copy to clipboard from Top Calls by elapsed Time report
Adrian Hunter
1
-1
/
+1
2021-05-21
tools headers UAPI: Sync files changed by the quotactl_path unwiring
Arnaldo Carvalho de Melo
4
-4
/
+4
2021-05-21
tools headers UAPI: Sync linux/perf_event.h with the kernel sources
Arnaldo Carvalho de Melo
1
-1
/
+1
2021-05-21
tools headers UAPI: Sync linux/fs.h with the kernel sources
Arnaldo Carvalho de Melo
1
-1
/
+1
2021-05-21
Merge remote-tracking branch 'torvalds/master' into perf/urgent
Arnaldo Carvalho de Melo
1
-7
/
+7
2021-05-21
Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
1
-7
/
+7
2021-05-21
perf parse-events: Check if the software events array slots are populated
Arnaldo Carvalho de Melo
1
-2
/
+7
2021-05-21
x86/irq: Add and use NR_EXTERNAL_VECTORS and NR_SYSTEM_VECTORS
H. Peter Anvin (Intel)
1
-0
/
+3
2021-05-21
x86/irq: Remove unused vectors defines
H. Peter Anvin (Intel)
1
-2
/
+2
2021-05-20
selftests: net: devlink_port_split.py: skip the test if no devlink device
Po-Hsu Lin
1
-1
/
+7
2021-05-20
selftests/bpf: Test ringbuf mmap read-only and read-write restrictions
Andrii Nakryiko
1
-1
/
+48
2021-05-20
selftests/bpf: Convert static to global in tc_redirect progs
Stanislav Fomichev
2
-4
/
+4
2021-05-20
selftests: Add .gitignore for nci test suite
David Matlack
1
-0
/
+1
2021-05-21
powerpc/64s/syscall: Use pt_regs.trap to distinguish syscall ABI difference between sc and scv syscalls
Nicholas Piggin
1
-9
/
+18
2021-05-20
selftests/x86/syscall: Add tests under ptrace to syscall_numbering_64
H. Peter Anvin (Intel)
1
-25
/
+207
2021-05-20
selftests/x86/syscall: Simplify message reporting in syscall_numbering
H. Peter Anvin (Intel)
1
-31
/
+72
2021-05-20
selftests/x86/syscall: Update and extend syscall_numbering_64
H. Peter Anvin (Intel)
1
-51
/
+221
2021-05-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
56
-313
/
+3101
2021-05-19
perf tools: Add 'cgroup-switches' software event
Namhyung Kim
2
-0
/
+5
2021-05-19
perf intel-pt: Remove redundant setting of ptq->insn_len
Adrian Hunter
1
-1
/
+0
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
[prev]
[next]