summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-20printk/nmi: increase the size of NMI buffer and make it configurablePetr Mladek2-1/+24
2016-05-20printk/nmi: warn when some message has been lost in NMI contextPetr Mladek3-1/+25
2016-05-20printk/nmi: generic solution for safe printk in NMIPetr Mladek24-107/+306
2016-05-20include/linux/syscalls.h: use pid_t instead of intRené Nyffenegger1-4/+4
2016-05-20fork: free thread in copy_process on failureJiri Slaby1-1/+3
2016-05-20exit_thread: accept a task parameter to be exitedJiri Slaby17-47/+42
2016-05-20exit_thread: remove empty bodiesJiri Slaby36-140/+24
2016-05-20mn10300: let exit_fpu accept a taskJiri Slaby2-5/+3
2016-05-20procfs: fix pthread cross-thread naming if !PR_DUMPABLEJanis Danisevskis1-1/+41
2016-05-20procfs: expose umask in /proc/<PID>/statusRichard W.M. Jones2-1/+20
2016-05-20zram: introduce per-device debug_stat sysfs nodeSergey Senozhatsky4-0/+32
2016-05-20zram: remove max_comp_streams internalsSergey Senozhatsky4-59/+19
2016-05-20mm/zsmalloc: don't fail if can't create debugfs infoDan Streetman1-11/+7
2016-05-20mm/zswap: use workqueue to destroy poolDan Streetman1-4/+8
2016-05-20zram: user per-cpu compression streamsSergey Senozhatsky3-231/+116
2016-05-20zsmalloc: require GFP in zs_malloc()Sergey Senozhatsky3-15/+17
2016-05-20zsmalloc: remove unused pool param in obj_freeMinchan Kim1-4/+3
2016-05-20zsmalloc: reorder function parametersMinchan Kim1-24/+26
2016-05-20zsmalloc: clean up many BUG_ONMinchan Kim1-27/+15