aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-11-12xen: implement XENMEM_machphys_mappingIan Campbell2-0/+21
2010-11-10xen: do not release any memory under 1M in domain 0Ian Campbell1-7/+11
2010-10-29xen: correct size of level2_kernel_pgtIan Campbell1-1/+1
2010-10-28Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds6-5/+92
2010-10-27Merge branch 'akpm-incoming-2'Linus Torvalds1-1/+0
2010-10-27Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-4/+4
2010-10-27Remove duplicate includes from many filesZimny Lech1-1/+0
2010-10-26Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xenLinus Torvalds6-95/+549
2010-10-26xen: initialize cpu masks for pv guests in xen_smp_initStefano Stabellini1-2/+22
2010-10-25xen: include xen/xen.h for definition of xen_initial_domain()Ian Campbell1-0/+1
2010-10-25Merge branch 'linus' into x86/urgentIngo Molnar6-13/+33
2010-10-22xen: mask the MTRR feature from the cpuidStefano Stabellini1-0/+1
2010-10-22xen: add the direct mapping area for ISA bus accessJuan Quintela3-0/+28
2010-10-22xen: use vcpu_ops to setup cpu masksStefano Stabellini1-1/+7
2010-10-22xen: map a dummy page for local apic and ioapic in xen_set_fixmapJeremy Fitzhardinge1-3/+20
2010-10-22xen: introduce XEN_DOM0 as a silent optionStefano Stabellini1-0/+10
2010-10-22Merge commit 'konrad/stable/xen-pcifront-0.8.2' into 2.6.36-rc8-initial-domain-v6Stefano Stabellini3-2/+7
2010-10-22xen: use host E820 map for dom0Ian Campbell1-2/+7
2010-10-22xen: correctly rebuild mfn list list after migration.Ian Campbell1-13/+37
2010-10-22xen: don't add extra_pages for RAM after mem_endJeremy Fitzhardinge1-9/+14
2010-10-22xen: add support for PATJeremy Fitzhardinge3-3/+57
2010-10-22xen: make sure xen_max_p2m_pfn is up to dateJeremy Fitzhardinge3-4/+7
2010-10-22xen: limit extra memory to a certain ratio of baseJeremy Fitzhardinge1-0/+32
2010-10-22xen: add extra pages for E820 RAM regions, even if beyond mem_endJeremy Fitzhardinge1-3/+4
2010-10-22xen: make sure xen_extra_mem_start is beyond all non-RAM e820Jeremy Fitzhardinge1-1/+2
2010-10-22xen: implement "extra" memory to reserve space for pages not present at bootJeremy Fitzhardinge1-2/+27
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