summaryrefslogtreecommitdiff
path: root/arch/x86/xen/enlighten.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-04Merge branch 'x86/core' into core/percpuIngo Molnar1-0/+3
2009-03-02xen: deal with virtually mapped percpu dataJeremy Fitzhardinge1-4/+6
2009-02-26Merge branch 'x86/urgent' into x86/coreIngo Molnar1-0/+3
2009-02-25xen: disable interrupts early, as start_kernel expectsJeremy Fitzhardinge1-0/+3
2009-02-17x86, apic: remove genapic.hIngo Molnar1-1/+1
2009-02-17x86: fold apic_ops into genapicYinghai Lu1-10/+11
2009-02-10x86: make lazy %gs optional on x86_32Tejun Heo1-8/+9
2009-02-04xen: use direct ops on 64-bitJeremy Fitzhardinge1-13/+1
2009-02-04xen: setup percpu data pointersJeremy Fitzhardinge1-1/+14
2009-02-04Merge branch 'core/percpu' into x86/paravirtH. Peter Anvin1-0/+3
2009-01-31xen: setup percpu data pointersJeremy Fitzhardinge1-0/+3
2009-01-30x86/paravirt: add register-saving thunks to reduce caller register pressureJeremy Fitzhardinge1-4/+4
2009-01-30xen: move remaining mmu-related stuff into mmu.cJeremy Fitzhardinge1-730/+1
2009-01-30Merge branch 'core/percpu' into x86/paravirtH. Peter Anvin1-27/+19
2009-01-22x86/pvops: remove pte_flags pvopJeremy Fitzhardinge1-1/+0
2009-01-20x86: remove pda_init()Brian Gerst1-1/+0
2009-01-16percpu: add optimized generic percpu accessorsIngo Molnar1-7/+7
2009-01-16x86: misc clean up after the percpu updateTejun Heo1-1/+1
2009-01-11x86: change flush_tlb_others to take a const struct cpumaskRusty Russell1-19/+12
2008-12-16xen: clean up asm/xen/hypervisor.hJeremy Fitzhardinge1-0/+1
2008-12-16xen: whitespace/checkpatch cleanupTej1-7/+9
2008-11-07xen: make sure stray alias mappings are gone before pinningJeremy Fitzhardinge1-2/+3
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