summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* radix-tree: fix radix_tree_range_tag_if_tagged() for multiorder entriesMatthew Wilcox2016-05-213-44/+67
* radix-tree: add test for radix_tree_locate_item()Ross Zwisler2016-05-212-1/+15
* radix-tree: rewrite radix_tree_locate_itemMatthew Wilcox2016-05-212-56/+61
* radix-tree: fix radix_tree_create for sibling entriesMatthew Wilcox2016-05-212-2/+7
* radix-tree test suite: add multi-order tag testRoss Zwisler2016-05-211-0/+97
* radix-tree: rewrite radix_tree_tag_getRoss Zwisler2016-05-211-26/+18
* radix-tree: rewrite radix_tree_tag_clearRoss Zwisler2016-05-211-24/+20
* radix-tree: rewrite radix_tree_tag_setRoss Zwisler2016-05-211-20/+17
* radix tree test suite: multi-order iteration testRoss Zwisler2016-05-211-0/+92
* radix-tree: add support for multi-order iteratingRoss Zwisler2016-05-214-41/+102
* radix-tree: fix multiorder BUG_ON in radix_tree_insertMatthew Wilcox2016-05-212-4/+22
* radix-tree: rewrite __radix_tree_lookupMatthew Wilcox2016-05-211-32/+16
* radix-tree: fix several shrinking bugs with multiorder entriesMatthew Wilcox2016-05-212-11/+51
* radix tree test suite: start adding multiorder testsMatthew Wilcox2016-05-215-5/+76
* radix-tree: fix extending the tree for multi-order entries at offset 0Matthew Wilcox2016-05-211-11/+17
* radix-tree: introduce radix_tree_load_root()Matthew Wilcox2016-05-211-0/+23
* radix-tree: remove restriction on multi-order entriesMatthew Wilcox2016-05-211-2/+0
* radix-tree: fix deleting a multi-order entry through an aliasMatthew Wilcox2016-05-211-1/+1
* radix-tree: fix sibling entry insertionMatthew Wilcox2016-05-211-2/+2
* radix-tree: add missing sibling entry functionalityMatthew Wilcox2016-05-211-0/+40
* raxix-tree: introduce CONFIG_RADIX_TREE_MULTIORDERMatthew Wilcox2016-05-214-8/+23
* radix-tree: remove unused looping macrosRoss Zwisler2016-05-211-28/+0
* radix tree test suite: rebuild when headers changeRoss Zwisler2016-05-211-1/+1
* radix tree test suite: keep regression test runs shortRoss Zwisler2016-05-211-7/+15
* radix tree test suite: allow testing other fan-out valuesRoss Zwisler2016-05-213-10/+3
* radix tree test suite: add tests for radix_tree_locate_item()Matthew Wilcox2016-05-212-0/+44
* radix tree test suite: fix buildMatthew Wilcox2016-05-213-8/+12
* radix-tree: introduce radix_tree_emptyMatthew Wilcox2016-05-212-6/+6
* drivers/platform/x86/wmi.c: use generic UUID libraryAndy Shevchenko2016-05-211-91/+13
* block/partitions/ldm.c: use generic UUID libraryAndy Shevchenko2016-05-211-56/+4
* include/linux/genhd.h: move to use generic UUID libraryAndy Shevchenko2016-05-211-20/+3
* fs/efivarfs/inode.c: use generic UUID libraryAndy Shevchenko2016-05-211-37/+3
* include/linux/efi.h: redefine type, constant, macro from generic codeAndy Shevchenko2016-05-211-10/+4
* kernel/sysctl_binary.c: use generic UUID libraryAndy Shevchenko2016-05-211-16/+7
* lib/uuid.c: remove FSF addressAndy Shevchenko2016-05-213-14/+2
* lib/uuid.c: introduce a few more generic helpersAndy Shevchenko2016-05-213-5/+82
* lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko2016-05-219-26/+28
* security/integrity/ima/ima_policy.c: use %pU to output UUID in printable formatAndy Shevchenko2016-05-211-12/+2
* lib/vsprintf: simplify UUID printingAndy Shevchenko2016-05-211-8/+4
* MAINTAINERS: remove Koichi YasutakeJiri Slaby2016-05-211-1/+0
* MAINTAINERS: remove defunct spear mailing listEric Engestrom2016-05-211-4/+0
* MAINTAINERS: remove linux@lists.openrisc.netJiri Slaby2016-05-211-1/+0
* printk/nmi: flush NMI messages on the system panicPetr Mladek2016-05-216-3/+49
* printk/nmi: increase the size of NMI buffer and make it configurablePetr Mladek2016-05-212-1/+24
* printk/nmi: warn when some message has been lost in NMI contextPetr Mladek2016-05-213-1/+25
* printk/nmi: generic solution for safe printk in NMIPetr Mladek2016-05-2124-107/+306
* include/linux/syscalls.h: use pid_t instead of intRené Nyffenegger2016-05-211-4/+4
* fork: free thread in copy_process on failureJiri Slaby2016-05-211-1/+3
* exit_thread: accept a task parameter to be exitedJiri Slaby2016-05-2117-47/+42
* exit_thread: remove empty bodiesJiri Slaby2016-05-2136-140/+24