]> git.karo-electronics.de Git - karo-tx-linux.git/history - lib/radix-tree.c
Merge tag 'mmc-v4.7-rc1' of git://git.linaro.org/people/ulf.hansson/mmc
[karo-tx-linux.git] / lib / radix-tree.c
2016-05-26 Linus TorvaldsMerge tag 'mmc-v4.7-rc1' of git://git.linaro.org/people...
2016-05-26 Linus TorvaldsMerge branch 'next' of git://git.kernel.org/pub/scm...
2016-05-26 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git.kernel...
2016-05-26 Linus TorvaldsMerge branch 'sched-urgent-for-linus' of git://git...
2016-05-26 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git.kerne...
2016-05-25 Linus TorvaldsMerge branch 'core-urgent-for-linus' of git://git.kerne...
2016-05-25 Linus TorvaldsMerge branch 'work.iov_iter' of git://git.kernel.org...
2016-05-25 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2016-05-25 Linus TorvaldsMerge tag 'acpi-4.7-rc1-more' of git://git.kernel.org...
2016-05-25 Linus TorvaldsMerge tag 'pm-4.7-rc1-more' of git://git.kernel.org...
2016-05-25 Linus TorvaldsMerge tag 'pwm/for-4.7-rc1' of git://git.kernel.org...
2016-05-25 Linus TorvaldsMerge git://www.linux-watchdog.org/linux-watchdog
2016-05-25 Linus TorvaldsMerge tag 'vfio-v4.7-rc1' of git://github.com/awilliam...
2016-05-24 Linus TorvaldsMerge tag 'armsoc-fixes' of git://git.kernel.org/pub...
2016-05-24 Linus TorvaldsMerge tag 'armsoc-late' of git://git.kernel.org/pub...
2016-05-24 Linus TorvaldsMerge tag 'asm-generic-4.7' of git://git.kernel.org...
2016-05-24 Linus TorvaldsMerge tag 'nfsd-4.7' of git://linux-nfs.org/~bfields...
2016-05-24 Linus TorvaldsMerge tag 'ext4_for_linus' of git://git.kernel.org...
2016-05-24 Linus TorvaldsMerge tag 'spi-v4.7' of git://git.kernel.org/pub/scm...
2016-05-24 Linus TorvaldsMerge tag 'for-linus-20160523' of git://git.infradead...
2016-05-24 Linus TorvaldsMerge tag 'for-linus-4.7-rc0-tag' of git://git.kernel...
2016-05-24 Linus TorvaldsMerge tag 'for_linus' of git://git.kernel.org/pub/scm...
2016-05-24 Linus TorvaldsMerge tag 'nios2-v4.7' of git://git.kernel.org/pub...
2016-05-24 Linus TorvaldsMerge tag 'microblaze-4.7-rc1' of git://git.monstr...
2016-05-24 Linus TorvaldsMerge tag 'linux-kselftest-4.7-rc1' of git://git.kernel...
2016-05-24 Linus TorvaldsMerge tag 'trace-v4.7-3' of git://git.kernel.org/pub...
2016-05-24 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2016-05-24 Linus TorvaldsMerge branch 'for-4.7-dw' of git://git.kernel.org/pub...
2016-05-24 Linus TorvaldsMerge branch 'for-4.7-zac' of git://git.kernel.org...
2016-05-23 Linus TorvaldsMerge branch 'drm-next' of git://people.freedesktop...
2016-05-23 Linus TorvaldsMerge tag 'libnvdimm-for-4.7' of git://git.kernel.org...
2016-05-23 James MorrisMerge tag 'keys-next-20160511' of git://git.kernel...
2016-05-23 Mark BrownMerge remote-tracking branches 'spi/topic/pxa2xx',...
2016-05-23 Mark BrownMerge remote-tracking branches 'spi/topic/octeon',...
2016-05-23 Mark BrownMerge remote-tracking branches 'spi/topic/dw', 'spi...
2016-05-23 Linus TorvaldsMerge tag 'trace-v4.7-2' of git://git.kernel.org/pub...
2016-05-23 Linus TorvaldsMerge branch 'for-next' of git://git.kernel.org/pub...
2016-05-23 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2016-05-22 Linus TorvaldsMerge tag 'for-f2fs-4.7' of git://git.kernel.org/pub...
2016-05-21 Linus TorvaldsMerge branch 'for-linus-4.7' of git://git.kernel.org...
2016-05-21 Linus TorvaldsMerge tag 'rtc-4.7' of git://git.kernel.org/pub/scm...
2016-05-21 Linus TorvaldsMerge branch 'mailbox-for-next' of git://git.linaro...
2016-05-21 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2016-05-21 Matthew Wilcoxradix-tree: make radix_tree_descend() more useful
2016-05-21 Matthew Wilcoxradix-tree: introduce radix_tree_replace_clear_tags()
2016-05-21 Matthew Wilcoxradix-tree: tidy up __radix_tree_create()
2016-05-21 Matthew Wilcoxradix-tree: tidy up range_tag_if_tagged
2016-05-21 Matthew Wilcoxradix-tree: tidy up next_chunk
2016-05-21 Matthew Wilcoxradix-tree: change naming conventions in radix_tree_shrink
2016-05-21 Matthew Wilcoxradix-tree: rename radix_tree_is_indirect_ptr()
2016-05-21 Matthew Wilcoxradix-tree: rename indirect_to_ptr() to entry_to_node()
2016-05-21 Matthew Wilcoxradix-tree: rename ptr_to_indirect() to node_to_entry()
2016-05-21 Matthew Wilcoxradix-tree: rename INDIRECT_PTR to INTERNAL_NODE
2016-05-21 Matthew Wilcoxradix-tree: remove root->height
2016-05-21 Matthew Wilcoxradix-tree: remove a use of root->height from delete_node
2016-05-21 Matthew Wilcoxradix-tree: replace node->height with node->shift
2016-05-21 Matthew Wilcoxradix-tree: split node->path into offset and height
2016-05-21 Matthew Wilcoxradix-tree: miscellaneous fixes
2016-05-21 Matthew Wilcoxradix-tree: add copyright statements
2016-05-21 Ross Zwislerradix-tree: fix radix_tree_dump() for multi-order entries
2016-05-21 Matthew Wilcoxradix-tree: fix radix_tree_range_tag_if_tagged() for...
2016-05-21 Matthew Wilcoxradix-tree: rewrite radix_tree_locate_item
2016-05-21 Matthew Wilcoxradix-tree: fix radix_tree_create for sibling entries
2016-05-21 Ross Zwislerradix-tree: rewrite radix_tree_tag_get
2016-05-21 Ross Zwislerradix-tree: rewrite radix_tree_tag_clear
2016-05-21 Ross Zwislerradix-tree: rewrite radix_tree_tag_set
2016-05-21 Ross Zwislerradix-tree: add support for multi-order iterating
2016-05-21 Matthew Wilcoxradix-tree: fix multiorder BUG_ON in radix_tree_insert
2016-05-21 Matthew Wilcoxradix-tree: rewrite __radix_tree_lookup
2016-05-21 Matthew Wilcoxradix-tree: fix several shrinking bugs with multiorder...
2016-05-21 Matthew Wilcoxradix-tree: fix extending the tree for multi-order...
2016-05-21 Matthew Wilcoxradix-tree: introduce radix_tree_load_root()
2016-05-21 Matthew Wilcoxradix-tree: remove restriction on multi-order entries
2016-05-21 Matthew Wilcoxradix-tree: fix deleting a multi-order entry through...
2016-05-21 Matthew Wilcoxradix-tree: fix sibling entry insertion
2016-05-21 Matthew Wilcoxradix-tree: add missing sibling entry functionality
2016-05-21 Matthew Wilcoxraxix-tree: introduce CONFIG_RADIX_TREE_MULTIORDER
2016-05-20 Linus TorvaldsMerge tag 'gfs2-4.7.fixes' of git://git.kernel.org...
2016-05-19 Linus TorvaldsMerge branch 'stable-4.7' of git://git.infradead.org...
2016-05-19 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2016-05-18 Linus TorvaldsMerge branch 'stable/for-linus-4.7' of git://git.kernel...
2016-05-18 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2016-05-17 Jiri KosinaMerge branch 'for-4.7/upstream' into for-linus
2016-05-17 Jiri KosinaMerge branches 'for-4.6/upstream-fixes', 'for-4.7/asus...
2016-05-16 Linus TorvaldsMerge tag 'metag-for-v4.7' of git://git.kernel.org...
2016-05-13 Linus TorvaldsMerge branch 'for-4.6-fixes' of git://git.kernel.org...
2016-05-13 Mark BrownMerge remote-tracking branch 'asoc/topic/rt5645' into...
2016-05-13 Mark BrownMerge remote-tracking branches 'regulator/topic/can...
2016-05-13 Mark BrownMerge remote-tracking branches 'regulator/topic/abb...
2016-05-13 Mark BrownMerge remote-tracking branch 'regulator/topic/core...
2016-05-13 Mark BrownMerge remote-tracking branches 'regulator/fix/constrain...
2016-05-13 Mark BrownMerge remote-tracking branch 'regulator/fix/core' into...
2016-05-13 Mark BrownMerge remote-tracking branches 'regulator/fix/axp20x...
2016-05-13 Mark BrownMerge remote-tracking branches 'regmap/topic/doc' and...
2016-05-13 Mark BrownMerge remote-tracking branches 'regmap/fix/be', 'regmap...
2016-05-12 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2016-05-06 Rafael J. WysockiMerge cpufreq fixes going into v4.6.
2016-05-06 Rafael J. WysockiMerge branches 'pm-opp-fixes', 'pm-cpufreq-fixes' and...
2016-05-04 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2016-05-04 David S. MillerMerge branch 'master' of git://git.kernel.org/pub/scm...
next