aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/xen/mmu.c
AgeCommit message (Expand)Author
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-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
2008-08-20xen: add xen_ prefixes to make tracing with ftrace easierJeremy Fitzhardinge
2008-08-20xen: clarify locking used when pinning a pagetable.Jeremy Fitzhardinge
2008-07-22x86: add PTE_FLAGS_MASKJeremy Fitzhardinge
2008-07-22x86: rename PTE_MASK to PTE_PFN_MASKJeremy Fitzhardinge
2008-07-16xen64: allocate and manage user pagetablesJeremy Fitzhardinge
2008-07-16xen: rework pgd_walk to deal with 32/64 bitJeremy Fitzhardinge
2008-07-16xen: use set_pte_vaddrJeremy Fitzhardinge
2008-07-16xen64: use arbitrary_virt_to_machine for xen_set_pmdJeremy Fitzhardinge
2008-07-16xen: fix truncation of machine addressJeremy Fitzhardinge
2008-07-16xen64: get active_mm from the pdaJeremy Fitzhardinge
2008-07-16xen64: add extra pv_mmu_opsJeremy Fitzhardinge
2008-07-16x86: use __page_aligned_data/bssJeremy Fitzhardinge
2008-07-16pvops-64: call paravirt_post_allocator_init() on setup_arch()Eduardo Habkost
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar
2008-07-08Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/bu...Ingo Molnar
2008-07-04xen: fix address truncation in pte mfn<->pfn conversionJeremy Fitzhardinge
2008-06-26x86: convert to generic helpers for IPI function callsJens Axboe
2008-06-25xen: add mechanism to extend existing multicallsJeremy Fitzhardinge
2008-06-25xen: implement ptep_modify_prot_start/commitJeremy Fitzhardinge
2008-06-24xen: remove support for non-PAE 32-bitJeremy Fitzhardinge
2008-06-20xen: don't drop NX bitJeremy Fitzhardinge
2008-06-20xen: mask unwanted pte bits in __supported_pte_maskJeremy Fitzhardinge
2008-06-20xen: don't drop NX bitJeremy Fitzhardinge