summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-02-22X86/nVMX: Properly set spec_ctrl and pred_cmd before merging MSRsKarimAllah Ahmed1-2/+2
2018-02-22KVM/x86: Reduce retpoline performance impact in slot_handle_level_range(), by...David Woodhouse1-5/+5
2018-02-22x86/speculation: Correct Speculation Control microcode blacklist againDavid Woodhouse1-5/+6
2018-02-22x86/speculation: Update Speculation Control microcode blacklistDavid Woodhouse1-4/+0
2018-02-22x86/entry/64/compat: Clear registers for compat syscalls, to reduce speculati...Dan Williams1-0/+30
2018-02-22arm: spear13xx: Fix spics gpio controller's warningViresh Kumar1-1/+1
2018-02-22arm: spear13xx: Fix dmas cellsViresh Kumar2-5/+5
2018-02-22arm: spear600: Add missing interrupt-parent of rtcViresh Kumar1-0/+1
2018-02-22ARM: dts: nomadik: add interrupt-parent for clcdArnd Bergmann1-0/+1
2018-02-22ARM: dts: STi: Add gpio polarity for "hdmi,hpd-gpio" propertyPatrice Chotard2-2/+4
2018-02-22ARM: lpc3250: fix uda1380 gpio numbersArnd Bergmann2-4/+4
2018-02-22arm64: dts: msm8916: Correct ipc references for smsmBjorn Andersson1-2/+2
2018-02-22s390: fix handling of -1 in set{,fs}[gu]id16 syscallsEugene Syromiatnikov1-4/+4
2018-02-22powerpc: fix build errors in stable treeNicholas Piggin1-0/+5
2018-02-22MIPS: Fix typo BIG_ENDIAN to CPU_BIG_ENDIANCorentin Labbe1-6/+6
2018-02-17mn10300/misalignment: Use SIGSEGV SEGV_MAPERR to report a failed user copyEric W. Biederman1-1/+1
2018-02-17xtensa: fix futex_atomic_cmpxchg_inatomicMax Filippov1-13/+10
2018-02-17alpha: fix formating of stack contentMikulas Patocka1-4/+9
2018-02-17alpha: fix reboot on Avanti platformMikulas Patocka1-1/+2
2018-02-17alpha: fix crash if pthread_create races with signal deliveryMikulas Patocka1-1/+2
2018-02-17signal/sh: Ensure si_signo is initialized in do_divide_errorEric W. Biederman1-1/+2
2018-02-17signal/openrisc: Fix do_unaligned_access to send the proper signalEric W. Biederman1-5/+5
2018-02-17KVM: arm/arm64: Handle CPU_PM_ENTER_FAILEDJames Morse1-0/+1
2018-02-17KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2Liran Alon1-2/+3
2018-02-17arm: KVM: Fix SMCCC handling of unimplemented SMC/HVC callsMarc Zyngier1-2/+11
2018-02-17crypto: sha512-mb - initialize pending lengths correctlyEric Biggers1-4/+6
2018-02-17crypto: poly1305 - remove ->setkey() methodEric Biggers1-1/+0
2018-02-17kaiser: fix compile error without vsyscallHugh Dickins1-1/+1
2018-02-17powerpc/pseries: include linux/types.h in asm/hvcall.hMichal Suchanek1-0/+1
2018-02-13x86/microcode: Do the family check firstBorislav Petkov1-9/+18
2018-02-13KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRLKarimAllah Ahmed1-0/+88
2018-02-13KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRLKarimAllah Ahmed4-6/+118
2018-02-13KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIESKarimAllah Ahmed4-1/+31
2018-02-13KVM/x86: Add IBPB supportAshok Raj4-3/+127
2018-02-13KVM: VMX: make MSR bitmaps per-VCPUPaolo Bonzini1-200/+114
2018-02-13KVM: VMX: introduce alloc_loaded_vmcsPaolo Bonzini1-15/+23
2018-02-13KVM: nVMX: Eliminate vmcs02 poolJim Mattson1-123/+23
2018-02-13KVM: nVMX: mark vmcs12 pages dirty on L2 exitDavid Matlack1-10/+43
2018-02-13KVM: nVMX: vmx_complete_nested_posted_interrupt() can't failDavid Hildenbrand1-5/+5
2018-02-13KVM: nVMX: kmap() can't failDavid Hildenbrand1-9/+0
2018-02-13x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALLDarren Kenny1-1/+1
2018-02-13x86/pti: Mark constant arrays as __initconstArnd Bergmann1-2/+2
2018-02-13x86/spectre: Simplify spectre_v2 command line parsingKarimAllah Ahmed1-30/+56
2018-02-13x86/kvm: Update spectre-v1 mitigationDan Williams1-11/+9
2018-02-13x86/paravirt: Remove 'noreplace-paravirt' cmdline optionJosh Poimboeuf1-14/+0
2018-02-13x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on IntelDavid Woodhouse2-19/+29
2018-02-13x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable"Colin Ian King1-1/+1
2018-02-13x86/spectre: Report get_user mitigation for spectre_v1Dan Williams1-1/+1
2018-02-13x86/syscall: Sanitize syscall table de-references under speculationDan Williams1-1/+4
2018-02-13x86/get_user: Use pointer masking to limit speculationDan Williams1-0/+10