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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-02
Merge 5.10-rc2 into staging-next
Greg Kroah-Hartman
12
-7
/
+196
2020-11-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
6
-7
/
+175
2020-10-31
KVM: selftests: Don't require THP to run tests
Andrew Jones
1
-7
/
+16
2020-10-31
KVM: selftests: test behavior of unmapped L2 APIC-access address
Jim Mattson
5
-0
/
+159
2020-10-30
selftests: net: bridge: add test for igmpv3 *,g auto-add
Nikolay Aleksandrov
1
-1
/
+30
2020-10-30
selftests: net: bridge: add test for igmpv3 exclude timeout
Nikolay Aleksandrov
1
-1
/
+48
2020-10-30
selftests: net: bridge: add test for igmpv3 exc -> block report
Nikolay Aleksandrov
1
-1
/
+29
2020-10-30
selftests: net: bridge: add test for igmpv3 inc -> block report
Nikolay Aleksandrov
1
-1
/
+32
2020-10-30
selftests: net: bridge: add test for igmpv3 exc -> to_exclude report
Nikolay Aleksandrov
1
-1
/
+29
2020-10-30
selftests: net: bridge: add test for igmpv3 exc -> is_exclude report
Nikolay Aleksandrov
1
-1
/
+27
2020-10-30
selftests: net: bridge: add test for igmpv3 exc -> is_include report
Nikolay Aleksandrov
1
-1
/
+26
2020-10-30
selftests: net: bridge: add test for igmpv3 exc -> allow report
Nikolay Aleksandrov
1
-24
/
+59
2020-10-30
selftests: net: bridge: add test for igmpv3 inc -> to_exclude report
Nikolay Aleksandrov
1
-1
/
+50
2020-10-30
selftests: net: bridge: add test for igmpv3 inc -> is_exclude report
Nikolay Aleksandrov
1
-1
/
+40
2020-10-30
selftests: net: bridge: add test for igmpv3 inc -> is_include report
Nikolay Aleksandrov
1
-1
/
+24
2020-10-30
selftests: net: bridge: add tests for igmpv3 is_include and inc -> allow reports
Nikolay Aleksandrov
1
-1
/
+81
2020-10-30
selftests: net: bridge: igmp: add IGMPv3 entries' state helpers
Nikolay Aleksandrov
1
-0
/
+67
2020-10-30
selftests: net: bridge: igmp: check for specific udp ip protocol
Nikolay Aleksandrov
1
-1
/
+1
2020-10-30
selftests: net: bridge: igmp: add support for packet source address
Nikolay Aleksandrov
1
-6
/
+7
2020-10-30
selftests: net: bridge: rename current igmp tests to igmpv2
Nikolay Aleksandrov
1
-5
/
+5
2020-10-30
wireguard: selftests: check that route_me_harder packets use the right sk
Jason A. Donenfeld
2
-0
/
+10
2020-10-28
selftests: kselftest_harness.h: fix kernel-doc markups
Mauro Carvalho Chehab
1
-22
/
+22
2020-10-28
kselftest/arm64: Fix check_user_mem test
Vincenzo Frascino
1
-0
/
+4
2020-10-28
kselftest/arm64: Fix check_ksm_options test
Vincenzo Frascino
1
-0
/
+4
2020-10-28
kselftest/arm64: Fix check_mmap_options test
Vincenzo Frascino
1
-0
/
+4
2020-10-28
kselftest/arm64: Fix check_child_memory test
Vincenzo Frascino
1
-0
/
+3
2020-10-28
kselftest/arm64: Fix check_tags_inclusion test
Vincenzo Frascino
1
-0
/
+3
2020-10-28
kselftest/arm64: Fix check_buffer_fill test
Vincenzo Frascino
1
-0
/
+3
2020-10-27
kselftest: Extend vdso correctness test to clock_gettime64
Vincenzo Frascino
2
-4
/
+115
2020-10-27
kselftest: Move test_vdso to the vDSO test suite
Vincenzo Frascino
3
-3
/
+9
2020-10-27
kselftest: Extend vDSO selftest to clock_getres
Vincenzo Frascino
2
-0
/
+126
2020-10-27
kselftest: Extend vDSO selftest
Vincenzo Frascino
3
-0
/
+336
2020-10-27
kselftest: Enable vDSO test on non x86 platforms
Vincenzo Frascino
2
-2
/
+1
2020-10-27
selftests: pidfd: drop needless linux/kcmp.h inclusion in pidfd_setns_test.c
Tommi Rantala
1
-1
/
+0
2020-10-27
selftests: pidfd: add CONFIG_CHECKPOINT_RESTORE=y to config
Tommi Rantala
1
-0
/
+1
2020-10-27
selftests: pidfd: skip test on kcmp() ENOSYS
Tommi Rantala
1
-1
/
+4
2020-10-27
selftests: pidfd: use ksft_test_result_skip() when skipping test
Tommi Rantala
1
-1
/
+1
2020-10-27
selftests/harness: prettify SKIP message whitespace again
Tommi Rantala
1
-1
/
+1
2020-10-27
selftests: pidfd: fix compilation errors due to wait.h
Tommi Rantala
2
-2
/
+0
2020-10-27
selftests: filter kselftest headers from command in lib.mk
Tommi Rantala
1
-1
/
+1
2020-10-27
selftests/ftrace: check for do_sys_openat2 in user-memory test
Colin Ian King
1
-0
/
+4
2020-10-27
selftests/ftrace: Use $FUNCTION_FORK to reference kernel fork function
Steven Rostedt (VMware)
19
-37
/
+44
2020-10-26
kunit: tools: fix kunit_tool tests for parsing test plans
Brendan Higgins
7
-12
/
+36
2020-10-26
kunit: Don't fail test suites if one of them is empty
Andy Shevchenko
1
-1
/
+1
2020-10-26
kunit: Fix kunit.py --raw_output option
David Gow
1
-1
/
+0
2020-10-26
x86, libnvdimm/test: Remove COPY_MC_TEST
Dan Williams
1
-103
/
+0
2020-10-26
selftest/bpf: Fix profiler test using CO-RE relocation for enums
Andrii Nakryiko
1
-3
/
+8
2020-10-26
staging: ion: remove from the tree
Greg Kroah-Hartman
16
-1278
/
+1
2020-10-25
Merge tag 'timers-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-1
/
+111
2020-10-24
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
5
-2
/
+225
[prev]
[next]