aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
Commit message (Expand)AuthorAge
* Merge branch 'x86/apic' into x86-v28-for-linus-phase4-BIngo Molnar2008-10-11
|\
| * Merge branch 'linus' into x86/x2apicIngo Molnar2008-07-25
| |\
| * \ Merge branch 'linus' into x86/x2apicIngo Molnar2008-07-22
| |\ \
| * | | x86, xen: fix apic_ops build on UPIngo Molnar2008-07-20
| * | | Merge branch 'x86/apic' into x86/x2apicIngo Molnar2008-07-18
| |\ \ \
| * \ \ \ Merge branch 'linus' into x86/x2apicIngo Molnar2008-07-18
| |\ \ \ \
| * | | | | x86: let 32bit use apic_ops too - fixYinghai Lu2008-07-14
| * | | | | x2apic: xen64 paravirt basic apic opsSuresh Siddha2008-07-12
| | | | | |
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
*---. \ \ \ \ \ Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/cr...Ingo Molnar2008-10-06
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | | * | | | | x86, paravirt_ops: use unsigned long instead of u32 for alloc_p*() pfn argsEduardo Habkost2008-08-21
| | |/ / / / / | |/| | | | |
* | | | | | | xen: fix for xen guest with mem > 3.7GJeremy Fitzhardinge2008-09-14
| |/ / / / / |/| | | | |
* | | | | | x86, xen: Use native_pte_flags instead of native_pte_val for .pte_flagsEduardo Habkost2008-09-06
|/ / / / /
* | | | | xen: don't use sysret for sysexit32Jeremy Fitzhardinge2008-07-24
* | | | | Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-07-23
|\ \ \ \ \
| * \ \ \ \ Merge branch 'linus' into cpus4096Ingo Molnar2008-07-15
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Merge commit 'v2.6.26-rc9' into cpus4096Ingo Molnar2008-07-06
| |\ \ \ \ \
| * | | | | | x86: use performance variant for_each_cpu_mask_nrMike Travis2008-05-23
* | | | | | | x86: add PTE_FLAGS_MASKJeremy Fitzhardinge2008-07-22
* | | | | | | x86: rename PTE_MASK to PTE_PFN_MASKJeremy Fitzhardinge2008-07-22
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'x86/paravirt-spinlocks' into x86/for-linusIngo Molnar2008-07-21
|\ \ \ \ \ \
| * | | | | | xen: implement Xen-specific spinlocksJeremy Fitzhardinge2008-07-16
| * | | | | | xen: use lock-byte spinlock implementationJeremy Fitzhardinge2008-07-16
| | | | | | |
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
*-------. \ \ \ \ \ \ Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8...Ingo Molnar2008-07-21
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | / / | | | |_|_|_|_|_|/ / | | |/| | | | | | / | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | | | | * | | | x86, xen, power: fix up config dependencies on PMJeremy Fitzhardinge2008-07-17
| | | | | |/ / /
| | | | | * | | x86: xen: no need to disable vdso32Jeremy Fitzhardinge2008-07-16
| | | | | * | | x86_64: further cleanup of 32-bit compat syscall mechanismsJeremy Fitzhardinge2008-07-16
| | | | | * | | x86, xen, vdso: fix build errorIngo Molnar2008-07-16
| | | | | * | | xen64: disable 32-bit syscall/sysenter if not supported.Jeremy Fitzhardinge2008-07-16
| | | | | * | | xen64: fix build error on 32-bit + !HIGHMEMIngo Molnar2008-07-16
| | | | | * | | xen: update Kconfig to allow 64-bit XenJeremy Fitzhardinge2008-07-16
| | | | | * | | xen: implement Xen write_msr operationJeremy Fitzhardinge2008-07-16
| | | | | * | | xen64: set up userspace syscall patchJeremy Fitzhardinge2008-07-16
| | | | | * | | xen64: set up syscall and sysenter entrypoints for 64-bitJeremy Fitzhardinge2008-07-16
| | | | | * | | xen64: allocate and manage user pagetablesJeremy Fitzhardinge2008-07-16
| | | | | * | | xen64: Clear %fs on xen_load_tls()Eduardo Habkost2008-07-16
| | | | | * | | xen: make sure the kernel command line is rightJeremy Fitzhardinge2008-07-16
| | | | | * | | xen: rework pgd_walk to deal with 32/64 bitJeremy Fitzhardinge2008-07-16
| | | | | * | | xen64: implement xen_load_gs_index()Eduardo Habkost2008-07-16
| | | | | * | | xen64: add identity irq->vector mapJeremy Fitzhardinge2008-07-16
| | | | | * | | xen64: register callbacks in arch-independent wayJeremy Fitzhardinge2008-07-16
| | | | | * | | xen64: add pvop for swapgsJeremy Fitzhardinge2008-07-16
| | | | | * | | xen64: deal with extra words Xen pushes onto exception framesJeremy Fitzhardinge2008-07-16
| | | | | * | | xen64: xen_write_idt_entry() and cvt_gate_to_trap()Eduardo Habkost2008-07-16
| | | | | * | | xen: use set_pte_vaddrJeremy Fitzhardinge2008-07-16
| | | | | * | | xen64: defer setting pagetable alloc/release opsJeremy Fitzhardinge2008-07-16
| | | | | * | | xen: set num_processorsJeremy Fitzhardinge2008-07-16
| | | | | * | | xen64: use arbitrary_virt_to_machine for xen_set_pmdJeremy Fitzhardinge2008-07-16
| | | | | * | | xen: fix truncation of machine addressJeremy Fitzhardinge2008-07-16
| | | | | * | | xen32: create initial mappings like 64-bitJeremy Fitzhardinge2008-07-16
| | | | | * | | xen64: map an initial chunk of physical memoryJeremy Fitzhardinge2008-07-16