summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm: call page_ext_init() after all struct pages are initializedYang Shi2016-05-201-1/+2
* mm, migrate: increment fail count on ENOMEMDavid Rientjes2016-05-201-0/+1
* mm/compaction.c: fix zoneindex in kcompactd()Chen Feng2016-05-201-2/+2
* mm: page_is_guard(): return false when page_ext arrays are not allocated yetYang Shi2016-05-201-0/+3
* mm, thp: khugepaged should scan when sleep value is writtenDavid Rientjes2016-05-201-3/+16
* MM: increase safety margin provided by PF_LESS_THROTTLENeilBrown2016-05-201-2/+2
* mm: check_new_page_bad() directly returns in __PG_HWPOISON caseNaoya Horiguchi2016-05-201-6/+3
* mm, kasan: fix to call kasan_free_pages() after poisoning pageseokhoon.yoon2016-05-201-1/+1
* mm: disable fault around on emulated access bit architectureMinchan Kim2016-05-201-0/+8
* mm: make faultaround produce old ptesKirill A. Shutemov2016-05-203-7/+20
* mm: use phys_addr_t for reserve_bootmem_region() argumentsStefan Bader2016-05-202-2/+2
OpenPOWER on IntegriCloud