aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/xen
AgeCommit message (Expand)Author
2010-10-28Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2010-10-27Merge branch 'akpm-incoming-2'Linus Torvalds
2010-10-27Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-10-27Remove duplicate includes from many filesZimny Lech
2010-10-26Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/p...Linus Torvalds
2010-10-26xen: initialize cpu masks for pv guests in xen_smp_initStefano Stabellini
2010-10-25xen: include xen/xen.h for definition of xen_initial_domain()Ian Campbell
2010-10-25Merge branch 'linus' into x86/urgentIngo Molnar
2010-10-22xen: mask the MTRR feature from the cpuidStefano Stabellini
2010-10-22xen: add the direct mapping area for ISA bus accessJuan Quintela
2010-10-22xen: use vcpu_ops to setup cpu masksStefano Stabellini
2010-10-22xen: map a dummy page for local apic and ioapic in xen_set_fixmapJeremy Fitzhardinge
2010-10-22xen: introduce XEN_DOM0 as a silent optionStefano Stabellini
2010-10-22Merge commit 'konrad/stable/xen-pcifront-0.8.2' into 2.6.36-rc8-initial-domai...Stefano Stabellini
2010-10-22xen: use host E820 map for dom0Ian Campbell
2010-10-22xen: correctly rebuild mfn list list after migration.Ian Campbell
2010-10-22xen: don't add extra_pages for RAM after mem_endJeremy Fitzhardinge
2010-10-22xen: add support for PATJeremy Fitzhardinge
2010-10-22xen: make sure xen_max_p2m_pfn is up to dateJeremy Fitzhardinge
2010-10-22xen: limit extra memory to a certain ratio of baseJeremy Fitzhardinge
2010-10-22xen: add extra pages for E820 RAM regions, even if beyond mem_endJeremy Fitzhardinge
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