summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/x86/test_vsyscall.c
Commit message (Expand)AuthorAgeFilesLines
* selftests/x86: fix printk warnings reported by clangJohn Hubbard13 days1-5/+5
* selftests/x86: remove (or use) unused variables and functionsJohn Hubbard13 days1-5/+0
* selftests: x86: test_vsyscall: conform test to TAP format outputMuhammad Usama Anjum2024-05-061-188/+168
* selftests: x86: test_vsyscall: reorder code to reduce #ifdef blocksMuhammad Usama Anjum2024-05-061-93/+83
* selftests: Emit a warning if getcpu() is missing on 32bitSebastian Andrzej Siewior2023-02-061-5/+2
* selftests: x86: fix [-Wstringop-overread] warn in test_process_vm_readv()Shuah Khan2021-10-251-1/+1
* selftests/x86/test_vsyscall: Improve the process_vm_readv() testAndy Lutomirski2020-09-031-2/+20
* selftests/x86: Consolidate and fix get/set_eflags() helpersAndy Lutomirski2020-07-011-13/+2
* selftests/x86: fix spelling mistake "FAILT" -> "FAIL"Colin Ian King2019-07-231-1/+1
* selftests/x86: Add a test for process_vm_readv() on the vsyscall pageAndy Lutomirski2019-06-281-0/+35
* selftests/x86/vsyscall: Verify that vsyscall=none blocks executionAndy Lutomirski2019-06-281-24/+52
* x86/vsyscall: Document odd SIGSEGV error code for vsyscallsAndy Lutomirski2019-06-281-1/+8
* x86/vsyscall/64: Drop "native" vsyscallsAndy Lutomirski2018-03-081-5/+6
* selftests/x86: Clean up and document sscanf() usageDominik Brodowski2018-02-131-3/+8
* selftests/x86: Add test_vsyscallAndy Lutomirski2018-01-131-0/+500