summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
AgeCommit message (Expand)Author
2010-10-22xen: make sure xen_extra_mem_start is beyond all non-RAM e820Jeremy Fitzhardinge
2010-10-22xen: implement "extra" memory to reserve space for pages not present at bootJeremy Fitzhardinge
2010-10-22xen: Use host-provided E820 mapIan Campbell
2010-10-22xen: don't map missing memoryJeremy Fitzhardinge
2010-10-22xen: defer building p2m mfn structures until kernel is mappedJeremy Fitzhardinge
2010-10-22xen: add return value to set_phys_to_machine()Jeremy Fitzhardinge
2010-10-22xen: convert p2m to a 3 level treeJeremy Fitzhardinge
2010-10-22xen: make install_p2mtop_page() staticJeremy Fitzhardinge
2010-10-22xen: set the actual extent of the mfn_list_listJeremy Fitzhardinge
2010-10-22xen: set shared_info->arch.max_pfn to max_p2m_pfnJeremy Fitzhardinge
2010-10-22xen: remove noise about registering vcpu infoJeremy Fitzhardinge
2010-10-22xen: allocate level1_ident_pgtJeremy Fitzhardinge
2010-10-22xen: use early_brk for level2_kernel_pgtJeremy Fitzhardinge
2010-10-22xen: allocate p2m size based on actual max sizeJeremy Fitzhardinge
2010-10-22xen: dynamically allocate p2m spaceJeremy Fitzhardinge
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-21Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2010-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflagsLinus Torvalds
2010-10-21Merge branch 'x86-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-10-21Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-10-21x86, kexec: Make sure to stop all CPUs before exiting the kernelAlok Kataria
2010-10-20xen/privcmd: move remap_domain_mfn_range() to core xen code and export.Ian Campbell
2010-10-20xen: add xen_set_domain_pte()Jeremy Fitzhardinge
2010-10-18xen/pci: Request ACS when Xen-SWIOTLB is activated.Konrad Rzeszutek Wilk
2010-10-18xen/x86/PCI: Add support for the Xen PCI subsystemAlex Nixon
2010-10-18xen: Don't disable the I/O spaceAlex Nixon
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-10-13xen: Cope with unmapped pages when initializing kernel pagetableJeremy Fitzhardinge
2010-10-11memblock: Allow memblock_init to be called earlyJeremy Fitzhardinge
2010-10-08Merge commit 'v2.6.36-rc7' into core/memblockIngo Molnar
2010-10-07Fix IRQ flag handling namingDavid Howells
2010-10-05xen: do not initialize PV timers on HVM if !xen_have_vector_callbackStefano Stabellini
2010-08-31Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar
2010-08-27x86, memblock: Replace e820_/_early string with memblock_Yinghai Lu
2010-08-26x86, xen-swiotlb: Make Xen-SWIOTLB use IOMMU_INIT_* macros.Konrad Rzeszutek Wilk
2010-08-23x86, paravirt: Remove alloc_pmd_clone hook, only used by VMIAlok Kataria
2010-08-23xen: pvhvm: rename xen_emul_unplug=ignore to =unnnecessaryIan Campbell
2010-08-23xen: pvhvm: allow user to request no emulated device unplugIan Campbell
2010-08-12Merge branch 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2010-08-04Merge branch 'upstream/pvhvm' into upstream/xenJeremy Fitzhardinge
2010-08-04Merge branch 'upstream/core' into upstream/xenJeremy Fitzhardinge
2010-08-04xen/panic: use xen_reboot and fix smp_send_stopIan Campbell
2010-08-04Xen: register panic notifier to take crashes of xen guests on panicDonald Dutile
2010-08-04xen: support large numbers of CPUs with vcpu info placementMukesh Rathor
2010-08-04xen: drop xen_sched_clock in favour of using plain wallclock timeJeremy Fitzhardinge
2010-07-29Introduce CONFIG_XEN_PVHVM compile optionStefano Stabellini
2010-07-27pci-swiotlb-xen: Add glue code to setup dma_ops utilizing xen_swiotlb_*Konrad Rzeszutek Wilk
2010-07-27xen/mmu: inhibit vmap aliases rather than trying to clear them outJeremy Fitzhardinge
2010-07-26x86: Call HVMOP_pagetable_dying on exit_mmap.Stefano Stabellini
2010-07-26x86: Unplug emulated disks and nics.Stefano Stabellini