index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
Age
Commit message (
Expand
)
Author
Lines
2016-06-24
selftests/vm/compaction_test: fix write to restore nr_hugepages
Mike Kravetz
-1
/
+1
2016-06-24
libnvdimm, pmem: allow nfit_test to override pmem_direct_access()
Dan Williams
-2
/
+48
2016-06-21
selftests/powerpc: Load Monitor Register Tests
Jack Miller
-1
/
+227
2016-06-20
ftracetest: Fix hist unsupported result in hist selftests
Steven Rostedt (Red Hat)
-15
/
+12
2016-06-17
tools/testing/nvdimm: add pfn device dependency
Dan Williams
-0
/
+1
2016-06-15
selftests/exec: Makefile is a run-time dependency, add it to the install list
Yannick Brosseau
-1
/
+2
2016-06-14
torture: Inflict default jitter
Paul E. McKenney
-1
/
+1
2016-06-14
rcutorture: Drop "-soundhw pcspkr" from x86 boot arguments
Paul E. McKenney
-1
/
+0
2016-06-14
rcutorture: Don't specify the cpu type of QEMU on PPC
Boqun Feng
-1
/
+1
2016-06-14
rcutorture: Make -soundhw a x86 specific option
Boqun Feng
-4
/
+5
2016-06-14
rcutorture: Use vmlinux as the fallback kernel image
Boqun Feng
-8
/
+7
2016-06-14
rcutorture/doc: Create initrd using dracut
Boqun Feng
-0
/
+22
2016-06-14
torture: Add starvation events to error summary
Paul E. McKenney
-1
/
+6
2016-06-14
torture: Forgive lengthy trace dumps and preemption
Paul E. McKenney
-2
/
+19
2016-06-14
seccomp: add tests for ptrace hole
Kees Cook
-11
/
+165
2016-06-14
x86/mpx, selftests: Add MPX self test
Dave Hansen
-1
/
+2230
2016-06-06
soreuseport: Fix reuseport_bpf testcase on 32bit architectures
Helge Deller
-5
/
+5
2016-06-02
kselftests: timers: Add set-tz test case
John Stultz
-1
/
+121
2016-05-25
Merge branch 'parisc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-1
/
+9
2016-05-23
Merge tag 'linux-kselftest-4.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-3
/
+80
2016-05-23
Merge tag 'trace-v4.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...
Linus Torvalds
-10
/
+5
2016-05-23
Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-22
/
+108
2016-05-23
ftracetest: Use proper logic to find process PID
Steven Rostedt (Red Hat)
-10
/
+5
2016-05-22
Merge tag 'trace-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...
Linus Torvalds
-0
/
+143
2016-05-22
selftests/thuge-gen: Use platform specific MAP_HUGETLB value
Helge Deller
-0
/
+2
2016-05-22
parisc: Add ARCH_TRACEHOOK and regset support
Helge Deller
-1
/
+7
2016-05-21
Merge branch 'for-4.7/dax' into libnvdimm-for-next
Dan Williams
-0
/
+11
2016-05-20
/dev/dax, pmem: direct access to persistent memory
Dan Williams
-0
/
+11
2016-05-20
radix-tree: tidy up next_chunk
Matthew Wilcox
-44
/
+55
2016-05-20
radix-tree: rename radix_tree_is_indirect_ptr()
Matthew Wilcox
-2
/
+2
2016-05-20
radix-tree: rename indirect_to_ptr() to entry_to_node()
Matthew Wilcox
-3
/
+2
2016-05-20
radix tree test suite: remove dependencies on height
Matthew Wilcox
-12
/
+25
2016-05-20
radix-tree: fix radix_tree_dump() for multi-order entries
Ross Zwisler
-0
/
+1
2016-05-20
radix-tree: fix radix_tree_range_tag_if_tagged() for multiorder entries
Matthew Wilcox
-1
/
+34
2016-05-20
radix-tree: add test for radix_tree_locate_item()
Ross Zwisler
-1
/
+15
2016-05-20
radix-tree: rewrite radix_tree_locate_item
Matthew Wilcox
-12
/
+18
2016-05-20
radix-tree: fix radix_tree_create for sibling entries
Matthew Wilcox
-0
/
+5
2016-05-20
radix-tree test suite: add multi-order tag test
Ross Zwisler
-0
/
+97
2016-05-20
radix tree test suite: multi-order iteration test
Ross Zwisler
-0
/
+92
2016-05-20
radix-tree: add support for multi-order iterating
Ross Zwisler
-4
/
+4
2016-05-20
radix-tree: fix multiorder BUG_ON in radix_tree_insert
Matthew Wilcox
-0
/
+12
2016-05-20
radix-tree: fix several shrinking bugs with multiorder entries
Matthew Wilcox
-0
/
+39
2016-05-20
radix tree test suite: start adding multiorder tests
Matthew Wilcox
-5
/
+76
2016-05-20
raxix-tree: introduce CONFIG_RADIX_TREE_MULTIORDER
Matthew Wilcox
-0
/
+1
2016-05-20
radix tree test suite: rebuild when headers change
Ross Zwisler
-1
/
+1
2016-05-20
radix tree test suite: keep regression test runs short
Ross Zwisler
-7
/
+15
2016-05-20
radix tree test suite: allow testing other fan-out values
Ross Zwisler
-7
/
+2
2016-05-20
radix tree test suite: add tests for radix_tree_locate_item()
Matthew Wilcox
-0
/
+44
2016-05-20
radix tree test suite: fix build
Matthew Wilcox
-8
/
+12
2016-05-20
Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
-30
/
+439
[prev]
[next]