summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* raxix-tree: introduce CONFIG_RADIX_TREE_MULTIORDERMatthew Wilcox2016-05-204-8/+23
* radix-tree: remove unused looping macrosRoss Zwisler2016-05-201-28/+0
* radix tree test suite: rebuild when headers changeRoss Zwisler2016-05-201-1/+1
* radix tree test suite: keep regression test runs shortRoss Zwisler2016-05-201-7/+15
* radix tree test suite: allow testing other fan-out valuesRoss Zwisler2016-05-203-10/+3
* radix tree test suite: add tests for radix_tree_locate_item()Matthew Wilcox2016-05-202-0/+44
* radix tree test suite: fix buildMatthew Wilcox2016-05-203-8/+12
* radix-tree: introduce radix_tree_emptyMatthew Wilcox2016-05-202-6/+6
* drivers/platform/x86/wmi.c: use generic UUID libraryAndy Shevchenko2016-05-201-91/+13
* block/partitions/ldm.c: use generic UUID libraryAndy Shevchenko2016-05-201-56/+4
* include/linux/genhd.h: move to use generic UUID libraryAndy Shevchenko2016-05-201-20/+3
* fs/efivarfs/inode.c: use generic UUID libraryAndy Shevchenko2016-05-201-37/+3
* include/linux/efi.h: redefine type, constant, macro from generic codeAndy Shevchenko2016-05-201-10/+4
* kernel/sysctl_binary.c: use generic UUID libraryAndy Shevchenko2016-05-201-16/+7
* lib/uuid.c: remove FSF addressAndy Shevchenko2016-05-203-14/+2
* lib/uuid.c: introduce a few more generic helpersAndy Shevchenko2016-05-203-5/+82
* lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko2016-05-209-26/+28
* security/integrity/ima/ima_policy.c: use %pU to output UUID in printable formatAndy Shevchenko2016-05-201-12/+2
* lib/vsprintf: simplify UUID printingAndy Shevchenko2016-05-201-8/+4
* MAINTAINERS: remove Koichi YasutakeJiri Slaby2016-05-201-1/+0
* MAINTAINERS: remove defunct spear mailing listEric Engestrom2016-05-201-4/+0
* MAINTAINERS: remove linux@lists.openrisc.netJiri Slaby2016-05-201-1/+0
* printk/nmi: flush NMI messages on the system panicPetr Mladek2016-05-206-3/+49
* printk/nmi: increase the size of NMI buffer and make it configurablePetr Mladek2016-05-202-1/+24
* printk/nmi: warn when some message has been lost in NMI contextPetr Mladek2016-05-203-1/+25
* printk/nmi: generic solution for safe printk in NMIPetr Mladek2016-05-2024-107/+306
* include/linux/syscalls.h: use pid_t instead of intRené Nyffenegger2016-05-201-4/+4
* fork: free thread in copy_process on failureJiri Slaby2016-05-201-1/+3
* exit_thread: accept a task parameter to be exitedJiri Slaby2016-05-2017-47/+42
* exit_thread: remove empty bodiesJiri Slaby2016-05-2036-140/+24
* mn10300: let exit_fpu accept a taskJiri Slaby2016-05-202-5/+3
* procfs: fix pthread cross-thread naming if !PR_DUMPABLEJanis Danisevskis2016-05-201-1/+41
* procfs: expose umask in /proc/<PID>/statusRichard W.M. Jones2016-05-202-1/+20
* zram: introduce per-device debug_stat sysfs nodeSergey Senozhatsky2016-05-204-0/+32
* zram: remove max_comp_streams internalsSergey Senozhatsky2016-05-204-59/+19
* mm/zsmalloc: don't fail if can't create debugfs infoDan Streetman2016-05-201-11/+7
* mm/zswap: use workqueue to destroy poolDan Streetman2016-05-201-4/+8
* zram: user per-cpu compression streamsSergey Senozhatsky2016-05-203-231/+116
* zsmalloc: require GFP in zs_malloc()Sergey Senozhatsky2016-05-203-15/+17
* zsmalloc: remove unused pool param in obj_freeMinchan Kim2016-05-201-4/+3
* zsmalloc: reorder function parametersMinchan Kim2016-05-201-24/+26
* zsmalloc: clean up many BUG_ONMinchan Kim2016-05-201-27/+15
* zsmalloc: use first_page rather than pageMinchan Kim2016-05-201-30/+32
* kasan/tests: add tests for user memory access functionsAndrey Ryabinin2016-05-201-0/+49
* x86/kasan: instrument user memory access APIAndrey Ryabinin2016-05-203-0/+14
* mm/kasan: add API to check memory regionsAndrey Ryabinin2016-05-203-1/+25
* mm/kasan: print name of mem[set,cpy,move]() caller in reportAndrey Ryabinin2016-05-201-30/+34
* mm, kasan: add a ksize() testAlexander Potapenko2016-05-201-0/+20
* mm, kasan: don't call kasan_krealloc() from ksize().Alexander Potapenko2016-05-202-3/+4
* mm: kasan: initial memory quarantine implementationAlexander Potapenko2016-05-2010-15/+387