summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* KVM: Fix interrupt unhalting a vcpu when it shouldn'tGleb Natapov2009-06-104-2/+23
* KVM: Timer event should not unconditionally unhalt vcpu.Gleb Natapov2009-06-101-23/+34
* KVM: VMX: Fold vm_need_ept() into callersAvi Kivity2009-06-101-19/+14
* KVM: VMX: Zero ept module parameter if ept is not presentAvi Kivity2009-06-101-1/+4
* KVM: VMX: Zero the vpid module parameter if vpid is not supportedAvi Kivity2009-06-101-1/+4
* KVM: VMX: Annotate module parameters as __read_mostlyAvi Kivity2009-06-101-5/+5
* KVM: VMX: Simplify module parameter namesAvi Kivity2009-06-101-3/+3
* KVM: VMX: Rename kvm_handle_exit() to vmx_handle_exit()Avi Kivity2009-06-101-2/+2
* KVM: VMX: Make module parameters readableAvi Kivity2009-06-101-5/+5
* KVM: reuse (pop|push)_irq from svm.c in vmx.cGleb Natapov2009-06-103-36/+24
* KVM: SVM: Remove duplicate code in svm_do_inject_vector()Gleb Natapov2009-06-101-9/+1
* KVM: x86: Ignore reads to EVNTSEL MSRsAmit Shah2009-06-101-0/+2
* KVM: MMU: do not free active mmu pages in free_mmu_pages()Gleb Natapov2009-06-101-8/+0
* KVM: Device assignment framework reworkSheng Yang2009-06-101-0/+1
* KVM: make 'lapic_timer_ops' and 'kpit_ops' staticHannes Eder2009-06-102-2/+2
* KVM: APIC: get rid of deliver_bitmaskGleb Natapov2009-06-102-45/+17
* KVM: change the way how lowest priority vcpu is calculatedGleb Natapov2009-06-102-38/+7
* KVM: consolidate ioapic/ipi interrupt delivery logicGleb Natapov2009-06-102-43/+28
* KVM: APIC: kvm_apic_set_irq deliver all kinds of interruptsGleb Natapov2009-06-102-19/+30
* KVM: MMU: remove call to kvm_mmu_pte_write from walk_addrJoerg Roedel2009-06-101-1/+0
* KVM: unify part of generic timer handlingMarcelo Tosatti2009-06-107-108/+129
* KVM: PIT: remove usage of count_load_time for channel 0Marcelo Tosatti2009-06-101-6/+31
* KVM: PIT: remove unused scheduled variableMarcelo Tosatti2009-06-102-2/+0
* KVM: x86: paravirt skip pit-through-ioapic boot checkMarcelo Tosatti2009-06-101-0/+4
* KVM: x86: silence preempt warning on kvm_write_guest_timeMatt T. Yourst2009-06-101-0/+2
* KVM: Enable MSI-X for KVM assigned deviceSheng Yang2009-06-101-0/+1
* KVM: bit ops for deliver_bitmapSheng Yang2009-06-101-3/+4
* KVM: Update intr delivery func to accept unsigned long* bitmapSheng Yang2009-06-101-4/+4
* KVM: VMX: Don't intercept MSR_KERNEL_GS_BASEAvi Kivity2009-06-101-14/+43
* KVM: VMX: Don't use highmem pages for the msr and pio bitmapsAvi Kivity2009-06-101-34/+25
* cpumask: alloc zeroed cpumask for static cpumask_var_tsYinghai Lu2009-06-096-6/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2009-06-061-3/+3
|\
| * x86/pci: fix mmconfig detection with 32bit near 4gYinghai Lu2009-06-041-3/+3
* | [CPUFREQ] powernow-k8: check space_id of _PCT registers to be FFHDave Jones2009-06-051-6/+7
* | lguest: fix 'unhandled trap 13' with CONFIG_CC_STACKPROTECTORRusty Russell2009-06-042-4/+14
|/
* acpi-cpufreq: fix printk typo and indentationJoe Perches2009-05-291-2/+2
* x86: ignore VM_LOCKED when determining if hugetlb-backed page tables can be s...Mel Gorman2009-05-291-1/+5
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-05-262-16/+8
|\
| * x86: avoid back to back on_each_cpu in cpa_flush_arrayPallipadi, Venkatesh2009-05-261-14/+3
| * x86, relocs: ignore R_386_NONE in kernel relocation entriesTejun Heo2009-05-251-2/+5
* | [CPUFREQ] powernow-k8: determine exact CPU frequency for HW PstatesAndreas Herrmann2009-05-261-2/+21
* | [CPUFREQ] powernow-k8 cleanup msg if BIOS does not export ACPI _PSS cpufreq dataThomas Renninger2009-05-261-14/+5
* | [CPUFREQ] powernow-k7 build fix when ACPI=nDave Jones2009-05-261-0/+2
* | [CPUFREQ] add atom family to p4-clockmodJarod Wilson2009-05-261-0/+1
* | Merge branch 'kvm-updates/2.6.30' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-05-252-3/+6
|\ \ | |/ |/|
| * KVM: Fix PDPTR reloading on CR4 writesAvi Kivity2009-05-251-1/+5
| * KVM: Make paravirt tlb flush also reload the PAE PDPTRsAvi Kivity2009-05-251-2/+1
* | x86: Remove remap percpu allocator for the time beingTejun Heo2009-05-251-1/+3
* | x86: cpa_flush_array wbinvd should be done on all CPUsvenkatesh.pallipadi@intel.com2009-05-221-1/+7
* | x86: bugfix wbinvd() model check instead of family checkvenkatesh.pallipadi@intel.com2009-05-221-2/+2