arm64: KVM: Clean up a condition
[cascardo/linux.git] / lib /
2016-05-24 Linus TorvaldsMerge tag 'linux-kselftest-4.7-rc1' of git://git./linux...
2016-05-24 Linus TorvaldsMerge tag 'trace-v4.7-3' of git://git./linux/kernel...
2016-05-24 Linus TorvaldsMerge git://git./linux/kernel/git/cmetcalf/linux-tile
2016-05-24 Linus TorvaldsMerge branch 'for-4.7-dw' of git://git./linux/kernel...
2016-05-24 Linus TorvaldsMerge branch 'for-4.7-zac' of git://git./linux/kernel...
2016-05-24 Jiri Slabykgdb: depends on VT
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./linux/kerne...
2016-05-23 James MorrisMerge tag 'keys-next-20160511' of git://git./linux...
2016-05-23 Mark BrownMerge remote-tracking branch 'spi/topic/zynqmp' into...
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 Mark BrownMerge remote-tracking branches 'spi/topic/bcm53xx'...
2016-05-23 Mark BrownMerge remote-tracking branch 'spi/topic/core' into...
2016-05-23 Linus TorvaldsMerge tag 'trace-v4.7-2' of git://git./linux/kernel...
2016-05-23 Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2016-05-23 Linus TorvaldsMerge git://git./linux/kernel/git/davem/sparc
2016-05-22 Linus TorvaldsMerge tag 'for-f2fs-4.7' of git://git./linux/kernel...
2016-05-21 Linus TorvaldsMerge branch 'for-linus-4.7' of git://git./linux/kernel...
2016-05-21 Linus TorvaldsMerge tag 'rtc-4.7' of git://git./linux/kernel/git...
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 Linus TorvaldsMerge tag 'staging-4.7-rc1' of git://git./linux/kernel...
2016-05-21 Linus TorvaldsMerge tag 'driver-core-4.7-rc1' of git://git./linux...
2016-05-21 Linus TorvaldsMerge tag 'char-misc-4.7-rc1' of git://git./linux/kerne...
2016-05-21 Linus TorvaldsMerge tag 'usb-4.7-rc1' of git://git./linux/kernel...
2016-05-21 Linus TorvaldsMerge tag 'tty-4.7-rc1' of git://git./linux/kernel...
2016-05-21 Linus TorvaldsMerge tag 'clk-for-linus' of git://git./linux/kernel...
2016-05-21 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2016-05-21 Linus TorvaldsMerge branch 'for-next' of git://git.samba.org/sfrench...
2016-05-21 Zhaoxiu Zenglib/GCD.c: use binary GCD algorithm instead of Euclidean
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-21 Andy Shevchenkolib/uuid.c: remove FSF address
2016-05-21 Andy Shevchenkolib/uuid.c: introduce a few more generic helpers
2016-05-21 Andy Shevchenkolib/uuid.c: move generate_random_uuid() to uuid.c
2016-05-21 Andy Shevchenkolib/vsprintf: simplify UUID printing
2016-05-21 Petr Mladekprintk/nmi: generic solution for safe printk in NMI
2016-05-21 Andrey Ryabininkasan/tests: add tests for user memory access functions
2016-05-21 Andrey Ryabininx86/kasan: instrument user memory access API
2016-05-21 Alexander Potapenkomm, kasan: add a ksize() test
2016-05-20 David S. MillerMerge tag 'wireless-drivers-next-for-davem-2016-05...
2016-05-20 Linus TorvaldsMerge tag 'gfs2-4.7.fixes' of git://git./linux/kernel...
2016-05-20 Linus TorvaldsMerge tag 'devicetree-for-4.7' of git://git./linux...
2016-05-20 Linus TorvaldsMerge tag 'for-linus' of git://git./linux/kernel/git...
2016-05-20 Linus TorvaldsMerge tag 'for-v4.7' of git://git./linux/kernel/git...
2016-05-20 Arnd BergmannMerge tag 'pxa-for-4.7' of https://github.com/rjarzmik...
2016-05-20 Linus TorvaldsMerge tag 'mfd-for-linus-4.7' of git://git./linux/kerne...
2016-05-20 Linus TorvaldsMerge tag 'hsi-for-4.7' of git://git./linux/kernel...
2016-05-20 Linus TorvaldsMerge tag 'fbdev-4.7' of git://git./linux/kernel/git...
2016-05-20 Ingo MolnarMerge tag 'perf-core-for-mingo-20160520' of git://git...
2016-05-20 Linus TorvaldsMerge branch 'linus' of git://git./linux/kernel/git...
2016-05-20 Linus TorvaldsMerge tag 'powerpc-4.7-1' of git://git./linux/kernel...
2016-05-20 Linus TorvaldsMerge branch 'for-linus' of git://git.armlinux.org...
2016-05-20 Ingo MolnarMerge branch 'linus' into x86/urgent, to refresh the...
2016-05-20 Ingo MolnarMerge tag 'perf-core-for-mingo-20160516' of git://git...
2016-05-20 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2016-05-20 Andrew Mortoninclude/linux/nodemask.h: create next_node_in() helper
2016-05-20 Du, Changbindebugobjects: insulate non-fixup logic related to stati...
2016-05-20 Du, Changbinpercpu_counter: update debugobjects fixup callbacks...
2016-05-20 Du, Changbindebugobjects: correct the usage of fixup call results
2016-05-20 Du, Changbindebugobjects: make fixup functions return bool instead...
2016-05-20 Linus TorvaldsMerge tag 'please-pull-misc-4.7' of git://git./linux...
2016-05-20 Linus TorvaldsMerge tag 'docs-for-linus' of git://git.lwn.net/linux
2016-05-20 Linus TorvaldsMerge branch 'i2c/for-4.7' of git://git./linux/kernel...
2016-05-20 Linus TorvaldsMerge tag 'md/4.7-rc1' of git://git./linux/kernel/git...
2016-05-20 Linus TorvaldsMerge tag 'iommu-updates-v4.7' of git://git./linux...
next