summaryrefslogtreecommitdiff
path: root/arch/x86/xen/mmu.c
AgeCommit message (Expand)Author
2011-09-16Merge branch 'stable/bug.fixes' of git://oss.oracle.com/git/kwilk/xenLinus Torvalds
2011-09-15xen/i386: follow-up to "replace order-based range checking of M2P table by li...Jan Beulich
2011-08-22Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-08-17xen/x86: replace order-based range checking of M2P table by linear oneJan Beulich
2011-08-12Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-08-04x86-64, xen: Enable the vvar mappingAndy Lutomirski
2011-07-18xen/mmu: tune pgtable alloc/releaseJeremy Fitzhardinge
2011-07-18xen/mmu: use extend_args for more mmuext updatesJeremy Fitzhardinge
2011-07-18xen/trace: add tlb flush tracepointsJeremy Fitzhardinge
2011-07-18xen/trace: add xen_pgd_(un)pin tracepointsJeremy Fitzhardinge
2011-07-18xen/trace: add ptpage alloc/release tracepointsJeremy Fitzhardinge
2011-07-18xen/trace: add mmu tracepointsJeremy Fitzhardinge
2011-06-30xen/mmu: Fix for linker errors when CONFIG_SMP is not defined.Konrad Rzeszutek Wilk
2011-06-15xen: support CONFIG_MAXSMPAndrew Jones
2011-06-09xen: partially revert "xen: set max_pfn_mapped to the last pfn mapped"Stefano Stabellini
2011-05-26Merge branch 'upstream/tidy-xen-mmu-2.6.39' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2011-05-20xen: fix compile without CONFIG_XEN_DEBUG_FSJeremy Fitzhardinge
2011-05-20Use arbitrary_virt_to_machine() to deal with ioremapped pud updates.Jeremy Fitzhardinge
2011-05-20Use arbitrary_virt_to_machine() to deal with ioremapped pmd updates.Jeremy Fitzhardinge
2011-05-20xen/mmu: remove all ad-hoc stats stuffJeremy Fitzhardinge
2011-05-20xen: use normal virt_to_machine for ptesJeremy Fitzhardinge
2011-05-20xen: make a pile of mmu pvop functions staticJeremy Fitzhardinge
2011-05-20xen: condense everything onto xen_set_pteJeremy Fitzhardinge
2011-05-20xen: use mmu_update for xen_set_pte_at()Jeremy Fitzhardinge
2011-05-20xen: drop all the special iomap pte paths.Jeremy Fitzhardinge
2011-05-19Merge branches 'stable/irq', 'stable/p2m.bugfixes', 'stable/e820.bugfixes' an...Linus Torvalds
2011-05-19arch/x86/xen/mmu: Cleanup code/data sections definitionsDaniel Kiper
2011-05-12xen mmu: fix a race window causing leave_mm BUG()Tian, Kevin
2011-05-12x86,xen: introduce x86_init.mapping.pagetable_reserveStefano Stabellini
2011-05-12Revert "xen/mmu: Add workaround "x86-64, mm: Put early page table high""Konrad Rzeszutek Wilk
2011-05-02xen: mask_rw_pte mark RO all pagetable pages up to pgt_buf_topStefano Stabellini
2011-05-02xen/mmu: Add workaround "x86-64, mm: Put early page table high"Konrad Rzeszutek Wilk
2011-04-20xen: mask_rw_pte: do not apply the early_ioremap checks on x86_32Stefano Stabellini
2011-04-04xen/debug: Don't be so verbose with WARN on 1-1 mapping errors.Konrad Rzeszutek Wilk
2011-03-22Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-03-19xen: update mask_rw_pte after kernel page tables init changesStefano Stabellini
2011-03-19xen: set max_pfn_mapped to the last pfn mappedStefano Stabellini
2011-03-18Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-03-18x86: Fix common misspellingsLucas De Marchi
2011-03-17Merge branches 'stable/hvc-console', 'stable/gntalloc.v6' and 'stable/balloon...Linus Torvalds
2011-03-15Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-03-15Merge branches 'stable/p2m-identity.v4.9.1' and 'stable/e820' of git://git.ke...Linus Torvalds
2011-03-15Merge commit 'v2.6.38' into x86/mmIngo Molnar
2011-03-14xen/balloon: Removal of driver_pagesDaniel Kiper
2011-03-14xen/debug: WARN_ON when identity PFN has no _PAGE_IOMAP flag set.Konrad Rzeszutek Wilk
2011-03-14xen/debugfs: Add 'p2m' file for printing out the P2M layout.Konrad Rzeszutek Wilk
2011-03-14xen/mmu: Set _PAGE_IOMAP if PFN is an identity PFN.Konrad Rzeszutek Wilk
2011-03-10x86/mm: Fix pgd_lock deadlockAndrea Arcangeli
2011-03-03xen: Mark all initial reserved pages for the balloon as INVALID_P2M_ENTRY.Konrad Rzeszutek Wilk
2011-02-24x86: Rename e820_table_* to pgt_buf_*Yinghai Lu