index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-16
selftests: alsa - add PCM test
Jaroslav Kysela
5
-1
/
+1003
2022-11-15
selftests/bpf: allow unpriv bpf for selftests by default
Eduard Zingerman
1
-0
/
+1
2022-11-15
selftests/bpf: check nullness propagation for reg to reg comparisons
Eduard Zingerman
1
-0
/
+174
2022-11-15
selftests: rtc: skip when RTC is not present
Alexandre Belloni
1
-1
/
+32
2022-11-14
bpf: Rename MEM_ALLOC to MEM_RINGBUF
Kumar Kartikeya Dwivedi
3
-3
/
+3
2022-11-14
kselftest/cgroup: Fix gathering number of CPUs
Breno Leitao
1
-1
/
+1
2022-11-14
tools/testing/cxl: Add bridge mocking support
Dan Williams
1
-2
/
+8
2022-11-14
cxl: Unify debug messages when calling devm_cxl_add_dport()
Robert Richter
1
-8
/
+1
2022-11-14
selftests/ftrace: event_triggers: wait longer for test_event_enable
Yipeng Zou
1
-4
/
+11
2022-11-14
kselftest/arm64: fix array_size.cocci warning
wangkailong@jari.cn
1
-5
/
+4
2022-11-11
selftests: mptcp: use max_time instead of time
Geliang Tang
1
-2
/
+2
2022-11-11
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
16
-300
/
+1251
2022-11-11
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
4
-2
/
+14
2022-11-11
Merge tag 'mm-hotfixes-stable-2022-11-11' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
5
-4
/
+35792
2022-11-11
selftests/bpf: fix veristat's singular file-or-prog filter
Andrii Nakryiko
1
-1
/
+7
2022-11-11
Merge tag 'io_uring-6.1-2022-11-11' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2022-11-11
selftests/bpf: Test skops->skb_hwtstamp
Martin KaFai Lau
3
-2
/
+8
2022-11-11
selftests/bpf: Fix incorrect ASSERT in the tcp_hdr_options test
Martin KaFai Lau
1
-2
/
+2
2022-11-11
selftests/bpf: Fix xdp_synproxy compilation failure in 32-bit arch
Yang Jihong
1
-2
/
+3
2022-11-11
selftests: bpf: Add a test when bpf_probe_read_kernel_str() returns EFAULT
Alban Crequy
2
-0
/
+12
2022-11-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
10
-37
/
+347
2022-11-10
Merge tag 'net-6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
5
-10
/
+48
2022-11-10
KVM: selftests: aarch64: Add mix of tests into page_fault_test
Ricardo Koller
1
-0
/
+155
2022-11-10
KVM: selftests: aarch64: Add readonly memslot tests into page_fault_test
Ricardo Koller
1
-1
/
+101
2022-11-10
KVM: selftests: aarch64: Add dirty logging tests into page_fault_test
Ricardo Koller
1
-0
/
+76
2022-11-10
KVM: selftests: aarch64: Add userfaultfd tests into page_fault_test
Ricardo Koller
1
-0
/
+187
2022-11-10
KVM: selftests: aarch64: Add aarch64/page_fault_test
Ricardo Koller
4
-0
/
+604
2022-11-10
KVM: selftests: Use the right memslot for code, page-tables, and data allocat...
Ricardo Koller
7
-40
/
+65
2022-11-10
KVM: selftests: Fix alignment in virt_arch_pgd_alloc() and vm_vaddr_alloc()
Ricardo Koller
2
-24
/
+30
2022-11-10
KVM: selftests: Add vm->memslots[] and enum kvm_mem_region_type
Ricardo Koller
2
-10
/
+34
2022-11-10
KVM: selftests: Stash backing_src_type in struct userspace_mem_region
Ricardo Koller
2
-0
/
+2
2022-11-10
KVM: selftests: aarch64: Construct DEFAULT_MAIR_EL1 using sysreg.h macros
Ricardo Koller
2
-7
/
+20
2022-11-10
KVM: selftests: Add missing close and munmap in __vm_mem_region_delete()
Ricardo Koller
1
-0
/
+6
2022-11-10
KVM: selftests: aarch64: Add virt_get_pte_hva() library function
Ricardo Koller
2
-3
/
+12
2022-11-10
KVM: selftests: Add a userfaultfd library
Ricardo Koller
4
-198
/
+262
2022-11-10
KVM: arm64: selftests: Test with every breakpoint/watchpoint
Reiji Watanabe
1
-12
/
+42
2022-11-10
KVM: arm64: selftests: Add a test case for a linked watchpoint
Reiji Watanabe
1
-0
/
+35
2022-11-10
KVM: arm64: selftests: Add a test case for a linked breakpoint
Reiji Watanabe
1
-6
/
+57
2022-11-10
KVM: arm64: selftests: Change debug_version() to take ID_AA64DFR0_EL1
Reiji Watanabe
1
-5
/
+4
2022-11-10
KVM: arm64: selftests: Stop unnecessary test stage tracking of debug-exceptions
Reiji Watanabe
1
-37
/
+9
2022-11-10
KVM: arm64: selftests: Add helpers to enable debug exceptions
Reiji Watanabe
1
-12
/
+13
2022-11-10
KVM: arm64: selftests: Remove the hard-coded {b,w}pn#0 from debug-exceptions
Reiji Watanabe
1
-18
/
+32
2022-11-10
KVM: arm64: selftests: Add write_dbg{b,w}{c,v}r helpers in debug-exceptions
Reiji Watanabe
1
-4
/
+68
2022-11-10
KVM: arm64: selftests: Use FIELD_GET() to extract ID register fields
Reiji Watanabe
3
-5
/
+8
2022-11-10
KVM: selftests: memslot_perf_test: Report optimal memory slots
Gavin Shan
1
-4
/
+41
2022-11-10
KVM: selftests: memslot_perf_test: Consolidate memory
Gavin Shan
1
-17
/
+26
2022-11-10
KVM: selftests: memslot_perf_test: Support variable guest page size
Gavin Shan
1
-81
/
+129
2022-11-10
KVM: selftests: memslot_perf_test: Probe memory slots for once
Gavin Shan
1
-13
/
+19
2022-11-10
KVM: selftests: memslot_perf_test: Consolidate loop conditions in prepare_vm()
Gavin Shan
1
-6
/
+5
2022-11-10
KVM: selftests: memslot_perf_test: Use data->nslots in prepare_vm()
Gavin Shan
1
-5
/
+5
[prev]
[next]