summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Linux 4.4.111v4.4.111Greg Kroah-Hartman2018-01-101-1/+1
* Fix build error in vma.cGreg Kroah-Hartman2018-01-101-0/+1
* Map the vsyscall page with _PAGE_USERBorislav Petkov2018-01-103-4/+37
* proc: much faster /proc/vmstatAlexey Dobriyan2018-01-101-1/+3
* module: Issue warnings when tainting kernelLibor Pechacek2018-01-101-1/+10
* module: keep percpu symbols in module's symtabMiroslav Benes2018-01-101-4/+11
* genksyms: Handle string literals with spaces in reference filesMichal Marek2018-01-101-2/+4
* x86/tlb: Drop the _GPL from the cpu_tlbstate exportThomas Gleixner2018-01-101-1/+1
* parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit SMP kernelHelge Deller2018-01-103-4/+20
* x86/microcode/AMD: Add support for fam17h microcode loadingTom Lendacky2018-01-101-0/+4
* Input: elantech - add new icbody type 15Aaron Ma2018-01-101-1/+1
* ARC: uaccess: dont use "l" gcc inline asm constraint modifierVineet Gupta2018-01-101-2/+3
* kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in compl...Oleg Nesterov2018-01-101-2/+2
* kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() ...Oleg Nesterov2018-01-101-1/+1
* kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILLOleg Nesterov2018-01-101-5/+7
* kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker2018-01-108-2/+13
* fscache: Fix the default for fscache_maybe_release_page()David Howells2018-01-101-1/+1
* sunxi-rsb: Include OF based modalias in device ueventStefan BrĂ¼ns2018-01-101-0/+1
* crypto: pcrypt - fix freeing pcrypt instancesEric Biggers2018-01-101-9/+10
* crypto: chacha20poly1305 - validate the digest sizeEric Biggers2018-01-101-1/+5
* crypto: n2 - cure use after freeJan Engelhardt2018-01-101-0/+3
* kernel/acct.c: fix the acct->needcheck check in check_free_space()Oleg Nesterov2018-01-101-1/+1
* x86/kasan: Write protect kasan zero shadowAndrey Ryabinin2018-01-101-2/+8
* Linux 4.4.110v4.4.110Greg Kroah-Hartman2018-01-051-1/+1
* kaiser: Set _PAGE_NX only if supportedGuenter Roeck2018-01-051-1/+2
* x86/kasan: Clear kasan_zero_page after TLB flushAndrey Ryabinin2018-01-051-3/+8
* x86/vdso: Get pvclock data from the vvar VMA instead of the fixmapAndy Lutomirski2018-01-057-13/+41
* x86, vdso, pvclock: Simplify and speed up the vdso pvclock readerAndy Lutomirski2018-01-051-35/+46
* KPTI: Report when enabledKees Cook2018-01-051-1/+6
* KPTI: Rename to PAGE_TABLE_ISOLATIONKees Cook2018-01-0514-29/+29
* x86/kaiser: Move feature detection upBorislav Petkov2018-01-053-2/+9
* kaiser: disabled on Xen PVJiri Kosina2018-01-051-0/+5
* x86/kaiser: Reenable PARAVIRTBorislav Petkov2018-01-051-1/+1
* x86/paravirt: Dont patch flush_tlb_singleThomas Gleixner2018-01-051-2/+0
* kaiser: kaiser_flush_tlb_on_return_to_user() check PCIDHugh Dickins2018-01-053-9/+9
* kaiser: asm/tlbflush.h handle noPGE at lower levelHugh Dickins2018-01-051-24/+3
* kaiser: drop is_atomic arg to kaiser_pagetable_walk()Hugh Dickins2018-01-051-8/+2
* kaiser: use ALTERNATIVE instead of x86_cr3_pcid_noflushHugh Dickins2018-01-053-16/+8
* x86/kaiser: Check boottime cmdline paramsBorislav Petkov2018-01-052-18/+47
* x86/kaiser: Rename and simplify X86_FEATURE_KAISER handlingBorislav Petkov2018-01-053-20/+20
* kaiser: add "nokaiser" boot option, using ALTERNATIVEHugh Dickins2018-01-0516-65/+143
* kaiser: fix unlikely error in alloc_ldt_struct()Hugh Dickins2018-01-051-1/+1
* kaiser: _pgd_alloc() without __GFP_REPEAT to avoid stallsHugh Dickins2018-01-051-2/+4
* kaiser: paranoid_entry pass cr3 need to paranoid_exitHugh Dickins2018-01-052-18/+36
* kaiser: x86_cr3_pcid_noflush and x86_cr3_pcid_userHugh Dickins2018-01-053-16/+16
* kaiser: PCID 0 for kernel and 128 for userHugh Dickins2018-01-053-10/+19
* kaiser: load_new_mm_cr3() let SWITCH_USER_CR3 flush userHugh Dickins2018-01-055-80/+114
* kaiser: enhanced by kernel and user PCIDsDave Hansen2018-01-0511-17/+181
* kaiser: vmstat show NR_KAISERTABLE as nr_overheadHugh Dickins2018-01-053-6/+14
* kaiser: delete KAISER_REAL_SWITCH optionHugh Dickins2018-01-053-12/+0