summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* KVM: VMX: introduce alloc_loaded_vmcsPaolo Bonzini2018-02-071-14/+22
* KVM: nVMX: Eliminate vmcs02 poolJim Mattson2018-02-071-123/+23
* x86/speculation: Simplify indirect_branch_prediction_barrier()Borislav Petkov2018-02-073-9/+13
* x86/retpoline: Simplify vmexit_fill_RSB()Borislav Petkov2018-02-076-65/+71
* x86/cpufeatures: Clean up Spectre v2 related CPUID flagsDavid Woodhouse2018-02-074-24/+34
* x86/cpu/bugs: Make retpoline module warning conditionalThomas Gleixner2018-02-071-3/+11
* x86/bugs: Drop one "mitigation" from dmesgBorislav Petkov2018-02-071-1/+1
* x86/nospec: Fix header guards namesBorislav Petkov2018-02-071-3/+3
* x86/alternative: Print unadorned pointersBorislav Petkov2018-02-071-7/+7
* x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) supportDavid Woodhouse2018-02-073-1/+24
* x86/cpufeature: Blacklist SPEC_CTRL/PRED_CMD on early Spectre v2 microcodesDavid Woodhouse2018-02-071-0/+66
* x86/pti: Do not enable PTI on CPUs which are not vulnerable to MeltdownDavid Woodhouse2018-02-071-5/+43
* x86/msr: Add definitions for new speculation control MSRsDavid Woodhouse2018-02-071-0/+12
* x86/cpufeatures: Add AMD feature bits for Speculation ControlDavid Woodhouse2018-02-071-0/+3
* x86/cpufeatures: Add Intel feature bits for Speculation ControlDavid Woodhouse2018-02-071-0/+3
* x86/cpufeatures: Add CPUID_7_EDX CPUID leafDavid Woodhouse2018-02-076-9/+15
* module/retpoline: Warn about missing retpoline in moduleAndi Kleen2018-02-071-1/+16
* KVM: VMX: Make indirect call speculation safePeter Zijlstra2018-02-071-2/+2
* KVM: x86: Make indirect calls in emulator speculation safePeter Zijlstra2018-02-071-4/+5
* x86/retpoline: Remove the esp/rsp thunkWaiman Long2018-02-072-2/+0
* powerpc/64s: Allow control of RFI flush via debugfsMichael Ellerman2018-02-071-0/+30
* powerpc/64s: Wire up cpu_show_meltdown()Michael Ellerman2018-02-072-0/+9
* KVM: x86: emulate #UD while in guest modePaolo Bonzini2018-02-032-12/+2
* x86/xen: Support early interrupts in xen pv guestsJuergen Gross2018-02-034-14/+53
* ARM: dts: NSP: Fix PPI interrupt typesFlorian Fainelli2018-02-031-2/+2
* ARM: dts: NSP: Disable AHCI controller for HR NSP boardsFlorian Fainelli2018-02-032-8/+0
* KVM: Let KVM_SET_SIGNAL_MASK work as advertisedJan H. Schönherr2018-02-034-20/+8
* KVM: VMX: Fix rflags cache during vCPU resetWanpeng Li2018-02-031-1/+1
* KVM: X86: Fix softlockup when get the current kvmclockWanpeng Li2018-02-031-4/+7
* s390: fix alloc_pgste check in init_new_context againMartin Schwidefsky2018-02-031-1/+1
* s390/topology: fix compile error in file arch/s390/kernel/smp.cThomas Richter2018-02-032-0/+2
* KVM: nVMX: Fix vmx_check_nested_events() return value in case an event was re...Liran Alon2018-02-031-7/+6
* KVM: x86: ioapic: Preserve read-only values in the redirection tableNikita Leshenko2018-02-031-0/+6
* KVM: x86: ioapic: Clear Remote IRR when entry is switched to edge-triggeredNikita Leshenko2018-02-031-1/+10
* KVM: x86: ioapic: Fix level-triggered EOI and IOAPIC reconfigure raceNikita Leshenko2018-02-031-2/+1
* KVM: x86: fix em_fxstor() sleeping while in atomicDavid Hildenbrand2018-02-031-6/+26
* KVM: nVMX: Fix mmu context after VMLAUNCH/VMRESUME failureWanpeng Li2018-02-031-12/+22
* KVM: X86: Fix operand/address-size during instruction decodingWanpeng Li2018-02-031-0/+7
* KVM: x86: Don't re-execute instruction when not passing CR2 valueLiran Alon2018-02-032-2/+3
* KVM: x86: emulator: Return to user-mode on L1 CPL=0 emulation failureLiran Alon2018-02-031-1/+1
* KVM: nVMX/nSVM: Don't intercept #UD when running L2Liran Alon2018-02-032-6/+12
* crypto: aesni - Fix out-of-bounds access of the AAD buffer in generic-gcm-aesniJunaid Shahid2018-02-031-100/+12
* crypto: aesni - Fix out-of-bounds access of the data buffer in generic-gcm-aesniJunaid Shahid2018-02-031-42/+45
* crypto: aesni - add wrapper for generic gcm(aes)Sabrina Dubroca2018-02-031-12/+54
* crypto: aesni - Use GCM IV size constantCorentin LABBE2018-02-031-3/+4
* crypto: aesni - fix typo in generic_gcmaes_decryptSabrina Dubroca2018-02-031-1/+1
* crypto: aesni - handle zero length dst bufferStephan Mueller2018-02-031-1/+1
* KVM: x86: Fix CPUID function for word 6 (80000001_ECX)Janakarajan Natarajan2018-02-031-1/+1
* bpf, arm64: fix stack_depth tracking in combination with tail callsDaniel Borkmann2018-01-311-9/+11
* x86/mm/64: Fix vmapped stack syncing on very-large-memory 4-level systemsAndy Lutomirski2018-01-311-5/+29