summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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/+0Star
* 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/+0Star
* 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/+3Star
* 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/+13Star
* block/partitions/ldm.c: use generic UUID libraryAndy Shevchenko2016-05-211-56/+4Star
* include/linux/genhd.h: move to use generic UUID libraryAndy Shevchenko2016-05-211-20/+3Star
* fs/efivarfs/inode.c: use generic UUID libraryAndy Shevchenko2016-05-211-37/+3Star
* include/linux/efi.h: redefine type, constant, macro from generic codeAndy Shevchenko2016-05-211-10/+4Star
* kernel/sysctl_binary.c: use generic UUID libraryAndy Shevchenko2016-05-211-16/+7Star
* lib/uuid.c: remove FSF addressAndy Shevchenko2016-05-213-14/+2Star
* 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/+2Star
* lib/vsprintf: simplify UUID printingAndy Shevchenko2016-05-211-8/+4Star
* MAINTAINERS: remove Koichi YasutakeJiri Slaby2016-05-211-1/+0Star
* MAINTAINERS: remove defunct spear mailing listEric Engestrom2016-05-211-4/+0Star
* MAINTAINERS: remove linux@lists.openrisc.netJiri Slaby2016-05-211-1/+0Star
* 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/+42Star
* exit_thread: remove empty bodiesJiri Slaby2016-05-2136-140/+24Star
* mn10300: let exit_fpu accept a taskJiri Slaby2016-05-212-5/+3Star
* procfs: fix pthread cross-thread naming if !PR_DUMPABLEJanis Danisevskis2016-05-211-1/+41
* procfs: expose umask in /proc/<PID>/statusRichard W.M. Jones2016-05-212-1/+20
* zram: introduce per-device debug_stat sysfs nodeSergey Senozhatsky2016-05-214-0/+32
* zram: remove max_comp_streams internalsSergey Senozhatsky2016-05-214-59/+19Star
* mm/zsmalloc: don't fail if can't create debugfs infoDan Streetman2016-05-211-11/+7Star
* mm/zswap: use workqueue to destroy poolDan Streetman2016-05-211-4/+8
* zram: user per-cpu compression streamsSergey Senozhatsky2016-05-213-231/+116Star
* zsmalloc: require GFP in zs_malloc()Sergey Senozhatsky2016-05-213-15/+17
* zsmalloc: remove unused pool param in obj_freeMinchan Kim2016-05-211-4/+3Star
* zsmalloc: reorder function parametersMinchan Kim2016-05-211-24/+26
* zsmalloc: clean up many BUG_ONMinchan Kim2016-05-211-27/+15Star
* zsmalloc: use first_page rather than pageMinchan Kim2016-05-211-30/+32
* kasan/tests: add tests for user memory access functionsAndrey Ryabinin2016-05-211-0/+49