Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | selftests/ftrace: Add ringbuffer size changing testcase | Masami Hiramatsu | 2018-10-24 | 1 | -0/+22 | |
| * | | | | | | | | selftests/ftrace: Add trace_printk sample module test | Masami Hiramatsu | 2018-10-24 | 1 | -0/+27 | |
| * | | | | | | | | selftests/ftrace: Add kprobe-event with symbol argument test | Masami Hiramatsu | 2018-10-24 | 2 | -0/+40 | |
| * | | | | | | | | selftests/ftrace: Add kprobe profile testcase | Masami Hiramatsu | 2018-10-24 | 1 | -0/+15 | |
| * | | | | | | | | selftests/ftrace: Add kprobe event with $comm argument testcase | Masami Hiramatsu | 2018-10-24 | 1 | -0/+17 | |
| * | | | | | | | | selftests/ftrace: Check set_event_pid result | Masami Hiramatsu | 2018-10-24 | 1 | -0/+1 | |
| * | | | | | | | | selftests/ftrace: Test kprobe-event argument with various bitsize | Masami Hiramatsu | 2018-10-24 | 1 | -16/+32 | |
| * | | | | | | | | selftests/ftrace: Improve kretprobe testcase to check log data | Masami Hiramatsu | 2018-10-24 | 1 | -1/+6 | |
| * | | | | | | | | selftests/ftrace: Improve kprobe testcase to check log data | Masami Hiramatsu | 2018-10-24 | 1 | -1/+5 | |
| * | | | | | | | | selftests/ftrace: Improve kprobe on module testcase to load/unload module | Masami Hiramatsu | 2018-10-24 | 2 | -3/+36 | |
| * | | | | | | | | selftests/ftrace: Use loopback address instead of localhost | Masami Hiramatsu | 2018-10-24 | 11 | -25/+14 | |
| * | | | | | | | | selftests/ftrace: Fix checkbashisms errors | Masami Hiramatsu | 2018-10-24 | 1 | -2/+2 | |
| * | | | | | | | | selftests/ftrace: Fix to test kprobe $comm arg only if available | Masami Hiramatsu | 2018-10-24 | 1 | -0/+3 | |
| * | | | | | | | | selftests/ftrace: Remove unneeded per-test init/cleanup ftrace | Masami Hiramatsu | 2018-10-24 | 44 | -378/+1 | |
| * | | | | | | | | selftests/ftrace: Cleanup ftrace after running test | Masami Hiramatsu | 2018-10-24 | 1 | -0/+1 | |
| * | | | | | | | | selftests/ftrace: Add SPDX License Identifier to template | Masami Hiramatsu | 2018-10-24 | 1 | -0/+1 | |
| * | | | | | | | | selftests/ftrace: More initialize features in initialize_ftrace | Masami Hiramatsu | 2018-10-24 | 1 | -0/+5 | |
| * | | | | | | | | selftests/ftrace: Add case number prefix to logfile | Masami Hiramatsu | 2018-10-24 | 1 | -2/+2 | |
| * | | | | | | | | selftests/ftrace: Add --console hidden option | Masami Hiramatsu | 2018-10-24 | 1 | -1/+13 | |
| * | | | | | | | | selftests/ftrace: Add --stop-fail hidden option for debug | Masami Hiramatsu | 2018-10-24 | 1 | -0/+13 | |
* | | | | | | | | | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 2018-10-28 | 22 | -997/+375 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
| * | | | | | | | | radix tree: Remove multiorder support | Matthew Wilcox | 2018-10-21 | 1 | -1/+0 | |
| * | | | | | | | | radix tree test: Convert multiorder tests to XArray | Matthew Wilcox | 2018-10-21 | 1 | -56/+49 | |
| * | | | | | | | | radix tree tests: Convert item_delete_rcu to XArray | Matthew Wilcox | 2018-10-21 | 2 | -3/+3 | |
| * | | | | | | | | radix tree tests: Convert item_kill_tree to XArray | Matthew Wilcox | 2018-10-21 | 1 | -21/+9 | |
| * | | | | | | | | radix tree tests: Move item_insert_order | Matthew Wilcox | 2018-10-21 | 3 | -11/+22 | |
| * | | | | | | | | radix tree test suite: Remove multiorder benchmarking | Matthew Wilcox | 2018-10-21 | 1 | -29/+21 | |
| * | | | | | | | | radix tree test suite: Remove __item_insert | Matthew Wilcox | 2018-10-21 | 2 | -7/+1 | |
| * | | | | | | | | xarray: Move multiorder_check to in-kernel tests | Matthew Wilcox | 2018-10-21 | 1 | -48/+0 | |
| * | | | | | | | | xarray: Move multiorder_shrink to kernel tests | Matthew Wilcox | 2018-10-21 | 1 | -173/+0 | |
| * | | | | | | | | xarray: Move multiorder account test in-kernel | Matthew Wilcox | 2018-10-21 | 1 | -24/+0 | |
| * | | | | | | | | radix tree test suite: Convert iteration test to XArray | Matthew Wilcox | 2018-10-21 | 3 | -58/+63 | |
| * | | | | | | | | radix tree test suite: Convert tag_tagged_items to XArray | Matthew Wilcox | 2018-10-21 | 8 | -57/+46 | |
| * | | | | | | | | radix tree: Remove radix_tree_clear_tags | Matthew Wilcox | 2018-10-21 | 1 | -29/+0 | |
| * | | | | | | | | radix tree: Remove split/join code | Matthew Wilcox | 2018-10-21 | 2 | -338/+0 | |
| * | | | | | | | | radix tree: Remove radix_tree_update_node_t | Matthew Wilcox | 2018-10-21 | 1 | -1/+1 | |
| * | | | | | | | | shmem: Convert find_swap_entry to XArray | Matthew Wilcox | 2018-10-21 | 3 | -84/+0 | |
| * | | | | | | | | radix tree test suite: Convert regression1 to XArray | Matthew Wilcox | 2018-10-21 | 1 | -39/+19 | |
| * | | | | | | | | page cache: Convert find_get_pages_contig to XArray | Matthew Wilcox | 2018-10-21 | 1 | -23/+0 | |
| * | | | | | | | | ida: Convert to XArray | Matthew Wilcox | 2018-10-21 | 1 | -5/+3 | |
| * | | | | | | | | xarray: Add XArray unconditional store operations | Matthew Wilcox | 2018-10-21 | 4 | -1/+39 | |
| * | | | | | | | | xarray: Add XArray load operation | Matthew Wilcox | 2018-10-21 | 7 | -2/+38 | |
| * | | | | | | | | xarray: Define struct xa_node | Matthew Wilcox | 2018-10-21 | 1 | -15/+15 | |
| * | | | | | | | | xarray: Add definition of struct xarray | Matthew Wilcox | 2018-10-21 | 6 | -7/+19 | |
| * | | | | | | | | xarray: Change definition of sibling entries | Matthew Wilcox | 2018-09-29 | 2 | -1/+2 | |
| * | | | | | | | | xarray: Replace exceptional entries | Matthew Wilcox | 2018-09-29 | 4 | -29/+27 | |
| * | | | | | | | | idr: Permit any valid kernel pointer to be stored | Matthew Wilcox | 2018-09-29 | 1 | -0/+63 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2018-10-26 | 5 | -64/+320 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | tools/testing/selftests/vm/map_fixed_noreplace.c: add test for MAP_FIXED_NORE... | Michael Ellerman | 2018-10-26 | 3 | -0/+208 | |
| * | | | | | | | | tools/testing/selftests/vm/gup_benchmark.c: add MAP_HUGETLB option | Keith Busch | 2018-10-26 | 1 | -1/+4 |