summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/enlighten.c
Commit message (Expand)AuthorAgeFilesLines
* xen: clean up gate trap/interrupt constantsJeremy Fitzhardinge2009-04-081-3/+3
* xen: set _PAGE_NX in __supported_pte_mask before pagetable constructionJeremy Fitzhardinge2009-04-081-1/+6
* xen: mask XSAVE from cpuidJeremy Fitzhardinge2009-04-081-6/+44
* xen: remove xen_load_gdt debugJeremy Fitzhardinge2009-04-081-3/+0Star
* xen: make xen_load_gdt simplerJeremy Fitzhardinge2009-04-081-8/+6Star
* xen: clean up xen_load_gdtJeremy Fitzhardinge2009-04-081-2/+13
* Merge branch 'x86/core' into core/percpuIngo Molnar2009-03-041-0/+3
|\
| * Merge branch 'x86/urgent' into x86/coreIngo Molnar2009-02-261-0/+3
| |\
| | * xen: disable interrupts early, as start_kernel expectsJeremy Fitzhardinge2009-02-251-0/+3
* | | xen: deal with virtually mapped percpu dataJeremy Fitzhardinge2009-03-021-4/+6
|/ /
* | x86, apic: remove genapic.hIngo Molnar2009-02-171-1/+1
* | x86: fold apic_ops into genapicYinghai Lu2009-02-171-10/+11
* | x86: make lazy %gs optional on x86_32Tejun Heo2009-02-101-8/+9
* | xen: use direct ops on 64-bitJeremy Fitzhardinge2009-02-051-13/+1Star
* | xen: setup percpu data pointersJeremy Fitzhardinge2009-02-051-1/+14
* | Merge branch 'core/percpu' into x86/paravirtH. Peter Anvin2009-02-051-0/+3
|\ \
| * | xen: setup percpu data pointersJeremy Fitzhardinge2009-01-311-0/+3
* | | x86/paravirt: add register-saving thunks to reduce caller register pressureJeremy Fitzhardinge2009-01-301-4/+4
* | | xen: move remaining mmu-related stuff into mmu.cJeremy Fitzhardinge2009-01-301-730/+1Star
* | | Merge branch 'core/percpu' into x86/paravirtH. Peter Anvin2009-01-301-27/+19Star
|\| |
| * | x86: remove pda_init()Brian Gerst2009-01-201-1/+0Star
| * | percpu: add optimized generic percpu accessorsIngo Molnar2009-01-161-7/+7
| * | x86: misc clean up after the percpu updateTejun Heo2009-01-161-1/+1
| * | x86: change flush_tlb_others to take a const struct cpumaskRusty Russell2009-01-111-19/+12Star
| |/
* / x86/pvops: remove pte_flags pvopJeremy Fitzhardinge2009-01-221-1/+0Star
|/
* xen: clean up asm/xen/hypervisor.hJeremy Fitzhardinge2008-12-161-0/+1
* xen: whitespace/checkpatch cleanupTej2008-12-161-7/+9
* xen: make sure stray alias mappings are gone before pinningJeremy Fitzhardinge2008-11-071-2/+3
* mm: rewrite vmap layerNick Piggin2008-10-201-0/+1
* 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/+0Star
| | |\ \ \
| | * \ \ \ Merge branch 'linus' into x86/x2apicIngo Molnar2008-07-181-1/+3
| | |\ \ \ \
| | * | | | | x86: let 32bit use apic_ops too - fixYinghai Lu2008-07-141-10/+9Star
| | * | | | | 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/+10Star
* | | | | | 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/+2Star
* | | | | | xen: suppress known wrmsrsJeremy Fitzhardinge2008-07-281-0/+13
* | | | | | xen: fix allocation and use of large ldtsJeremy Fitzhardinge2008-07-281-10/+41