summaryrefslogtreecommitdiff
path: root/arch/x86/xen/enlighten.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-05xen: use direct ops on 64-bitJeremy Fitzhardinge1-13/+1
2009-02-05xen: setup percpu data pointersJeremy Fitzhardinge1-1/+14
2009-02-05Merge branch 'core/percpu' into x86/paravirtH. Peter Anvin1-0/+3
2009-01-31xen: setup percpu data pointersJeremy Fitzhardinge1-0/+3
2009-01-31x86/paravirt: add register-saving thunks to reduce caller register pressureJeremy Fitzhardinge1-4/+4
2009-01-31xen: move remaining mmu-related stuff into mmu.cJeremy Fitzhardinge1-730/+1
2009-01-31Merge branch 'core/percpu' into x86/paravirtH. Peter Anvin1-27/+19
2009-01-23x86/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-19Merge branch 'x86/apic' into x86/x2apicIngo Molnar1-1/+0
2008-07-19Merge 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