index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-21
selftests: tls: clean up uninitialized warnings
Jakub Kicinski
1
-0
/
+20
2021-06-21
selftests/bpf: Retry for EAGAIN in udp_redir_to_connected()
Cong Wang
1
-1
/
+6
2021-06-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
33
-200
/
+1929
2021-06-18
Merge tag 'net-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
15
-15
/
+386
2021-06-18
selftests/net: Add icmp.sh for testing ICMP dummy address responses
Toke Høiland-Jørgensen
1
-0
/
+74
2021-06-18
selftests: mptcp: enable checksum in mptcp_join.sh
Geliang Tang
1
-4
/
+103
2021-06-18
selftests: mptcp: enable checksum in mptcp_connect.sh
Geliang Tang
1
-1
/
+12
2021-06-18
selftests: seg6: add selftest for SRv6 End.DT46 Behavior
Andrea Mayer
1
-0
/
+573
2021-06-18
Merge branch 'sched/urgent' into sched/core, to resolve conflicts
Ingo Molnar
9
-21
/
+63
2021-06-17
selftests/bpf: Fix ringbuf test fetching map FD
Andrii Nakryiko
1
-1
/
+1
2021-06-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-20
/
+20
2021-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
83
-441
/
+1931
2021-06-17
KVM: selftests: evmcs_test: Test that KVM_STATE_NESTED_EVMCS is never lost
Vitaly Kuznetsov
1
-26
/
+38
2021-06-17
KVM: selftests: Introduce hyperv_features test
Vitaly Kuznetsov
4
-0
/
+817
2021-06-17
KVM: selftests: Move evmcs.h to x86_64/
Vitaly Kuznetsov
1
-1
/
+1
2021-06-17
KVM: selftests: move Hyper-V MSR definitions to hyperv.h
Vitaly Kuznetsov
2
-7
/
+20
2021-06-17
KVM: selftests: Introduce x2APIC register manipulation functions
Jim Mattson
3
-5
/
+14
2021-06-17
KVM: selftests: Hoist APIC functions out of individual tests
Jim Mattson
7
-66
/
+83
2021-06-17
KVM: selftests: Move APIC definitions into a separate file
Jim Mattson
3
-47
/
+59
2021-06-17
KVM: selftests: x86: Add vmx_nested_tsc_scaling_test
Ilias Stamatis
3
-0
/
+244
2021-06-17
KVM: selftests: Fix kvm_check_cap() assertion
Fuad Tabba
1
-1
/
+1
2021-06-17
selftests/bpf: Fix selftests build with old system-wide headers
Andrii Nakryiko
1
-0
/
+4
2021-06-16
selftests/bpf: Whitelist test_progs.h from .gitignore
Daniel Xu
1
-0
/
+1
2021-06-16
selftests: net: use bash to run udpgro_fwd test case
Andrea Righi
1
-1
/
+1
2021-06-16
selftests: net: veth: make test compatible with dash
Andrea Righi
1
-2
/
+3
2021-06-17
selftests/powerpc: EBB selftest for MMCR0 control for PMU SPRs in ISA v3.1
Athira Rajeev
2
-1
/
+64
2021-06-17
selftests/powerpc: Fix "no_handler" EBB selftest
Athira Rajeev
1
-2
/
+0
2021-06-17
powerpc/selftests: Use gettid() instead of getppid() for null_syscall
Christophe Leroy
1
-1
/
+2
2021-06-15
selftests/sgx: Refine the test enclave to have storage
Jarkko Sakkinen
4
-15
/
+74
2021-06-15
selftests/sgx: Add EXPECT_EEXIT() macro
Jarkko Sakkinen
1
-3
/
+11
2021-06-15
selftests/sgx: Dump enclave memory map
Jarkko Sakkinen
1
-0
/
+14
2021-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
8
-8
/
+53
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-16
Merge branch 'fixes' into next
Michael Ellerman
1
-9
/
+18
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 drop statistics
Oleksandr Mazur
1
-0
/
+10
2021-06-14
testing: selftests: net: forwarding: add devlink-required functionality to test (hard) dropped stats field
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
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-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
[prev]
[next]