summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-21lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko9-26/+28
2016-05-21security/integrity/ima/ima_policy.c: use %pU to output UUID in printable formatAndy Shevchenko1-12/+2
2016-05-21lib/vsprintf: simplify UUID printingAndy Shevchenko1-8/+4
2016-05-21MAINTAINERS: remove Koichi YasutakeJiri Slaby1-1/+0
2016-05-21MAINTAINERS: remove defunct spear mailing listEric Engestrom1-4/+0
2016-05-21MAINTAINERS: remove linux@lists.openrisc.netJiri Slaby1-1/+0
2016-05-21printk/nmi: flush NMI messages on the system panicPetr Mladek6-3/+49
2016-05-21printk/nmi: increase the size of NMI buffer and make it configurablePetr Mladek2-1/+24
2016-05-21printk/nmi: warn when some message has been lost in NMI contextPetr Mladek3-1/+25
2016-05-21printk/nmi: generic solution for safe printk in NMIPetr Mladek24-107/+306
2016-05-21include/linux/syscalls.h: use pid_t instead of intRené Nyffenegger1-4/+4
2016-05-21fork: free thread in copy_process on failureJiri Slaby1-1/+3
2016-05-21exit_thread: accept a task parameter to be exitedJiri Slaby17-47/+42
2016-05-21exit_thread: remove empty bodiesJiri Slaby36-140/+24
2016-05-21mn10300: let exit_fpu accept a taskJiri Slaby2-5/+3
2016-05-21procfs: fix pthread cross-thread naming if !PR_DUMPABLEJanis Danisevskis1-1/+41
2016-05-21procfs: expose umask in /proc/<PID>/statusRichard W.M. Jones2-1/+20
2016-05-21zram: introduce per-device debug_stat sysfs nodeSergey Senozhatsky4-0/+32
2016-05-21zram: remove max_comp_streams internalsSergey Senozhatsky4-59/+19
2016-05-21mm/zsmalloc: don't fail if can't create debugfs infoDan Streetman1-11/+7
2016-05-21mm/zswap: use workqueue to destroy poolDan Streetman1-4/+8
2016-05-21zram: user per-cpu compression streamsSergey Senozhatsky3-231/+116
2016-05-21zsmalloc: require GFP in zs_malloc()Sergey Senozhatsky3-15/+17
2016-05-21zsmalloc: remove unused pool param in obj_freeMinchan Kim1-4/+3
2016-05-21zsmalloc: reorder function parametersMinchan Kim1-24/+26
2016-05-21zsmalloc: clean up many BUG_ONMinchan Kim1-27/+15
2016-05-21zsmalloc: use first_page rather than pageMinchan Kim1-30/+32
2016-05-21kasan/tests: add tests for user memory access functionsAndrey Ryabinin1-0/+49
2016-05-21x86/kasan: instrument user memory access APIAndrey Ryabinin3-0/+14
2016-05-21mm/kasan: add API to check memory regionsAndrey Ryabinin3-1/+25
2016-05-21mm/kasan: print name of mem[set,cpy,move]() caller in reportAndrey Ryabinin1-30/+34
2016-05-21mm, kasan: add a ksize() testAlexander Potapenko1-0/+20
2016-05-21mm, kasan: don't call kasan_krealloc() from ksize().Alexander Potapenko2-3/+4
2016-05-21mm: kasan: initial memory quarantine implementationAlexander Potapenko10-15/+387
2016-05-21mm: call page_ext_init() after all struct pages are initializedYang Shi1-1/+2
2016-05-21mm, migrate: increment fail count on ENOMEMDavid Rientjes1-0/+1
2016-05-21mm/compaction.c: fix zoneindex in kcompactd()Chen Feng1-2/+2
2016-05-21mm: page_is_guard(): return false when page_ext arrays are not allocated yetYang Shi1-0/+3
2016-05-21mm, thp: khugepaged should scan when sleep value is writtenDavid Rientjes1-3/+16
2016-05-21MM: increase safety margin provided by PF_LESS_THROTTLENeilBrown1-2/+2
2016-05-21mm: check_new_page_bad() directly returns in __PG_HWPOISON caseNaoya Horiguchi1-6/+3
2016-05-21mm, kasan: fix to call kasan_free_pages() after poisoning pageseokhoon.yoon1-1/+1
2016-05-21mm: disable fault around on emulated access bit architectureMinchan Kim1-0/+8
2016-05-21mm: make faultaround produce old ptesKirill A. Shutemov3-7/+20
2016-05-21mm: use phys_addr_t for reserve_bootmem_region() argumentsStefan Bader2-2/+2
2016-05-21userfaultfd: don't pin the user memory in userfaultfd_file_create()Oleg Nesterov2-14/+34
2016-05-21mm/memblock.c: remove unnecessary always-true comparisonRichard Leitner1-1/+1
2016-05-21z3fold: the 3-fold allocator for compressed pagesVitaly Wool4-1/+830
2016-05-21mm: thp: split_huge_pmd_address() comment improvementAndrea Arcangeli1-2/+4
2016-05-21mm: thp: microoptimize compound_mapcount()Andrea Arcangeli1-2/+1