Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | 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 | |
| | | | * | xen: export get_phys_to_machine | Ingo Molnar | 2008-06-02 | 1 | -0/+1 | |
| | | | * | xen: fix early bootup crash on native hardware | Ingo Molnar | 2008-05-28 | 1 | -1/+2 | |
| | | | * | xen: implement save/restore | Jeremy Fitzhardinge | 2008-05-27 | 1 | -0/+46 | |
| | | | * | xen: add p2m mfn_list_list | Jeremy Fitzhardinge | 2008-05-27 | 1 | -3/+36 | |
| | | | * | xen: efficiently support a holey p2m table | Jeremy Fitzhardinge | 2008-05-27 | 1 | -6/+12 | |
| | | | * | xen: add configurable max domain size | Jeremy Fitzhardinge | 2008-05-27 | 1 | -13/+12 | |
| | | | * | xen: make phys_to_machine structure dynamic | Jeremy Fitzhardinge | 2008-05-27 | 1 | -0/+85 | |
| | | | * | xen: remove support for non-PAE 32-bit | Jeremy Fitzhardinge | 2008-05-22 | 1 | -17/+2 | |
| |_|_|/ |/| | | | ||||||
| * | | | xen: fix address truncation in pte mfn<->pfn conversion | Jeremy Fitzhardinge | 2008-07-04 | 1 | -2/+2 | |
| |/ / | ||||||
| * | | xen: remove support for non-PAE 32-bit | Jeremy Fitzhardinge | 2008-06-24 | 1 | -17/+2 | |
| * | | 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 | |
| |/ | ||||||
| * | x86/xen: fix arbitrary_virt_to_machine() | Jan Beulich | 2008-05-23 | 1 | -1/+1 | |
|/ | ||||||
* | pageflags: use proper page flag functions in Xen | Christoph Lameter | 2008-04-28 | 1 | -2/+2 | |
* | xen: allow set_pte_at on init_mm to be lockless | Jeremy Fitzhardinge | 2008-04-24 | 1 | -2/+10 | |
* | xen: unify pte operations | Jeremy Fitzhardinge | 2008-04-24 | 1 | -81/+44 | |
* | xen: make use of pte_t union | Jeremy Fitzhardinge | 2008-04-24 | 1 | -13/+11 | |
* | xen: use appropriate pte types | Jeremy Fitzhardinge | 2008-04-24 | 1 | -16/+16 | |
* | xen: refactor xen_{alloc,release}_{pt,pd}() | Mark McLoughlin | 2008-04-04 | 1 | -7/+0 | |
* | x86: sparse warnings in pageattr.c | Harvey Harrison | 2008-02-09 | 1 | -3/+3 | |
* | x86: return the page table level in lookup_address() | Ingo Molnar | 2008-01-30 | 1 | -3/+6 | |
* | xen: fix mismerge in masking pte flags | Jeremy Fitzhardinge | 2008-01-30 | 1 | -4/+6 | |
* | xen: mask out PWT too | Jeremy Fitzhardinge | 2008-01-30 | 1 | -1/+1 | |
* | x86: page.h: make pte_t a union to always include | Jeremy Fitzhardinge | 2008-01-30 | 1 | -3/+1 | |
* | xen: mask _PAGE_PCD from ptes | Jeremy Fitzhardinge | 2007-11-29 | 1 | -0/+4 | |
* | xen: lock pte pages while pinning/unpinning | Jeremy Fitzhardinge | 2007-10-16 | 1 | -31/+82 | |
* | xen: deal with stale cr3 values when unpinning pagetables | Jeremy Fitzhardinge | 2007-10-16 | 1 | -3/+26 | |
* | Clean up duplicate includes in arch/i386/xen/ | Jesper Juhl | 2007-10-16 | 1 | -1/+0 | |
* | paravirt: clean up lazy mode handling | Jeremy Fitzhardinge | 2007-10-16 | 1 | -1/+1 | |
* | i386: move xen | Thomas Gleixner | 2007-10-11 | 1 | -0/+567 |