aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/mmu.c
Commit message (Expand)AuthorAgeFilesLines
* xen/pte: Fix crashes when trying to see non-existent PGD/PMD/PUD/PTEsKonrad Rzeszutek Wilk2012-05-211-1/+6
* xen/x86: replace order-based range checking of M2P table by linear oneJan Beulich2011-08-291-4/+8
* xen/mmu: Fix for linker errors when CONFIG_SMP is not defined.Konrad Rzeszutek Wilk2011-06-301-0/+4
* xen: support CONFIG_MAXSMPAndrew Jones2011-06-151-1/+2
* xen: partially revert "xen: set max_pfn_mapped to the last pfn mapped"Stefano Stabellini2011-06-091-1/+8
* Merge branch 'upstream/tidy-xen-mmu-2.6.39' of git://git.kernel.org/pub/scm/l...Linus Torvalds2011-05-261-234/+50
|\
| * xen: fix compile without CONFIG_XEN_DEBUG_FSJeremy Fitzhardinge2011-05-201-0/+2
| * Use arbitrary_virt_to_machine() to deal with ioremapped pud updates.Jeremy Fitzhardinge2011-05-201-1/+1
| * Use arbitrary_virt_to_machine() to deal with ioremapped pmd updates.Jeremy Fitzhardinge2011-05-201-1/+1
| * xen/mmu: remove all ad-hoc stats stuffJeremy Fitzhardinge2011-05-201-138/+0
| * xen: use normal virt_to_machine for ptesJeremy Fitzhardinge2011-05-201-5/+5
| * xen: make a pile of mmu pvop functions staticJeremy Fitzhardinge2011-05-201-23/+23
| * xen: condense everything onto xen_set_pteJeremy Fitzhardinge2011-05-201-46/+27
| * xen: use mmu_update for xen_set_pte_at()Jeremy Fitzhardinge2011-05-201-15/+11
| * xen: drop all the special iomap pte paths.Jeremy Fitzhardinge2011-05-201-25/+0
| |
| \
| \
| \
*---. \ Merge branches 'stable/irq', 'stable/p2m.bugfixes', 'stable/e820.bugfixes' an...Linus Torvalds2011-05-191-1/+1
|\ \ \ \
| | | * | xen mmu: fix a race window causing leave_mm BUG()Tian, Kevin2011-05-121-1/+1
* | | | | arch/x86/xen/mmu: Cleanup code/data sections definitionsDaniel Kiper2011-05-191-17/+17
| |_|_|/ |/| | |
* | | | x86,xen: introduce x86_init.mapping.pagetable_reserveStefano Stabellini2011-05-121-0/+15
* | | | Revert "xen/mmu: Add workaround "x86-64, mm: Put early page table high""Konrad Rzeszutek Wilk2011-05-121-123/+0
|/ / /
* | | xen: mask_rw_pte mark RO all pagetable pages up to pgt_buf_topStefano Stabellini2011-05-021-1/+1
* | | xen/mmu: Add workaround "x86-64, mm: Put early page table high"Konrad Rzeszutek Wilk2011-05-021-0/+123
* | | xen: mask_rw_pte: do not apply the early_ioremap checks on x86_32Stefano Stabellini2011-04-201-4/+9
* | | xen/debug: Don't be so verbose with WARN on 1-1 mapping errors.Konrad Rzeszutek Wilk2011-04-041-2/+2
|/ /
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-03-221-9/+12
|\ \
| * | xen: update mask_rw_pte after kernel page tables init changesStefano Stabellini2011-03-191-3/+5
| * | xen: set max_pfn_mapped to the last pfn mappedStefano Stabellini2011-03-191-6/+7
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-03-181-1/+1
|\| |
| * | x86: Fix common misspellingsLucas De Marchi2011-03-181-1/+1
| | |
| \ \
*-. \ \ Merge branches 'stable/hvc-console', 'stable/gntalloc.v6' and 'stable/balloon...Linus Torvalds2011-03-171-2/+1
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| | * xen/balloon: Removal of driver_pagesDaniel Kiper2011-03-141-2/+1
| |/
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-03-151-1/+1
|\ \
| * \ Merge commit 'v2.6.38' into x86/mmIngo Molnar2011-03-151-6/+4
| |\ \
| * | | x86: Rename e820_table_* to pgt_buf_*Yinghai Lu2011-02-241-1/+1
| | |/ | |/|
| | |
| \ \
*-. | | Merge branches 'stable/p2m-identity.v4.9.1' and 'stable/e820' of git://git.ke...Linus Torvalds2011-03-151-3/+69
|\ \| | | |_|/ |/| |
| * | xen/debug: WARN_ON when identity PFN has no _PAGE_IOMAP flag set.Konrad Rzeszutek Wilk2011-03-141-0/+38
| * | xen/debugfs: Add 'p2m' file for printing out the P2M layout.Konrad Rzeszutek Wilk2011-03-141-0/+14
| * | xen/mmu: Set _PAGE_IOMAP if PFN is an identity PFN.Konrad Rzeszutek Wilk2011-03-141-2/+16
| * | xen: Mark all initial reserved pages for the balloon as INVALID_P2M_ENTRY.Konrad Rzeszutek Wilk2011-03-031-1/+1
| |/
* / x86/mm: Fix pgd_lock deadlockAndrea Arcangeli2011-03-101-6/+4
|/
* xen: export arbitrary_virt_to_machineStephen Rothwell2011-01-141-0/+1
* xen: move p2m handling to separate fileJeremy Fitzhardinge2011-01-111-365/+0
* vmalloc: eagerly clear ptes on vunmapJeremy Fitzhardinge2010-12-021-2/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kon...Linus Torvalds2010-11-251-13/+56
|\
| * xen: x86/32: perform initial startup on initial_page_tableIan Campbell2010-11-241-13/+56
| |
| \
*-. | Merge branches 'upstream/core', 'upstream/xenfs' and 'upstream/evtchn' into u...Jeremy Fitzhardinge2010-11-221-1/+2
|\ \|
| * | Merge commit 'v2.6.37-rc2' into upstream/xenfsJeremy Fitzhardinge2010-11-161-88/+416
| |\|
| * | xen: set vma flag VM_PFNMAP in the privcmd mmap file_opStefano Stabellini2010-11-111-1/+2
* | | xen: implement XENMEM_machphys_mappingIan Campbell2010-11-121-0/+14
| |/ |/|
* | xen: correct size of level2_kernel_pgtIan Campbell2010-10-291-1/+1