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
2024-05-05
tools: fix userspace compilation with new test_xarray changes
Luis Chamberlain
1
-0
/
+2
2024-05-04
perf vendor events amd: Add Zen 5 mapping
Sandipan Das
1
-0
/
+1
2024-05-04
perf vendor events amd: Add Zen 5 metrics
Sandipan Das
2
-0
/
+444
2024-05-04
perf vendor events amd: Add Zen 5 uncore events
Sandipan Das
2
-0
/
+278
2024-05-04
perf vendor events amd: Add Zen 5 core events
Sandipan Das
7
-0
/
+1983
2024-05-04
perf trace: Disable syscall augmentation with record
Ian Rogers
1
-0
/
+5
2024-05-03
Merge tag 'cxl-fixes-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+7
2024-05-03
tools: ynl: add --list-ops and --list-msgs to CLI
Jakub Kicinski
2
-0
/
+11
2024-05-03
perf pmu: Assume sysfs events are always the same case
Ian Rogers
1
-5
/
+26
2024-05-03
perf test pmu: Test all sysfs PMU event names are the same case
Ian Rogers
1
-0
/
+90
2024-05-03
perf test pmu: Add an eagerly loaded event test
Ian Rogers
2
-21
/
+124
2024-05-03
perf test pmu: Refactor format test and exposed test APIs
Ian Rogers
7
-179
/
+177
2024-05-03
perf test pmu-events: Make it clearer that pmu-events tests JSON events
Ian Rogers
1
-1
/
+1
2024-05-03
selftests/cgroup: fix uninitialized variables in test_zswap.c
John Hubbard
1
-2
/
+2
2024-05-03
selftests/cgroup: cpu_hogger init: use {} instead of {NULL}
John Hubbard
1
-2
/
+2
2024-05-03
selftests/cgroup: fix clang warnings: uninitialized fd variable
John Hubbard
1
-1
/
+3
2024-05-03
selftests/cgroup: fix clang build failures for abs() calls
John Hubbard
2
-3
/
+3
2024-05-03
bitops: Change function return types from long to int
Thorsten Blum
3
-5
/
+5
2024-05-03
selftests/powerpc/dexcr: Add -no-pie to hashchk tests
Benjamin Gray
1
-1
/
+1
2024-05-02
libbpf: Avoid casts from pointers to enums in bpf_tracing.h
Jose E. Marchesi
2
-47
/
+47
2024-05-02
libbpf: Fix bpf_ksym_exists() in GCC
Jose E. Marchesi
1
-3
/
+14
2024-05-02
selftests/net: skip partial checksum packets in csum test
Willem de Bruijn
1
-3
/
+15
2024-05-02
selftests: net: py: check process exit code in bkg() and background cmd()
Jakub Kicinski
1
-2
/
+6
2024-05-02
libbpf: fix ring_buffer__consume_n() return result logic
Andrii Nakryiko
1
-1
/
+1
2024-05-02
libbpf: fix potential overflow in ring__consume_n()
Andrii Nakryiko
1
-1
/
+1
2024-05-02
selftests/bpf: Add test for the use of new args in cong_control
Miao Xu
3
-0
/
+233
2024-05-02
tcp: Add new args for cong_control in tcp_congestion_ops
Miao Xu
1
-3
/
+3
2024-05-02
KVM: selftests: Require KVM_CAP_USER_MEMORY2 for tests that create memslots
Sean Christopherson
1
-0
/
+8
2024-05-02
KVM: selftests: Allow skipping the KVM_RUN sanity check in rseq_test
Zide Chen
1
-2
/
+33
2024-05-02
selftests/bpf: Add kernel socket operation tests
Jordan Rife
1
-0
/
+472
2024-05-02
selftests/bpf: Make sock configurable for each test case
Jordan Rife
1
-42
/
+98
2024-05-02
selftests/bpf: Move IPv4 and IPv6 sockaddr test cases
Jordan Rife
2
-314
/
+268
2024-05-02
perf maps: Remove check_invariants() from maps__lock()
Namhyung Kim
1
-5
/
+11
2024-05-02
selftests/bpf: Implement BPF programs for kernel socket operations
Jordan Rife
1
-0
/
+65
2024-05-02
selftests/bpf: Implement socket kfuncs for bpf_testmod
Jordan Rife
2
-0
/
+282
2024-05-02
selftests/bpf: Fix bind program for big endian systems
Jordan Rife
3
-16
/
+39
2024-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
11
-45
/
+90
2024-05-02
bpf: Missing trailing slash in tools/testing/selftests/bpf/Makefile
Jose E. Marchesi
1
-1
/
+1
2024-05-02
libbpf: Fix error message in attach_kprobe_multi
Jiri Olsa
1
-1
/
+1
2024-05-02
libbpf: Fix error message in attach_kprobe_session
Jiri Olsa
1
-1
/
+1
2024-05-02
Merge tag 'net-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-0
/
+3
2024-05-02
perf cs-etm: Improve version detection and error reporting
James Clark
1
-18
/
+43
2024-05-02
perf cs-etm: Remove repeated fetches of the ETM PMU
James Clark
1
-33
/
+27
2024-05-02
perf cs-etm: Use struct perf_cpu as much as possible
James Clark
1
-116
/
+88
2024-05-02
perf annotate-data: Check kind of stack variables
Namhyung Kim
1
-0
/
+6
2024-05-02
perf annotate-data: Handle multi regs in find_data_type_block()
Namhyung Kim
1
-11
/
+12
2024-05-02
perf annotate-data: Check memory access with two registers
Namhyung Kim
1
-5
/
+39
2024-05-02
perf annotate-data: Handle direct global variable access
Namhyung Kim
1
-12
/
+15
2024-05-02
perf annotate-data: Collect global variables in advance
Namhyung Kim
1
-2
/
+55
2024-05-02
perf dwarf-aux: Add die_collect_global_vars()
Namhyung Kim
2
-0
/
+70
[prev]
[next]