Age | Commit message (Expand) | Author | Files | Lines |
2016-11-15 | bpf: Add tests for the LRU bpf_htab | Martin KaFai Lau | 2 | -3/+586 |
2016-10-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 37 | -5/+3006 |
2016-10-22 | reuseport, bpf: add test case for bpf_get_numa_node_id | Daniel Borkmann | 3 | -4/+263 |
2016-10-19 | bpf: Detect identical PTR_TO_MAP_VALUE_OR_NULL registers | Thomas Graf | 1 | -0/+72 |
2016-10-18 | bpf: add initial suite for selftests | Daniel Borkmann | 8 | -1/+3458 |
2016-10-14 | Merge tag 'linux-kselftest-4.9-rc1-update' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 32 | -5/+2997 |
2016-10-14 | Merge tag 'powerpc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 5 | -0/+9 |
2016-10-11 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 6 | -3/+185 |
2016-10-11 | treewide: remove redundant #include <linux/kconfig.h> | Masahiro Yamada | 1 | -1/+0 |
2016-10-11 | radix-tree tests: properly initialize mutex | Ross Zwisler | 1 | -1/+1 |
2016-10-11 | radix-tree tests: add iteration test | Ross Zwisler | 4 | -1/+184 |
2016-10-11 | Merge tag 'libnvdimm-for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 4 | -48/+276 |
2016-10-11 | selftests/futex: Check ANSI terminal color support | SeongJae Park | 2 | -2/+2 |
2016-10-10 | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 3 | -1/+1631 |
2016-10-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 5 | -62/+361 |
2016-10-07 | Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 23 | -157/+1426 |
2016-10-07 | selftests: expanding more mlock selftest | Simon Guo | 3 | -78/+295 |
2016-10-07 | selftest: move seek_to_smaps_entry() out of mlock2-tests.c | Simon Guo | 2 | -42/+42 |
2016-10-07 | selftests/vm: add test for mlock() when areas are intersected | Simon Guo | 3 | -0/+81 |
2016-10-07 | selftest: split mlock2_ funcs into separate mlock2.h | Simon Guo | 2 | -20/+21 |
2016-10-07 | Merge branch 'for-4.9/libnvdimm' into libnvdimm-for-next | Dan Williams | 4 | -48/+276 |
2016-10-07 | tools/testing/nvdimm: support for sub-dividing a pmem region | Dan Williams | 3 | -43/+124 |
2016-10-06 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 4 | -0/+182 |
2016-10-06 | selftests/powerpc: Fix build break caused by EXPORT_SYMBOL changes | Michael Ellerman | 2 | -0/+2 |
2016-10-06 | selftests/powerpc: Add missing binaries to .gitignores | Michael Ellerman | 3 | -0/+7 |
2016-10-04 | selftests/powerpc: Add checks for transactional VSXs in signal contexts | Cyril Bur | 2 | -1/+126 |
2016-10-04 | selftests/powerpc: Add checks for transactional VMXs in signal contexts | Cyril Bur | 2 | -1/+112 |
2016-10-04 | selftests/powerpc: Add checks for transactional FPUs in signal contexts | Cyril Bur | 2 | -1/+93 |
2016-10-04 | selftests/powerpc: Add checks for transactional GPRs in signal contexts | Cyril Bur | 3 | -1/+210 |
2016-10-04 | selftests/powerpc: Check that signals always get delivered | Cyril Bur | 5 | -0/+285 |
2016-10-04 | selftests/powerpc: Add TM tcheck helpers in C | Cyril Bur | 1 | -0/+27 |
2016-10-04 | selftests/powerpc: Allow tests to extend their kill timeout | Cyril Bur | 2 | -3/+8 |
2016-10-04 | selftests/powerpc: Introduce GPR asm helper header file | Cyril Bur | 1 | -0/+96 |
2016-10-04 | selftests/powerpc: Move VMX stack frame macros to header file | Cyril Bur | 2 | -84/+97 |
2016-10-04 | selftests/powerpc: Rework FPU stack placement macros and move to header file | Cyril Bur | 2 | -68/+85 |
2016-10-04 | selftests/powerpc: Check for VSX preservation across userspace preemption | Cyril Bur | 4 | -1/+283 |
2016-10-03 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -13/+0 |
2016-10-03 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -10/+10 |
2016-09-30 | Merge branch 'x86/urgent' into x86/asm | Thomas Gleixner | 2 | -5/+13 |
2016-09-29 | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+2 |
2016-09-25 | radix tree test suite: Test radix_tree_replace_slot() for multiorder entries | Matthew Wilcox | 2 | -5/+13 |
2016-09-23 | selftests/powerpc: Compile selftests against headers without AT_HWCAP2 | Cyril Bur | 1 | -0/+7 |
2016-09-22 | tools/testing: add a test to check nsfs ioctl-s | Andrey Vagin | 4 | -0/+182 |
2016-09-21 | tools/testing/nvdimm: test get_config_size DSM failures | Dan Williams | 1 | -2/+77 |
2016-09-20 | selftests: Move networking/timestamping from Documentation | Shuah Khan | 5 | -0/+1222 |
2016-09-20 | selftests: move watchdog tests from Documentation/watchdog | Shuah Khan | 3 | -0/+114 |
2016-09-20 | selftests: move ia64 tests from Documentation/ia64 | Shuah Khan | 3 | -0/+272 |
2016-09-20 | selftests: move vDSO tests from Documentation/vDSO | Shuah Khan | 5 | -0/+471 |
2016-09-20 | selftests: move ptp tests from Documentation/ptp | Shuah Khan | 4 | -0/+565 |
2016-09-20 | selftests: move prctl tests from Documentation/prctl | Shuah Khan | 5 | -0/+306 |