summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* KVM: VMX: constify lookup tablesMathias Krause2012-09-051-7/+7
* KVM: x86: more constificationMathias Krause2012-09-052-2/+2
* KVM: x86: constify read_write_emulator_opsMathias Krause2012-09-051-4/+4
* KVM: x86 emulator: constify emulate_opsMathias Krause2012-09-053-13/+13
* KVM: x86 emulator: mark opcode tables constMathias Krause2012-09-051-20/+20
* KVM: x86 emulator: use aligned variants of SSE register opsMathias Krause2012-09-051-32/+32
* KVM: x86: minor size optimizationMathias Krause2012-09-051-6/+6
* KVM: cleanup pic resetGleb Natapov2012-09-041-41/+11Star
* KVM: x86: remove unused variable from kvm_task_switch()Marcelo Tosatti2012-08-301-1/+0Star
* KVM: VMX: Ignore segment G and D bits when considering whether we can virtualizeAvi Kivity2012-08-281-1/+1
* KVM: VMX: Save all segment data in real modeAvi Kivity2012-08-281-0/+1
* KVM: VMX: Preserve segment limit and access rights in real modeAvi Kivity2012-08-281-0/+3
* KVM: VMX: Return real real-mode segment data even if emulate_invalid_guest_st...Avi Kivity2012-08-281-2/+1Star
* KVM: x86 emulator: Fix #GP error code during linearizationAvi Kivity2012-08-281-2/+2
* KVM: x86 emulator: Check segment limits in real mode tooAvi Kivity2012-08-281-3/+4
* KVM: x86 emulator: Leave segment limit and attributs alone in real modeAvi Kivity2012-08-281-6/+2Star
* KVM: VMX: Allow vm86 virtualization of big real modeAvi Kivity2012-08-281-1/+1
* KVM: VMX: Allow real mode emulation using vm86 with dpl=0Avi Kivity2012-08-281-1/+1
* KVM: VMX: Retain limit and attributes when entering protected modeAvi Kivity2012-08-281-6/+6
* KVM: VMX: Use kvm_segment to save protected-mode segments when entering realmodeAvi Kivity2012-08-281-61/+24Star
* KVM: VMX: Fix incorrect lookup of segment S flag in fix_pmode_dataseg()Avi Kivity2012-08-281-2/+2
* KVM: VMX: Separate saving pre-realmode state from setting segmentsAvi Kivity2012-08-281-7/+13
* KVM: x86 emulator: access GPRs on demandAvi Kivity2012-08-273-144/+220
* 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-265-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/+13Star
| * | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-08-263-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-231-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/+1Star
| * | | mm: hugetlbfs: correctly populate shared pmdMichal Hocko2012-08-221-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-113-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/+87Star
| | * | | 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