| Commit message (Expand) | Author | Age | Files | Lines |
* | radix tree test suite: Enable address sanitizer | Matthew Wilcox | 2017-02-14 | 1 | -1/+1 |
* | radix-tree: Chain preallocated nodes through ->parent | Matthew Wilcox | 2017-02-14 | 1 | -3/+3 |
* | radix tree test suite: Dial down verbosity with -v | Rehas Sachdeva | 2017-02-14 | 10 | -58/+77 |
* | radix tree test suite: Introduce kmalloc_verbose | Matthew Wilcox | 2017-02-14 | 2 | -0/+26 |
* | radix tree test suite: Build separate binaries for some tests | Matthew Wilcox | 2017-02-14 | 4 | -7/+33 |
* | ida: Use exceptional entries for small IDAs | Matthew Wilcox | 2017-02-14 | 1 | -1/+92 |
* | ida: Move ida_bitmap to a percpu variable | Matthew Wilcox | 2017-02-14 | 2 | -3/+4 |
* | Reimplement IDR and IDA using the radix tree | Matthew Wilcox | 2017-02-14 | 8 | -6/+365 |
* | radix tree test suite: Remove obsolete CONFIG | Matthew Wilcox | 2017-02-13 | 1 | -2/+0 |
* | radix tree test suite: Use vpath to find lib files | Matthew Wilcox | 2017-02-13 | 1 | -3/+2 |
* | radix tree test suite: Reduce kernel.h | Matthew Wilcox | 2017-02-13 | 3 | -39/+12 |
* | radix tree test suite: Remove export.h | Matthew Wilcox | 2017-02-13 | 1 | -2/+0 |
* | radix tree test suite: Remove types.h | Matthew Wilcox | 2017-02-13 | 3 | -23/+3 |
* | radix tree test suite: Remove mempool | Matthew Wilcox | 2017-02-13 | 2 | -38/+0 |
* | radix tree test suite: Depend on tools/include/asm files | Matthew Wilcox | 2017-02-13 | 1 | -0/+1 |
* | tools: Provide a definition of WARN_ON | Matthew Wilcox | 2017-01-28 | 1 | -1/+0 |
* | radix tree test suite: Remove duplicate bitops code | Matthew Wilcox | 2017-01-28 | 11 | -500/+4 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2017-01-27 | 1 | -26/+27 |
|\ |
|
| * | bpf: Fix test_lru_sanity5() in test_lru_map.c | Martin KaFai Lau | 2017-01-17 | 1 | -26/+27 |
* | | selftest/powerpc: Wrong PMC initialized in pmc56_overflow test | Madhavan Srinivasan | 2017-01-18 | 1 | -1/+1 |
|/ |
|
* | selftests: x86/pkeys: fix spelling mistake: "itertation" -> "iteration" | Colin King | 2017-01-05 | 1 | -1/+1 |
* | selftests: do not require bash to run netsocktests testcase | Rolf Eike Beer | 2017-01-05 | 1 | -1/+1 |
* | selftests: do not require bash to run bpf tests | Rolf Eike Beer | 2017-01-05 | 1 | -1/+1 |
* | selftests: do not require bash for the generated test | Rolf Eike Beer | 2017-01-05 | 1 | -1/+1 |
* | Merge tag 'libnvdimm-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2016-12-19 | 1 | -7/+23 |
|\ |
|
| * | Merge branch 'for-4.10/libnvdimm' into libnvdimm-for-next | Dan Williams | 2016-12-18 | 1 | -7/+23 |
| |\ |
|
| | * | tools/testing/nvdimm: dynamic label support | Dan Williams | 2016-10-19 | 1 | -7/+23 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2016-12-18 | 1 | -1/+29 |
|\ \ \ |
|
| * | | | bpf, test_verifier: fix a test case error result on unprivileged | Daniel Borkmann | 2016-12-17 | 1 | -1/+1 |
| * | | | bpf: fix regression on verifier pruning wrt map lookups | Daniel Borkmann | 2016-12-17 | 1 | -0/+28 |
* | | | | Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2016-12-16 | 53 | -337/+3307 |
|\ \ \ \ |
|
| * | | | | selftests/powerpc: Add ptrace tests for TM SPR registers | Anshuman Khandual | 2016-11-17 | 4 | -1/+205 |
| * | | | | selftests/powerpc: Add ptrace tests for VSX, VMX registers in suspended TM | Anshuman Khandual | 2016-11-17 | 3 | -1/+188 |
| * | | | | selftests/powerpc: Add ptrace tests for VSX, VMX registers in TM | Anshuman Khandual | 2016-11-17 | 3 | -1/+170 |
| * | | | | selftests/powerpc: Add ptrace tests for VSX, VMX registers | Anshuman Khandual | 2016-11-17 | 6 | -1/+630 |
| * | | | | selftests/powerpc: Add ptrace tests for TAR, PPR, DSCR in suspended TM | Anshuman Khandual | 2016-11-17 | 3 | -1/+176 |
| * | | | | selftests/powerpc: Add ptrace tests for TAR, PPR, DSCR in TM | Anshuman Khandual | 2016-11-17 | 3 | -2/+163 |
| * | | | | selftests/powerpc: Add ptrace tests for TAR, PPR, DSCR registers | Anshuman Khandual | 2016-11-17 | 5 | -2/+370 |
| * | | | | selftests/powerpc: Add ptrace tests for GPR/FPR registers in suspended TM | Anshuman Khandual | 2016-11-17 | 3 | -2/+172 |
| * | | | | selftests/powerpc: Add ptrace tests for GPR/FPR registers in TM | Anshuman Khandual | 2016-11-17 | 3 | -3/+162 |
| * | | | | selftests/powerpc: Add ptrace tests for GPR/FPR registers | Anshuman Khandual | 2016-11-17 | 8 | -1/+781 |
| * | | | | selftests/powerpc: Move shared headers into new include dir | Simon Guo | 2016-11-17 | 19 | -34/+37 |
| * | | | | selftests/powerpc: Add more SPR numbers, TM & VMX instructions to 'reg.h'/'in... | Anshuman Khandual | 2016-11-17 | 2 | -9/+36 |
| * | | | | selftests/powerpc: Return false instead of -1 in require_paranoia_below() | Peter Senna Tschudin | 2016-11-14 | 1 | -3/+3 |
| * | | | | selftests/powerpc: Revert Load Monitor Register Tests | Michael Neuling | 2016-11-14 | 6 | -227/+1 |
| * | | | | powerpc: Add support for relative exception tables | Nicholas Piggin | 2016-11-14 | 1 | -4/+8 |
| * | | | | powerpc: EX_TABLE macro for exception tables | Nicholas Piggin | 2016-11-14 | 5 | -0/+3 |
| * | | | | selftests/powerpc: Fail load_unaligned_zeropad on miscompare | Michael Ellerman | 2016-11-14 | 1 | -1/+3 |
| * | | | | selftests/powerpc: Abort load_unaligned_zeropad on unhandled SEGV | Michael Ellerman | 2016-11-14 | 1 | -4/+1 |
| * | | | | selftests/powerpc: Add Anton's null_syscall benchmark to the selftests | Anton Blanchard | 2016-11-14 | 3 | -2/+160 |
| | |_|/
| |/| | |
|