index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
radix-tree
/
linux
Commit message (
Expand
)
Author
Age
Files
Lines
*
rcu: Don't return a value from rcu_assign_pointer()
Andrea Parri
2019-06-13
1
-1
/
+1
*
xarray: Add XArray unconditional store operations
Matthew Wilcox
2018-10-21
2
-0
/
+15
*
xarray: Add XArray load operation
Matthew Wilcox
2018-10-21
2
-0
/
+3
*
xarray: Add definition of struct xarray
Matthew Wilcox
2018-10-21
2
-0
/
+2
*
xarray: Replace exceptional entries
Matthew Wilcox
2018-09-29
1
-1
/
+0
*
radix tree test suite: Fix compilation
Matthew Wilcox
2018-08-21
1
-0
/
+2
*
radix tree: use GFP_ZONEMASK bits of gfp_t for flags
Matthew Wilcox
2018-04-11
1
-0
/
+1
*
radix tree test suite: Fix build
Matthew Wilcox
2018-02-25
3
-0
/
+7
*
radix tree test suite: Remove ARRAY_SIZE
Matthew Wilcox
2018-02-06
1
-2
/
+0
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
7
-0
/
+7
*
radix tree test suite: Add config option for map shift
Rehas Sachdeva
2017-02-13
2
-6
/
+2
*
radix tree test suite: Dial down verbosity with -v
Rehas Sachdeva
2017-02-13
1
-0
/
+6
*
radix tree test suite: Introduce kmalloc_verbose
Matthew Wilcox
2017-02-13
1
-0
/
+17
*
ida: Move ida_bitmap to a percpu variable
Matthew Wilcox
2017-02-13
2
-3
/
+4
*
Reimplement IDR and IDA using the radix tree
Matthew Wilcox
2017-02-13
3
-3
/
+7
*
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
2
-23
/
+2
*
radix tree test suite: Remove mempool
Matthew Wilcox
2017-02-13
1
-16
/
+0
*
tools: Provide a definition of WARN_ON
Matthew Wilcox
2017-01-27
1
-1
/
+0
*
radix tree test suite: Remove duplicate bitops code
Matthew Wilcox
2017-01-27
11
-500
/
+4
*
redo: radix tree test suite: fix compilation
Matthew Wilcox
2016-12-15
2
-29
/
+1
*
radix tree test suite: cache recently freed objects
Matthew Wilcox
2016-12-14
1
-5
/
+0
*
radix tree test suite: add some more functionality
Matthew Wilcox
2016-12-14
2
-0
/
+6
*
radix tree test suite: use common find-bit code
Matthew Wilcox
2016-12-14
3
-22
/
+42
*
radix tree test suite: benchmark for iterator
Konstantin Khlebnikov
2016-12-14
1
-0
/
+4
*
radix tree test suite: track preempt_count
Matthew Wilcox
2016-12-14
1
-3
/
+3
*
radix tree test suite: allow GFP_ATOMIC allocations to fail
Matthew Wilcox
2016-12-14
2
-8
/
+19
*
tools: add WARN_ON_ONCE
Matthew Wilcox
2016-12-14
2
-3
/
+1
*
Revert "radix tree test suite: fix compilation"
Linus Torvalds
2016-12-09
2
-1
/
+29
*
radix tree test suite: fix compilation
Matthew Wilcox
2016-12-07
2
-29
/
+1
*
cpu/hotplug: Remove CPU_STARTING and CPU_DYING notifier
Thomas Gleixner
2016-09-06
1
-13
/
+0
*
tools/testing/radix-tree/linux/gfp.h: fix bitrotted value
Valdis Kletnieks
2016-08-02
1
-1
/
+1
*
radix-tree: add test for radix_tree_locate_item()
Ross Zwisler
2016-05-20
1
-0
/
+1
*
radix-tree: add support for multi-order iterating
Ross Zwisler
2016-05-20
1
-4
/
+1
*
raxix-tree: introduce CONFIG_RADIX_TREE_MULTIORDER
Matthew Wilcox
2016-05-20
1
-0
/
+1
*
radix tree test suite: allow testing other fan-out values
Ross Zwisler
2016-05-20
1
-0
/
+2
*
radix tree test suite: add tests for radix_tree_locate_item()
Matthew Wilcox
2016-05-20
1
-0
/
+3
*
radix tree test suite: fix build
Matthew Wilcox
2016-05-20
3
-8
/
+12
*
radix-tree tests: add regression3 test
Konstantin Khlebnikov
2016-03-17
1
-0
/
+1
*
radix tree test harness
Matthew Wilcox
2016-03-17
24
-0
/
+672