Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | selftests: add missing gitignore files/dirs | Shuah Khan | 2016-12-08 | 3 | -0/+4 | |
| * | | | | | | | | selftests: add missing set-tz to timers .gitignore | Shuah Khan | 2016-12-08 | 1 | -0/+1 | |
| * | | | | | | | | selftest: sync: stress test for merges | Emilio López | 2016-12-02 | 4 | -0/+120 | |
| * | | | | | | | | selftest: sync: stress consumer/producer test | Emilio López | 2016-12-02 | 4 | -0/+190 | |
| * | | | | | | | | selftest: sync: stress test for parallelism | Emilio López | 2016-12-02 | 4 | -0/+116 | |
| * | | | | | | | | selftest: sync: wait tests for sw_sync framework | Emilio López | 2016-12-02 | 4 | -0/+96 | |
| * | | | | | | | | selftest: sync: merge tests for sw_sync framework | Emilio López | 2016-12-02 | 4 | -0/+65 | |
| * | | | | | | | | selftest: sync: fence tests for sw_sync framework | Emilio López | 2016-12-02 | 4 | -0/+140 | |
| * | | | | | | | | selftest: sync: basic tests for sw_sync framework | Emilio López | 2016-12-02 | 9 | -0/+519 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 2016-12-15 | 7 | -7/+131 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | selftests: ftrace: Shift down default message verbosity | Masami Hiramatsu | 2016-12-13 | 1 | -11/+7 | |
| * | | | | | | | | selftests: ftrace: Add a testcase for types of kprobe event | Masami Hiramatsu | 2016-11-22 | 1 | -0/+37 | |
| * | | | | | | | | selftests: ftrace: Add a testcase for function filter glob match | Masami Hiramatsu | 2016-11-22 | 1 | -0/+49 | |
| * | | | | | | | | selftests: ftrace: Introduce TMPDIR for temporary files | Masami Hiramatsu | 2016-11-22 | 1 | -0/+2 | |
| * | | | | | | | | selftests: ftrace: Hide ftracetest logs from git | Masami Hiramatsu | 2016-11-22 | 1 | -0/+1 | |
| * | | | | | | | | selftests: ftrace: Fix trigger-mod to run without syscall trace | Masami Hiramatsu | 2016-11-22 | 1 | -1/+1 | |
| * | | | | | | | | selftests: ftrace: Check whether snapshot trigger is supported correctly | Masami Hiramatsu | 2016-11-22 | 1 | -0/+5 | |
| * | | | | | | | | selftests: ftrace: Add --quiet option not to show error logs on screen | Masami Hiramatsu | 2016-11-22 | 1 | -1/+7 | |
| * | | | | | | | | selftests: ftrace: Initialize ftrace before each test | Masami Hiramatsu | 2016-11-22 | 2 | -1/+29 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | redo: radix tree test suite: fix compilation | Matthew Wilcox | 2016-12-15 | 2 | -29/+1 | |
| |_|/ / / / / |/| | | | | | | ||||||
* | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-12-15 | 24 | -302/+842 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | radix tree test suite: delete unused rcupdate.c | Matthew Wilcox | 2016-12-15 | 1 | -86/+0 | |
| * | | | | | | | radix tree test suite: add new tag check | Matthew Wilcox | 2016-12-15 | 1 | -0/+3 | |
| * | | | | | | | radix-tree: ensure counts are initialised | Matthew Wilcox | 2016-12-15 | 1 | -4/+41 | |
| * | | | | | | | radix tree test suite: cache recently freed objects | Matthew Wilcox | 2016-12-15 | 2 | -12/+41 | |
| * | | | | | | | radix tree test suite: add some more functionality | Matthew Wilcox | 2016-12-15 | 3 | -0/+21 | |
| * | | | | | | | radix tree test suite: check multiorder iteration | Matthew Wilcox | 2016-12-15 | 4 | -35/+73 | |
| * | | | | | | | radix-tree: fix replacement for multiorder entries | Matthew Wilcox | 2016-12-15 | 1 | -12/+75 | |
| * | | | | | | | radix-tree: add radix_tree_split_preload() | Matthew Wilcox | 2016-12-15 | 2 | -2/+45 | |
| * | | | | | | | radix-tree: add radix_tree_split | Matthew Wilcox | 2016-12-15 | 1 | -0/+64 | |
| * | | | | | | | radix-tree: add radix_tree_join | Matthew Wilcox | 2016-12-15 | 1 | -0/+58 | |
| * | | | | | | | radix-tree: delete radix_tree_range_tag_if_tagged() | Matthew Wilcox | 2016-12-15 | 6 | -19/+50 | |
| * | | | | | | | radix-tree: delete radix_tree_locate_item() | Matthew Wilcox | 2016-12-15 | 3 | -4/+28 | |
| * | | | | | | | radix-tree: improve multiorder iterators | Matthew Wilcox | 2016-12-15 | 4 | -19/+30 | |
| * | | | | | | | radix tree test suite: use common find-bit code | Matthew Wilcox | 2016-12-15 | 5 | -80/+48 | |
| * | | | | | | | tools: add more bitmap functions | Matthew Wilcox | 2016-12-15 | 1 | -0/+26 | |
| * | | | | | | | radix tree test suite: record order in each item | Matthew Wilcox | 2016-12-15 | 3 | -14/+23 | |
| * | | | | | | | radix tree test suite: handle exceptional entries | Matthew Wilcox | 2016-12-15 | 1 | -0/+7 | |
| * | | | | | | | radix tree test suite: use rcu_barrier | Matthew Wilcox | 2016-12-15 | 2 | -2/+15 | |
| * | | | | | | | radix tree test suite: benchmark for iterator | Konstantin Khlebnikov | 2016-12-15 | 5 | -1/+110 | |
| * | | | | | | | radix tree test suite: iteration test misuses RCU | Matthew Wilcox | 2016-12-15 | 1 | -2/+26 | |
| * | | | | | | | radix tree test suite: make runs more reproducible | Matthew Wilcox | 2016-12-15 | 2 | -6/+14 | |
| * | | | | | | | radix tree test suite: free preallocated nodes | Matthew Wilcox | 2016-12-15 | 2 | -0/+4 | |
| * | | | | | | | radix tree test suite: track preempt_count | Matthew Wilcox | 2016-12-15 | 3 | -13/+24 | |
| * | | | | | | | radix tree test suite: allow GFP_ATOMIC allocations to fail | Matthew Wilcox | 2016-12-15 | 3 | -9/+25 | |
| * | | | | | | | tools: add WARN_ON_ONCE | Matthew Wilcox | 2016-12-15 | 4 | -4/+13 | |
| * | | | | | | | ktest.pl: fix english | Pavel Machek | 2016-12-15 | 1 | -4/+4 | |
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2016-12-14 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | treewide: Fix printk() message errors | Masanari Iida | 2016-12-14 | 1 | -1/+1 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2016-12-14 | 3 | -1/+244 | |
|\ \ \ \ \ \ \ |