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-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
9
-9
/
+54
2021-06-15
selftests/sgx: Migrate to kselftest harness
Jarkko Sakkinen
2
-88
/
+92
2021-06-15
selftests/sgx: Rename 'eenter' and 'sgx_call_vdso'
Jarkko Sakkinen
3
-17
/
+18
2021-06-15
bpf: Test BPF_SK_REUSEPORT_SELECT_OR_MIGRATE.
Kuniyuki Iwashima
4
-1
/
+692
2021-06-15
libbpf: Set expected_attach_type for BPF_PROG_TYPE_SK_REUSEPORT.
Kuniyuki Iwashima
1
-1
/
+4
2021-06-15
bpf: Support socket migration by eBPF.
Kuniyuki Iwashima
1
-0
/
+15
2021-06-15
bpf: Support BPF_FUNC_get_socket_cookie() for BPF_PROG_TYPE_SK_REUSEPORT.
Kuniyuki Iwashima
1
-0
/
+1
2021-06-16
Merge branch 'fixes' into next
Michael Ellerman
1
-9
/
+18
2021-06-15
libbpf: Set NLM_F_EXCL when creating qdisc
Kumar Kartikeya Dwivedi
1
-1
/
+1
2021-06-15
libbpf: Remove unneeded check for flags during tc detach
Kumar Kartikeya Dwivedi
1
-2
/
+0
2021-06-15
selftests/powerpc: Remove the repeated declaration
Shaokun Zhang
1
-2
/
+0
2021-06-14
bpf, selftests: Adjust few selftest outcomes wrt unreachable code
Daniel Borkmann
8
-8
/
+53
2021-06-14
testing: selftests: drivers: net: netdevsim: devlink: add test case for hard ...
Oleksandr Mazur
1
-0
/
+10
2021-06-14
testing: selftests: net: forwarding: add devlink-required functionality to te...
Oleksandr Mazur
1
-0
/
+26
2021-06-14
ipv4: Fix device used for dst_alloc with local routes
David Ahern
1
-0
/
+25
2021-06-14
nexthops: Add selftests for cleanup of known bad route add
David Ahern
1
-0
/
+12
2021-06-14
objtool: Improve reloc hash size guestimate
Peter Zijlstra
2
-7
/
+5
2021-06-14
KVM: selftests: Add aarch64/debug-exceptions test
Ricardo Koller
4
-6
/
+268
2021-06-14
KVM: selftests: Add exception handling support for aarch64
Ricardo Koller
4
-1
/
+287
2021-06-14
KVM: selftests: Move GUEST_ASSERT_EQ to utils header
Ricardo Koller
2
-19
/
+12
2021-06-14
KVM: selftests: Introduce UCALL_UNHANDLED for unhandled vector reporting
Ricardo Koller
3
-13
/
+9
2021-06-14
KVM: selftests: Complete x86_64/sync_regs_test ucall
Ricardo Koller
1
-1
/
+6
2021-06-14
KVM: selftests: Rename vm_handle_exception
Ricardo Koller
6
-11
/
+11
2021-06-13
tools: Fix "the the" in a message in kernel-chktaint
Colin Ian King
1
-1
/
+1
2021-06-13
Merge tag 'perf-tools-fixes-for-v5.13-2021-06-13' of git://git.kernel.org/pub...
Linus Torvalds
2
-5
/
+3
2021-06-12
Merge tag 'objtool-urgent-2021-06-12' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-1
/
+28
2021-06-11
Merge tag 'trace-v5.13-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-0
/
+5
2021-06-11
tools/bpftool: Fix error return code in do_batch()
Zhihao Cheng
1
-1
/
+3
2021-06-11
libbpf: Simplify the return expression of bpf_object__init_maps function
Wang Hai
1
-3
/
+1
2021-06-11
kunit: tool: add support for QEMU
Brendan Higgins
14
-41
/
+354
2021-06-11
kunit: Add 'kunit_shutdown' option
David Gow
2
-2
/
+2
2021-06-11
vsock_test: add SOCK_SEQPACKET tests
Arseny Krasnov
3
-5
/
+146
2021-06-11
tools headers cpufeatures: Sync with the kernel sources
Arnaldo Carvalho de Melo
1
-5
/
+2
2021-06-11
perf session: Correct buffer copying when peeking events
Leo Yan
1
-0
/
+1
2021-06-11
objtool: Only rewrite unconditional retpoline thunk calls
Peter Zijlstra
1
-0
/
+4
2021-06-10
selftests: mptcp: enable syncookie only in absence of reorders
Paolo Abeni
1
-3
/
+8
2021-06-10
bootconfig: Share the checksum function with tools
Masami Hiramatsu
1
-13
/
+2
2021-06-10
tools/bootconfig: Support mixed value and subkey test cases
Masami Hiramatsu
7
-6
/
+14
2021-06-10
bootconfig: Support mixing a value and subkeys under a key
Masami Hiramatsu
1
-8
/
+37
2021-06-10
bootconfig: Change array value to use child node
Masami Hiramatsu
1
-1
/
+1
2021-06-10
perf evsel: Adjust hybrid event and global event mixed group
Jin Yao
1
-0
/
+25
2021-06-10
tools/bootconfig: Simplify expression
zuoqilin
1
-3
/
+1
2021-06-10
KVM: selftests: Fix compiling errors when initializing the static structure
Yanan Wang
1
-19
/
+19
2021-06-10
objtool: Fix .symtab_shndx handling for elf_create_undef_symbol()
Peter Zijlstra
1
-1
/
+24
2021-06-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
5
-16
/
+52
2021-06-09
selftests: netfilter: add fib test case
Florian Westphal
2
-1
/
+222
2021-06-09
selftests/x86: Test signal frame XSTATE header corruption handling
Andy Lutomirski
2
-1
/
+116
2021-06-08
selftests: devlink_lib: Fix bouncing of netdevsim DEVLINK_DEV
Petr Machata
5
-6
/
+14
2021-06-08
selftests: Clean forgotten resources as part of cleanup()
Amit Cohen
6
-0
/
+14
2021-06-08
selftests: router_scale: Do not count failed routes
Amit Cohen
1
-1
/
+1
[prev]
[next]