summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master' into queueMarcelo Tosatti2012-08-2623-293/+385
|\
| * Merge tag 'stable/for-linus-3.6-rc3-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-08-255-113/+113
| |\
| | * xen/setup: Fix one-off error when adding for-balloon PFNs to the P2M.Konrad Rzeszutek Wilk2012-08-231-1/+8
| | * xen/p2m: Reuse existing P2M leafs if they are filled with 1:1 PFNs or INVALID.Konrad Rzeszutek Wilk2012-08-171-3/+92
| | * Revert "xen PVonHVM: move shared_info to MMIO before kexec"Konrad Rzeszutek Wilk2012-08-163-109/+13
| * | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-08-253-14/+31
| |\ \
| | * | KVM: x86 emulator: use stack size attribute to mask rsp in stack opsAvi Kivity2012-08-221-9/+21
| | * | KVM: MMU: Fix mmu_shrink() so that it can free mmu pages as intendedTakuya Yoshikawa2012-08-221-4/+9
| | * | KVM: x86: update KVM_SAVE_MSRS_BEGIN to correct valueGleb Natapov2012-08-051-1/+1
| * | | x86, microcode, AMD: Fix broken ucode patch size checkAndreas Herrmann2012-08-221-3/+4
| * | | x86/alternatives: Fix p6 nops on non-modular kernelsAvi Kivity2012-08-221-1/+1
| * | | x86/fixup_irq: Use cpu_online_mask instead of cpu_all_maskLiu, Chuansheng2012-08-221-1/+1
| * | | x86/spinlocks: Fix comment in spinlock.hRichard Weinberger2012-08-221-2/+1
| * | | mm: hugetlbfs: correctly populate shared pmdMichal Hocko2012-08-211-5/+16
| * | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-08-208-14/+52
| |\ \ \
| | * | | x32: Use compat shims for {g,s}etsockoptMike Frysinger2012-08-181-2/+4
| | * | | Revert "x86-64/efi: Use EFI to deal with platform wall clock"H. Peter Anvin2012-08-142-10/+30
| | * | | x86, apic: fix broken legacy interrupts in the logical apic modeSuresh Siddha2012-08-141-0/+10
| | * | | x86, build: Globally set -fno-picAndrew Boie2012-08-103-2/+6
| | * | | x86, avx: don't use avx instructions with "noxsave" boot paramSuresh Siddha2012-08-081-0/+2
| | |/ /
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-08-203-144/+165
| |\ \ \
| | * | | perf/x86: disable PEBS on a guest entry.Gleb Natapov2012-08-131-1/+9
| | * | | perf/x86: Add Intel Westmere-EX uncore supportYan, Zheng2012-08-132-33/+68
| | * | | perf/x86: Fixes for Nehalem-EX uncore driverYan, Zheng2012-08-132-109/+87
| | * | | perf, x86: Fix uncore_types_exit section mismatchBorislav Petkov2012-08-131-1/+1
| | |/ /
| * | | Merge tag 'stable/for-linus-3.6-rc1-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-08-161-0/+5
| |\ \ \ | | |/ / | |/| / | | |/
| | * xen/p2m: Reserve 8MB of _brk space for P2M leafs when populating back.Konrad Rzeszutek Wilk2012-08-021-0/+5
* | | x86: KVM guest: merge CONFIG_KVM_CLOCK into CONFIG_KVM_GUESTMarcelo Tosatti2012-08-235-20/+12
* | | KVM: introduce readonly memslotXiao Guangrong2012-08-223-0/+11
* | | KVM: introduce gfn_to_pfn_memslot_atomicXiao Guangrong2012-08-221-4/+1
* | | KVM: x86: fix possible infinite loop caused by reexecute_instructionXiao Guangrong2012-08-221-1/+11
* | | KVM guest: disable stealtime on reboot to avoid mem corruptionFlorian Westphal2012-08-151-0/+1
* | | KVM: x86: drop parameter validation in ioapic/picMichael S. Tsirkin2012-08-141-9/+9
* | | KVM: VMX: Advertize RDTSC exiting to nested guestsAvi Kivity2012-08-131-1/+1
* | | KVM: VMX: restore MSR_IA32_DEBUGCTLMSR after VMEXITGleb Natapov2012-08-131-0/+6
* | | KVM: Correct vmrun to vmcall typoRaghavendra K T2012-08-131-1/+1
* | | KVM: x86: fix pvclock guest stopped flag reportingMarcelo Tosatti2012-08-132-3/+12
* | | KVM: correctly detect APIC SW state in kvm_apic_post_state_restore()Gleb Natapov2012-08-093-5/+8
* | | KVM: inline kvm_apic_present() and kvm_lapic_enabled()Gleb Natapov2012-08-062-92/+96
* | | KVM: use jump label to optimize checking for in kernel local apic presenceGleb Natapov2012-08-063-29/+41
* | | KVM: use jump label to optimize checking for SW enabled apic in spurious inte...Gleb Natapov2012-08-061-8/+31
* | | KVM: use jump label to optimize checking for HW enabled APIC in APIC_BASE MSRGleb Natapov2012-08-063-1/+30
* | | KVM: mark apic enabled on start upGleb Natapov2012-08-061-1/+2
* | | KVM: use kvm_lapic_set_base() to change apic_baseGleb Natapov2012-08-061-5/+4
* | | KVM: clean up kvm_(set|get)_apic_baseGleb Natapov2012-08-061-8/+2
* | | KVM: do not release the error pageXiao Guangrong2012-08-063-10/+5
* | | KVM: do not release the error pfnXiao Guangrong2012-08-063-13/+6
* | | KVM: introduce KVM_PFN_ERR_HWPOISONXiao Guangrong2012-08-061-1/+1
* | | KVM: introduce KVM_PFN_ERR_FAULTXiao Guangrong2012-08-061-1/+1
* | | KVM: Push rmap into kvm_arch_memory_slotTakuya Yoshikawa2012-08-063-28/+34
OpenPOWER on IntegriCloud