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-11-20
bpftool: remove function free_btf_vmlinux()
Sahid Orentino Ferdjaoui
1
-6
/
+1
2022-11-20
bpftool: clean-up usage of libbpf_get_error()
Sahid Orentino Ferdjaoui
8
-45
/
+39
2022-11-20
bpftool: fix error message when function can't register struct_ops
Sahid Orentino Ferdjaoui
1
-3
/
+2
2022-11-20
bpftool: replace return value PTR_ERR(NULL) with 0
Sahid Orentino Ferdjaoui
1
-4
/
+2
2022-11-20
bpftool: remove support of --legacy option for bpftool
Sahid Orentino Ferdjaoui
7
-36
/
+6
2022-11-20
bpf: Add type cast unit tests
Yonghong Song
3
-0
/
+198
2022-11-20
bpf/selftests: Add selftests for new task kfuncs
David Vernet
5
-0
/
+640
2022-11-20
bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
David Vernet
2
-3
/
+3
2022-11-20
perf test: Replace record test workload with thloop
Namhyung Kim
1
-56
/
+3
2022-11-20
perf test: Add 'thloop' test workload
Namhyung Kim
4
-0
/
+56
2022-11-20
perf test: Replace pipe test workload with noploop
Namhyung Kim
1
-45
/
+10
2022-11-20
perf test: Add -w/--workload option
Namhyung Kim
5
-0
/
+83
2022-11-20
tools lib traceevent: Make install_headers clearer
Ian Rogers
1
-2
/
+2
2022-11-20
tools lib subcmd: Make install_headers clearer
Ian Rogers
1
-1
/
+1
2022-11-20
tools lib perf: Make install_headers clearer
Ian Rogers
1
-1
/
+1
2022-11-20
tools lib symbol: Clean up build output
Ian Rogers
1
-2
/
+2
2022-11-20
tools lib bpf: Avoid install_headers make warning
Ian Rogers
1
-0
/
+1
2022-11-20
tools lib api: Clean up install_headers
Ian Rogers
1
-2
/
+2
2022-11-20
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
6
-7
/
+21
2022-11-18
libbpf: Ignore hashmap__find() result explicitly in btf_dump
Andrii Nakryiko
1
-1
/
+1
2022-11-18
selftests: cgroup: fix unsigned comparison with less than zero
YueHaibing
1
-2
/
+3
2022-11-18
selftests/vm: add local_config.h and local_config.mk to .gitignore
Zhao Gongyi
1
-0
/
+2
2022-11-18
tools/accounting/procacct: remove some unused variables
Xiongfeng Wang
1
-6
/
+1
2022-11-18
proc: fixup uptime selftest
Alexey Dobriyan
1
-1
/
+2
2022-11-18
selftests/bpf: Skip spin lock failure test on s390x
Kumar Kartikeya Dwivedi
1
-0
/
+6
2022-11-18
Merge tag 'char-misc-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+2
2022-11-18
KVM: selftests: Export vm_vaddr_unused_gap() to make it possible to request u...
Vitaly Kuznetsov
2
-2
/
+3
2022-11-18
KVM: selftests: Fill in vm->vpages_mapped bitmap in virt_map() too
Vitaly Kuznetsov
1
-2
/
+3
2022-11-18
KVM: selftests: Hyper-V PV IPI selftest
Vitaly Kuznetsov
5
-4
/
+349
2022-11-18
KVM: selftests: Move the function doing Hyper-V hypercall to a common header
Vitaly Kuznetsov
2
-19
/
+20
2022-11-18
KVM: selftests: Move HYPERV_LINUX_OS_ID definition to a common header
Vitaly Kuznetsov
2
-4
/
+5
2022-11-18
KVM: selftests: Better XMM read/write helpers
Vitaly Kuznetsov
1
-34
/
+36
2022-11-18
x86/hyperv: KVM: Rename "hv_enlightenments" to "hv_vmcb_enlightenments"
Sean Christopherson
2
-3
/
+3
2022-11-18
KVM: SVM: Add a proper field for Hyper-V VMCB enlightenments
Sean Christopherson
2
-3
/
+5
2022-11-18
KVM: selftests: Move "struct hv_enlightenments" to x86_64/svm.h
Sean Christopherson
2
-18
/
+17
2022-11-18
x86/hyperv: Move VMCB enlightenment definitions to hyperv-tlfs.h
Sean Christopherson
1
-3
/
+3
2022-11-18
kselftest/arm64: Use preferred form for predicate load/stores
Mark Brown
1
-2
/
+2
2022-11-18
selftests/net: fix missing xdp_dummy
Wang Yufen
5
-15
/
+23
2022-11-18
selftests: add a selftest for sctp vrf
Xin Long
3
-0
/
+317
2022-11-18
objtool/powerpc: Add --mcount specific implementation
Sathvika Vasireddy
2
-0
/
+18
2022-11-18
objtool/powerpc: Enable objtool to be built on ppc
Sathvika Vasireddy
6
-0
/
+146
2022-11-18
objtool: Add arch specific function arch_ftrace_match()
Sathvika Vasireddy
3
-1
/
+8
2022-11-18
objtool: Use macros to define arch specific reloc types
Sathvika Vasireddy
2
-1
/
+3
2022-11-18
objtool: Read special sections with alts only when specific options are selected
Sathvika Vasireddy
1
-3
/
+5
2022-11-18
objtool: Add --mnop as an option to --mcount
Sathvika Vasireddy
3
-9
/
+25
2022-11-18
objtool: Use target file class size instead of a compiled constant
Christophe Leroy
3
-10
/
+24
2022-11-18
objtool: Use target file endianness instead of a compiled constant
Christophe Leroy
6
-31
/
+30
2022-11-18
objtool: Fix SEGFAULT
Christophe Leroy
1
-1
/
+1
2022-11-17
selftests: mptcp: fix mibit vs mbit mix up
Matthieu Baerts
1
-2
/
+3
2022-11-17
selftests: mptcp: run mptcp_sockopt from a new netns
Matthieu Baerts
1
-4
/
+5
[prev]
[next]