summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* radix-tree: split node->path into offset and heightMatthew Wilcox2016-05-202-26/+19
* radix-tree: miscellaneous fixesMatthew Wilcox2016-05-201-34/+36
* drivers/hwspinlock: use correct radix tree APIMatthew Wilcox2016-05-201-1/+1
* radix-tree: add copyright statementsMatthew Wilcox2016-05-201-0/+2
* radix-tree: fix radix_tree_dump() for multi-order entriesRoss Zwisler2016-05-202-19/+30
* radix-tree: fix radix_tree_range_tag_if_tagged() for multiorder entriesMatthew Wilcox2016-05-203-44/+67
* radix-tree: add test for radix_tree_locate_item()Ross Zwisler2016-05-202-1/+15
* radix-tree: rewrite radix_tree_locate_itemMatthew Wilcox2016-05-202-56/+61
* radix-tree: fix radix_tree_create for sibling entriesMatthew Wilcox2016-05-202-2/+7
* radix-tree test suite: add multi-order tag testRoss Zwisler2016-05-201-0/+97
* radix-tree: rewrite radix_tree_tag_getRoss Zwisler2016-05-201-26/+18
* radix-tree: rewrite radix_tree_tag_clearRoss Zwisler2016-05-201-24/+20
* radix-tree: rewrite radix_tree_tag_setRoss Zwisler2016-05-201-20/+17
* radix tree test suite: multi-order iteration testRoss Zwisler2016-05-201-0/+92
* radix-tree: add support for multi-order iteratingRoss Zwisler2016-05-204-41/+102
* radix-tree: fix multiorder BUG_ON in radix_tree_insertMatthew Wilcox2016-05-202-4/+22
* radix-tree: rewrite __radix_tree_lookupMatthew Wilcox2016-05-201-32/+16
* radix-tree: fix several shrinking bugs with multiorder entriesMatthew Wilcox2016-05-202-11/+51
* radix tree test suite: start adding multiorder testsMatthew Wilcox2016-05-205-5/+76
* radix-tree: fix extending the tree for multi-order entries at offset 0Matthew Wilcox2016-05-201-11/+17
* radix-tree: introduce radix_tree_load_root()Matthew Wilcox2016-05-201-0/+23
* radix-tree: remove restriction on multi-order entriesMatthew Wilcox2016-05-201-2/+0
* radix-tree: fix deleting a multi-order entry through an aliasMatthew Wilcox2016-05-201-1/+1
* radix-tree: fix sibling entry insertionMatthew Wilcox2016-05-201-2/+2
* radix-tree: add missing sibling entry functionalityMatthew Wilcox2016-05-201-0/+40
* raxix-tree: introduce CONFIG_RADIX_TREE_MULTIORDERMatthew Wilcox2016-05-204-8/+23
* radix-tree: remove unused looping macrosRoss Zwisler2016-05-201-28/+0
* radix tree test suite: rebuild when headers changeRoss Zwisler2016-05-201-1/+1
* radix tree test suite: keep regression test runs shortRoss Zwisler2016-05-201-7/+15
* radix tree test suite: allow testing other fan-out valuesRoss Zwisler2016-05-203-10/+3
* radix tree test suite: add tests for radix_tree_locate_item()Matthew Wilcox2016-05-202-0/+44
* radix tree test suite: fix buildMatthew Wilcox2016-05-203-8/+12
* radix-tree: introduce radix_tree_emptyMatthew Wilcox2016-05-202-6/+6
* drivers/platform/x86/wmi.c: use generic UUID libraryAndy Shevchenko2016-05-201-91/+13
* block/partitions/ldm.c: use generic UUID libraryAndy Shevchenko2016-05-201-56/+4
* include/linux/genhd.h: move to use generic UUID libraryAndy Shevchenko2016-05-201-20/+3
* fs/efivarfs/inode.c: use generic UUID libraryAndy Shevchenko2016-05-201-37/+3
* include/linux/efi.h: redefine type, constant, macro from generic codeAndy Shevchenko2016-05-201-10/+4
* kernel/sysctl_binary.c: use generic UUID libraryAndy Shevchenko2016-05-201-16/+7
* lib/uuid.c: remove FSF addressAndy Shevchenko2016-05-203-14/+2
* lib/uuid.c: introduce a few more generic helpersAndy Shevchenko2016-05-203-5/+82
* lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko2016-05-209-26/+28
* security/integrity/ima/ima_policy.c: use %pU to output UUID in printable formatAndy Shevchenko2016-05-201-12/+2
* lib/vsprintf: simplify UUID printingAndy Shevchenko2016-05-201-8/+4
* MAINTAINERS: remove Koichi YasutakeJiri Slaby2016-05-201-1/+0
* MAINTAINERS: remove defunct spear mailing listEric Engestrom2016-05-201-4/+0
* MAINTAINERS: remove linux@lists.openrisc.netJiri Slaby2016-05-201-1/+0
* printk/nmi: flush NMI messages on the system panicPetr Mladek2016-05-206-3/+49
* printk/nmi: increase the size of NMI buffer and make it configurablePetr Mladek2016-05-202-1/+24
* printk/nmi: warn when some message has been lost in NMI contextPetr Mladek2016-05-203-1/+25