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
2022-01-25
selftests/bpf: use preferred setter/getter APIs instead of deprecated ones
Andrii Nakryiko
4
-4
/
+4
2022-01-25
bpftool: use preferred setters/getters instead of deprecated ones
Andrii Nakryiko
2
-5
/
+5
2022-01-25
libbpf: deprecate bpf_program__is_<type>() and bpf_program__set_<type>() APIs
Andrii Nakryiko
1
-0
/
+26
2022-01-25
libbpf: deprecate bpf_map__resize()
Andrii Nakryiko
1
-0
/
+1
2022-01-25
libbpf: hide and discourage inconsistently named getters
Andrii Nakryiko
6
-16
/
+37
2022-01-25
tools headers UAPI: remove stale lirc.h
Sean Young
2
-230
/
+0
2022-01-25
kselftest: signal all child processes
Li Zhijian
1
-1
/
+3
2022-01-25
selftests: cpufreq: Write test output to stdout as well
Nícolas F. R. A. Prado
1
-1
/
+1
2022-01-25
selftests: rtc: Increase test timeout so that all tests run
Nícolas F. R. A. Prado
1
-1
/
+1
2022-01-25
kunit: tool: Import missing importlib.abc
Michał Winiarski
1
-0
/
+1
2022-01-25
KVM: selftests: Re-enable access_tracking_perf_test
David Matlack
1
-0
/
+1
2022-01-24
selftests/bpf: Add a test to confirm PT_REGS_PARM4_SYSCALL
Kenta Tada
2
-0
/
+119
2022-01-24
libbpf: Fix the incorrect register read for syscalls on x86_64
Kenta Tada
1
-0
/
+34
2022-01-24
selftests/bpf: Extract syscall wrapper
Kenta Tada
2
-14
/
+20
2022-01-24
libbpf: Mark bpf_object__open_xattr() deprecated
Christy Lee
2
-1
/
+2
2022-01-24
perf: Stop using bpf_object__open_buffer() API
Christy Lee
2
-3
/
+5
2022-01-24
libbpf: Mark bpf_object__open_buffer() API deprecated
Christy Lee
1
-0
/
+1
2022-01-24
selftests/bpf: Add test for sleepable bpf iterator programs
Kenny Yu
2
-0
/
+74
2022-01-24
libbpf: Add "iter.s" section for sleepable bpf iterator programs
Kenny Yu
1
-0
/
+1
2022-01-24
bpf: Add bpf_copy_from_user_task() helper
Kenny Yu
1
-0
/
+11
2022-01-24
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
82
-338
/
+2670
2022-01-24
selftests, bpf: Do not yet switch to new libbpf XDP APIs
Daniel Borkmann
7
-47
/
+50
2022-01-24
objtool: Fix truncated string warning
Sergei Trofimovich
1
-1
/
+1
2022-01-24
selftests, xsk: Fix rx_full stats test
Magnus Karlsson
1
-1
/
+4
2022-01-24
tools/power/cpupower/{ToDo => TODO}: Rename the todo file
ozkanonur
1
-0
/
+0
2022-01-24
tools: cpupower: fix typo in cpupower-idle-set(1) manpage
Andreas Rammhold
1
-1
/
+1
2022-01-23
x86/insn: Add AVX512-FP16 instructions to the x86 instruction decoder
Adrian Hunter
2
-9
/
+88
2022-01-23
perf/tests: Add AVX512-FP16 instructions to x86 instruction decoder test
Adrian Hunter
3
-0
/
+3426
2022-01-23
x86/insn: Add misc instructions to x86 instruction decoder
Adrian Hunter
1
-3
/
+3
2022-01-23
perf/tests: Add misc instructions to the x86 instruction decoder test
Adrian Hunter
3
-0
/
+50
2022-01-23
x86/insn: Add AMX instructions to the x86 instruction decoder
Adrian Hunter
1
-2
/
+8
2022-01-23
perf/tests: Add AMX instructions to x86 instruction decoder test
Adrian Hunter
2
-0
/
+57
2022-01-23
Merge tag 'powerpc-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
3
-3
/
+3
2022-01-23
Merge tag 'perf-tools-for-v5.17-2022-01-22' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
51
-149
/
+354
2022-01-23
Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux
Linus Torvalds
4
-10
/
+99
2022-01-22
perf tools: Remove redundant err variable
Minghao Chi
1
-4
/
+1
2022-01-22
perf test: Add parse-events test for aliases with hyphens
John Garry
2
-9
/
+82
2022-01-22
perf test: Add pmu-events test for aliases with hyphens
John Garry
2
-0
/
+48
2022-01-22
perf parse-events: Support event alias in form foo-bar-baz
John Garry
4
-4
/
+41
2022-01-22
perf evsel: Override attr->sample_period for non-libpfm4 events
German Gomez
1
-8
/
+17
2022-01-22
perf cpumap: Remove duplicate include in cpumap.h
Lv Ruyi
1
-1
/
+0
2022-01-22
perf cpumap: Migrate to libperf cpumap api
Ian Rogers
31
-87
/
+99
2022-01-22
perf python: Fix cpu_map__item() building
Ian Rogers
1
-3
/
+3
2022-01-22
perf script: Fix printing 'phys_addr' failure issue
Yao Jin
1
-1
/
+1
2022-01-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
12
-88
/
+756
2022-01-21
selftests: net: ioam: expect support for Queue depth data
Justin Iurman
1
-4
/
+1
2022-01-21
bpf: selftests: add CPUMAP/DEVMAP selftests for xdp frags
Lorenzo Bianconi
6
-1
/
+185
2022-01-21
bpf: selftests: introduce bpf_xdp_{load,store}_bytes selftest
Lorenzo Bianconi
2
-0
/
+146
2022-01-21
net: xdp: introduce bpf_xdp_pointer utility routine
Lorenzo Bianconi
1
-0
/
+18
2022-01-21
libbpf: Add SEC name for xdp frags programs
Lorenzo Bianconi
1
-0
/
+8
[prev]
[next]