Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | x86: rename PTE_MASK to PTE_PFN_MASK | Jeremy Fitzhardinge | 2008-07-22 | 1 | -1/+1 |
*-------. | Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8... | Ingo Molnar | 2008-07-21 | 1 | -148/+549 |
|\ \ \ \ \ | |||||
| | | | | * | xen64: fix build error on 32-bit + !HIGHMEM | Ingo Molnar | 2008-07-16 | 1 | -0/+2 |
| | | | | * | xen: implement Xen write_msr operation | Jeremy Fitzhardinge | 2008-07-16 | 1 | -1/+30 |
| | | | | * | xen64: set up userspace syscall patch | Jeremy Fitzhardinge | 2008-07-16 | 1 | -10/+36 |
| | | | | * | xen64: set up syscall and sysenter entrypoints for 64-bit | Jeremy Fitzhardinge | 2008-07-16 | 1 | -0/+4 |
| | | | | * | xen64: allocate and manage user pagetables | Jeremy Fitzhardinge | 2008-07-16 | 1 | -15/+84 |
| | | | | * | xen64: Clear %fs on xen_load_tls() | Eduardo Habkost | 2008-07-16 | 1 | -9/+22 |
| | | | | * | xen: make sure the kernel command line is right | Jeremy Fitzhardinge | 2008-07-16 | 1 | -0/+1 |
| | | | | * | xen64: implement xen_load_gs_index() | Eduardo Habkost | 2008-07-16 | 1 | -0/+11 |
| | | | | * | xen64: add identity irq->vector map | Jeremy Fitzhardinge | 2008-07-16 | 1 | -1/+18 |
| | | | | * | xen64: add pvop for swapgs | Jeremy Fitzhardinge | 2008-07-16 | 1 | -0/+3 |
| | | | | * | xen64: deal with extra words Xen pushes onto exception frames | Jeremy Fitzhardinge | 2008-07-16 | 1 | -1/+1 |
| | | | | * | xen64: xen_write_idt_entry() and cvt_gate_to_trap() | Eduardo Habkost | 2008-07-16 | 1 | -16/+10 |
| | | | | * | xen64: defer setting pagetable alloc/release ops | Jeremy Fitzhardinge | 2008-07-16 | 1 | -13/+12 |
| | | | | * | xen32: create initial mappings like 64-bit | Jeremy Fitzhardinge | 2008-07-16 | 1 | -78/+52 |
| | | | | * | xen64: map an initial chunk of physical memory | Jeremy Fitzhardinge | 2008-07-16 | 1 | -10/+69 |
| | | | | * | xen64: 64-bit starts using set_pte from very early | Jeremy Fitzhardinge | 2008-07-16 | 1 | -0/+4 |
| | | | | * | xen64: early mapping setup | Jeremy Fitzhardinge | 2008-07-16 | 1 | -16/+176 |
| | | | | * | xen: cpu_detect is 32-bit only | Jeremy Fitzhardinge | 2008-07-16 | 1 | -2/+2 |
| | | | | * | xen64: use set_fixmap for shared_info structure | Jeremy Fitzhardinge | 2008-07-16 | 1 | -12/+10 |
| | | | | * | x86_64: add workaround for no %gs-based percpu | Jeremy Fitzhardinge | 2008-07-16 | 1 | -0/+5 |
| | | | | * | xen: move smp setup into smp.c | Jeremy Fitzhardinge | 2008-07-16 | 1 | -18/+1 |
| | | | | * | xen64: random ifdefs to mask out 32-bit only code | Jeremy Fitzhardinge | 2008-07-16 | 1 | -0/+15 |
| | | | | * | xen64: add extra pv_mmu_ops | Jeremy Fitzhardinge | 2008-07-16 | 1 | -1/+32 |
| | | | | * | xen: define set_pte from the outset | Jeremy Fitzhardinge | 2008-07-16 | 1 | -4/+1 |
| | | | | * | x86/paravirt: call paravirt_pagetable_setup_{start, done} | Eduardo Habkost | 2008-07-16 | 1 | -0/+4 |
| |_|_|_|/ |/| | | | | |||||
| | | | * | xen: report hypervisor version | Jeremy Fitzhardinge | 2008-07-18 | 1 | -2/+6 |
| |_|_|/ |/| | | | |||||
| * | | | x86: APIC: remove apic_write_around(); use alternatives | Maciej W. Rozycki | 2008-07-18 | 1 | -1/+0 |
|/ / / | |||||
* | | | Merge branch 'generic-ipi' into generic-ipi-for-linus | Ingo Molnar | 2008-07-15 | 1 | -1/+3 |
|\ \ \ | |/ / |/| | | |||||
| * | | x86: convert to generic helpers for IPI function calls | Jens Axboe | 2008-06-26 | 1 | -1/+3 |
| |/ | |||||
* | | x86: rename paravirtualized TSC functions | Alok Kataria | 2008-07-09 | 1 | -1/+1 |
* | | x86/paravirt, 64-bit: add adjust_exception_frame | Jeremy Fitzhardinge | 2008-07-08 | 1 | -0/+3 |
* | | x86/paravirt: split sysret and sysexit | Jeremy Fitzhardinge | 2008-07-08 | 1 | -1/+1 |
* | | x86/paravirt: add a pgd_alloc/free hooks | Jeremy Fitzhardinge | 2008-07-08 | 1 | -0/+4 |
* | | xen: set max_pfn_mapped | Jeremy Fitzhardinge | 2008-07-08 | 1 | -0/+1 |
* | | Merge branch 'x86/fixmap' into x86/devel | Ingo Molnar | 2008-07-08 | 1 | -0/+29 |
|\ \ | |||||
| * | | Merge branch 'linus' into x86/fixmap | Ingo Molnar | 2008-06-25 | 1 | -33/+23 |
| |\| | |||||
| * | | x86/paravirt/xen: add set_fixmap pv_mmu_ops | Jeremy Fitzhardinge | 2008-06-20 | 1 | -0/+29 |
* | | | Merge branch 'x86/mpparse' into x86/devel | Ingo Molnar | 2008-07-08 | 1 | -1/+2 |
|\ \ \ | |||||
| * \ \ | Merge branch 'linus' into tmp.x86.mpparse.new | Ingo Molnar | 2008-07-08 | 1 | -33/+23 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | xen: remove support for non-PAE 32-bit | Jeremy Fitzhardinge | 2008-06-24 | 1 | -33/+18 |
| | * | | xen: mask unwanted pte bits in __supported_pte_mask | Jeremy Fitzhardinge | 2008-06-20 | 1 | -0/+5 |
| | |/ | |||||
| * / | x86: extend e820 early_res support 32bit -fix #3 | Yinghai Lu | 2008-05-31 | 1 | -1/+2 |
| |/ | |||||
* | | xen: implement ptep_modify_prot_start/commit | Jeremy Fitzhardinge | 2008-06-25 | 1 | -3/+10 |
* | | paravirt: add hooks for ptep_modify_prot_start/commit | Jeremy Fitzhardinge | 2008-06-25 | 1 | -0/+3 |
* | | xen: mask unwanted pte bits in __supported_pte_mask | Jeremy Fitzhardinge | 2008-06-20 | 1 | -0/+5 |
* | | xen: restore vcpu_info mapping | Jeremy Fitzhardinge | 2008-06-02 | 1 | -1/+29 |
* | | xen: avoid hypercalls when updating unpinned pud/pmd | Jeremy Fitzhardinge | 2008-06-02 | 1 | -3/+11 |
* | | xen: implement save/restore | Jeremy Fitzhardinge | 2008-05-27 | 1 | -3/+3 |