summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/mmu.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2010-08-121-5/+288
|\
| * xen/mmu: inhibit vmap aliases rather than trying to clear them outJeremy Fitzhardinge2010-07-271-7/+3
| * xen: Add xen_create_contiguous_regionAlex Nixon2010-06-071-0/+201
| * xen: Rename the balloon lockAlex Nixon2010-06-071-0/+7
| * xen: Allow unprivileged Xen domains to create iomap pagesAlex Nixon2010-06-071-3/+15
| * xen: use _PAGE_IOMAP in ioremap to do machine mappingsJeremy Fitzhardinge2010-06-071-2/+69
* | Introduce CONFIG_XEN_PVHVM compile optionStefano Stabellini2010-07-291-0/+2
* | x86: Call HVMOP_pagetable_dying on exit_mmap.Stefano Stabellini2010-07-261-0/+33
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* x86, paravirt: Remove kmap_atomic_pte paravirt op.Ian Campbell2010-02-271-22/+0
* x86, xen: Disable highmem PTE allocation even when CONFIG_HIGHPTE=yIan Campbell2010-02-271-5/+6
* xen: correctly restore pfn_to_mfn_list_list after resumeIan Campbell2009-12-031-1/+1
* cpumask: use mm_cpumask() wrapper: x86Rusty Russell2009-09-241-2/+2
* x86: Move xen_post_allocator_init into xen_pagetable_setup_doneThomas Gleixner2009-08-311-1/+4
* x86: Move paravirt pagetable_setup to x86_init_opsThomas Gleixner2009-08-311-4/+7
* Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-101-12/+11
|\
| * Merge branch 'x86/urgent' into x86/xenIngo Molnar2009-05-081-1/+6
| |\
| * | xen: add FIX_TEXT_POKE to fixmapJeremy Fitzhardinge2009-04-091-0/+3
| * | Merge commit 'origin/master' into for-linus/xen/masterJeremy Fitzhardinge2009-04-071-4/+3
| |\ \
| * | | xen/mmu: weaken flush_tlb_other testJeremy Fitzhardinge2009-03-301-2/+2
| * | | xen/mmu: some early pagetable cleanupsJeremy Fitzhardinge2009-03-301-12/+28
| * | | xen: split construction of p2m mfn tables from registrationJeremy Fitzhardinge2009-03-301-1/+6
| * | | xen: separate p2m allocation from settingJeremy Fitzhardinge2009-03-291-17/+44
| * | | xen: disable preempt for leave_lazy_mmuJeremy Fitzhardinge2009-03-291-0/+2
| * | | x86/paravirt: allow preemption with lazy mmu modeJeremy Fitzhardinge2009-03-291-7/+1
| * | | x86/paravirt: flush pending mmu updates on context switchJeremy Fitzhardinge2009-03-291-1/+6
| * | | x86/pvops: replace arch_enter_lazy_cpu_mode with arch_start_context_switchJeremy Fitzhardinge2009-03-291-4/+1
* | | | xen: use header for EXPORT_SYMBOL_GPLRandy Dunlap2009-05-131-0/+1
| |_|/ |/| |
* | | x86: xen, i386: reserve Xen pagetablesJeremy Fitzhardinge2009-05-081-0/+5
* | | Merge branch 'for-rc1/xen/core' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-04-131-33/+83
|\ \ \
| * | | xen: add FIX_TEXT_POKE to fixmapJeremy Fitzhardinge2009-04-081-0/+3
| * | | xen/mmu: weaken flush_tlb_other testJeremy Fitzhardinge2009-04-081-2/+2
| * | | xen/mmu: some early pagetable cleanupsJeremy Fitzhardinge2009-04-081-12/+28
| * | | xen: split construction of p2m mfn tables from registrationJeremy Fitzhardinge2009-04-081-1/+6
| * | | xen: separate p2m allocation from settingJeremy Fitzhardinge2009-04-081-17/+44
| * | | xen: disable preempt for leave_lazy_mmuJeremy Fitzhardinge2009-04-081-1/+0
| | |/ | |/|
* | | x86: fix set_fixmap to use phys_addr_tMasami Hiramatsu2009-04-091-1/+1
|/ /
* | x86: with the last user gone, remove set_pte_presentJeremy Fitzhardinge2009-03-191-1/+0
* | x86: add brk allocation for very, very early allocationsJeremy Fitzhardinge2009-03-141-3/+3
|/
* xen: deal with virtually mapped percpu dataJeremy Fitzhardinge2009-03-021-0/+7
* xen: fix xen_flush_tlb_othersIan Campbell2009-02-131-3/+0
* xen: fix 32-bit build resulting from mmu moveJeremy Fitzhardinge2009-02-041-0/+37
* x86/paravirt: use callee-saved convention for pte_val/make_pte/etcJeremy Fitzhardinge2009-01-301-8/+16
* xen: move remaining mmu-related stuff into mmu.cJeremy Fitzhardinge2009-01-301-0/+700
* x86-64: Move TLB state from PDA to per-cpu and consolidate with 32-bit.Brian Gerst2009-01-191-5/+1
* percpu: add optimized generic percpu accessorsIngo Molnar2009-01-161-1/+1
* Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-021-5/+15
|\
| * x86: xen: use smp_call_function_many()Mike Travis2008-12-161-5/+15
* | xen: whitespace/checkpatch cleanupTej2008-12-161-7/+10
|/
* xen: pin correct PGD on suspendIan Campbell2008-11-231-7/+14
OpenPOWER on IntegriCloud