summaryrefslogtreecommitdiff
path: root/arch/x86/xen/enlighten.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-20mm: rewrite vmap layerNick Piggin1-0/+1
2008-10-12Merge branch 'linus' into x86/xenIngo Molnar1-14/+51
2008-10-11Merge branch 'x86/apic' into x86-v28-for-linus-phase4-BIngo Molnar1-4/+41
2008-10-10xen: do not reserve 2 pages of padding between hypervisor and fixmap.Ian Campbell1-1/+1
2008-10-06Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/cr...Ingo Molnar1-10/+10
2008-10-03xen: clean up x86-64 warningsJeremy Fitzhardinge1-51/+10
2008-09-10xen: fix pinning when not using split pte locksJeremy Fitzhardinge1-2/+2
2008-09-06x86, xen: Use native_pte_flags instead of native_pte_val for .pte_flagsEduardo Habkost1-1/+1
2008-08-22x86, paravirt_ops: use unsigned long instead of u32 for alloc_p*() pfn argsEduardo Habkost1-10/+10
2008-08-20xen: clean up domain mode predicatesJeremy Fitzhardinge1-2/+7
2008-07-31xen_alloc_ptpage: cast PFN_PHYS() argument to unsigned longEduardo Habkost1-1/+1
2008-07-31xen: fix allocation and use of large ldts, cleanupJeremy Fitzhardinge1-4/+5
2008-07-31xen: compile irq functions without -pg for ftraceJeremy Fitzhardinge1-120/+2
2008-07-28xen: suppress known wrmsrsJeremy Fitzhardinge1-0/+13
2008-07-28xen: fix allocation and use of large ldtsJeremy Fitzhardinge1-10/+41
2008-07-26x86, xen: Use native_pte_flags instead of native_pte_val for .pte_flagsEduardo Habkost1-1/+1
2008-07-25Merge branch 'linus' into x86/x2apicIngo Molnar1-1/+1
2008-07-24x86/paravirt/xen: properly fill out the ldt opsJeremy Fitzhardinge1-0/+23
2008-07-22x86: rename PTE_MASK to PTE_PFN_MASKJeremy Fitzhardinge1-1/+1
2008-07-22Merge branch 'linus' into x86/x2apicIngo Molnar1-147/+549
2008-07-21Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8...Ingo Molnar1-148/+549
2008-07-20x86, xen: fix apic_ops build on UPIngo Molnar1-0/+1
2008-07-18Merge branch 'x86/apic' into x86/x2apicIngo Molnar1-1/+0
2008-07-18Merge branch 'linus' into x86/x2apicIngo Molnar1-1/+3
2008-07-18xen: report hypervisor versionJeremy Fitzhardinge1-2/+6
2008-07-18x86: APIC: remove apic_write_around(); use alternativesMaciej W. Rozycki1-1/+0
2008-07-16xen64: fix build error on 32-bit + !HIGHMEMIngo Molnar1-0/+2
2008-07-16xen: implement Xen write_msr operationJeremy Fitzhardinge1-1/+30
2008-07-16xen64: set up userspace syscall patchJeremy Fitzhardinge1-10/+36
2008-07-16xen64: set up syscall and sysenter entrypoints for 64-bitJeremy Fitzhardinge1-0/+4
2008-07-16xen64: allocate and manage user pagetablesJeremy Fitzhardinge1-15/+84
2008-07-16xen64: Clear %fs on xen_load_tls()Eduardo Habkost1-9/+22
2008-07-16xen: make sure the kernel command line is rightJeremy Fitzhardinge1-0/+1
2008-07-16xen64: implement xen_load_gs_index()Eduardo Habkost1-0/+11
2008-07-16xen64: add identity irq->vector mapJeremy Fitzhardinge1-1/+18
2008-07-16xen64: add pvop for swapgsJeremy Fitzhardinge1-0/+3
2008-07-16xen64: deal with extra words Xen pushes onto exception framesJeremy Fitzhardinge1-1/+1
2008-07-16xen64: xen_write_idt_entry() and cvt_gate_to_trap()Eduardo Habkost1-16/+10
2008-07-16xen64: defer setting pagetable alloc/release opsJeremy Fitzhardinge1-13/+12
2008-07-16xen32: create initial mappings like 64-bitJeremy Fitzhardinge1-78/+52
2008-07-16xen64: map an initial chunk of physical memoryJeremy Fitzhardinge1-10/+69
2008-07-16xen64: 64-bit starts using set_pte from very earlyJeremy Fitzhardinge1-0/+4
2008-07-16xen64: early mapping setupJeremy Fitzhardinge1-16/+176
2008-07-16xen: cpu_detect is 32-bit onlyJeremy Fitzhardinge1-2/+2
2008-07-16xen64: use set_fixmap for shared_info structureJeremy Fitzhardinge1-12/+10
2008-07-16x86_64: add workaround for no %gs-based percpuJeremy Fitzhardinge1-0/+5
2008-07-16xen: move smp setup into smp.cJeremy Fitzhardinge1-18/+1
2008-07-16xen64: random ifdefs to mask out 32-bit only codeJeremy Fitzhardinge1-0/+15
2008-07-16xen64: add extra pv_mmu_opsJeremy Fitzhardinge1-1/+32
2008-07-16xen: define set_pte from the outsetJeremy Fitzhardinge1-4/+1