summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | selftests/ftrace: Add SPDX License Identifier to templateMasami Hiramatsu2018-10-241-0/+1
| * | | | | | | | selftests/ftrace: More initialize features in initialize_ftraceMasami Hiramatsu2018-10-241-0/+5
| * | | | | | | | selftests/ftrace: Add case number prefix to logfileMasami Hiramatsu2018-10-241-2/+2
| * | | | | | | | selftests/ftrace: Add --console hidden optionMasami Hiramatsu2018-10-241-1/+13
| * | | | | | | | selftests/ftrace: Add --stop-fail hidden option for debugMasami Hiramatsu2018-10-241-0/+13
* | | | | | | | | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-2828-1008/+497
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | radix tree: Remove multiorder supportMatthew Wilcox2018-10-211-1/+0
| * | | | | | | | radix tree test: Convert multiorder tests to XArrayMatthew Wilcox2018-10-211-56/+49
| * | | | | | | | radix tree tests: Convert item_delete_rcu to XArrayMatthew Wilcox2018-10-212-3/+3
| * | | | | | | | radix tree tests: Convert item_kill_tree to XArrayMatthew Wilcox2018-10-211-21/+9
| * | | | | | | | radix tree tests: Move item_insert_orderMatthew Wilcox2018-10-213-11/+22
| * | | | | | | | radix tree test suite: Remove multiorder benchmarkingMatthew Wilcox2018-10-211-29/+21
| * | | | | | | | radix tree test suite: Remove __item_insertMatthew Wilcox2018-10-212-7/+1
| * | | | | | | | xarray: Move multiorder_check to in-kernel testsMatthew Wilcox2018-10-211-48/+0
| * | | | | | | | xarray: Move multiorder_shrink to kernel testsMatthew Wilcox2018-10-211-173/+0
| * | | | | | | | xarray: Move multiorder account test in-kernelMatthew Wilcox2018-10-211-24/+0
| * | | | | | | | radix tree test suite: Convert iteration test to XArrayMatthew Wilcox2018-10-213-58/+63
| * | | | | | | | radix tree test suite: Convert tag_tagged_items to XArrayMatthew Wilcox2018-10-218-57/+46
| * | | | | | | | radix tree: Remove radix_tree_clear_tagsMatthew Wilcox2018-10-211-29/+0
| * | | | | | | | radix tree: Remove split/join codeMatthew Wilcox2018-10-212-338/+0
| * | | | | | | | radix tree: Remove radix_tree_update_node_tMatthew Wilcox2018-10-211-1/+1
| * | | | | | | | shmem: Convert find_swap_entry to XArrayMatthew Wilcox2018-10-213-84/+0
| * | | | | | | | radix tree test suite: Convert regression1 to XArrayMatthew Wilcox2018-10-211-39/+19
| * | | | | | | | page cache: Convert find_get_pages_contig to XArrayMatthew Wilcox2018-10-211-23/+0
| * | | | | | | | ida: Convert to XArrayMatthew Wilcox2018-10-211-5/+3
| * | | | | | | | xarray: Add XArray unconditional store operationsMatthew Wilcox2018-10-216-1/+42
| * | | | | | | | xarray: Add XArray marksMatthew Wilcox2018-10-214-11/+118
| * | | | | | | | xarray: Add XArray load operationMatthew Wilcox2018-10-218-2/+39
| * | | | | | | | xarray: Define struct xa_nodeMatthew Wilcox2018-10-211-15/+15
| * | | | | | | | xarray: Add definition of struct xarrayMatthew Wilcox2018-10-216-7/+19
| * | | | | | | | xarray: Change definition of sibling entriesMatthew Wilcox2018-09-292-1/+2
| * | | | | | | | xarray: Replace exceptional entriesMatthew Wilcox2018-09-294-29/+27
| * | | | | | | | idr: Permit any valid kernel pointer to be storedMatthew Wilcox2018-09-291-0/+63
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-10-266-65/+327
|\ \ \ \ \ \ \ \
| * | | | | | | | tools/testing/selftests/vm/map_fixed_noreplace.c: add test for MAP_FIXED_NORE...Michael Ellerman2018-10-263-0/+208
| * | | | | | | | tools/testing/selftests/vm/gup_benchmark.c: add MAP_HUGETLB optionKeith Busch2018-10-261-1/+4
| * | | | | | | | tools/testing/selftests/vm/gup_benchmark.c: add MAP_SHARED optionKeith Busch2018-10-261-3/+7
| * | | | | | | | tools/testing/selftests/vm/gup_benchmark.c: allow user specified fileKeith Busch2018-10-261-4/+13
| * | | | | | | | tools/testing/selftests/vm/gup_benchmark.c: fix 'write' flag usageKeith Busch2018-10-261-0/+1
| * | | | | | | | mm/gup_benchmark.c: add additional pinning methodsKeith Busch2018-10-261-2/+11
| * | | | | | | | mm/gup_benchmark.c: time put_page()Keith Busch2018-10-261-2/+4
| * | | | | | | | userfaultfd: selftest: recycle lock threads firstPeter Xu2018-10-261-5/+6
| * | | | | | | | userfaultfd: selftest: generalize read and pollPeter Xu2018-10-261-34/+43
| * | | | | | | | userfaultfd: selftest: cleanup help messagesPeter Xu2018-10-261-18/+28
| * | | | | | | | delayacct: track delays from thrashing cache pagesJohannes Weiner2018-10-261-1/+7
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-10-261-7/+7
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | net/ipv6: Allow onlink routes to have a device mismatch if it is the default ...David Ahern2018-10-241-7/+7
* | | | | | | | | Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-10-2615-25/+735
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Revert "selftests/powerpc: Fix out-of-tree build errors"Michael Ellerman2018-10-264-1/+6
| * | | | | | | | selftests/powerpc: Add a test of wild bctrMichael Ellerman2018-10-204-2/+161
OpenPOWER on IntegriCloud