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
2021-02-11
selftests/bpf: Convert test_xdp_redirect.sh to bash
Björn Töpel
1
-7
/
+3
2021-02-11
selftests/bpf: Add a test for map-in-map and per-cpu maps in sleepable progs
Alexei Starovoitov
1
-0
/
+69
2021-02-11
selftests/bpf: Improve recursion selftest
Alexei Starovoitov
1
-0
/
+8
2021-02-11
bpf: Count the number of times recursion was prevented
Alexei Starovoitov
2
-0
/
+5
2021-02-11
selftest/bpf: Add a recursion test
Alexei Starovoitov
2
-0
/
+79
2021-02-11
bpf: Add per-program recursion prevention mechanism
Alexei Starovoitov
2
-4
/
+4
2021-02-11
perf tests: Add daemon 'lock' test
Jiri Olsa
1
-0
/
+38
2021-02-11
perf tests: Add daemon 'ping' command test
Jiri Olsa
1
-0
/
+40
2021-02-11
perf tests: Add daemon 'signal' command test
Jiri Olsa
1
-0
/
+40
2021-02-11
perf tests: Add daemon 'stop' command test
Jiri Olsa
1
-0
/
+54
2021-02-11
perf tests: Add daemon reconfig test
Jiri Olsa
1
-0
/
+119
2021-02-11
perf tests: Add daemon 'list' command test
Jiri Olsa
1
-0
/
+184
2021-02-11
perf daemon: Add examples to man page
Jiri Olsa
1
-0
/
+98
2021-02-11
perf daemon: Add up time for daemon/session list
Jiri Olsa
1
-0
/
+20
2021-02-11
perf daemon: Use control to stop session
Jiri Olsa
1
-10
/
+46
2021-02-11
perf daemon: Add 'ping' command
Jiri Olsa
2
-0
/
+157
2021-02-11
perf daemon: Set control fifo for session
Jiri Olsa
2
-1
/
+28
2021-02-11
perf daemon: Allow only one daemon over base directory
Jiri Olsa
2
-1
/
+77
2021-02-11
perf daemon: Add 'stop' command
Jiri Olsa
2
-0
/
+35
2021-02-11
perf daemon: Add 'signal' command
Jiri Olsa
2
-7
/
+77
2021-02-11
perf daemon: Add 'list' command
Jiri Olsa
1
-3
/
+85
2021-02-11
perf daemon: Add signalfd support
Jiri Olsa
1
-6
/
+155
2021-02-11
perf daemon: Add background support
Jiri Olsa
2
-0
/
+66
2021-02-11
perf daemon: Add config file change check
Jiri Olsa
1
-3
/
+97
2021-02-11
perf daemon: Add config file support
Jiri Olsa
3
-2
/
+393
2021-02-11
KVM: selftests: Don't bother mapping GVA for Xen shinfo test
Sean Christopherson
1
-4
/
+3
2021-02-11
KVM: selftests: Fix hex vs. decimal snafu in Xen test
Sean Christopherson
1
-1
/
+1
2021-02-11
KVM: selftests: Fix size of memslots created by Xen tests
Sean Christopherson
2
-4
/
+2
2021-02-11
KVM: selftests: Ignore recently added Xen tests' build output
Sean Christopherson
1
-0
/
+2
2021-02-11
KVM: selftests: Add missing header file needed by xAPIC IPI tests
Peter Shier
1
-0
/
+55
2021-02-11
KVM: selftests: Add operand to vmsave/vmload/vmrun in svm.c
Ricardo Koller
1
-4
/
+4
2021-02-11
perf daemon: Add client socket support
Jiri Olsa
1
-0
/
+138
2021-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
12
-22
/
+1284
2021-02-10
selftests/bpf: Simplify the calculation of variables
Jiapeng Chong
1
-3
/
+3
2021-02-10
selftests/bpf: Fix endianness issues in atomic tests
Ilya Leoshkevich
3
-3
/
+3
2021-02-10
objtool: Support stack-swizzle
Peter Zijlstra
1
-0
/
+45
2021-02-10
objtool,x86: Additionally decode: mov %rsp, (%reg)
Peter Zijlstra
1
-8
/
+34
2021-02-10
x86/unwind/orc: Change REG_SP_INDIRECT
Peter Zijlstra
1
-1
/
+1
2021-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
3
-9
/
+14
2021-02-10
selftest/bpf: Add test for var-offset stack access
Andrei Matei
2
-0
/
+86
2021-02-10
selftest/bpf: Verifier tests for var-off access
Andrei Matei
1
-2
/
+97
2021-02-10
selftest/bpf: Adjust expected verifier errors
Andrei Matei
9
-37
/
+41
2021-02-10
Merge back ACPICA material for v5.12.
Rafael J. Wysocki
10
-10
/
+10
2021-02-10
KVM: PPC: Book3S HV: Introduce new capability for 2nd DAWR
Ravi Bangoria
1
-0
/
+1
2021-02-10
KVM: PPC: Book3S HV: Add infrastructure to support 2nd DAWR
Ravi Bangoria
1
-0
/
+2
2021-02-09
selftests/vm: rename file run_vmtests to run_vmtests.sh
Rong Chen
1
-0
/
+0
2021-02-09
selftests/seccomp: Accept any valid fd in user_notification_addfd
Seth Forshee
1
-6
/
+2
2021-02-09
perf daemon: Add server socket support
Jiri Olsa
1
-1
/
+116
2021-02-09
perf daemon: Add base option
Jiri Olsa
2
-0
/
+15
2021-02-09
perf daemon: Add config option
Jiri Olsa
2
-0
/
+48
[prev]
[next]