aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-11Merge remote-tracking branch 'stable/linux-4.4.y' into hikey-new-rebase-trialhikey-new-rebase-trialSumit Semwal
2018-01-10Linux 4.4.111Greg Kroah-Hartman
2018-01-10Fix build error in vma.cGreg Kroah-Hartman
2018-01-10Map the vsyscall page with _PAGE_USERBorislav Petkov
2018-01-10proc: much faster /proc/vmstatAlexey Dobriyan
2018-01-10module: Issue warnings when tainting kernelLibor Pechacek
2018-01-10module: keep percpu symbols in module's symtabMiroslav Benes
2018-01-10genksyms: Handle string literals with spaces in reference filesMichal Marek
2018-01-10x86/tlb: Drop the _GPL from the cpu_tlbstate exportThomas Gleixner
2018-01-10parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit SMP kernelHelge Deller
2018-01-10x86/microcode/AMD: Add support for fam17h microcode loadingTom Lendacky
2018-01-10Input: elantech - add new icbody type 15Aaron Ma
2018-01-10ARC: uaccess: dont use "l" gcc inline asm constraint modifierVineet Gupta
2018-01-10kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in compl...Oleg Nesterov
2018-01-10kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() ...Oleg Nesterov
2018-01-10kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILLOleg Nesterov
2018-01-10kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker
2018-01-10fscache: Fix the default for fscache_maybe_release_page()David Howells
2018-01-10sunxi-rsb: Include OF based modalias in device ueventStefan BrĂ¼ns
2018-01-10crypto: pcrypt - fix freeing pcrypt instancesEric Biggers
2018-01-10crypto: chacha20poly1305 - validate the digest sizeEric Biggers
2018-01-10crypto: n2 - cure use after freeJan Engelhardt
2018-01-10kernel/acct.c: fix the acct->needcheck check in check_free_space()Oleg Nesterov
2018-01-10x86/kasan: Write protect kasan zero shadowAndrey Ryabinin
2018-01-08Merge remote-tracking branch 'stable/linux-4.4.y' into hikey-new-rebase-trialSumit Semwal
2018-01-05Linux 4.4.110Greg Kroah-Hartman
2018-01-05kaiser: Set _PAGE_NX only if supportedGuenter Roeck
2018-01-05x86/kasan: Clear kasan_zero_page after TLB flushAndrey Ryabinin
2018-01-05x86/vdso: Get pvclock data from the vvar VMA instead of the fixmapAndy Lutomirski
2018-01-05x86, vdso, pvclock: Simplify and speed up the vdso pvclock readerAndy Lutomirski
2018-01-05KPTI: Report when enabledKees Cook
2018-01-05KPTI: Rename to PAGE_TABLE_ISOLATIONKees Cook
2018-01-05x86/kaiser: Move feature detection upBorislav Petkov
2018-01-05kaiser: disabled on Xen PVJiri Kosina
2018-01-05x86/kaiser: Reenable PARAVIRTBorislav Petkov
2018-01-05x86/paravirt: Dont patch flush_tlb_singleThomas Gleixner
2018-01-05kaiser: kaiser_flush_tlb_on_return_to_user() check PCIDHugh Dickins
2018-01-05kaiser: asm/tlbflush.h handle noPGE at lower levelHugh Dickins
2018-01-05kaiser: drop is_atomic arg to kaiser_pagetable_walk()Hugh Dickins
2018-01-05kaiser: use ALTERNATIVE instead of x86_cr3_pcid_noflushHugh Dickins
2018-01-05x86/kaiser: Check boottime cmdline paramsBorislav Petkov
2018-01-05x86/kaiser: Rename and simplify X86_FEATURE_KAISER handlingBorislav Petkov
2018-01-05kaiser: add "nokaiser" boot option, using ALTERNATIVEHugh Dickins
2018-01-05kaiser: fix unlikely error in alloc_ldt_struct()Hugh Dickins
2018-01-05kaiser: _pgd_alloc() without __GFP_REPEAT to avoid stallsHugh Dickins
2018-01-05kaiser: paranoid_entry pass cr3 need to paranoid_exitHugh Dickins
2018-01-05kaiser: x86_cr3_pcid_noflush and x86_cr3_pcid_userHugh Dickins
2018-01-05kaiser: PCID 0 for kernel and 128 for userHugh Dickins
2018-01-05kaiser: load_new_mm_cr3() let SWITCH_USER_CR3 flush userHugh Dickins
2018-01-05kaiser: enhanced by kernel and user PCIDsDave Hansen