summaryrefslogtreecommitdiff
path: root/arch/x86/xen/mmu.c
AgeCommit message (Expand)Author
2011-03-27xen: set max_pfn_mapped to the last pfn mappedStefano Stabellini
2011-03-10x86/mm: Fix pgd_lock deadlockAndrea Arcangeli
2011-01-14xen: export arbitrary_virt_to_machineStephen Rothwell
2011-01-11xen: move p2m handling to separate fileJeremy Fitzhardinge
2010-12-02vmalloc: eagerly clear ptes on vunmapJeremy Fitzhardinge
2010-11-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kon...Linus Torvalds
2010-11-24xen: x86/32: perform initial startup on initial_page_tableIan Campbell
2010-11-22Merge branches 'upstream/core', 'upstream/xenfs' and 'upstream/evtchn' into u...Jeremy Fitzhardinge
2010-11-16Merge commit 'v2.6.37-rc2' into upstream/xenfsJeremy Fitzhardinge
2010-11-12xen: implement XENMEM_machphys_mappingIan Campbell
2010-11-11xen: set vma flag VM_PFNMAP in the privcmd mmap file_opStefano Stabellini
2010-10-29xen: correct size of level2_kernel_pgtIan Campbell
2010-10-28Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2010-10-26Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/p...Linus Torvalds
2010-10-22xen: add the direct mapping area for ISA bus accessJuan Quintela
2010-10-22xen: map a dummy page for local apic and ioapic in xen_set_fixmapJeremy Fitzhardinge
2010-10-22xen: correctly rebuild mfn list list after migration.Ian Campbell
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: 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: 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-21Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
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-13xen: Cope with unmapped pages when initializing kernel pagetableJeremy Fitzhardinge
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-23x86, paravirt: Remove alloc_pmd_clone hook, only used by VMIAlok Kataria
2010-08-12Merge branch 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2010-07-29Introduce CONFIG_XEN_PVHVM compile optionStefano Stabellini
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-06-07xen: Add xen_create_contiguous_regionAlex Nixon
2010-06-07xen: Rename the balloon lockAlex Nixon
2010-06-07xen: Allow unprivileged Xen domains to create iomap pagesAlex Nixon
2010-06-07xen: use _PAGE_IOMAP in ioremap to do machine mappingsJeremy Fitzhardinge
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-27x86, paravirt: Remove kmap_atomic_pte paravirt op.Ian Campbell
2010-02-27x86, xen: Disable highmem PTE allocation even when CONFIG_HIGHPTE=yIan Campbell
2009-12-03xen: correctly restore pfn_to_mfn_list_list after resumeIan Campbell
2009-09-24cpumask: use mm_cpumask() wrapper: x86Rusty Russell