summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-10Linux 4.9.76v4.9.76Greg Kroah-Hartman1-1/+1
2018-01-10mtd: nand: pxa3xx: Fix READOOB implementationBoris Brezillon1-0/+1
2018-01-10Map the vsyscall page with _PAGE_USERBorislav Petkov3-4/+37
2018-01-10x86/tlb: Drop the _GPL from the cpu_tlbstate exportThomas Gleixner1-1/+1
2018-01-10parisc: qemu idle sleep supportHelge Deller1-0/+39
2018-01-10parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit SMP kernelHelge Deller3-4/+20
2018-01-10x86/microcode/AMD: Add support for fam17h microcode loadingTom Lendacky1-0/+4
2018-01-10Input: elantech - add new icbody type 15Aaron Ma1-1/+1
2018-01-10ARC: uaccess: dont use "l" gcc inline asm constraint modifierVineet Gupta1-2/+3
2018-01-10iommu/arm-smmu-v3: Cope with duplicated Stream IDsRobin Murphy1-1/+8
2018-01-10iommu/arm-smmu-v3: Don't free page table ops twiceJean-Philippe Brucker1-3/+5
2018-01-10kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in compl...Oleg Nesterov1-2/+2
2018-01-10kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() ...Oleg Nesterov1-1/+1
2018-01-10kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILLOleg Nesterov1-5/+7
2018-01-10kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker8-2/+13
2018-01-10nbd: fix use-after-free of rq/bio in the xmit pathJens Axboe1-9/+23
2018-01-10fscache: Fix the default for fscache_maybe_release_page()David Howells1-1/+1
2018-01-10sunxi-rsb: Include OF based modalias in device ueventStefan BrĂ¼ns1-0/+1
2018-01-10crypto: pcrypt - fix freeing pcrypt instancesEric Biggers1-9/+10
2018-01-10crypto: chacha20poly1305 - validate the digest sizeEric Biggers1-1/+5
2018-01-10crypto: n2 - cure use after freeJan Engelhardt1-0/+3
2018-01-10kernel/acct.c: fix the acct->needcheck check in check_free_space()Oleg Nesterov1-1/+1
2018-01-05Linux 4.9.75v4.9.75Greg Kroah-Hartman1-1/+1
2018-01-05kaiser: Set _PAGE_NX only if supportedGuenter Roeck1-1/+2
2018-01-05KPTI: Report when enabledKees Cook1-1/+6
2018-01-05KPTI: Rename to PAGE_TABLE_ISOLATIONKees Cook16-31/+31
2018-01-05x86/kaiser: Move feature detection upBorislav Petkov3-2/+9
2018-01-05kaiser: disabled on Xen PVJiri Kosina1-0/+5
2018-01-05x86/kaiser: Reenable PARAVIRTBorislav Petkov1-1/+1
2018-01-05x86/paravirt: Dont patch flush_tlb_singleThomas Gleixner1-2/+0
2018-01-05kaiser: kaiser_flush_tlb_on_return_to_user() check PCIDHugh Dickins3-9/+9
2018-01-05kaiser: asm/tlbflush.h handle noPGE at lower levelHugh Dickins1-24/+3
2018-01-05kaiser: drop is_atomic arg to kaiser_pagetable_walk()Hugh Dickins1-8/+2
2018-01-05kaiser: use ALTERNATIVE instead of x86_cr3_pcid_noflushHugh Dickins3-16/+8
2018-01-05x86/kaiser: Check boottime cmdline paramsBorislav Petkov2-18/+47
2018-01-05x86/kaiser: Rename and simplify X86_FEATURE_KAISER handlingBorislav Petkov3-20/+20
2018-01-05kaiser: add "nokaiser" boot option, using ALTERNATIVEHugh Dickins17-65/+146
2018-01-05kaiser: fix unlikely error in alloc_ldt_struct()Hugh Dickins1-1/+1
2018-01-05kaiser: kaiser_remove_mapping() move along the pgdHugh Dickins1-4/+6
2018-01-05kaiser: paranoid_entry pass cr3 need to paranoid_exitHugh Dickins3-19/+37
2018-01-05kaiser: x86_cr3_pcid_noflush and x86_cr3_pcid_userHugh Dickins3-16/+16
2018-01-05kaiser: PCID 0 for kernel and 128 for userHugh Dickins3-10/+19
2018-01-05kaiser: load_new_mm_cr3() let SWITCH_USER_CR3 flush userHugh Dickins5-79/+113
2018-01-05kaiser: enhanced by kernel and user PCIDsHugh Dickins11-17/+181
2018-01-05kaiser: vmstat show NR_KAISERTABLE as nr_overheadHugh Dickins3-6/+14
2018-01-05kaiser: delete KAISER_REAL_SWITCH optionHugh Dickins3-12/+0
2018-01-05kaiser: name that 0x1000 KAISER_SHADOW_PGD_OFFSETHugh Dickins2-4/+7
2018-01-05kaiser: cleanups while trying for gold linkHugh Dickins4-27/+20
2018-01-05kaiser: align addition to x86/mm/MakefileHugh Dickins1-2/+2
2018-01-05kaiser: tidied up kaiser_add/remove_mapping slightlyHugh Dickins1-6/+3