index
:
mirrors/kernel.org/tip.git
WIP.core/stacktrace
WIP.fixes
WIP.irq
WIP.locking/core
WIP.sched/core
WIP.vdso
WIP.x86/alternatives
WIP.x86/boot
WIP.x86/core
WIP.x86/cpu
WIP.x86/debug
WIP.x86/fpu
WIP.x86/hpet
WIP.x86/ipi
WIP.x86/paravirt
WIP.x86/pti
WIP.x86/stackguards
WIP.x86/timers
WIP.x86/vdso
atomic/core
auto-latest
core-core-for-linus
core-debugobjects-for-linus
core-headers-for-linus
core-mm-for-linus
core-objtool-for-linus
core-rcu-for-linus
core-rseq-for-linus
core-speculation-for-linus
core-stacktrace-for-linus
core-urgent-for-linus
core/core
core/debug
core/debugobjects
core/headers
core/mm
core/objtool
core/printk
core/rcu
core/rseq
core/rslib
core/speculation
core/stacktrace
core/urgent
efi-core-for-linus
efi-urgent-for-linus
efi/core
efi/irqchip
efi/urgent
for-vfs
for-vfs-merged
irq-core-for-linus
irq-urgent-for-linus
irq/core
irq/for-block
irq/urgent
locking-core-for-linus
locking-urgent-for-linus
locking/atomics
locking/core
locking/urgent
master
perf-core-for-linus
perf-urgent-for-linus
perf/core
perf/urgent
ras-core-for-linus
ras-urgent-for-linus
ras/core
ras/urgent
sched-core-for-linus
sched-urgent-for-linus
sched-wait-for-linus
sched/core
sched/urgent
sched/wait
smp-hotplug-for-linus
smp-urgent-for-linus
smp/hotplug
smp/urgent
timers-2038-for-linus
timers-core-for-linus
timers-urgent-for-linus
timers/2038
timers/core
timers/nohz
timers/urgent
timers/vdso
tip
tmp.tmp
x86-alternatives-for-linus
x86-amd-nb-for-linus
x86-apic-for-linus
x86-asm-for-linus
x86-boot-for-linus
x86-build-for-linus
x86-cache-for-linus
x86-cleanups-for-linus
x86-cpu-for-linus
x86-dax-for-linus
x86-debug-for-linus
x86-dma-for-linus
x86-entry-for-linus
x86-fpu-for-linus
x86-grub2-for-linus
x86-hyperv-for-linus
x86-irq-for-linus
x86-kdump-for-linus
x86-microcode-for-linus
x86-mm-for-linus
x86-paravirt-for-linus
x86-platform-for-linus
x86-pti-for-linus
x86-pti-urgent-for-linus
x86-timers-for-linus
x86-topology-for-linus
x86-urgent-for-linus
x86-uv-for-linus
x86-vdso-for-linus
x86/alternatives
x86/amd-nb
x86/apic
x86/asm
x86/boot
x86/build
x86/cache
x86/cleanups
x86/core
x86/cpu
x86/dax
x86/debug
x86/dma
x86/early-printk
x86/entry
x86/fpu
x86/grub2
x86/hyperv
x86/irq
x86/kaslr
x86/kdump
x86/microcode
x86/mm
x86/mpx
x86/olpc
x86/paravirt
x86/platform
x86/pti
x86/pti-urgent
x86/timers
x86/topology
x86/urgent
x86/uv
x86/vdso
Unnamed repository; edit this file 'description' to name the repository.
git mirror robot
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
radix-tree
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'linus'
Ingo Molnar
2019-06-30
1
-0
/
+46
|
\
|
*
Merge tag 'xarray-5.2-rc6' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
2019-06-29
1
-0
/
+46
|
|
\
|
|
*
idr: Fix idr_get_next race with idr_remove
Matthew Wilcox (Oracle)
2019-06-02
1
-0
/
+46
*
|
|
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
core/rcu
Ingo Molnar
2019-06-28
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
rcu: Don't return a value from rcu_assign_pointer()
Andrea Parri
2019-06-13
1
-1
/
+1
|
|
/
*
/
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288
Thomas Gleixner
2019-06-05
4
-36
/
+4
|
/
*
radix tree: Don't return retry entries from lookup
Matthew Wilcox
2018-12-06
4
-0
/
+82
*
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
*
test_ida: check_ida_destroy and check_ida_alloc
Matthew Wilcox
2018-08-21
1
-66
/
+4
*
test_ida: Convert check_ida_conv to new API
Matthew Wilcox
2018-08-21
1
-46
/
+10
*
test_ida: Move ida_check_max
Matthew Wilcox
2018-08-21
1
-28
/
+0
*
test_ida: Move ida_check_leaf
Matthew Wilcox
2018-08-21
1
-27
/
+0
*
idr-test: Convert ida_check_nomem to new API
Matthew Wilcox
2018-08-21
1
-6
/
+7
*
ida: Start new test_ida module
Matthew Wilcox
2018-08-21
4
-7
/
+22
*
radix tree test suite: Enable ubsan
Matthew Wilcox
2018-08-21
2
-11
/
+14
*
radix tree test suite: Fix compilation
Matthew Wilcox
2018-08-21
1
-0
/
+2
*
idr: fix invalid ptr dereference on item delete
Matthew Wilcox
2018-05-25
1
-0
/
+7
*
radix tree test suite: multi-order iteration race
Ross Zwisler
2018-05-18
2
-0
/
+64
*
radix tree test suite: add item_delete_rcu()
Ross Zwisler
2018-05-18
2
-0
/
+21
*
radix tree test suite: fix mapshift build target
Ross Zwisler
2018-05-18
1
-4
/
+2
*
radix tree: use GFP_ZONEMASK bits of gfp_t for flags
Matthew Wilcox
2018-04-11
1
-0
/
+1
*
idr: Fix handling of IDs above INT_MAX
Matthew Wilcox
2018-02-26
1
-0
/
+52
*
radix tree test suite: Fix build
Matthew Wilcox
2018-02-25
4
-2
/
+16
*
idr: Make 1-based IDRs more efficient
Matthew Wilcox
2018-02-06
1
-2
/
+5
*
idr: Remove idr_alloc_ext
Matthew Wilcox
2018-02-06
1
-0
/
+17
[next]