aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-16/+45
2014-11-02KVM: vmx: defer load of APIC access page address during resetPaolo Bonzini1-1/+1
2014-11-02KVM: nVMX: Disable preemption while reading from shadow VMCSJan Kiszka1-0/+4
2014-11-02KVM: x86: Fix far-jump to non-canonical checkNadav Amit1-3/+5
2014-10-31x86_64, entry: Fix out of bounds read on sysenterAndy Lutomirski1-1/+1
2014-10-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds12-29/+34
2014-10-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2014-10-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-185/+14
2014-10-29KVM: emulator: fix execution close to the segment limitPaolo Bonzini1-10/+33
2014-10-29KVM: emulator: fix error code for __linearizePaolo Bonzini1-2/+2
2014-10-29perf/x86/intel: Revert incomplete and undocumented Broadwell client supportIngo Molnar3-181/+2
2014-10-29x86, pageattr: Prevent overflow in slow_virt_to_phys() for X86_PAEDexuan Cui1-1/+1
2014-10-29ACPI, irq, x86: Return IRQ instead of GSI in mp_register_gsi()Jiang Liu1-1/+1
2014-10-29x86, intel-mid: Create IRQs for APB timers and RTC timersJiang Liu2-2/+2
2014-10-29x86: Don't enable F00F workaround on Intel Quark processorsDave Jones1-2/+3
2014-10-28x86/irq: Fix XT-PIC-XT-PIC in /proc/interruptsMaciej W. Rozycki2-4/+2
2014-10-28perf/x86: Fix compile warnings for intel_uncorePeter Zijlstra2-2/+9
2014-10-28perf: Fix bogus kernel printkPeter Zijlstra (Intel)1-2/+3
2014-10-28sched: stop the unbound recursion in preempt_schedule_context()Oleg Nesterov1-0/+1
2014-10-28x86, cma: Reserve DMA contiguous area after initmem_init()Weijie Yang1-1/+1
2014-10-24i386/audit: stop scribbling on the stack frameEric Paris1-8/+7
2014-10-24Merge tag 'v3.18-rc1' into x86/urgentH. Peter Anvin49-514/+325
2014-10-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-81/+261
2014-10-24Merge tag 'stable/for-linus-3.18-b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds5-63/+31
2014-10-24KVM: x86: Wrong assertion on paging_tmpl.hNadav Amit1-1/+1
2014-10-24KVM: x86: PREFETCH and HINT_NOP should have SrcMem flagNadav Amit1-3/+4
2014-10-24KVM: x86: Emulator does not decode clflush wellNadav Amit1-3/+17
2014-10-24KVM: emulate: avoid accessing NULL ctxt->memoppPaolo Bonzini1-1/+1
2014-10-24KVM: x86: Decoding guest instructions which cross page boundary may failNadav Amit1-2/+4
2014-10-24kvm: x86: don't kill guest on unknown exit reasonMichael S. Tsirkin2-6/+6
2014-10-24kvm: vmx: handle invvpid vm exit gracefullyPetr Matousek2-1/+10
2014-10-24KVM: x86: Handle errors when RIP is set during far jumpsNadav Amit1-30/+88
2014-10-24KVM: x86: Emulator fixes for eip canonical checks on near branchesNadav Amit1-24/+54
2014-10-24KVM: x86: Fix wrong masking on relative jump/callNadav Amit1-5/+22
2014-10-24KVM: x86: Improve thread safety in pitAndy Honig1-0/+2
2014-10-24KVM: x86: Prevent host from panicking on shared MSR writes.Andy Honig3-6/+14
2014-10-24KVM: x86: Check non-canonical addresses upon WRMSRNadav Amit4-3/+42
2014-10-23Merge tag 'remove-weak-declarations' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-4/+3
2014-10-23Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-73/+100
2014-10-23x86/xen: panic on bad Xen-provided memory mapMartin Kelly1-0/+1
2014-10-23x86/xen: Fix incorrect per_cpu accessor in xen_clocksource_read()Boris Ostrovsky1-1/+1
2014-10-23x86/xen: avoid race in p2m handlingJuergen Gross1-5/+5
2014-10-23x86/xen: delay construction of mfn_list_listJuergen Gross3-55/+18
2014-10-23x86/xen: avoid writing to freed memory after race in p2m handlingJuergen Gross1-2/+6
2014-10-22x86, intel-mid: Remove "weak" from function declarationsBjorn Helgaas1-4/+3
2014-10-22x86, apic: Handle a bad TSC more gracefullyAndy Lutomirski2-3/+6
2014-10-20x86: ACPI: Do not translate GSI number if IOAPIC is disabledJiang Liu1-5/+9
2014-10-19Merge git://git.infradead.org/users/eparis/auditLinus Torvalds5-18/+28
2014-10-19Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2014-10-19x86/smpboot: Move data structure to its primary usage scopeIngo Molnar1-2/+2