aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/mmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-11-22Merge branches 'upstream/core', 'upstream/xenfs' and 'upstream/evtchn' into upstream/for-linusJeremy Fitzhardinge1-1/+2
2010-11-16Merge commit 'v2.6.37-rc2' into upstream/xenfsJeremy Fitzhardinge1-88/+416
2010-11-12xen: implement XENMEM_machphys_mappingIan Campbell1-0/+14
2010-11-11xen: set vma flag VM_PFNMAP in the privcmd mmap file_opStefano Stabellini1-1/+2
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 Torvalds1-3/+44
2010-10-26Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xenLinus Torvalds1-76/+425
2010-10-22xen: add the direct mapping area for ISA bus accessJuan Quintela1-0/+24
2010-10-22xen: map a dummy page for local apic and ioapic in xen_set_fixmapJeremy Fitzhardinge1-3/+20
2010-10-22xen: correctly rebuild mfn list list after migration.Ian Campbell1-13/+37
2010-10-22xen: add support for PATJeremy Fitzhardinge1-3/+50
2010-10-22xen: make sure xen_max_p2m_pfn is up to dateJeremy Fitzhardinge1-4/+4
2010-10-22xen: don't map missing memoryJeremy Fitzhardinge1-1/+14
2010-10-22xen: defer building p2m mfn structures until kernel is mappedJeremy Fitzhardinge1-3/+0
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 Fitzhardinge1-76/+242
2010-10-22xen: make install_p2mtop_page() staticJeremy Fitzhardinge1-2/+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: 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-21Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-10/+21
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-13xen: Cope with unmapped pages when initializing kernel pagetableJeremy Fitzhardinge1-8/+18
2010-08-31Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar1-5/+323
2010-08-27x86, memblock: Replace e820_/_early string with memblock_Yinghai Lu1-2/+3
2010-08-23x86, paravirt: Remove alloc_pmd_clone hook, only used by VMIAlok Kataria1-1/+0
2010-08-12Merge branch 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-5/+288
2010-07-29Introduce CONFIG_XEN_PVHVM compile optionStefano Stabellini1-0/+2
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 Stabellini1-0/+33
2010-06-07xen: Add xen_create_contiguous_regionAlex Nixon1-0/+201
2010-06-07xen: Rename the balloon lockAlex Nixon1-0/+7
2010-06-07xen: Allow unprivileged Xen domains to create iomap pagesAlex Nixon1-3/+15
2010-06-07xen: use _PAGE_IOMAP in ioremap to do machine mappingsJeremy Fitzhardinge1-2/+69
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-27x86, paravirt: Remove kmap_atomic_pte paravirt op.Ian Campbell1-22/+0
2010-02-27x86, xen: Disable highmem PTE allocation even when CONFIG_HIGHPTE=yIan Campbell1-5/+6
2009-12-03xen: correctly restore pfn_to_mfn_list_list after resumeIan Campbell1-1/+1
2009-09-24cpumask: use mm_cpumask() wrapper: x86Rusty Russell1-2/+2
2009-08-31x86: Move xen_post_allocator_init into xen_pagetable_setup_doneThomas Gleixner1-1/+4
2009-08-31x86: Move paravirt pagetable_setup to x86_init_opsThomas Gleixner1-4/+7
2009-06-10Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-12/+11
2009-05-13xen: use header for EXPORT_SYMBOL_GPLRandy Dunlap1-0/+1
2009-05-08Merge branch 'x86/urgent' into x86/xenIngo Molnar1-1/+6
2009-05-08x86: xen, i386: reserve Xen pagetablesJeremy Fitzhardinge1-0/+5
2009-04-13Merge branch 'for-rc1/xen/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xenLinus Torvalds1-33/+83