summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests
Commit message (Expand)AuthorAgeFilesLines
* soreuseport: test mixed v4/v6 socketsCraig Gallek2016-04-153-1/+210
* selftest/seccomp: Fix the seccomp(2) signatureMickaël Salaün2016-03-291-2/+2
* selftest/seccomp: Fix the flag name SECCOMP_FILTER_FLAG_TSYNCMickaël Salaün2016-03-291-9/+9
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-03-242-1/+136
|\
| * selftests/x86: Add an iopl testAndy Lutomirski2016-03-172-1/+136
* | Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-03-1913-3/+1229
|\ \
| * | selftests/powerpc: Test FPU and VMX regs in signal ucontextCyril Bur2016-03-024-1/+296
| * | selftests/powerpc: Test preservation of FPU and VMX regs across preemptionCyril Bur2016-03-026-3/+310
| * | selftests/powerpc: Test the preservation of FPU and VMX regs across syscallCyril Bur2016-03-028-1/+625
| * | selftests/powerpc: Remove -flto from common CFLAGSSuraj Jitindar Singh2016-03-021-1/+1
| * | selftests/powerpc: Fix out of bounds access in TM signal testMichael Ellerman2016-03-021-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-196-9/+381
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-081-10/+5Star
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-232-4/+87
| |\ \ \ \
| * | | | | test_bitmap: unit tests for lib/bitmap.cDavid Decotigny2016-02-202-1/+11
| * | | | | soreuseport: BPF selection functional test for TCPCraig Gallek2016-02-114-8/+370
| | |_|/ / | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-03-181-1/+1
|\ \ \ \ \
| * | | | | treewide: Fix typo in printkMasanari Iida2016-02-151-1/+1
* | | | | | Merge tag 'linux-kselftest-4.6-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-03-1820-1/+352
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | selftests: media_dcevice_test fix usage informationShuah Khan2016-02-261-1/+1
| * | | | | selftests: media_dcevice_test fix to handle ioctl failure caseShuah Khan2016-02-261-2/+3
| * | | | | selftests: add missing .gitignore file or entrySudeep Holla2016-02-252-0/+2
| * | | | | selftests: create test-specific kconfig fragmentsBamvor Jian Zhang2016-02-2513-0/+26
| * | | | | selftests: breakpoint: add step_after_suspend_testGreg Hackmann2016-02-252-1/+221
| * | | | | selftests: add a new test for Media Controller APIShuah Khan2016-02-253-0/+102
* | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-151-2/+4
|\ \ \ \ \ \
| * \ \ \ \ \ Merge commit 'torture.2015.02.23a' into core/rcuIngo Molnar2016-03-151-2/+4
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | rcutorture: Check for self-detected stallsPaul E. McKenney2016-01-261-2/+2
| | * | | | | rcutorture: Don't keep empty console.log.diags filesPaul E. McKenney2016-01-261-0/+2
| | * | | | | rcutorture: Add checks for rcutorture writer starvationPaul E. McKenney2016-01-261-2/+2
| | |/ / / /
* | | | | | selftests/x86: In syscall_nt, test NT|TF as wellAndy Lutomirski2016-03-101-8/+49
* | | | | | Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fixIngo Molnar2016-03-071-10/+5Star
|\| | | | |
| * | | | | Merge tag 'trace-fixes-v4.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-02-221-10/+5Star
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | ftracetest: Fix instance test to use proper shell command for pidsSteven Rostedt2016-02-191-10/+5Star
| | | |_|/ | | |/| |
* | | | | Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar2016-02-183-5/+225
|\| | | |
| * | | | efi: Make efivarfs entries immutable by defaultPeter Jones2016-02-102-4/+87
| |/ / /
| * | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-02-011-1/+138
| |\ \ \ | | |/ / | |/| |
| | * | kselftests: timers: Add adjtimex SETOFFSET validity testsJohn Stultz2016-01-261-1/+138
| | * | Merge branches 'clockevents/4.4-fixes' and 'clockevents/4.5-fixes' of http://...Thomas Gleixner2016-01-122-5/+8
| | |\ \
* | | | | selftests/x86: Add a test for syscall restart under ptraceAndy Lutomirski2016-02-171-0/+126
* | | | | selftests/x86: Fix some error messages in ptrace_syscallAndy Lutomirski2016-02-171-3/+3
* | | | | selftests/x86: Add tests for UC_SIGCONTEXT_SS and UC_STRICT_RESTORE_SSAndy Lutomirski2016-02-171-28/+202
* | | | | x86/signal/64: Re-add support for SS in the 64-bit signal contextAndy Lutomirski2016-02-171-3/+2Star
* | | | | selftests/x86: Add check_initial_reg_state()Andy Lutomirski2016-01-292-1/+117
* | | | | selftests/x86: Extend Makefile to allow 64-bit-only testsAndy Lutomirski2016-01-291-2/+3
|/ / / /
* | | | Merge tag 'linux-kselftest-4.5-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-1712-15/+297
|\ \ \ \
| * | | | selftests: firmware: add empty string and async testsBrian Norris2016-01-071-1/+28
| * | | | selftests/seccomp: fix 32-bit build warningsKees Cook2016-01-071-2/+3
| * | | | add breakpoints/.gitignoreYuan Sun2016-01-071-0/+1
| * | | | add ptrace/.gitignoreYuan Sun2016-01-071-0/+1