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
2021-10-07
selftests: futex: Add sys_futex_waitv() test
André Almeida
5
-1
/
+265
2021-10-07
selftests: arm64: Add coverage of ptrace flags for SVE VL inheritance
Mark Brown
1
-1
/
+54
2021-10-06
selftests/bpf: Switch to new bpf_object__next_{map,program} APIs
Hengqi Chen
5
-7
/
+7
2021-10-06
selftest/bpf: Switch recursion test to use htab_map_delete_elem
Jiri Olsa
2
-11
/
+8
2021-10-06
selftests/bpf: Test new btf__add_btf() API
Andrii Nakryiko
1
-0
/
+86
2021-10-06
selftests/bpf: Refactor btf_write selftest to reuse BTF generation logic
Andrii Nakryiko
1
-6
/
+49
2021-10-06
bpf, x64: Save bytes for DIV by reducing reg copies
Jie Meng
1
-0
/
+47
2021-10-05
bpf: selftests: Add selftests for module kfunc support
Kumar Kartikeya Dwivedi
6
-30
/
+126
2021-10-05
tools: Allow specifying base BTF file in resolve_btfids
Kumar Kartikeya Dwivedi
1
-1
/
+1
2021-10-05
kselftests/sched: cleanup the child processes
Li Zhijian
1
-10
/
+18
2021-10-04
Merge tag 'linux-kselftest-fixes-5.15-rc5' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-1
/
+4
2021-10-04
selftests: net: Test for the IOAM encapsulation with IPv6
Justin Iurman
1
-50
/
+159
2021-10-02
selftests: net: mscc: ocelot: add a test for egress VLAN modification
Vladimir Oltean
1
-0
/
+39
2021-10-02
selftests: net: mscc: ocelot: rename the VLAN modification test to ingress
Vladimir Oltean
1
-3
/
+3
2021-10-02
selftests: net: mscc: ocelot: bring up the ports automatically
Vladimir Oltean
1
-0
/
+5
2021-10-01
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
99
-367
/
+1154
2021-10-01
selftests/bpf: Use BTF-defined key/value for map definitions
Hengqi Chen
13
-40
/
+38
2021-10-01
kunit: tool: better handling of quasi-bool args (--json, --raw_output)
Daniel Latypov
2
-2
/
+30
2021-10-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-11
/
+60
2021-09-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
20
-102
/
+966
2021-09-30
Merge tag 'net-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
4
-6
/
+475
2021-09-30
selftests/bpf: Use kselftest skip code for skipped tests
Po-Hsu Lin
2
-3
/
+9
2021-09-30
KVM: selftests: Fix kvm_vm_free() in cr4_cpuid_sync and vmx_tsc_adjust tests
Thomas Huth
2
-3
/
+2
2021-09-30
kvm: selftests: Fix spelling mistake "missmatch" -> "mismatch"
Colin Ian King
1
-1
/
+1
2021-09-30
kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDS
Juergen Gross
1
-1
/
+1
2021-09-30
KVM: selftests: Ensure all migrations are performed when test is affined
Sean Christopherson
1
-10
/
+59
2021-09-29
bpf: selftests: Fix fd cleanup in get_branch_snapshot
Kumar Kartikeya Dwivedi
1
-3
/
+2
2021-09-29
selftests: arm64: Verify that all possible vector lengths are handled
Mark Brown
1
-0
/
+77
2021-09-29
selftests: arm64: Fix and enable test for setting current VL in vec-syscfg
Mark Brown
1
-6
/
+4
2021-09-29
selftests: arm64: Remove bogus error check on writing to files
Mark Brown
1
-6
/
+0
2021-09-29
selftests: arm64: Fix printf() format mismatch in vec-syscfg
Mark Brown
1
-1
/
+1
2021-09-29
selftests: arm64: Move FPSIMD in SVE ptrace test into a function
Mark Brown
1
-61
/
+59
2021-09-29
selftests: arm64: More comprehensively test the SVE ptrace interface
Mark Brown
2
-82
/
+254
2021-09-29
selftests: arm64: Verify interoperation of SVE and FPSIMD register sets
Mark Brown
1
-2
/
+26
2021-09-29
selftests: arm64: Clarify output when verifying SVE register set
Mark Brown
1
-1
/
+1
2021-09-29
selftests: arm64: Document what the SVE ptrace test is doing
Mark Brown
1
-3
/
+8
2021-09-29
selftests: arm64: Remove extraneous register setting code
Mark Brown
3
-62
/
+1
2021-09-29
selftests: arm64: Don't log child creation as a test in SVE ptrace test
Mark Brown
1
-3
/
+1
2021-09-29
selftests: arm64: Use a define for the number of SVE ptrace tests to be run
Mark Brown
1
-1
/
+3
2021-09-28
selftests/bpf: Fix probe_user test failure with clang build kernel
Yonghong Song
2
-4
/
+28
2021-09-28
selftests/bpf: Switch sk_lookup selftests to strict SEC("sk_lookup") use
Andrii Nakryiko
1
-19
/
+19
2021-09-28
selftests/bpf: Normalize all the rest SEC() uses
Andrii Nakryiko
12
-35
/
+33
2021-09-28
selftests/bpf: Switch SEC("classifier*") usage to a strict SEC("tc")
Andrii Nakryiko
39
-157
/
+141
2021-09-28
selftests/bpf: Normalize XDP section names in selftests
Andrii Nakryiko
19
-30
/
+27
2021-09-28
selftests: KVM: Don't clobber XMM register when read
Oliver Upton
1
-1
/
+1
2021-09-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-6
/
+10
2021-09-28
selftests, bpf: test_lwt_ip_encap: Really disable rp_filter
Jiri Benc
1
-5
/
+8
2021-09-28
selftests, bpf: Fix makefile dependencies on libbpf
Jiri Benc
1
-1
/
+2
2021-09-28
selftests: xsk: Add frame_headroom test
Magnus Karlsson
2
-11
/
+44
2021-09-28
selftests: xsk: Change interleaving of packets in unaligned mode
Magnus Karlsson
1
-3
/
+3
[prev]
[next]