Age | Commit message (Expand) | Author | Files | Lines |
2016-12-08 | selftests: add missing gitignore files/dirs | Shuah Khan | 3 | -0/+4 |
2016-12-08 | selftests: add missing set-tz to timers .gitignore | Shuah Khan | 1 | -0/+1 |
2016-12-06 | tools/testing/nvdimm: unit test acpi_nfit_ctl() | Dan Williams | 4 | -6/+262 |
2016-12-06 | bpf: add additional verifier tests for BPF_PROG_TYPE_LWT_* | Thomas Graf | 1 | -0/+134 |
2016-12-05 | bpf: Preserve const register type on const OR alu ops | Gianluca Borello | 2 | -0/+61 |
2016-12-01 | selftest: sync: stress test for merges | Emilio López | 4 | -0/+120 |
2016-12-01 | selftest: sync: stress consumer/producer test | Emilio López | 4 | -0/+190 |
2016-12-01 | selftest: sync: stress test for parallelism | Emilio López | 4 | -0/+116 |
2016-12-01 | selftest: sync: wait tests for sw_sync framework | Emilio López | 4 | -0/+96 |
2016-12-01 | selftest: sync: merge tests for sw_sync framework | Emilio López | 4 | -0/+65 |
2016-12-01 | selftest: sync: fence tests for sw_sync framework | Emilio López | 4 | -0/+140 |
2016-12-01 | selftest: sync: basic tests for sw_sync framework | Emilio López | 9 | -0/+519 |
2016-11-30 | bpf: add test for the verifier equal logic bug | Josef Bacik | 1 | -0/+23 |
2016-11-29 | selftests/timers: Fix spelling mistake "Asyncrhonous" -> "Asynchronous" | Colin Ian King | 1 | -1/+1 |
2016-11-27 | bpf: fix multiple issues in selftest suite and samples | Daniel Borkmann | 4 | -6/+49 |
2016-11-22 | selftests: ftrace: Add a testcase for types of kprobe event | Masami Hiramatsu | 1 | -0/+37 |
2016-11-22 | selftests: ftrace: Add a testcase for function filter glob match | Masami Hiramatsu | 1 | -0/+49 |
2016-11-22 | selftests: ftrace: Introduce TMPDIR for temporary files | Masami Hiramatsu | 1 | -0/+2 |
2016-11-22 | selftests: ftrace: Hide ftracetest logs from git | Masami Hiramatsu | 1 | -0/+1 |
2016-11-22 | selftests: ftrace: Fix trigger-mod to run without syscall trace | Masami Hiramatsu | 1 | -1/+1 |
2016-11-22 | selftests: ftrace: Check whether snapshot trigger is supported correctly | Masami Hiramatsu | 1 | -0/+5 |
2016-11-22 | selftests: ftrace: Add --quiet option not to show error logs on screen | Masami Hiramatsu | 1 | -1/+7 |
2016-11-22 | selftests: ftrace: Initialize ftrace before each test | Masami Hiramatsu | 2 | -1/+29 |
2016-11-18 | selftests: arm64: add test for unaligned/inexact watchpoint handling | Pratyush Anand | 2 | -1/+240 |
2016-11-17 | selftests/x86: Add test_vdso to test getcpu() | Andy Lutomirski | 2 | -1/+124 |
2016-11-17 | selftests/powerpc: Add ptrace tests for TM SPR registers | Anshuman Khandual | 4 | -1/+205 |
2016-11-17 | selftests/powerpc: Add ptrace tests for VSX, VMX registers in suspended TM | Anshuman Khandual | 3 | -1/+188 |
2016-11-17 | selftests/powerpc: Add ptrace tests for VSX, VMX registers in TM | Anshuman Khandual | 3 | -1/+170 |
2016-11-17 | selftests/powerpc: Add ptrace tests for VSX, VMX registers | Anshuman Khandual | 6 | -1/+630 |
2016-11-17 | selftests/powerpc: Add ptrace tests for TAR, PPR, DSCR in suspended TM | Anshuman Khandual | 3 | -1/+176 |
2016-11-17 | selftests/powerpc: Add ptrace tests for TAR, PPR, DSCR in TM | Anshuman Khandual | 3 | -2/+163 |
2016-11-17 | selftests/powerpc: Add ptrace tests for TAR, PPR, DSCR registers | Anshuman Khandual | 5 | -2/+370 |
2016-11-17 | selftests/powerpc: Add ptrace tests for GPR/FPR registers in suspended TM | Anshuman Khandual | 3 | -2/+172 |
2016-11-17 | selftests/powerpc: Add ptrace tests for GPR/FPR registers in TM | Anshuman Khandual | 3 | -3/+162 |
2016-11-17 | selftests/powerpc: Add ptrace tests for GPR/FPR registers | Anshuman Khandual | 8 | -1/+781 |
2016-11-17 | selftests/powerpc: Move shared headers into new include dir | Simon Guo | 19 | -34/+37 |
2016-11-17 | selftests/powerpc: Add more SPR numbers, TM & VMX instructions to 'reg.h'/'in... | Anshuman Khandual | 2 | -9/+36 |
2016-11-15 | bpf: Add tests for the LRU bpf_htab | Martin KaFai Lau | 2 | -3/+586 |
2016-11-14 | torture: Prevent jitter from delaying build-only runs | Paul E. McKenney | 1 | -0/+5 |
2016-11-14 | torture: Remove obsolete files from rcutorture .gitignore | Paul E. McKenney | 1 | -2/+0 |
2016-11-14 | selftests/powerpc: Return false instead of -1 in require_paranoia_below() | Peter Senna Tschudin | 1 | -3/+3 |
2016-11-14 | selftests/powerpc: Revert Load Monitor Register Tests | Michael Neuling | 6 | -227/+1 |
2016-11-14 | powerpc: Add support for relative exception tables | Nicholas Piggin | 1 | -4/+8 |
2016-11-14 | powerpc: EX_TABLE macro for exception tables | Nicholas Piggin | 5 | -0/+3 |
2016-11-14 | selftests/powerpc: Fail load_unaligned_zeropad on miscompare | Michael Ellerman | 1 | -1/+3 |
2016-11-14 | selftests/powerpc: Abort load_unaligned_zeropad on unhandled SEGV | Michael Ellerman | 1 | -4/+1 |
2016-11-14 | selftests/powerpc: Add Anton's null_syscall benchmark to the selftests | Anton Blanchard | 3 | -2/+160 |
2016-10-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 37 | -5/+3006 |
2016-10-24 | docs: fix locations of several documents that got moved | Mauro Carvalho Chehab | 1 | -1/+1 |
2016-10-22 | reuseport, bpf: add test case for bpf_get_numa_node_id | Daniel Borkmann | 3 | -4/+263 |