summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* perf/x86: Add support for sampling PEBS machine state registersStephane Eranian2014-11-161-0/+23
* perf/x86/intel: Disallow flags for most Core2/Atom/Nehalem/Westmere eventsAndi Kleen2014-11-161-26/+26
* perf/x86/intel: Use INTEL_FLAGS_UEVENT_CONSTRAINT for PRECDISTAndi Kleen2014-11-161-3/+3
* perf/x86: Add INTEL_FLAGS_UEVENT_CONSTRAINTAndi Kleen2014-11-161-0/+4
* perf/x86/intel/uncore: Add scaling units to the EP iMC eventsAndi Kleen2014-11-161-0/+8
* Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2014-11-1637-269/+519
|\
| * perf/x86/intel/uncore: Fix boot crash on SBOX PMU on Haswell-EPAndi Kleen2014-11-161-3/+30
| * perf/x86/intel/uncore: Fix IRP uncore register offsets on Haswell EPAndi Kleen2014-11-161-1/+15
| * perf/x86: Fix embarrasing typoPeter Zijlstra (Intel)2014-11-041-1/+1
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-11-022-16/+45
| |\
| | * KVM: vmx: defer load of APIC access page address during resetPaolo Bonzini2014-11-021-1/+1
| | * KVM: nVMX: Disable preemption while reading from shadow VMCSJan Kiszka2014-11-021-0/+4
| | * KVM: x86: Fix far-jump to non-canonical checkNadav Amit2014-11-021-3/+5
| | * KVM: emulator: fix execution close to the segment limitPaolo Bonzini2014-10-291-10/+33
| | * KVM: emulator: fix error code for __linearizePaolo Bonzini2014-10-291-2/+2
| * | x86_64, entry: Fix out of bounds read on sysenterAndy Lutomirski2014-10-311-1/+1
| * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-3112-29/+34
| |\ \
| | * | x86, pageattr: Prevent overflow in slow_virt_to_phys() for X86_PAEDexuan Cui2014-10-291-1/+1
| | * | ACPI, irq, x86: Return IRQ instead of GSI in mp_register_gsi()Jiang Liu2014-10-291-1/+1
| | * | x86, intel-mid: Create IRQs for APB timers and RTC timersJiang Liu2014-10-292-2/+2
| | * | x86: Don't enable F00F workaround on Intel Quark processorsDave Jones2014-10-291-2/+3
| | * | x86/irq: Fix XT-PIC-XT-PIC in /proc/interruptsMaciej W. Rozycki2014-10-282-4/+2
| | * | x86, cma: Reserve DMA contiguous area after initmem_init()Weijie Yang2014-10-281-1/+1
| | * | i386/audit: stop scribbling on the stack frameEric Paris2014-10-241-8/+7
| | * | Merge tag 'v3.18-rc1' into x86/urgentH. Peter Anvin2014-10-2449-514/+325
| | |\ \
| | * | | x86, apic: Handle a bad TSC more gracefullyAndy Lutomirski2014-10-222-3/+6
| | * | | x86: ACPI: Do not translate GSI number if IOAPIC is disabledJiang Liu2014-10-201-5/+9
| | * | | x86/smpboot: Move data structure to its primary usage scopeIngo Molnar2014-10-191-2/+2
| * | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-311-0/+1
| |\ \ \ \
| | * | | | sched: stop the unbound recursion in preempt_schedule_context()Oleg Nesterov2014-10-281-0/+1
| | | |_|/ | | |/| |
| * | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-315-185/+14
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-10-248-81/+261
| |\ \ \ \
| | * | | | KVM: x86: Wrong assertion on paging_tmpl.hNadav Amit2014-10-241-1/+1
| | * | | | KVM: x86: PREFETCH and HINT_NOP should have SrcMem flagNadav Amit2014-10-241-3/+4
| | * | | | KVM: x86: Emulator does not decode clflush wellNadav Amit2014-10-241-3/+17
| | * | | | KVM: emulate: avoid accessing NULL ctxt->memoppPaolo Bonzini2014-10-241-1/+1
| | * | | | KVM: x86: Decoding guest instructions which cross page boundary may failNadav Amit2014-10-241-2/+4
| | * | | | kvm: x86: don't kill guest on unknown exit reasonMichael S. Tsirkin2014-10-242-6/+6
| | * | | | kvm: vmx: handle invvpid vm exit gracefullyPetr Matousek2014-10-242-1/+10
| | * | | | KVM: x86: Handle errors when RIP is set during far jumpsNadav Amit2014-10-241-30/+88
| | * | | | KVM: x86: Emulator fixes for eip canonical checks on near branchesNadav Amit2014-10-241-24/+54
| | * | | | KVM: x86: Fix wrong masking on relative jump/callNadav Amit2014-10-241-5/+22
| | * | | | KVM: x86: Improve thread safety in pitAndy Honig2014-10-241-0/+2
| | * | | | KVM: x86: Prevent host from panicking on shared MSR writes.Andy Honig2014-10-243-6/+14
| | * | | | KVM: x86: Check non-canonical addresses upon WRMSRNadav Amit2014-10-244-3/+42
| | | |_|/ | | |/| |
| * | | | Merge tag 'stable/for-linus-3.18-b-rc1-tag' of git://git.kernel.org/pub/scm/l...Linus Torvalds2014-10-245-63/+31
| |\ \ \ \
| | * | | | x86/xen: panic on bad Xen-provided memory mapMartin Kelly2014-10-231-0/+1
| | * | | | x86/xen: Fix incorrect per_cpu accessor in xen_clocksource_read()Boris Ostrovsky2014-10-231-1/+1
| | * | | | x86/xen: avoid race in p2m handlingJuergen Gross2014-10-231-5/+5
| | * | | | x86/xen: delay construction of mfn_list_listJuergen Gross2014-10-233-55/+18