summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2018-02-17xtensa: fix futex_atomic_cmpxchg_inatomicMax Filippov
2018-02-17alpha: fix formating of stack contentMikulas Patocka
2018-02-17alpha: fix reboot on Avanti platformMikulas Patocka
2018-02-17alpha: fix crash if pthread_create races with signal deliveryMikulas Patocka
2018-02-17signal/sh: Ensure si_signo is initialized in do_divide_errorEric W. Biederman
2018-02-17signal/openrisc: Fix do_unaligned_access to send the proper signalEric W. Biederman
2018-02-17KVM: arm/arm64: Handle CPU_PM_ENTER_FAILEDJames Morse
2018-02-17KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2Liran Alon
2018-02-17arm: KVM: Fix SMCCC handling of unimplemented SMC/HVC callsMarc Zyngier
2018-02-17crypto: sha512-mb - initialize pending lengths correctlyEric Biggers
2018-02-17crypto: poly1305 - remove ->setkey() methodEric Biggers
2018-02-17kaiser: fix compile error without vsyscallHugh Dickins
2018-02-17powerpc/pseries: include linux/types.h in asm/hvcall.hMichal Suchanek
2018-02-13x86/microcode: Do the family check firstBorislav Petkov
2018-02-13KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRLKarimAllah Ahmed
2018-02-13KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRLKarimAllah Ahmed
2018-02-13KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIESKarimAllah Ahmed
2018-02-13KVM/x86: Add IBPB supportAshok Raj
2018-02-13KVM: VMX: make MSR bitmaps per-VCPUPaolo Bonzini
2018-02-13KVM: VMX: introduce alloc_loaded_vmcsPaolo Bonzini
2018-02-13KVM: nVMX: Eliminate vmcs02 poolJim Mattson
2018-02-13KVM: nVMX: mark vmcs12 pages dirty on L2 exitDavid Matlack
2018-02-13KVM: nVMX: vmx_complete_nested_posted_interrupt() can't failDavid Hildenbrand
2018-02-13KVM: nVMX: kmap() can't failDavid Hildenbrand
2018-02-13x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALLDarren Kenny
2018-02-13x86/pti: Mark constant arrays as __initconstArnd Bergmann
2018-02-13x86/spectre: Simplify spectre_v2 command line parsingKarimAllah Ahmed
2018-02-13x86/kvm: Update spectre-v1 mitigationDan Williams
2018-02-13x86/paravirt: Remove 'noreplace-paravirt' cmdline optionJosh Poimboeuf
2018-02-13x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on IntelDavid Woodhouse
2018-02-13x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable"Colin Ian King
2018-02-13x86/spectre: Report get_user mitigation for spectre_v1Dan Williams
2018-02-13x86/syscall: Sanitize syscall table de-references under speculationDan Williams
2018-02-13x86/get_user: Use pointer masking to limit speculationDan Williams
2018-02-13x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospecDan Williams
2018-02-13x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end}Dan Williams
2018-02-13x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospecDan Williams
2018-02-13x86: Introduce barrier_nospecDan Williams
2018-02-13x86: Implement array_index_mask_nospecDan Williams
2018-02-13x86/asm: Move 'status' from thread_struct to thread_infoAndy Lutomirski
2018-02-13x86/entry/64: Push extra regs right awayAndy Lutomirski
2018-02-13x86/entry/64: Remove the SYSCALL64 fast pathAndy Lutomirski
2018-02-13x86/spectre: Check CONFIG_RETPOLINE in command line parserDou Liyang
2018-02-13x86/retpoline: Simplify vmexit_fill_RSB()Borislav Petkov
2018-02-13x86/cpufeatures: Clean up Spectre v2 related CPUID flagsDavid Woodhouse
2018-02-13x86/cpu/bugs: Make retpoline module warning conditionalThomas Gleixner
2018-02-13x86/bugs: Drop one "mitigation" from dmesgBorislav Petkov
2018-02-13x86/nospec: Fix header guards namesBorislav Petkov
2018-02-13x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) supportDavid Woodhouse
2018-02-13x86/cpufeature: Blacklist SPEC_CTRL/PRED_CMD on early Spectre v2 microcodesDavid Woodhouse