summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-20block/partitions/ldm.c: use generic UUID libraryAndy Shevchenko
2016-05-20include/linux/genhd.h: move to use generic UUID libraryAndy Shevchenko
2016-05-20fs/efivarfs/inode.c: use generic UUID libraryAndy Shevchenko
2016-05-20include/linux/efi.h: redefine type, constant, macro from generic codeAndy Shevchenko
2016-05-20kernel/sysctl_binary.c: use generic UUID libraryAndy Shevchenko
2016-05-20lib/uuid.c: remove FSF addressAndy Shevchenko
2016-05-20lib/uuid.c: introduce a few more generic helpersAndy Shevchenko
2016-05-20lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko
2016-05-20security/integrity/ima/ima_policy.c: use %pU to output UUID in printable formatAndy Shevchenko
2016-05-20lib/vsprintf: simplify UUID printingAndy Shevchenko
2016-05-20MAINTAINERS: remove Koichi YasutakeJiri Slaby
2016-05-20MAINTAINERS: remove defunct spear mailing listEric Engestrom
2016-05-20MAINTAINERS: remove linux@lists.openrisc.netJiri Slaby
2016-05-20printk/nmi: flush NMI messages on the system panicPetr Mladek
2016-05-20printk/nmi: increase the size of NMI buffer and make it configurablePetr Mladek
2016-05-20printk/nmi: warn when some message has been lost in NMI contextPetr Mladek
2016-05-20printk/nmi: generic solution for safe printk in NMIPetr Mladek
2016-05-20include/linux/syscalls.h: use pid_t instead of intRené Nyffenegger
2016-05-20fork: free thread in copy_process on failureJiri Slaby
2016-05-20exit_thread: accept a task parameter to be exitedJiri Slaby
2016-05-20exit_thread: remove empty bodiesJiri Slaby
2016-05-20mn10300: let exit_fpu accept a taskJiri Slaby
2016-05-20procfs: fix pthread cross-thread naming if !PR_DUMPABLEJanis Danisevskis
2016-05-20procfs: expose umask in /proc/<PID>/statusRichard W.M. Jones
2016-05-20zram: introduce per-device debug_stat sysfs nodeSergey Senozhatsky
2016-05-20zram: remove max_comp_streams internalsSergey Senozhatsky
2016-05-20mm/zsmalloc: don't fail if can't create debugfs infoDan Streetman
2016-05-20mm/zswap: use workqueue to destroy poolDan Streetman
2016-05-20zram: user per-cpu compression streamsSergey Senozhatsky
2016-05-20zsmalloc: require GFP in zs_malloc()Sergey Senozhatsky
2016-05-20zsmalloc: remove unused pool param in obj_freeMinchan Kim
2016-05-20zsmalloc: reorder function parametersMinchan Kim
2016-05-20zsmalloc: clean up many BUG_ONMinchan Kim
2016-05-20zsmalloc: use first_page rather than pageMinchan Kim
2016-05-20kasan/tests: add tests for user memory access functionsAndrey Ryabinin
2016-05-20x86/kasan: instrument user memory access APIAndrey Ryabinin
2016-05-20mm/kasan: add API to check memory regionsAndrey Ryabinin
2016-05-20mm/kasan: print name of mem[set,cpy,move]() caller in reportAndrey Ryabinin
2016-05-20mm, kasan: add a ksize() testAlexander Potapenko
2016-05-20mm, kasan: don't call kasan_krealloc() from ksize().Alexander Potapenko
2016-05-20mm: kasan: initial memory quarantine implementationAlexander Potapenko
2016-05-20mm: call page_ext_init() after all struct pages are initializedYang Shi
2016-05-20mm, migrate: increment fail count on ENOMEMDavid Rientjes
2016-05-20mm/compaction.c: fix zoneindex in kcompactd()Chen Feng
2016-05-20mm: page_is_guard(): return false when page_ext arrays are not allocated yetYang Shi
2016-05-20mm, thp: khugepaged should scan when sleep value is writtenDavid Rientjes
2016-05-20MM: increase safety margin provided by PF_LESS_THROTTLENeilBrown
2016-05-20mm: check_new_page_bad() directly returns in __PG_HWPOISON caseNaoya Horiguchi
2016-05-20mm, kasan: fix to call kasan_free_pages() after poisoning pageseokhoon.yoon
2016-05-20mm: disable fault around on emulated access bit architectureMinchan Kim