summaryrefslogtreecommitdiff
path: root/arch/x86/xen/mmu.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-19xen: set max_pfn_mapped to the last pfn mappedStefano Stabellini1-6/+7
2011-03-18Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2011-03-18x86: Fix common misspellingsLucas De Marchi1-1/+1
2011-03-18Merge branches 'stable/hvc-console', 'stable/gntalloc.v6' and 'stable/balloon...Linus Torvalds1-2/+1
2011-03-16Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2011-03-15Merge branches 'stable/p2m-identity.v4.9.1' and 'stable/e820' of git://git.ke...Linus Torvalds1-3/+69
2011-03-15Merge commit 'v2.6.38' into x86/mmIngo Molnar1-6/+4
2011-03-14xen/balloon: Removal of driver_pagesDaniel Kiper1-2/+1
2011-03-14xen/debug: WARN_ON when identity PFN has no _PAGE_IOMAP flag set.Konrad Rzeszutek Wilk1-0/+38
2011-03-14xen/debugfs: Add 'p2m' file for printing out the P2M layout.Konrad Rzeszutek Wilk1-0/+14
2011-03-14xen/mmu: Set _PAGE_IOMAP if PFN is an identity PFN.Konrad Rzeszutek Wilk1-2/+16
2011-03-10x86/mm: Fix pgd_lock deadlockAndrea Arcangeli1-6/+4
2011-03-03xen: Mark all initial reserved pages for the balloon as INVALID_P2M_ENTRY.Konrad Rzeszutek Wilk1-1/+1
2011-02-24x86: Rename e820_table_* to pgt_buf_*Yinghai Lu1-1/+1
2011-01-15xen: export arbitrary_virt_to_machineStephen Rothwell1-0/+1
2011-01-11xen: move p2m handling to separate fileJeremy Fitzhardinge1-365/+0
2010-12-03vmalloc: eagerly clear ptes on vunmapJeremy Fitzhardinge1-2/+0
2010-11-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kon...Linus Torvalds1-13/+56
2010-11-24xen: x86/32: perform initial startup on initial_page_tableIan Campbell1-13/+56
2010-11-22Merge branches 'upstream/core', 'upstream/xenfs' and 'upstream/evtchn' into u...Jeremy Fitzhardinge1-1/+2
2010-11-16Merge commit 'v2.6.37-rc2' into upstream/xenfsJeremy Fitzhardinge1-88/+416
2010-11-13xen: 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-29Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-3/+44
2010-10-27Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/p...Linus Torvalds1-76/+425
2010-10-23xen: add the direct mapping area for ISA bus accessJuan Quintela1-0/+24
2010-10-23xen: 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-22Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-10/+21
2010-10-21xen/privcmd: move remap_domain_mfn_range() to core xen code and export.Ian Campbell1-0/+66
2010-10-21xen: add xen_set_domain_pte()Jeremy Fitzhardinge1-2/+8
2010-10-14xen: 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-24x86, 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...Linus Torvalds1-5/+288