aboutsummaryrefslogtreecommitdiffstats
path: root/samples (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-20radix-tree: remove a use of root->height from delete_nodeMatthew Wilcox1-6/+8
2016-05-20radix-tree: replace node->height with node->shiftMatthew Wilcox2-15/+17
2016-05-20radix-tree: split node->path into offset and heightMatthew Wilcox2-26/+19
2016-05-20radix-tree: miscellaneous fixesMatthew Wilcox1-34/+36
2016-05-20drivers/hwspinlock: use correct radix tree APIMatthew Wilcox1-1/+1
2016-05-20radix-tree: add copyright statementsMatthew Wilcox1-0/+2
2016-05-20radix-tree: fix radix_tree_dump() for multi-order entriesRoss Zwisler2-19/+30
2016-05-20radix-tree: fix radix_tree_range_tag_if_tagged() for multiorder entriesMatthew Wilcox3-44/+67
2016-05-20radix-tree: add test for radix_tree_locate_item()Ross Zwisler2-1/+15
2016-05-20radix-tree: rewrite radix_tree_locate_itemMatthew Wilcox2-56/+61
2016-05-20radix-tree: fix radix_tree_create for sibling entriesMatthew Wilcox2-2/+7
2016-05-20radix-tree test suite: add multi-order tag testRoss Zwisler1-0/+97
2016-05-20radix-tree: rewrite radix_tree_tag_getRoss Zwisler1-26/+18
2016-05-20radix-tree: rewrite radix_tree_tag_clearRoss Zwisler1-24/+20
2016-05-20radix-tree: rewrite radix_tree_tag_setRoss Zwisler1-20/+17
2016-05-20radix tree test suite: multi-order iteration testRoss Zwisler1-0/+92
2016-05-20radix-tree: add support for multi-order iteratingRoss Zwisler4-41/+102
2016-05-20radix-tree: fix multiorder BUG_ON in radix_tree_insertMatthew Wilcox2-4/+22
2016-05-20radix-tree: rewrite __radix_tree_lookupMatthew Wilcox1-32/+16
2016-05-20radix-tree: fix several shrinking bugs with multiorder entriesMatthew Wilcox2-11/+51
2016-05-20radix tree test suite: start adding multiorder testsMatthew Wilcox5-5/+76
2016-05-20radix-tree: fix extending the tree for multi-order entries at offset 0Matthew Wilcox1-11/+17
2016-05-20radix-tree: introduce radix_tree_load_root()Matthew Wilcox1-0/+23
2016-05-20radix-tree: remove restriction on multi-order entriesMatthew Wilcox1-2/+0
2016-05-20radix-tree: fix deleting a multi-order entry through an aliasMatthew Wilcox1-1/+1
2016-05-20radix-tree: fix sibling entry insertionMatthew Wilcox1-2/+2
2016-05-20radix-tree: add missing sibling entry functionalityMatthew Wilcox1-0/+40
2016-05-20raxix-tree: introduce CONFIG_RADIX_TREE_MULTIORDERMatthew Wilcox4-8/+23
2016-05-20radix-tree: remove unused looping macrosRoss Zwisler1-28/+0
2016-05-20radix tree test suite: rebuild when headers changeRoss Zwisler1-1/+1
2016-05-20radix tree test suite: keep regression test runs shortRoss Zwisler1-7/+15
2016-05-20radix tree test suite: allow testing other fan-out valuesRoss Zwisler3-10/+3
2016-05-20radix tree test suite: add tests for radix_tree_locate_item()Matthew Wilcox2-0/+44
2016-05-20radix tree test suite: fix buildMatthew Wilcox3-8/+12
2016-05-20radix-tree: introduce radix_tree_emptyMatthew Wilcox2-6/+6
2016-05-20drivers/platform/x86/wmi.c: use generic UUID libraryAndy Shevchenko1-91/+13
2016-05-20block/partitions/ldm.c: use generic UUID libraryAndy Shevchenko1-56/+4
2016-05-20include/linux/genhd.h: move to use generic UUID libraryAndy Shevchenko1-20/+3
2016-05-20fs/efivarfs/inode.c: use generic UUID libraryAndy Shevchenko1-37/+3
2016-05-20include/linux/efi.h: redefine type, constant, macro from generic codeAndy Shevchenko1-10/+4
2016-05-20kernel/sysctl_binary.c: use generic UUID libraryAndy Shevchenko1-16/+7
2016-05-20lib/uuid.c: remove FSF addressAndy Shevchenko3-14/+2
2016-05-20lib/uuid.c: introduce a few more generic helpersAndy Shevchenko3-5/+82
2016-05-20lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko9-26/+28
2016-05-20security/integrity/ima/ima_policy.c: use %pU to output UUID in printable formatAndy Shevchenko1-12/+2
2016-05-20lib/vsprintf: simplify UUID printingAndy Shevchenko1-8/+4
2016-05-20MAINTAINERS: remove Koichi YasutakeJiri Slaby1-1/+0
2016-05-20MAINTAINERS: remove defunct spear mailing listEric Engestrom1-4/+0
2016-05-20MAINTAINERS: remove linux@lists.openrisc.netJiri Slaby1-1/+0
2016-05-20printk/nmi: flush NMI messages on the system panicPetr Mladek6-3/+49