aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/xen/mmu.c
AgeCommit message (Expand)Author
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
2009-08-31x86: Move xen_post_allocator_init into xen_pagetable_setup_doneThomas Gleixner
2009-08-31x86: Move paravirt pagetable_setup to x86_init_opsThomas Gleixner
2009-06-10Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-05-13xen: use header for EXPORT_SYMBOL_GPLRandy Dunlap
2009-05-08Merge branch 'x86/urgent' into x86/xenIngo Molnar
2009-05-08x86: xen, i386: reserve Xen pagetablesJeremy Fitzhardinge
2009-04-13Merge branch 'for-rc1/xen/core' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2009-04-09x86: fix set_fixmap to use phys_addr_tMasami Hiramatsu
2009-04-09xen: add FIX_TEXT_POKE to fixmapJeremy Fitzhardinge
2009-04-08xen: add FIX_TEXT_POKE to fixmapJeremy Fitzhardinge
2009-04-08xen/mmu: weaken flush_tlb_other testJeremy Fitzhardinge
2009-04-08xen/mmu: some early pagetable cleanupsJeremy Fitzhardinge
2009-04-08xen: split construction of p2m mfn tables from registrationJeremy Fitzhardinge
2009-04-08xen: separate p2m allocation from settingJeremy Fitzhardinge
2009-04-08xen: disable preempt for leave_lazy_mmuJeremy Fitzhardinge
2009-04-07Merge commit 'origin/master' into for-linus/xen/masterJeremy Fitzhardinge
2009-03-30xen/mmu: weaken flush_tlb_other testJeremy Fitzhardinge
2009-03-30xen/mmu: some early pagetable cleanupsJeremy Fitzhardinge
2009-03-30xen: split construction of p2m mfn tables from registrationJeremy Fitzhardinge
2009-03-29xen: separate p2m allocation from settingJeremy Fitzhardinge
2009-03-29xen: disable preempt for leave_lazy_mmuJeremy Fitzhardinge
2009-03-29x86/paravirt: allow preemption with lazy mmu modeJeremy Fitzhardinge
2009-03-29x86/paravirt: flush pending mmu updates on context switchJeremy Fitzhardinge
2009-03-29x86/pvops: replace arch_enter_lazy_cpu_mode with arch_start_context_switchJeremy Fitzhardinge
2009-03-19x86: with the last user gone, remove set_pte_presentJeremy Fitzhardinge
2009-03-14x86: add brk allocation for very, very early allocationsJeremy Fitzhardinge
2009-03-02xen: deal with virtually mapped percpu dataJeremy Fitzhardinge
2009-02-13xen: fix xen_flush_tlb_othersIan Campbell
2009-02-04xen: fix 32-bit build resulting from mmu moveJeremy Fitzhardinge
2009-01-30x86/paravirt: use callee-saved convention for pte_val/make_pte/etcJeremy Fitzhardinge
2009-01-30xen: move remaining mmu-related stuff into mmu.cJeremy Fitzhardinge
2009-01-19x86-64: Move TLB state from PDA to per-cpu and consolidate with 32-bit.Brian Gerst
2009-01-16percpu: add optimized generic percpu accessorsIngo Molnar
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2008-12-16x86: xen: use smp_call_function_many()Mike Travis
2008-12-16xen: whitespace/checkpatch cleanupTej
2008-11-23xen: pin correct PGD on suspendIan Campbell
2008-11-07Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2008-11-07xen: make sure stray alias mappings are gone before pinningJeremy Fitzhardinge
2008-11-06x86, xen: fix use of pgd_page now that it really does return a pageJeremy Fitzhardinge
2008-10-27xen: fix Xen domU boot with batched mprotectChris Lalancette
2008-10-20mm: rewrite vmap layerNick Piggin
2008-10-09xen: use spin_lock_nest_lock when pinning a pagetableJeremy Fitzhardinge
2008-09-10Merge branch 'core/xen' into x86/xenIngo Molnar
2008-09-10mm: define USE_SPLIT_PTLOCKS rather than repeating expressionJeremy Fitzhardinge
2008-08-21xen: add debugfs supportJeremy Fitzhardinge