index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-23
selftests/powerpc: Fix duplicate included pthread.h
Jiapeng Chong
1
-1
/
+0
2021-05-22
Merge tag 'kbuild-fixes-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-26
/
+26
2021-05-22
linux/bits.h: fix compilation error with GENMASK
Rikard Falkeborn
2
-1
/
+9
2021-05-22
tools/testing/selftests/exec: fix link error
Yang Yingliang
1
-3
/
+3
2021-05-21
perf tests: Drop __maybe_unused on x86 test declarations
Rob Herring
1
-3
/
+2
2021-05-21
perf tests: Consolidate test__arch_unwind_sample declaration
Rob Herring
8
-32
/
+0
2021-05-21
perf stat: Skip evlist__[enable|disable] when all events uses BPF
Song Liu
2
-6
/
+10
2021-05-21
perf build: Improve error message for old/missing clang
Song Liu
1
-1
/
+1
2021-05-21
perf script: Add missing PERF_IP_FLAG_CHARS for VM-Entry and VM-Exit
Adrian Hunter
3
-7
/
+8
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 C...
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...
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 b...
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
-52
/
+222
2021-05-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
56
-314
/
+3102
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
[prev]
[next]