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-09-10
net-timestamp: add selftests for SOF_TIMESTAMPING_OPT_RX_FILTER
Jason Xing
1
-0
/
+18
2024-09-10
selftests: net: csum: Fix checksums for packets with non-zero padding
Sean Anderson
1
-2
/
+14
2024-09-10
perf callchain: Allow symbols to be optional when resolving a callchain
Ian Rogers
5
-52
/
+85
2024-09-10
perf inject: Lazy build-id mmap2 event insertion
Ian Rogers
4
-12
/
+63
2024-09-10
perf inject: Add new mmap2-buildid-all option
Ian Rogers
4
-3
/
+154
2024-09-10
perf inject: Fix build ID injection
Ian Rogers
4
-55
/
+175
2024-09-10
perf annotate-data: Add pr_debug_scope()
Namhyung Kim
1
-2
/
+23
2024-09-10
perf annotate: Treat 'call' instruction as stack operation
Namhyung Kim
1
-0
/
+1
2024-09-10
perf build: Remove unused feature test target
James Clark
2
-7
/
+0
2024-09-10
perf build: Autodetect minimum required llvm-dev version
James Clark
4
-4
/
+27
2024-09-10
perf trace: Mark the rlim arg in the prlimit64 and setrlimit syscalls as comi...
Arnaldo Carvalho de Melo
1
-2
/
+4
2024-09-10
perf trace: Support collecting 'union's with the BPF augmenter
Arnaldo Carvalho de Melo
1
-8
/
+10
2024-09-10
bpftool: Fix undefined behavior in qsort(NULL, 0, ...)
Kuan-Wei Chiu
1
-0
/
+3
2024-09-10
libbpf: Fix uretprobe.multi.s programs auto attachment
Jiri Olsa
1
-1
/
+1
2024-09-10
Merge tag 'linux-cpupower-6.12-rc1-2' of ssh://gitolite.kernel.org/pub/scm/li...
Rafael J. Wysocki
6
-0
/
+397
2024-09-10
perf trace: Add --force-btf for debugging
Howard Chu
1
-1
/
+6
2024-09-10
perf trace: Collect augmented data using BPF
Howard Chu
1
-1
/
+106
2024-09-10
perf trace: Pretty print buffer data
Howard Chu
2
-0
/
+39
2024-09-10
perf trace: Pretty print struct data
Howard Chu
1
-5
/
+60
2024-09-10
perf trace: Add trace__bpf_sys_enter_beauty_map() to prepare for fetching dat...
Howard Chu
2
-0
/
+117
2024-09-10
perf trace: Mark bpf's attr as from_user
Arnaldo Carvalho de Melo
1
-1
/
+2
2024-09-10
Merge branch 'linus' into timers/core
Thomas Gleixner
81
-755
/
+2158
2024-09-10
tools/virtio:Fix the wrong format specifier
Zhu Jun
1
-1
/
+1
2024-09-09
KVM: selftests: Verify single-stepping a fastpath VM-Exit exits to userspace
Sean Christopherson
1
-4
/
+7
2024-09-09
selftests/net: integrate packetdrill with ksft
Willem de Bruijn
8
-2
/
+251
2024-09-09
selftests: support interpreted scripts with ksft_runner.sh
Willem de Bruijn
1
-2
/
+5
2024-09-09
af_unix: Don't return OOB skb in manage_oob().
Kuniyuki Iwashima
1
-0
/
+23
2024-09-09
selftests: mptcp: connect: remove duplicated spaces in TAP output
Matthieu Baerts (NGI0)
1
-6
/
+8
2024-09-09
selftests: mptcp: diag: remove trailing whitespace
Matthieu Baerts (NGI0)
1
-1
/
+1
2024-09-09
selftests: mptcp: reset the last TS before the first test
Matthieu Baerts (NGI0)
6
-1
/
+9
2024-09-09
selftests: mptcp: connect: remote time in TAP output
Matthieu Baerts (NGI0)
1
-1
/
+0
2024-09-09
selftests: mptcp: lib: add time per subtests in TAP output
Matthieu Baerts (NGI0)
1
-1
/
+16
2024-09-09
tools/mm: rm thp_swap_allocator_test when make clean
zhangjiao
1
-1
/
+1
2024-09-09
scx_qmap: Implement highpri boosting
Tejun Heo
2
-14
/
+130
2024-09-09
sched_ext: Implement scx_bpf_dispatch[_vtime]_from_dsq()
Tejun Heo
1
-0
/
+10
2024-09-09
selftests: return failure when timestamps can't be reported
Jason Xing
1
-1
/
+5
2024-09-09
selftests/mm: relax test to fail after 100 migration failures
Dev Jain
1
-6
/
+11
2024-09-09
mm: selftest to verify zero-filled pages are mapped to zeropage
Alexander Zhu
3
-0
/
+94
2024-09-09
libbpf: Fix some typos in comments
Yusheng Zheng
8
-13
/
+13
2024-09-09
bpf: Fix error message on kfunc arg type mismatch
Maxim Mikityanskiy
3
-1
/
+9
2024-09-09
bpftool: Fix typos
Andrew Kreimer
1
-1
/
+1
2024-09-09
bpftool: Fix undefined behavior caused by shifting into the sign bit
Kuan-Wei Chiu
1
-4
/
+4
2024-09-09
libbpf: Fixed getting wrong return address on arm64 architecture
Shuyi Cheng
1
-1
/
+1
2024-09-09
perf trace: Introduce SCA_TIMESPEC_FROM_USER() to set .from_user = true
Arnaldo Carvalho de Melo
2
-2
/
+7
2024-09-09
perf trace: Introduce SCA_SOCKADDR_FROM_USER() to set .from_user = true
Arnaldo Carvalho de Melo
2
-3
/
+8
2024-09-09
perf trace: Introduce SCA_PERF_ATTR_FROM_USER() to set .from_user = true
Arnaldo Carvalho de Melo
2
-1
/
+5
2024-09-09
perf trace: Mark which syscall arguments go from user space to kernel space
Arnaldo Carvalho de Melo
1
-14
/
+27
2024-09-09
perf trace: Use a common encoding for augmented arguments, with size + error ...
Arnaldo Carvalho de Melo
4
-44
/
+66
2024-09-09
perf trace augmented_syscalls.bpf: Move the renameat aumenter to renameat2, t...
Arnaldo Carvalho de Melo
1
-2
/
+2
2024-09-09
cxl/pci: Remove duplicated implementation of waiting for memory_info_valid
Yanfei Xu
1
-2
/
+2
[prev]
[next]