summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* perf/x86/intel: Restrict period on NehalemJosh Hunt2019-09-211-0/+6
* x86/apic: Fix arch_dynirq_lower_bound() bug for DT enabled machinesThomas Gleixner2019-09-211-1/+7
* x86/build: Add -Wnoaddress-of-packed-member to REALMODE_CFLAGS, to silence GC...Linus Torvalds2019-09-191-0/+1
* x86/purgatory: Change compiler flags from -mcmodel=kernel to -mcmodel=large t...Steve Wahl2019-09-191-16/+19
* KVM: nVMX: handle page fault in vmreadPaolo Bonzini2019-09-191-2/+5
* KVM: x86: work around leak of uninitialized stack contentsFuqian Huang2019-09-191-0/+7
* KVM: VMX: check CPUID before allowing read/write of IA32_XSSWanpeng Li2019-09-161-2/+8
* KVM: VMX: Fix handling of #MC that occurs during VM-EntrySean Christopherson2019-09-161-12/+8
* KVM: VMX: Always signal #GP on WRMSR to MSR_IA32_CR_PAT with bad valueSean Christopherson2019-09-161-2/+3
* KVM: x86: optimize check for valid PAT valuePaolo Bonzini2019-09-163-10/+12
* kvm: Check irqchip mode before assign irqfdPeter Xu2019-09-162-0/+8
* KVM: x86: Always use 32-bit SMRAM save state for 32-bit kernelsSean Christopherson2019-09-162-4/+16
* x86/kvm: move kvm_load/put_guest_xcr0 into atomic contextWANG Chao2019-09-164-6/+12
* kvm: mmu: Fix overflow on kvm mmu page limit calculationBen Gardon2019-09-164-16/+15
* x86/kvmclock: set offset for kvm unstable clockPavel Tatashin2019-09-161-5/+1
* KVM: VMX: Compare only a single byte for VMCS' "launched" in vCPU-runSean Christopherson2019-09-161-1/+1
* x86/kvm/lapic: preserve gfn_to_hva_cache len on cache reinitVitaly Kuznetsov2019-09-161-2/+10
* KVM: hyperv: define VP assist page helpersLadi Prosek2019-09-165-6/+29
* KVM: x86: hyperv: keep track of mismatched VP indexesVitaly Kuznetsov2019-09-162-3/+26
* KVM: x86: hyperv: consistently use 'hv_vcpu' for 'struct kvm_vcpu_hv' variablesVitaly Kuznetsov2019-09-161-9/+9
* KVM: x86: hyperv: enforce vp_index < KVM_MAX_VCPUSVitaly Kuznetsov2019-09-161-3/+5
* x86, hibernate: Fix nosave_regions setup for hibernationZhimin Gu2019-09-161-1/+1
* x86/ftrace: Fix warning and considate ftrace_jmp_replace() and ftrace_call_re...Steven Rostedt (VMware)2019-09-161-25/+17
* Revert "x86/apic: Include the LDR when clearing out APIC registers"Linus Torvalds2019-09-101-4/+0
* x86/boot/compressed/64: Fix missing initialization in find_trampoline_placeme...Kirill A. Shutemov2019-09-101-1/+1
* x86/boot/compressed/64: Fix boot on machines with broken E820 tableKirill A. Shutemov2019-09-101-3/+10
* x86/boot: Preserve boot_params.secure_boot from sanitizingJohn S. Gruber2019-09-101-0/+1
* x86/ptrace: fix up botched merge of spectrev1 fixGreg Kroah-Hartman2019-09-061-2/+1
* x86/apic: Include the LDR when clearing out APIC registersBandan Das2019-09-061-0/+4
* x86/apic: Do not initialize LDR and DFR for bigsmpBandan Das2019-09-061-22/+2
* uprobes/x86: Fix detection of 32-bit user modeSebastian Mayr2019-09-061-7/+10
* KVM: x86: Don't update RIP or do single-step on faulting emulationSean Christopherson2019-09-061-4/+5
* kvm: x86: skip populating logical dest map if apic is not sw enabledRadim Krcmar2019-09-061-0/+5
* x86/boot: Fix boot regression caused by bootparam sanitizingJohn Hubbard2019-08-291-0/+1
* x86/boot: Save fields explicitly, zero out everything elseJohn Hubbard2019-08-291-13/+47
* x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16hTom Lendacky2019-08-293-13/+140
* x86/apic: Handle missing global clockevent gracefullyThomas Gleixner2019-08-291-15/+53
* x86/retpoline: Don't clobber RFLAGS during CALL_NOSPEC on i386Sean Christopherson2019-08-291-1/+1
* x86/lib/cpu: Address missing prototypes warningValdis Klētnieks2019-08-291-0/+1
* KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li2019-08-164-0/+29
* x86/purgatory: Do not use __builtin_memcpy and __builtin_memsetNick Desaulniers2019-08-164-25/+17
* x86/purgatory: Use CFLAGS_REMOVE rather than reset KBUILD_CFLAGSNick Desaulniers2019-08-161-5/+28
* x86/mm: Sync also unmappings in vmalloc_sync_all()Joerg Roedel2019-08-161-8/+5
* x86/mm: Check for pfn instead of page in vmalloc_sync_one()Joerg Roedel2019-08-161-1/+1
* x86/speculation/swapgs: Exclude ATOMs from speculation through SWAPGSThomas Gleixner2019-08-063-29/+32
* x86/entry/64: Use JMP instead of JMPQJosh Poimboeuf2019-08-061-1/+1
* x86/speculation: Enable Spectre v1 swapgs mitigationsJosh Poimboeuf2019-08-061-9/+106
* x86/speculation: Prepare entry code for Spectre v1 swapgs mitigationsJosh Poimboeuf2019-08-063-3/+37
* x86/cpufeatures: Combine word 11 and 12 into a new scattered features wordFenghua Yu2019-08-066-34/+34
* x86/cpufeatures: Carve out CQM features retrievalBorislav Petkov2019-08-061-27/+33