summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/enlighten.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into x86/xenIngo Molnar2008-10-121-14/+51
|\
| * Merge branch 'x86/apic' into x86-v28-for-linus-phase4-BIngo Molnar2008-10-111-4/+41
| |\
| | * Merge branch 'linus' into x86/x2apicIngo Molnar2008-07-251-1/+1
| | |\
| | * \ Merge branch 'linus' into x86/x2apicIngo Molnar2008-07-221-147/+549
| | |\ \
| | * | | x86, xen: fix apic_ops build on UPIngo Molnar2008-07-201-0/+1
| | * | | Merge branch 'x86/apic' into x86/x2apicIngo Molnar2008-07-181-1/+0
| | |\ \ \
| | * \ \ \ Merge branch 'linus' into x86/x2apicIngo Molnar2008-07-181-1/+3
| | |\ \ \ \
| | * | | | | x86: let 32bit use apic_ops too - fixYinghai Lu2008-07-141-10/+9
| | * | | | | x2apic: xen64 paravirt basic apic opsSuresh Siddha2008-07-121-2/+39
| | | | | | |
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/cr...Ingo Molnar2008-10-061-10/+10
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | | * | | | | x86, paravirt_ops: use unsigned long instead of u32 for alloc_p*() pfn argsEduardo Habkost2008-08-221-10/+10
| | |/ / / / /
| * | | | | | x86, xen: Use native_pte_flags instead of native_pte_val for .pte_flagsEduardo Habkost2008-09-061-1/+1
| |/ / / / /
* | | | | | xen: do not reserve 2 pages of padding between hypervisor and fixmap.Ian Campbell2008-10-101-1/+1
* | | | | | xen: clean up x86-64 warningsJeremy Fitzhardinge2008-10-031-51/+10
* | | | | | xen: fix pinning when not using split pte locksJeremy Fitzhardinge2008-09-101-2/+2
* | | | | | xen: clean up domain mode predicatesJeremy Fitzhardinge2008-08-201-2/+7
* | | | | | xen_alloc_ptpage: cast PFN_PHYS() argument to unsigned longEduardo Habkost2008-07-311-1/+1
* | | | | | xen: fix allocation and use of large ldts, cleanupJeremy Fitzhardinge2008-07-311-4/+5
* | | | | | xen: compile irq functions without -pg for ftraceJeremy Fitzhardinge2008-07-311-120/+2
* | | | | | xen: suppress known wrmsrsJeremy Fitzhardinge2008-07-281-0/+13
* | | | | | xen: fix allocation and use of large ldtsJeremy Fitzhardinge2008-07-281-10/+41
* | | | | | x86, xen: Use native_pte_flags instead of native_pte_val for .pte_flagsEduardo Habkost2008-07-261-1/+1
* | | | | | x86/paravirt/xen: properly fill out the ldt opsJeremy Fitzhardinge2008-07-241-0/+23
|/ / / / /
* | | | | x86: rename PTE_MASK to PTE_PFN_MASKJeremy Fitzhardinge2008-07-221-1/+1
| |_|_|/ |/| | |
| | | |
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
*-------. \ \ \ Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8...Ingo Molnar2008-07-211-148/+549
|\ \ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | / / | |_|_|_|_|/ / |/| | | | | / | | |_|_|_|/ | |/| | | |
| | | | | * xen64: fix build error on 32-bit + !HIGHMEMIngo Molnar2008-07-161-0/+2
| | | | | * xen: implement Xen write_msr operationJeremy Fitzhardinge2008-07-161-1/+30
| | | | | * xen64: set up userspace syscall patchJeremy Fitzhardinge2008-07-161-10/+36
| | | | | * xen64: set up syscall and sysenter entrypoints for 64-bitJeremy Fitzhardinge2008-07-161-0/+4
| | | | | * xen64: allocate and manage user pagetablesJeremy Fitzhardinge2008-07-161-15/+84
| | | | | * xen64: Clear %fs on xen_load_tls()Eduardo Habkost2008-07-161-9/+22
| | | | | * xen: make sure the kernel command line is rightJeremy Fitzhardinge2008-07-161-0/+1
| | | | | * xen64: implement xen_load_gs_index()Eduardo Habkost2008-07-161-0/+11
| | | | | * xen64: add identity irq->vector mapJeremy Fitzhardinge2008-07-161-1/+18
| | | | | * xen64: add pvop for swapgsJeremy Fitzhardinge2008-07-161-0/+3
| | | | | * xen64: deal with extra words Xen pushes onto exception framesJeremy Fitzhardinge2008-07-161-1/+1
| | | | | * xen64: xen_write_idt_entry() and cvt_gate_to_trap()Eduardo Habkost2008-07-161-16/+10
| | | | | * xen64: defer setting pagetable alloc/release opsJeremy Fitzhardinge2008-07-161-13/+12
| | | | | * xen32: create initial mappings like 64-bitJeremy Fitzhardinge2008-07-161-78/+52
| | | | | * xen64: map an initial chunk of physical memoryJeremy Fitzhardinge2008-07-161-10/+69
| | | | | * xen64: 64-bit starts using set_pte from very earlyJeremy Fitzhardinge2008-07-161-0/+4
| | | | | * xen64: early mapping setupJeremy Fitzhardinge2008-07-161-16/+176
| | | | | * xen: cpu_detect is 32-bit onlyJeremy Fitzhardinge2008-07-161-2/+2
| | | | | * xen64: use set_fixmap for shared_info structureJeremy Fitzhardinge2008-07-161-12/+10
| | | | | * x86_64: add workaround for no %gs-based percpuJeremy Fitzhardinge2008-07-161-0/+5
| | | | | * xen: move smp setup into smp.cJeremy Fitzhardinge2008-07-161-18/+1
| | | | | * xen64: random ifdefs to mask out 32-bit only codeJeremy Fitzhardinge2008-07-161-0/+15
| | | | | * xen64: add extra pv_mmu_opsJeremy Fitzhardinge2008-07-161-1/+32
| | | | | * xen: define set_pte from the outsetJeremy Fitzhardinge2008-07-161-4/+1
| | | | | * x86/paravirt: call paravirt_pagetable_setup_{start, done}Eduardo Habkost2008-07-161-0/+4
| |_|_|_|/ |/| | | |
OpenPOWER on IntegriCloud