summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/mmu.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-12Merge branch 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-5/+288
2010-07-29Introduce CONFIG_XEN_PVHVM compile optionStefano Stabellini1-0/+2
2010-07-27xen/mmu: inhibit vmap aliases rather than trying to clear them outJeremy Fitzhardinge1-7/+3
2010-07-26x86: Call HVMOP_pagetable_dying on exit_mmap.Stefano Stabellini1-0/+33
2010-06-07xen: Add xen_create_contiguous_regionAlex Nixon1-0/+201
2010-06-07xen: Rename the balloon lockAlex Nixon1-0/+7
2010-06-07xen: Allow unprivileged Xen domains to create iomap pagesAlex Nixon1-3/+15
2010-06-07xen: use _PAGE_IOMAP in ioremap to do machine mappingsJeremy Fitzhardinge1-2/+69
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-27x86, paravirt: Remove kmap_atomic_pte paravirt op.Ian Campbell1-22/+0
2010-02-27x86, xen: Disable highmem PTE allocation even when CONFIG_HIGHPTE=yIan Campbell1-5/+6
2009-12-03xen: correctly restore pfn_to_mfn_list_list after resumeIan Campbell1-1/+1
2009-09-24cpumask: use mm_cpumask() wrapper: x86Rusty Russell1-2/+2
2009-08-31x86: Move xen_post_allocator_init into xen_pagetable_setup_doneThomas Gleixner1-1/+4
2009-08-31x86: Move paravirt pagetable_setup to x86_init_opsThomas Gleixner1-4/+7
2009-06-10Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-12/+11
2009-05-13xen: use header for EXPORT_SYMBOL_GPLRandy Dunlap1-0/+1
2009-05-08Merge branch 'x86/urgent' into x86/xenIngo Molnar1-1/+6
2009-05-08x86: xen, i386: reserve Xen pagetablesJeremy Fitzhardinge1-0/+5
2009-04-13Merge branch 'for-rc1/xen/core' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-33/+83
2009-04-09x86: fix set_fixmap to use phys_addr_tMasami Hiramatsu1-1/+1
2009-04-09xen: add FIX_TEXT_POKE to fixmapJeremy Fitzhardinge1-0/+3
2009-04-08xen: add FIX_TEXT_POKE to fixmapJeremy Fitzhardinge1-0/+3
2009-04-08xen/mmu: weaken flush_tlb_other testJeremy Fitzhardinge1-2/+2
2009-04-08xen/mmu: some early pagetable cleanupsJeremy Fitzhardinge1-12/+28
2009-04-08xen: split construction of p2m mfn tables from registrationJeremy Fitzhardinge1-1/+6
2009-04-08xen: separate p2m allocation from settingJeremy Fitzhardinge1-17/+44
2009-04-08xen: disable preempt for leave_lazy_mmuJeremy Fitzhardinge1-1/+0
2009-04-07Merge commit 'origin/master' into for-linus/xen/masterJeremy Fitzhardinge1-4/+3
2009-03-30xen/mmu: weaken flush_tlb_other testJeremy Fitzhardinge1-2/+2
2009-03-30xen/mmu: some early pagetable cleanupsJeremy Fitzhardinge1-12/+28
2009-03-30xen: split construction of p2m mfn tables from registrationJeremy Fitzhardinge1-1/+6
2009-03-29xen: separate p2m allocation from settingJeremy Fitzhardinge1-17/+44
2009-03-29xen: disable preempt for leave_lazy_mmuJeremy Fitzhardinge1-0/+2
2009-03-29x86/paravirt: allow preemption with lazy mmu modeJeremy Fitzhardinge1-7/+1
2009-03-29x86/paravirt: flush pending mmu updates on context switchJeremy Fitzhardinge1-1/+6
2009-03-29x86/pvops: replace arch_enter_lazy_cpu_mode with arch_start_context_switchJeremy Fitzhardinge1-4/+1
2009-03-19x86: with the last user gone, remove set_pte_presentJeremy Fitzhardinge1-1/+0
2009-03-14x86: add brk allocation for very, very early allocationsJeremy Fitzhardinge1-3/+3
2009-03-02xen: deal with virtually mapped percpu dataJeremy Fitzhardinge1-0/+7
2009-02-13xen: fix xen_flush_tlb_othersIan Campbell1-3/+0
2009-02-04xen: fix 32-bit build resulting from mmu moveJeremy Fitzhardinge1-0/+37
2009-01-30x86/paravirt: use callee-saved convention for pte_val/make_pte/etcJeremy Fitzhardinge1-8/+16
2009-01-30xen: move remaining mmu-related stuff into mmu.cJeremy Fitzhardinge1-0/+700
2009-01-19x86-64: Move TLB state from PDA to per-cpu and consolidate with 32-bit.Brian Gerst1-5/+1
2009-01-16percpu: add optimized generic percpu accessorsIngo Molnar1-1/+1
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+15
2008-12-16x86: xen: use smp_call_function_many()Mike Travis1-5/+15
2008-12-16xen: whitespace/checkpatch cleanupTej1-7/+10
2008-11-23xen: pin correct PGD on suspendIan Campbell1-7/+14