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-01-14
objtool: Refactor ORC section generation
Josh Poimboeuf
7
-159
/
+140
2021-01-14
tools/bootconfig: Add tracing_on support to helper scripts
Masami Hiramatsu
2
-0
/
+5
2021-01-13
selftests/bpf: Add verifier test for PTR_TO_MEM spill
Gilad Reti
2
-1
/
+41
2021-01-13
tools/bpftool: Add -Wall when building BPF programs
Ian Rogers
1
-1
/
+1
2021-01-13
bpf, libbpf: Avoid unused function warning on bpf_tail_call_static
Ian Rogers
1
-1
/
+1
2021-01-13
selftests/bpf: Install btf_dump test cases
Jean-Philippe Brucker
1
-1
/
+2
2021-01-13
selftests/bpf: Fix installation of urandom_read
Jean-Philippe Brucker
1
-1
/
+1
2021-01-13
selftests/bpf: Move generated test files to $(TEST_GEN_FILES)
Jean-Philippe Brucker
1
-4
/
+3
2021-01-13
selftests/bpf: Fix out-of-tree build
Jean-Philippe Brucker
1
-1
/
+1
2021-01-13
selftests/bpf: Enable cross-building
Jean-Philippe Brucker
1
-11
/
+35
2021-01-13
x86/insn: Fix vector instruction decoding on big endian cross-compiles
Vasily Gorbik
2
-9
/
+21
2021-01-13
objtool: Rework header include paths
Vasily Gorbik
26
-47
/
+48
2021-01-13
objtool: Fix x86 orc generation on big endian cross-compiles
Vasily Gorbik
7
-6
/
+70
2021-01-13
objtool: Fix reloc generation on big endian cross-compiles
Martin Schwidefsky
1
-15
/
+19
2021-01-13
x86/insn: Support big endian cross-compiles
Martin Schwidefsky
2
-54
/
+80
2021-01-13
objtool: Make SP memory operation match PUSH/POP semantics
Julien Thierry
1
-0
/
+20
2021-01-13
objtool: Support addition to set CFA base
Julien Thierry
1
-0
/
+11
2021-01-13
objtool: Fully validate the stack frame
Julien Thierry
1
-4
/
+11
2021-01-13
objtool: Don't add empty symbols to the rbtree
Josh Poimboeuf
1
-0
/
+7
2021-01-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
1
-3
/
+9
2021-01-12
selftests/bpf: Test kernel module ksym externs
Andrii Nakryiko
3
-0
/
+60
2021-01-12
libbpf: Support kernel module ksym externs
Andrii Nakryiko
1
-18
/
+32
2021-01-12
selftests/bpf: Sync RCU before unloading bpf_testmod
Andrii Nakryiko
3
-33
/
+12
2021-01-12
bpf: Extend bind v4/v6 selftests for mark/prio/bindtoifindex
Daniel Borkmann
2
-8
/
+76
2021-01-12
bpf: Clarify return value of probe str helpers
Brendan Jackman
1
-5
/
+5
2021-01-12
libbpf: Allow loading empty BTFs
Andrii Nakryiko
1
-5
/
+0
2021-01-12
rcutorture: Add rcutree.use_softirq=0 to RUDE01 and TASKS01
Paul E. McKenney
2
-0
/
+2
2021-01-12
bpf: Update local storage test to check handling of null ptrs
KP Singh
2
-97
/
+61
2021-01-12
selftests/x86: Use __builtin_ia32_read/writeeflags
Andy Lutomirski
1
-20
/
+4
2021-01-10
selftests: netfilter: Pass family parameter "-f" to conntrack tool
Chen Yi
1
-3
/
+9
2021-01-09
selftests: mptcp: add the MP_PRIO testcases
Geliang Tang
1
-1
/
+71
2021-01-09
selftests: mptcp: add set_flags command in pm_nl_ctl
Geliang Tang
1
-1
/
+86
2021-01-09
selftests: mptcp: add testcases for setting the address ID
Geliang Tang
1
-2
/
+39
2021-01-09
selftests/tls: fix selftests after adding ChaCha20-Poly1305
Vadim Fedorenko
1
-2
/
+2
2021-01-08
Merge tag 'linux-kselftest-kunit-fixes-5.11-rc3' of git://git.kernel.org/pub/...
Linus Torvalds
1
-1
/
+1
2021-01-08
Merge tag 'linux-kselftest-next-5.11-rc3' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2
-1
/
+4
2021-01-08
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
10
-437
/
+363
2021-01-08
libbpf: Clarify kernel type use with USER variants of CORE reading macros
Andrii Nakryiko
1
-6
/
+39
2021-01-08
selftests/bpf: Remove duplicate include in test_lsm
Menglong Dong
1
-1
/
+0
2021-01-08
selftests/bpf: Add tests for user- and non-CO-RE BPF_CORE_READ() variants
Andrii Nakryiko
2
-0
/
+114
2021-01-08
libbpf: Add non-CO-RE variants of BPF_CORE_READ() macro family
Andrii Nakryiko
1
-0
/
+38
2021-01-08
libbpf: Add user-space variants of BPF_CORE_READ() family of macros
Andrii Nakryiko
1
-39
/
+59
2021-01-07
selftests: fib_nexthops: Fix wrong mausezahn invocation
Ido Schimmel
1
-1
/
+1
2021-01-07
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
3
-7
/
+13
2021-01-07
KVM: selftests: Implement perf_test_util more conventionally
Andrew Jones
6
-146
/
+166
2021-01-07
KVM: selftests: Use vm_create_with_vcpus in create_vm
Andrew Jones
5
-47
/
+21
2021-01-07
KVM: selftests: Factor out guest mode code
Andrew Jones
6
-257
/
+189
2021-01-07
Merge branch 'kvm-master' into kvm-next
Paolo Bonzini
61
-264
/
+912
2021-01-07
selftests: netfilter: add selftest for ipip pmtu discovery with enabled conne...
Florian Westphal
2
-1
/
+208
2021-01-07
tools: selftests: add test for changing routes with PTMU exceptions
Sean Tranchetti
1
-2
/
+69
[prev]
[next]