summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2018-01-17x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline asmDavid Woodhouse
2018-01-17x86/alternatives: Fix optimize_nops() checkingBorislav Petkov
2018-01-17x86/cpu: Implement CPU vulnerabilites sysfs functionsThomas Gleixner
2018-01-17x86/cpu: Merge bugs.c and bugs_64.cBorislav Petkov
2018-01-17x86/cpufeatures: Add X86_BUG_SPECTRE_V[12]David Woodhouse
2018-01-17x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWNThomas Gleixner
2018-01-17x86/cpufeatures: Add X86_BUG_CPU_INSECUREThomas Gleixner
2018-01-17x86/cpufeatures: Make CPU bugs stickyThomas Gleixner
2018-01-17x86/cpu: Factor out application of forced CPU capsAndy Lutomirski
2018-01-17kaiser: Set _PAGE_NX only if supportedLepton Wu
2018-01-17KVM: x86: Add memory barrier on vmcs field lookupAndrew Honig
2018-01-17x86/microcode/intel: Extend BDW late-loading with a revision checkJia Zhang
2018-01-17x86/pti/efi: broken conversion from efi to kernel page tablePavel Tatashin
2018-01-17x86/mm/pat, /dev/mem: Remove superfluous error messageJiri Kosina
2018-01-17x86/acpi: Reduce code duplication in mp_override_legacy_irq()Vikas C Sajjan
2018-01-17x86/acpi: Handle SCI interrupts above legacy space gracefullyVikas C Sajjan
2018-01-17x86/vsdo: Fix build on PARAVIRT_CLOCK=y, KVM_GUEST=nAndy Lutomirski
2018-01-17kvm: vmx: Scrub hardware GPRs at VM-exitJim Mattson
2018-01-17MIPS: Disallow outsized PTRACE_SETREGSET NT_PRFPREG regset accessesMaciej W. Rozycki
2018-01-17MIPS: Also verify sizeof `elf_fpreg_t' with PTRACE_SETREGSETMaciej W. Rozycki
2018-01-17MIPS: Fix an FCSR access API regression with NT_PRFPREG and MSAMaciej W. Rozycki
2018-01-17MIPS: Consistently handle buffer counter with PTRACE_SETREGSETMaciej W. Rozycki
2018-01-17MIPS: Guard against any partial write attempt with PTRACE_SETREGSETMaciej W. Rozycki
2018-01-17MIPS: Factor out NT_PRFPREG regset access helpersMaciej W. Rozycki
2018-01-17MIPS: Validate PR_SET_FP_MODE prctl(2) requests against the ABI of the taskMaciej W. Rozycki
2018-01-17KVM: Fix stack-out-of-bounds read in write_mmioWanpeng Li
2018-01-10Fix build error in vma.cGreg Kroah-Hartman
2018-01-10Map the vsyscall page with _PAGE_USERBorislav Petkov
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-10ARC: uaccess: dont use "l" gcc inline asm constraint modifierVineet Gupta
2018-01-10kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker
2018-01-10x86/kasan: Write protect kasan zero shadowAndrey Ryabinin
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/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