summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xen/mmu: On early bootup, flush the TLB when changing RO->RW bits Xen provide...Konrad Rzeszutek Wilk2013-04-021-4/+8
* xen/events: Handle VIRQ_TIMER before any other hardirq in event loop.Keir Fraser2013-04-021-4/+15
* xen/events: avoid race with raising an event in unmask_evtchn()David Vrabel2013-03-271-5/+15
* xen/mmu: Move the setting of pvops.write_cr3 to later phase in bootup.Konrad Rzeszutek Wilk2013-03-271-2/+1Star
* xen/acpi-stub: Disable it b/c the acpi_processor_add is no longer called.Konrad Rzeszutek Wilk2013-03-271-1/+1
* xen-pciback: notify hypervisor about devices intended to be assigned to guestsJan Beulich2013-03-224-18/+54
* xen/acpi-processor: Don't dereference struct acpi_processor on all CPUs.Konrad Rzeszutek Wilk2013-03-221-0/+3
* xen/acpi: remove redundant acpi/acpi_drivers.h includeLiu Jinsong2013-03-111-1/+0Star
* xen: arm: mandate EABI and use generic atomic operations.Ian Campbell2013-03-112-22/+6Star
* acpi: Export the acpi_processor_get_performance_infoKonrad Rzeszutek Wilk2013-03-063-6/+9
* xen/pciback: Don't disable a PCI device that is already disabled.Konrad Rzeszutek Wilk2013-03-061-1/+2
* xenbus: fix compile failure on ARM with Xen enabledSteven Noonan2013-03-011-0/+1
* xen/pci: We don't do multiple MSI's.Konrad Rzeszutek Wilk2013-03-011-0/+9
* xen/pat: Disable PAT using pat_enabled value.Konrad Rzeszutek Wilk2013-02-281-1/+9
* xen/acpi: xen cpu hotplug minor updatesLiu Jinsong2013-02-251-22/+12Star
* xen/acpi: xen memory hotplug minor updatesLiu Jinsong2013-02-251-26/+26
* Merge tag 'stable/for-linus-3.9-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-02-2523-85/+1331
|\
| * xen: event channel arrays are xen_ulong_t and not unsigned longIan Campbell2013-02-204-52/+96
| * xen: Send spinlock IPI to all waitersStefan Bader2013-02-201-1/+0Star
| * xen: introduce xen_remap, use it instead of ioremapStefano Stabellini2013-02-205-3/+9
| * xen: close evtchn port if binding to irq failsWei Liu2013-02-201-0/+10
| * xen-evtchn: correct comment and error outputWei Liu2013-02-201-2/+2
| * xen/tmem: Add missing %s in the printk statement.Konrad Rzeszutek Wilk2013-02-201-1/+1
| * xen/acpi: move xen_acpi_get_pxm under CONFIG_XEN_DOM0Liu Jinsong2013-02-201-15/+15
| * xen/acpi: ACPI cpu hotplugLiu Jinsong2013-02-206-0/+530
| * xen/acpi: Move xen_acpi_get_pxm to Xen's acpi.hLiu Jinsong2013-02-202-18/+18
| * xen/stub: driver for CPU hotplugLiu Jinsong2013-02-202-2/+44
| * xen/acpi: ACPI memory hotplugLiu Jinsong2013-02-204-4/+522
| * xen/stub: driver for memory hotplugLiu Jinsong2013-02-204-0/+85
| * xen: implement updated XENMEM_add_to_physmap_range ABIIan Campbell2013-02-202-3/+11
| * xen/smp: Move the common CPU init code a bit to prep for PVH patch.Konrad Rzeszutek Wilk2013-02-201-19/+23
* | Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-02-2465-1671/+4359
|\ \
| * | Revert "KVM: MMU: lazily drop large spte"Marcelo Tosatti2013-02-201-7/+16
| * | x86: pvclock kvm: align allocation size to page sizeMarcelo Tosatti2013-02-191-5/+6
| * | Merge commit 'origin/next' into kvm-ppc-nextAlexander Graf2013-02-158-87/+66Star
| |\ \
| | * | KVM: nVMX: Remove redundant get_vmcs12 from nested_vmx_exit_handled_msrJan Kiszka2013-02-141-1/+1
| | * | x86 emulator: fix parity calculation for AAD instructionGleb Natapov2013-02-131-8/+5Star
| | * | KVM: Remove user_alloc from struct kvm_memory_slotTakuya Yoshikawa2013-02-113-23/+16Star
| | * | KVM: VMX: disable apicv by defaultYang Zhang2013-02-111-2/+1Star
| | * | KVM: s390: Fix handling of iscs.Cornelia Huck2013-02-111-3/+15
| | * | KVM: MMU: cleanup __direct_mapXiao Guangrong2013-02-071-8/+4Star
| | * | KVM: MMU: remove pt_access in mmu_set_spteXiao Guangrong2013-02-072-15/+11Star
| | * | KVM: MMU: cleanup mapping-levelXiao Guangrong2013-02-071-2/+1Star
| | * | KVM: MMU: lazily drop large spteXiao Guangrong2013-02-071-16/+7Star
| | * | KVM: VMX: cleanup vmx_set_cr0().Gleb Natapov2013-02-071-9/+5Star
| * | | KVM: PPC: BookE: Handle alignment interruptsAlexander Graf2013-02-132-3/+19
| * | | booke: Added DBCR4 SPR numberBharat Bhushan2013-02-131-0/+1
| * | | KVM: PPC: booke: Allow multiple exception typesBharat Bhushan2013-02-135-16/+54
| * | | KVM: PPC: booke: use vcpu reference from thread_structBharat Bhushan2013-02-133-7/+3Star
| * | | Merge commit 'origin/next' into kvm-ppc-nextAlexander Graf2013-02-1323-166/+803
| |\| |