summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2016-04-18x86/iopl/64: Properly context-switch IOPL on Xen PVAndy Lutomirski3-1/+15
2016-04-14KVM: x86: Reload pit counters for all channels when restoring stateAndrew Honig1-5/+7
2016-04-14x86/entry/compat: Add missing CLAC to entry_INT80_32Andy Lutomirski1-0/+1
2016-03-22KVM: MMU: fix ept=0/pte.u=1/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 comboPaolo Bonzini1-13/+23
2016-03-22KVM: VMX: disable PEBS before a guest entryRadim Krčmář1-0/+7
2016-03-14KVM: x86: move steal time initialization to vcpu entry timeMarcelo Tosatti1-7/+2
2016-03-09PM / sleep / x86: Fix crash on graph trace through x86 suspendTodd E Brandt1-0/+7
2016-03-09x86/mpx: Fix off-by-one comparison with nr_registersColin Ian King1-1/+1
2016-03-09KVM: x86: fix root cause for missed hardware breakpointsPaolo Bonzini1-5/+4
2016-03-09KVM: x86: MMU: fix ubsan index-out-of-range warningMike Krinkin1-1/+1
2016-03-08KVM: x86: fix missed hardware breakpointsPaolo Bonzini1-0/+1
2016-03-04x86/mm: Fix vmalloc_fault() to handle large pages properlyToshi Kani1-4/+11
2016-02-15x86/mm/pat: Avoid truncation when converting cpa->numpages to addressMatt Fleming1-2/+2
2016-02-15x86/mm: Fix types used in pgprot cacheability flags translationsJan Beulich1-4/+2
2016-01-31x86/mm: Improve switch_mm() barrier commentsAndy Lutomirski1-7/+8
2016-01-31x86/mm: Add barriers and document switch_mm()-vs-flush synchronizationAndy Lutomirski2-4/+58
2016-01-31x86/boot: Double BOOT_HEAP_SIZE to 64KBH.J. Lu1-1/+1
2016-01-31x86/reboot/quirks: Add iMac10,1 to pci_reboot_dmi_table[]Mario Kleiner1-0/+8
2016-01-31KVM: x86: correctly print #AC in tracesPaolo Bonzini1-1/+1
2016-01-31KVM: x86: expose MSR_TSC_AUX to userspacePaolo Bonzini1-5/+6
2016-01-31KVM: svm: unconditionally intercept #DBPaolo Bonzini1-11/+3
2016-01-31KVM: VMX: fix SMEP and SMAP without EPTRadim Krčmář1-9/+10
2016-01-31x86/xen: don't reset vcpu_info on a cancelled suspendOuyang Zhaowei (Charles)1-1/+2
2016-01-31x86/signal: Fix restart_syscall number for x32 tasksDmitry V. Levin1-7/+10
2016-01-31x86/mpx: Fix instruction decoder conditionDave Hansen1-3/+3
2015-12-09x86/cpu: Fix SMAP check in PVOPS environmentsAndrew Cooper1-2/+1
2015-12-09x86/cpu: Call verify_cpu() after having entered long mode tooBorislav Petkov2-5/+15
2015-12-09x86/setup: Fix low identity map for >= 2GB kernel rangeKrzysztof Mazur1-1/+1
2015-12-09x86/setup: Extend low identity map to cover whole kernel rangePaolo Bonzini1-0/+8
2015-12-09KVM: x86: work around infinite loop in microcode when #AC is deliveredEric Northup3-1/+13
2015-12-09kvm: x86: set KVM_REQ_EVENT when updating IRRRadim Krčmář1-0/+2
2015-11-10xen: fix backport of previous kexec patchGreg Kroah-Hartman1-3/+3
2015-11-10x86/efi: Fix multiple GOP device supportKővágó, Zoltán1-2/+6
2015-10-27sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()Konstantin Khlebnikov1-2/+2
2015-10-23x86/xen: Support kexec/kdump in HVM guests by doing a soft resetVitaly Kuznetsov1-0/+23
2015-10-23x86/mm: Set NX on gap between __ex_table and rodataStephen Smalley1-1/+1
2015-10-23x86/process: Add proper bound checks in 64bit get_wchan()Thomas Gleixner1-10/+42
2015-10-23x86/kexec: Fix kexec crash in syscall kexec_file_load()Lee, Chun-Yi1-4/+3
2015-10-23x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at runtime, i...Matt Fleming1-1/+66
2015-10-23Use WARN_ON_ONCE for missing X86_FEATURE_NRIPSDirk Müller1-1/+1
2015-10-23x86/nmi/64: Fix a paravirt stack-clobbering bug in the NMI codeAndy Lutomirski1-1/+4
2015-10-23x86/paravirt: Replace the paravirt nop with a bona fide empty functionAndy Lutomirski2-4/+23
2015-10-23x86/platform: Fix Geode LX timekeeping in the generic x86 buildDavid Woodhouse1-7/+10
2015-10-23x86/alternatives: Make optimize_nops() interrupt safe and syncedThomas Gleixner1-0/+5
2015-10-23x86/apic: Serialize LVTT and TSC_DEADLINE writesShaohua Li1-0/+7
2015-10-23perf/x86/intel: Fix constraint accessPeter Zijlstra1-1/+4
2015-10-23KVM: vmx: fix VPID is 0000H in non-root operationWanpeng Li1-0/+2
2015-09-29lib/decompressors: use real out buf size for gunzip with kernelYinghai Lu1-1/+2
2015-09-29x86/mm: Initialize pmd_idx in page_table_range_init_count()Minfei Huang1-0/+1
2015-09-21ACPI, PCI: Penalize legacy IRQ used by ACPI SCIJiang Liu1-0/+1