summaryrefslogtreecommitdiff
path: root/arch/x86/xen
AgeCommit message (Expand)AuthorFilesLines
2012-10-01Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-11/+7
2012-10-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+2
2012-09-24xen/boot: Disable NUMA for PV guests.Konrad Rzeszutek Wilk1-0/+4
2012-09-19xen/boot: Disable BIOS SMP MP table search.Konrad Rzeszutek Wilk1-0/+4
2012-09-12xen/m2p: do not reuse kmap_op->dev_bus_addrStefano Stabellini1-16/+11
2012-09-12x86: xen: Cleanup and remove x86_init.paging.pagetable_setup_done()Attilio Rao1-9/+4
2012-09-12x86: Move paging_init() call to x86_init.paging.pagetable_init()Attilio Rao1-0/+1
2012-09-12x86: Rename pagetable_setup_start() to pagetable_init()Attilio Rao1-2/+2
2012-09-12x86: Remove base argument from x86_init.paging.pagetable_setup_startAttilio Rao1-1/+1
2012-09-05xen: fix logical error in tlb flushingAlex Shi1-1/+1
2012-09-05Merge commit '4cb38750d49010ae72e718d46605ac9ba5a851b4' into stable/for-linus...Konrad Rzeszutek Wilk3-10/+6
2012-09-05xen/p2m: Fix one-off error in checking the P2M tree directory.Konrad Rzeszutek Wilk1-1/+1
2012-08-23xen/setup: Fix one-off error when adding for-balloon PFNs to the P2M.Konrad Rzeszutek Wilk1-1/+8
2012-08-23x86/smp: Don't ever patch back to UP if we unplug cpusRusty Russell1-4/+2
2012-08-17xen/p2m: Reuse existing P2M leafs if they are filled with 1:1 PFNs or INVALID.Konrad Rzeszutek Wilk1-3/+92
2012-08-16Merge tag 'stable/for-linus-3.6-rc1-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+5
2012-08-16Revert "xen PVonHVM: move shared_info to MMIO before kexec"Konrad Rzeszutek Wilk3-109/+13
2012-08-02xen/p2m: Reserve 8MB of _brk space for P2M leafs when populating back.Konrad Rzeszutek Wilk1-0/+5
2012-07-26Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-6/+6
2012-07-24Merge tag 'stable/for-linus-3.6-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds5-73/+217
2012-07-22Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+0
2012-07-19xen: populate correct number of pages when across mem boundary (v2)zhenzhong.duan1-14/+9
2012-07-19xen PVonHVM: move shared_info to MMIO before kexecOlaf Hering3-13/+109
2012-07-19xen: simplify init_hvm_pv_infoOlaf Hering1-32/+26
2012-07-19xen: remove cast from HYPERVISOR_shared_info assignmentOlaf Hering1-1/+1
2012-07-19xen/x86: avoid updating TLS descriptors if they haven't changedDavid Vrabel1-3/+26
2012-07-19xen/x86: add desc_equal() to compare GDT descriptorsDavid Vrabel1-0/+6
2012-07-19xen/mm: zero PTEs for non-present MFNs in the initial page tableDavid Vrabel1-1/+8
2012-07-19xen/mm: do direct hypercall in xen_set_pte() if batching is unavailableDavid Vrabel1-5/+25
2012-07-19xen/mce: Register native mce handler as vMCE bounce back pointLiu, Jinsong1-3/+7
2012-07-19xen/mce: Add mcelog support for Xen platformLiu, Jinsong1-3/+2
2012-07-05Merge branch 'x86/cpu' into perf/coreIngo Molnar1-2/+0
2012-06-27x86/flush_tlb: try flush_tlb_single one by one in flush_tlb_rangeAlex Shi1-6/+6
2012-06-15Merge tag 'stable/for-linus-3.5-rc2-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds3-1/+46
2012-06-14xen: mark local pages as FOREIGN in the m2p_overrideStefano Stabellini1-0/+36
2012-06-07x86, pvops: Remove hooks for {rd,wr}msr_safe_regsAndre Przywara1-2/+0
2012-06-05x86-smp-remove-call-to-ipi_call_lock-ipi_call_unlockYong Zhang1-2/+0
2012-05-31xen/setup: filter APERFMPERF cpuid feature outAndre Przywara1-0/+8
2012-05-30x86, amd, xen: Avoid NULL pointer paravirt referencesKonrad Rzeszutek Wilk1-0/+3
2012-05-30xen/balloon: Subtract from xen_released_pages the count that is populated.Konrad Rzeszutek Wilk1-1/+2
2012-05-24Merge tag 'stable/for-linus-3.5-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds10-212/+344
2012-05-23Merge branch 'x86-extable-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+2
2012-05-22Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-4/+41
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-15/+4
2012-05-21xen/smp: unbind irqworkX when unplugging vCPUs.Konrad Rzeszutek Wilk1-0/+1
2012-05-18x86/xen/apic: Add missing #include <xen/xen.h>Ingo Molnar1-1/+4
2012-05-08Merge branch 'smp/threadalloc' into smp/hotplugThomas Gleixner3-3/+18
2012-05-07Merge branch 'stable/autoballoon.v5.2' into stable/for-linus-3.5Konrad Rzeszutek Wilk5-94/+206
2012-05-07xen/acpi/sleep: Enable ACPI sleep via the __acpi_os_prepare_sleepKonrad Rzeszutek Wilk1-0/+3
2012-05-07xen: implement IRQ_WORK_VECTOR handlerLin Ming1-0/+30