summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-21radix-tree: introduce radix_tree_load_root()Matthew Wilcox
2016-05-21radix-tree: remove restriction on multi-order entriesMatthew Wilcox
2016-05-21radix-tree: fix deleting a multi-order entry through an aliasMatthew Wilcox
2016-05-21radix-tree: fix sibling entry insertionMatthew Wilcox
2016-05-21radix-tree: add missing sibling entry functionalityMatthew Wilcox
2016-05-21raxix-tree: introduce CONFIG_RADIX_TREE_MULTIORDERMatthew Wilcox
2016-05-21radix-tree: remove unused looping macrosRoss Zwisler
2016-05-21radix tree test suite: rebuild when headers changeRoss Zwisler
2016-05-21radix tree test suite: keep regression test runs shortRoss Zwisler
2016-05-21radix tree test suite: allow testing other fan-out valuesRoss Zwisler
2016-05-21radix tree test suite: add tests for radix_tree_locate_item()Matthew Wilcox
2016-05-21radix tree test suite: fix buildMatthew Wilcox
2016-05-21radix-tree: introduce radix_tree_emptyMatthew Wilcox
2016-05-21drivers/platform/x86/wmi.c: use generic UUID libraryAndy Shevchenko
2016-05-21block/partitions/ldm.c: use generic UUID libraryAndy Shevchenko
2016-05-21include/linux/genhd.h: move to use generic UUID libraryAndy Shevchenko
2016-05-21fs/efivarfs/inode.c: use generic UUID libraryAndy Shevchenko
2016-05-21include/linux/efi.h: redefine type, constant, macro from generic codeAndy Shevchenko
2016-05-21kernel/sysctl_binary.c: use generic UUID libraryAndy Shevchenko
2016-05-21lib/uuid.c: remove FSF addressAndy Shevchenko
2016-05-21lib/uuid.c: introduce a few more generic helpersAndy Shevchenko
2016-05-21lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko
2016-05-21security/integrity/ima/ima_policy.c: use %pU to output UUID in printable formatAndy Shevchenko
2016-05-21lib/vsprintf: simplify UUID printingAndy Shevchenko
2016-05-21MAINTAINERS: remove Koichi YasutakeJiri Slaby
2016-05-21MAINTAINERS: remove defunct spear mailing listEric Engestrom
2016-05-21MAINTAINERS: remove linux@lists.openrisc.netJiri Slaby
2016-05-21printk/nmi: flush NMI messages on the system panicPetr Mladek
2016-05-21printk/nmi: increase the size of NMI buffer and make it configurablePetr Mladek
2016-05-21printk/nmi: warn when some message has been lost in NMI contextPetr Mladek
2016-05-21printk/nmi: generic solution for safe printk in NMIPetr Mladek
2016-05-21include/linux/syscalls.h: use pid_t instead of intRené Nyffenegger
2016-05-21fork: free thread in copy_process on failureJiri Slaby
2016-05-21exit_thread: accept a task parameter to be exitedJiri Slaby
2016-05-21exit_thread: remove empty bodiesJiri Slaby
2016-05-21mn10300: let exit_fpu accept a taskJiri Slaby
2016-05-21procfs: fix pthread cross-thread naming if !PR_DUMPABLEJanis Danisevskis
2016-05-21procfs: expose umask in /proc/<PID>/statusRichard W.M. Jones
2016-05-21zram: introduce per-device debug_stat sysfs nodeSergey Senozhatsky
2016-05-21zram: remove max_comp_streams internalsSergey Senozhatsky
2016-05-21mm/zsmalloc: don't fail if can't create debugfs infoDan Streetman
2016-05-21mm/zswap: use workqueue to destroy poolDan Streetman
2016-05-21zram: user per-cpu compression streamsSergey Senozhatsky
2016-05-21zsmalloc: require GFP in zs_malloc()Sergey Senozhatsky
2016-05-21zsmalloc: remove unused pool param in obj_freeMinchan Kim
2016-05-21zsmalloc: reorder function parametersMinchan Kim
2016-05-21zsmalloc: clean up many BUG_ONMinchan Kim
2016-05-21zsmalloc: use first_page rather than pageMinchan Kim
2016-05-21kasan/tests: add tests for user memory access functionsAndrey Ryabinin
2016-05-21x86/kasan: instrument user memory access APIAndrey Ryabinin