| Commit message (Expand) | Author | Age | Files | Lines |
* | xen: add FIX_TEXT_POKE to fixmap | Jeremy Fitzhardinge | 2009-04-08 | 1 | -0/+3 |
* | xen/mmu: weaken flush_tlb_other test | Jeremy Fitzhardinge | 2009-04-08 | 1 | -2/+2 |
* | xen/mmu: some early pagetable cleanups | Jeremy Fitzhardinge | 2009-04-08 | 1 | -12/+28 |
* | xen: split construction of p2m mfn tables from registration | Jeremy Fitzhardinge | 2009-04-08 | 1 | -1/+6 |
* | xen: separate p2m allocation from setting | Jeremy Fitzhardinge | 2009-04-08 | 1 | -17/+44 |
* | xen: disable preempt for leave_lazy_mmu | Jeremy Fitzhardinge | 2009-04-08 | 1 | -1/+0 |
* | x86: with the last user gone, remove set_pte_present | Jeremy Fitzhardinge | 2009-03-19 | 1 | -1/+0 |
* | x86: add brk allocation for very, very early allocations | Jeremy Fitzhardinge | 2009-03-14 | 1 | -3/+3 |
* | xen: deal with virtually mapped percpu data | Jeremy Fitzhardinge | 2009-03-02 | 1 | -0/+7 |
* | xen: fix xen_flush_tlb_others | Ian Campbell | 2009-02-13 | 1 | -3/+0 |
* | xen: fix 32-bit build resulting from mmu move | Jeremy Fitzhardinge | 2009-02-04 | 1 | -0/+37 |
* | x86/paravirt: use callee-saved convention for pte_val/make_pte/etc | Jeremy Fitzhardinge | 2009-01-30 | 1 | -8/+16 |
* | xen: move remaining mmu-related stuff into mmu.c | Jeremy Fitzhardinge | 2009-01-30 | 1 | -0/+700 |
* | x86-64: Move TLB state from PDA to per-cpu and consolidate with 32-bit. | Brian Gerst | 2009-01-19 | 1 | -5/+1 |
* | percpu: add optimized generic percpu accessors | Ingo Molnar | 2009-01-16 | 1 | -1/+1 |
* | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-01-02 | 1 | -5/+15 |
|\ |
|
| * | x86: xen: use smp_call_function_many() | Mike Travis | 2008-12-16 | 1 | -5/+15 |
* | | xen: whitespace/checkpatch cleanup | Tej | 2008-12-16 | 1 | -7/+10 |
|/ |
|
* | xen: pin correct PGD on suspend | Ian Campbell | 2008-11-23 | 1 | -7/+14 |
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2008-11-07 | 1 | -2/+2 |
|\ |
|
| * | x86, xen: fix use of pgd_page now that it really does return a page | Jeremy Fitzhardinge | 2008-11-06 | 1 | -2/+2 |
* | | xen: make sure stray alias mappings are gone before pinning | Jeremy Fitzhardinge | 2008-11-07 | 1 | -3/+6 |
|/ |
|
* | xen: fix Xen domU boot with batched mprotect | Chris Lalancette | 2008-10-27 | 1 | -4/+14 |
* | mm: rewrite vmap layer | Nick Piggin | 2008-10-20 | 1 | -0/+1 |
* | xen: use spin_lock_nest_lock when pinning a pagetable | Jeremy Fitzhardinge | 2008-10-09 | 1 | -26/+48 |
* | Merge branch 'core/xen' into x86/xen | Ingo Molnar | 2008-09-10 | 1 | -1/+1 |
|\ |
|
| * | mm: define USE_SPLIT_PTLOCKS rather than repeating expression | Jeremy Fitzhardinge | 2008-09-10 | 1 | -1/+1 |
* | | xen: add debugfs support | Jeremy Fitzhardinge | 2008-08-21 | 1 | -2/+161 |
* | | xen: add xen_ prefixes to make tracing with ftrace easier | Jeremy Fitzhardinge | 2008-08-20 | 1 | -32/+34 |
* | | xen: clarify locking used when pinning a pagetable. | Jeremy Fitzhardinge | 2008-08-20 | 1 | -6/+35 |
|/ |
|
* | x86: add PTE_FLAGS_MASK | Jeremy Fitzhardinge | 2008-07-22 | 1 | -2/+2 |
* | x86: rename PTE_MASK to PTE_PFN_MASK | Jeremy Fitzhardinge | 2008-07-22 | 1 | -4/+4 |
* | xen64: allocate and manage user pagetables | Jeremy Fitzhardinge | 2008-07-16 | 1 | -9/+82 |
* | xen: rework pgd_walk to deal with 32/64 bit | Jeremy Fitzhardinge | 2008-07-16 | 1 | -40/+75 |
* | xen: use set_pte_vaddr | Jeremy Fitzhardinge | 2008-07-16 | 1 | -29/+1 |
* | xen64: use arbitrary_virt_to_machine for xen_set_pmd | Jeremy Fitzhardinge | 2008-07-16 | 1 | -3/+6 |
* | xen: fix truncation of machine address | Jeremy Fitzhardinge | 2008-07-16 | 1 | -1/+1 |
* | xen64: get active_mm from the pda | Jeremy Fitzhardinge | 2008-07-16 | 1 | -1/+8 |
* | xen64: add extra pv_mmu_ops | Jeremy Fitzhardinge | 2008-07-16 | 1 | -1/+50 |
* | x86: use __page_aligned_data/bss | Jeremy Fitzhardinge | 2008-07-16 | 1 | -9/+6 |
* | pvops-64: call paravirt_post_allocator_init() on setup_arch() | Eduardo Habkost | 2008-07-16 | 1 | -3/+5 |
* | Merge branch 'generic-ipi' into generic-ipi-for-linus | Ingo Molnar | 2008-07-15 | 1 | -1/+1 |
|\ |
|
| * | x86: convert to generic helpers for IPI function calls | Jens Axboe | 2008-06-26 | 1 | -1/+1 |
| | | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
*-----. \ | Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/bu... | Ingo Molnar | 2008-07-08 | 1 | -59/+286 |
|\ \ \ \ \
| | | |_|/
| | |/| | |
|
| | | | * | xen: add mechanism to extend existing multicalls | Jeremy Fitzhardinge | 2008-06-25 | 1 | -20/+35 |
| | | | * | xen: implement ptep_modify_prot_start/commit | Jeremy Fitzhardinge | 2008-06-25 | 1 | -0/+21 |
| | | | * | xen: don't drop NX bit | Jeremy Fitzhardinge | 2008-06-20 | 1 | -24/+30 |
| | | | * | xen: mask unwanted pte bits in __supported_pte_mask | Jeremy Fitzhardinge | 2008-06-20 | 1 | -3/+1 |
| | | | * | Merge branch 'linus' into x86/xen | Ingo Molnar | 2008-06-16 | 1 | -1/+1 |
| | | | |\
| | | | |/
| | | |/| |
|
| | | | * | xen: avoid hypercalls when updating unpinned pud/pmd | Jeremy Fitzhardinge | 2008-06-02 | 1 | -4/+35 |