aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-22xen: Use host-provided E820 mapIan Campbell1-2/+36
2010-10-22xen: don't map missing memoryJeremy Fitzhardinge1-1/+14
2010-10-22xen: defer building p2m mfn structures until kernel is mappedJeremy Fitzhardinge2-3/+3
2010-10-22xen: add return value to set_phys_to_machine()Jeremy Fitzhardinge1-5/+8
2010-10-22xen: convert p2m to a 3 level treeJeremy Fitzhardinge2-83/+246
2010-10-22xen: make install_p2mtop_page() staticJeremy Fitzhardinge2-3/+2
2010-10-22xen: set the actual extent of the mfn_list_listJeremy Fitzhardinge1-1/+1
2010-10-22xen: set shared_info->arch.max_pfn to max_p2m_pfnJeremy Fitzhardinge1-1/+1
2010-10-22xen: remove noise about registering vcpu infoJeremy Fitzhardinge1-8/+0
2010-10-22xen: allocate level1_ident_pgtJeremy Fitzhardinge1-2/+6
2010-10-22xen: use early_brk for level2_kernel_pgtJeremy Fitzhardinge1-1/+3
2010-10-22xen: allocate p2m size based on actual max sizeJeremy Fitzhardinge1-14/+21
2010-10-22xen: dynamically allocate p2m spaceJeremy Fitzhardinge1-8/+22
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-21Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-11/+26
2010-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflagsLinus Torvalds1-1/+1
2010-10-21Merge branch 'x86-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+5
2010-10-21Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+0
2010-10-21x86, kexec: Make sure to stop all CPUs before exiting the kernelAlok Kataria2-4/+4
2010-10-20xen/privcmd: move remap_domain_mfn_range() to core xen code and export.Ian Campbell1-0/+66
2010-10-20xen: add xen_set_domain_pte()Jeremy Fitzhardinge1-2/+8
2010-10-18xen/pci: Request ACS when Xen-SWIOTLB is activated.Konrad Rzeszutek Wilk1-0/+4
2010-10-18xen/x86/PCI: Add support for the Xen PCI subsystemAlex Nixon1-0/+3
2010-10-18xen: Don't disable the I/O spaceAlex Nixon1-2/+0
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-13xen: Cope with unmapped pages when initializing kernel pagetableJeremy Fitzhardinge1-8/+18
2010-10-11memblock: Allow memblock_init to be called earlyJeremy Fitzhardinge1-0/+3
2010-10-08Merge commit 'v2.6.36-rc7' into core/memblockIngo Molnar1-2/+3
2010-10-07Fix IRQ flag handling namingDavid Howells1-1/+1
2010-10-05xen: do not initialize PV timers on HVM if !xen_have_vector_callbackStefano Stabellini1-2/+3
2010-08-31Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar12-71/+863
2010-08-27x86, memblock: Replace e820_/_early string with memblock_Yinghai Lu2-3/+5
2010-08-26x86, xen-swiotlb: Make Xen-SWIOTLB use IOMMU_INIT_* macros.Konrad Rzeszutek Wilk1-0/+5
2010-08-23x86, paravirt: Remove alloc_pmd_clone hook, only used by VMIAlok Kataria1-1/+0
2010-08-23xen: pvhvm: rename xen_emul_unplug=ignore to =unnnecessaryIan Campbell1-6/+7
2010-08-23xen: pvhvm: allow user to request no emulated device unplugIan Campbell1-0/+5
2010-08-12Merge branch 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds4-5/+351
2010-08-04Merge branch 'upstream/pvhvm' into upstream/xenJeremy Fitzhardinge9-22/+396
2010-08-04Merge branch 'upstream/core' into upstream/xenJeremy Fitzhardinge5-45/+111
2010-08-04xen/panic: use xen_reboot and fix smp_send_stopIan Campbell2-4/+3
2010-08-04Xen: register panic notifier to take crashes of xen guests on panicDonald Dutile3-0/+24
2010-08-04xen: support large numbers of CPUs with vcpu info placementMukesh Rathor1-4/+17
2010-08-04xen: drop xen_sched_clock in favour of using plain wallclock timeJeremy Fitzhardinge2-40/+1
2010-07-29Introduce CONFIG_XEN_PVHVM compile optionStefano Stabellini5-1/+13
2010-07-27pci-swiotlb-xen: Add glue code to setup dma_ops utilizing xen_swiotlb_*Konrad Rzeszutek Wilk2-0/+59
2010-07-27xen/mmu: inhibit vmap aliases rather than trying to clear them outJeremy Fitzhardinge1-7/+3
2010-07-26x86: Call HVMOP_pagetable_dying on exit_mmap.Stefano Stabellini3-0/+35
2010-07-26x86: Unplug emulated disks and nics.Stefano Stabellini4-1/+138
2010-07-26x86: Use xen_vcpuop_clockevent, xen_clocksource and xen wallclock.Stefano Stabellini4-22/+63
2010-07-22xen: Add suspend/resume support for PV on HVM guests.Stefano Stabellini3-6/+25