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-06-25
perf report: Fix condition in sort__sym_cmp()
Namhyung Kim
1
-1
/
+1
2024-06-25
perf pmus: Fixes always false when compare duplicates aliases
Junhao He
1
-2
/
+3
2024-06-25
perf unwind-libunwind: Add malloc() failure handling
Yunseong Kim
1
-0
/
+5
2024-06-25
util: constant -1 with expression of type char
Yunseong Kim
1
-1
/
+1
2024-06-25
perf: Timehist account sch delay for scheduled out running
Fernand Sieber
2
-3
/
+6
2024-06-25
perf tests: Add APX and other new instructions to x86 instruction decoder test
Adrian Hunter
3
-0
/
+1739
2024-06-25
perf intel pt: Add new JMPABS instruction to the Intel PT instruction decoder
Adrian Hunter
1
-0
/
+9
2024-06-25
perf test: Check output of the probe ... --funcs command
Chaitanya S Prakash
1
-1
/
+1
2024-06-25
tools/perf: Fix parallel-perf python script to replace new python syntax ":="...
Athira Rajeev
1
-1
/
+2
2024-06-25
tools/perf: Use is_perf_pid_map_name helper function to check dso's of patter...
Athira Rajeev
2
-2
/
+2
2024-06-25
tools/perf: Fix the string match for "/tmp/perf-$PID.map" files in dso__load
Athira Rajeev
3
-1
/
+18
2024-06-25
selftests: net: remove unneeded IP_GRE config
Yujie Liu
1
-1
/
+0
2024-06-24
tools/testing/radix-tree: add missing MODULE_DESCRIPTION definition
Sidhartha Kumar
2
-0
/
+2
2024-06-24
proc: test "Kthread:" field
Alexey Dobriyan
4
-0
/
+94
2024-06-24
tools/lib/list_sort: remove redundant code for cond_resched handling
Kuan-Wei Chiu
1
-10
/
+0
2024-06-24
selftests: introduce additional eventfd test coverage
Wen Yang
1
-5
/
+131
2024-06-24
selftests/mqueue: fix 5 warnings about signed/unsigned mismatches
John Hubbard
1
-2
/
+4
2024-06-24
selftests/mm:fix test_prctl_fork_exec return failure
aigourensheng
1
-16
/
+22
2024-06-25
selftests/bpf: add test validating uprobe/uretprobe stack traces
Andrii Nakryiko
2
-0
/
+282
2024-06-24
Merge tag 'for-netdev' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/...
Jakub Kicinski
5
-1
/
+312
2024-06-24
perf test: Make test_arm_callgraph_fp.sh more robust
James Clark
2
-21
/
+26
2024-06-24
slab: delete useless RED_INACTIVE and RED_ACTIVE
Chengming Zhou
1
-5
/
+2
2024-06-24
libbpf: Skip base btf sanity checks
Antoine Tenart
1
-1
/
+1
2024-06-24
selftests/bpf: Add tests for may_goto with negative offset.
Alexei Starovoitov
1
-0
/
+52
2024-06-24
selftests/bpf: Add more ring buffer test coverage
Daniel Borkmann
3
-1
/
+103
2024-06-22
KVM: selftests: Assert that MPIDR_EL1 is unchanged across vCPU reset
Oliver Upton
1
-0
/
+1
2024-06-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
6
-4
/
+19
2024-06-21
perf build: Ensure libtraceevent and libtracefs versions have 3 components
Guilherme Amadio
1
-2
/
+2
2024-06-21
perf build: Use pkg-config for feature check for libtrace{event,fs}
Guilherme Amadio
2
-15
/
+14
2024-06-21
perf arm: Workaround ARM PMUs cpu maps having offline cpus
Ian Rogers
1
-2
/
+8
2024-06-21
sched_ext: Add cpuperf support
Tejun Heo
3
-3
/
+150
2024-06-21
selftests/bpf: Add kfunc_call test for simple dtor in bpf_testmod
Alan Maguire
4
-0
/
+93
2024-06-21
libbpf,bpf: Share BTF relocate-related code with kernel
Alan Maguire
2
-0
/
+31
2024-06-21
libbpf: Split field iter code into its own file kernel
Alan Maguire
3
-163
/
+170
2024-06-21
libbpf: BTF relocation followup fixing naming, loop logic
Alan Maguire
1
-41
/
+31
2024-06-21
selftests/bpf: Test struct_ops bpf map auto-attach
Mykyta Yatsenko
1
-0
/
+35
2024-06-21
selftests/bpf: Match tests against regular expression
Cupertino Miranda
3
-6
/
+6
2024-06-21
selftests/bpf: Support checks against a regular expression
Cupertino Miranda
2
-30
/
+96
2024-06-21
selftests/bpf: Tests with may_goto and jumps to the 1st insn
Alexei Starovoitov
1
-0
/
+94
2024-06-21
libbpf: Checking the btf_type kind when fixing variable offsets
Donglin Peng
1
-2
/
+9
2024-06-21
bpftool: Allow compile-time checks of BPF map auto-attach support in skeleton
Andrii Nakryiko
1
-0
/
+2
2024-06-21
bpf: Change bpf_session_cookie return value to __u64 *
Jiri Olsa
2
-2
/
+2
2024-06-21
Merge tag 'kvm-riscv-fixes-6.10-2' of https://github.com/kvm-riscv/linux into...
Paolo Bonzini
3
-0
/
+3
2024-06-21
perf stat: Fix the hard-coded metrics calculation on the hybrid
Kan Liang
1
-0
/
+7
2024-06-21
selftests: net: change shebang to bash in amt.sh
Taehee Yoo
1
-1
/
+1
2024-06-21
selftest: af_unix: Add Kconfig file.
Kuniyuki Iwashima
1
-0
/
+3
2024-06-21
tools: build: use correct lib name for libtracefs feature detection
Daniel Wagner
2
-2
/
+2
2024-06-21
rtla/osnoise: Better report when histogram is empty
Luis Claudio R. Goncalves
1
-0
/
+15
2024-06-21
rtla/osnoise: Use pretty formatting only on interactive tty
Luis Claudio R. Goncalves
1
-4
/
+15
2024-06-20
selftests/bpf: Use start_server_str in test_tcp_check_syncookie_user
Geliang Tang
1
-26
/
+3
[prev]
[next]