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
/
testing
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-10
selftests: net: test standard socket cmsgs across UDP and ICMP sockets
Jakub Kicinski
2
-0
/
+84
2022-02-10
selftests: net: cmsg_sender: support Tx timestamping
Jakub Kicinski
1
-1
/
+122
2022-02-10
selftests: net: cmsg_sender: support setting SO_TXTIME
Jakub Kicinski
1
-3
/
+46
2022-02-10
selftests: net: cmsg_so_mark: test with SO_MARK set by setsockopt
Jakub Kicinski
2
-11
/
+31
2022-02-10
selftests: net: cmsg_so_mark: test ICMP and RAW sockets
Jakub Kicinski
1
-8
/
+16
2022-02-10
selftests: net: cmsg_sender: support icmp and raw sockets
Jakub Kicinski
1
-9
/
+55
2022-02-10
selftests: net: make cmsg_so_mark ready for more options
Jakub Kicinski
2
-26
/
+117
2022-02-10
selftests: net: rename cmsg_so_mark
Jakub Kicinski
4
-6
/
+6
2022-02-09
selftests: mptcp: add missing join check
Matthieu Baerts
1
-0
/
+1
2022-02-09
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
116
-1235
/
+1965
2022-02-09
selftests/bpf: Cover 4-byte load from remote_port in bpf_sk_lookup
Jakub Sitnicki
1
-0
/
+6
2022-02-09
selftests: netfilter: fix exit value for nft_concat_range
Hangbin Liu
1
-1
/
+1
2022-02-09
selftests: netfilter: add synproxy test
Florian Westphal
2
-1
/
+116
2022-02-08
tools/testing/cxl: Add a physical_node link
Dan Williams
1
-2
/
+19
2022-02-08
tools/testing/cxl: Enumerate mock decoders
Dan Williams
1
-20
/
+98
2022-02-08
tools/testing/cxl: Mock one level of switches
Dan Williams
1
-41
/
+97
2022-02-08
tools/testing/cxl: Fix root port to host bridge assignment
Dan Williams
1
-1
/
+1
2022-02-08
tools/testing/cxl: Mock dvsec_ranges()
Dan Williams
1
-0
/
+10
2022-02-08
cxl/mem: Add the cxl_mem driver
Ben Widawsky
2
-0
/
+16
2022-02-08
cxl/memdev: Add numa_node attribute
Dan Williams
1
-0
/
+1
2022-02-08
cxl/pci: Emit device serial number
Dan Williams
1
-0
/
+1
2022-02-08
cxl/pci: Implement wait for media active
Ben Widawsky
1
-0
/
+8
2022-02-08
cxl/core/port: Remove @host argument for dport + decoder enumeration
Dan Williams
3
-30
/
+21
2022-02-08
cxl/port: Add a driver for 'struct cxl_port' objects
Ben Widawsky
2
-2
/
+5
2022-02-08
cxl/core/hdm: Add CXL standard decoder enumeration to the core
Dan Williams
4
-0
/
+86
2022-02-08
cxl/core: Generalize dport enumeration in the core
Dan Williams
5
-128
/
+71
2022-02-08
cxl/port: Up-level cxl_add_dport() locking requirements to the caller
Dan Williams
1
-0
/
+4
2022-02-08
cxl/pmem: Introduce a find_cxl_root() helper
Dan Williams
2
-26
/
+0
2022-02-08
cxl/core/port: Rename bus.c to port.c
Dan Williams
1
-1
/
+1
2022-02-08
selftests/bpf: Test BPF_KPROBE_SYSCALL macro
Hengqi Chen
2
-0
/
+29
2022-02-08
selftests/bpf: Skip test_bpf_syscall_macro's syscall_arg1 on arm64 and s390
Ilya Leoshkevich
2
-1
/
+7
2022-02-08
selftests/bpf: Use PT_REGS_SYSCALL_REGS in bpf_syscall_macro
Ilya Leoshkevich
1
-1
/
+1
2022-02-08
selftests/bpf: Fix an endianness issue in bpf_syscall_macro test
Ilya Leoshkevich
1
-1
/
+4
2022-02-08
selftests/bpf: Do not export subtest as standalone test
Hou Tao
5
-8
/
+8
2022-02-08
rcutorture: Provide non-power-of-two Tasks RCU scenarios
Paul E. McKenney
2
-2
/
+2
2022-02-08
rcutorture: Test SRCU size transitions
Paul E. McKenney
2
-0
/
+3
2022-02-08
torture: Make torture.sh help message match reality
Paul E. McKenney
1
-2
/
+2
2022-02-08
Merge branch kvm-arm64/selftest/vgic-5.18 into kvmarm-master/next
Marc Zyngier
3
-28
/
+38
2022-02-08
kvm: selftests: aarch64: use a tighter assert in vgic_poke_irq()
Ricardo Koller
1
-3
/
+3
2022-02-08
kvm: selftests: aarch64: fix some vgic related comments
Ricardo Koller
3
-9
/
+16
2022-02-08
kvm: selftests: aarch64: fix the failure check in kvm_set_gsi_routing_irqchip...
Ricardo Koller
1
-2
/
+2
2022-02-08
kvm: selftests: aarch64: pass vgic_irq guest args as a pointer
Ricardo Koller
1
-13
/
+16
2022-02-08
kvm: selftests: aarch64: fix assert in gicv3_access_reg
Ricardo Koller
1
-1
/
+1
2022-02-08
Merge branch kvm-arm64/mmu-rwlock into kvmarm-master/next
Marc Zyngier
1
-0
/
+10
2022-02-08
KVM: selftests: Add vgic initialization for dirty log perf test for ARM
Jing Zhang
1
-0
/
+10
2022-02-08
selftests: KVM: Test OS lock behavior
Oliver Upton
1
-2
/
+56
2022-02-08
selftests: KVM: Add OSLSR_EL1 to the list of blessed regs
Oliver Upton
1
-0
/
+1
2022-02-08
kselftest: alsa: fix spelling mistake "desciptor" -> "descriptor"
Colin Ian King
1
-3
/
+3
2022-02-07
ipv4: Reject routes specifying ECN bits in rtm_tos
Guillaume Nault
1
-0
/
+76
2022-02-07
ipv4: Stop taking ECN bits into account in fib4-rules
Guillaume Nault
1
-1
/
+29
[prev]
[next]