aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
Commit message (Expand)AuthorAge
...
| | * | | xen: don't add extra_pages for RAM after mem_endJeremy Fitzhardinge2010-10-22
| | * | | xen: add support for PATJeremy Fitzhardinge2010-10-22
| | * | | xen: make sure xen_max_p2m_pfn is up to dateJeremy Fitzhardinge2010-10-22
| | * | | xen: limit extra memory to a certain ratio of baseJeremy Fitzhardinge2010-10-22
| | * | | xen: add extra pages for E820 RAM regions, even if beyond mem_endJeremy Fitzhardinge2010-10-22
| | * | | xen: make sure xen_extra_mem_start is beyond all non-RAM e820Jeremy Fitzhardinge2010-10-22
| | * | | xen: implement "extra" memory to reserve space for pages not present at bootJeremy Fitzhardinge2010-10-22
| | * | | xen: Use host-provided E820 mapIan Campbell2010-10-22
| | * | | xen: don't map missing memoryJeremy Fitzhardinge2010-10-22
| | * | | xen: defer building p2m mfn structures until kernel is mappedJeremy Fitzhardinge2010-10-22
| | * | | xen: add return value to set_phys_to_machine()Jeremy Fitzhardinge2010-10-22
| | * | | xen: convert p2m to a 3 level treeJeremy Fitzhardinge2010-10-22
| | * | | xen: make install_p2mtop_page() staticJeremy Fitzhardinge2010-10-22
| | * | | xen: set the actual extent of the mfn_list_listJeremy Fitzhardinge2010-10-22
| | * | | xen: set shared_info->arch.max_pfn to max_p2m_pfnJeremy Fitzhardinge2010-10-22
| | * | | xen: remove noise about registering vcpu infoJeremy Fitzhardinge2010-10-22
| | * | | xen: allocate level1_ident_pgtJeremy Fitzhardinge2010-10-22
| | * | | xen: use early_brk for level2_kernel_pgtJeremy Fitzhardinge2010-10-22
| | * | | xen: allocate p2m size based on actual max sizeJeremy Fitzhardinge2010-10-22
| | * | | xen: dynamically allocate p2m spaceJeremy Fitzhardinge2010-10-22
| | |/ /
| * | | xen/privcmd: move remap_domain_mfn_range() to core xen code and export.Ian Campbell2010-10-20
| * | | xen: add xen_set_domain_pte()Jeremy Fitzhardinge2010-10-20
| |/ /
* | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-22
|\ \ \
| * | | llseek: automatically add .llseek fopArnd Bergmann2010-10-15
| | |/ | |/|
* | | Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-10-21
|\ \ \
| * | | xen: Cope with unmapped pages when initializing kernel pagetableJeremy Fitzhardinge2010-10-13
| * | | memblock: Allow memblock_init to be called earlyJeremy Fitzhardinge2010-10-11
| * | | Merge commit 'v2.6.36-rc7' into core/memblockIngo Molnar2010-10-08
| |\ \ \ | | | |/ | | |/|
| * | | Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar2010-08-31
| |\ \ \ | | | |/ | | |/|
| * | | x86, memblock: Replace e820_/_early string with memblock_Yinghai Lu2010-08-27
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflagsLinus Torvalds2010-10-21
|\ \ \ \
| * | | | Fix IRQ flag handling namingDavid Howells2010-10-07
| | |_|/ | |/| |
* | | | Merge branch 'x86-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-10-21
|\ \ \ \
| * | | | x86, xen-swiotlb: Make Xen-SWIOTLB use IOMMU_INIT_* macros.Konrad Rzeszutek Wilk2010-08-26
* | | | | Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-21
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | x86, paravirt: Remove alloc_pmd_clone hook, only used by VMIAlok Kataria2010-08-23
| |/ / /
* | | / xen: do not initialize PV timers on HVM if !xen_have_vector_callbackStefano Stabellini2010-10-05
| |_|/ |/| |
* | | xen: pvhvm: rename xen_emul_unplug=ignore to =unnnecessaryIan Campbell2010-08-23
* | | xen: pvhvm: allow user to request no emulated device unplugIan Campbell2010-08-23
|/ /
* | Merge branch 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2010-08-12
|\ \
| * | pci-swiotlb-xen: Add glue code to setup dma_ops utilizing xen_swiotlb_*Konrad Rzeszutek Wilk2010-07-27
| * | xen/mmu: inhibit vmap aliases rather than trying to clear them outJeremy Fitzhardinge2010-07-27
| * | xen: Add xen_create_contiguous_regionAlex Nixon2010-06-07
| * | xen: Rename the balloon lockAlex Nixon2010-06-07
| * | xen: Allow unprivileged Xen domains to create iomap pagesAlex Nixon2010-06-07
| * | xen: use _PAGE_IOMAP in ioremap to do machine mappingsJeremy Fitzhardinge2010-06-07
* | | Merge branch 'upstream/pvhvm' into upstream/xenJeremy Fitzhardinge2010-08-04
|\ \ \
| * | | Introduce CONFIG_XEN_PVHVM compile optionStefano Stabellini2010-07-29
| * | | x86: Call HVMOP_pagetable_dying on exit_mmap.Stefano Stabellini2010-07-27
| * | | x86: Unplug emulated disks and nics.Stefano Stabellini2010-07-27