summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | xen: fix allocation and use of large ldts, cleanupJeremy Fitzhardinge2008-07-311-4/+5
* | | | | | xen: compile irq functions without -pg for ftraceJeremy Fitzhardinge2008-07-316-123/+150
* | | | | | Merge branch 'x86/spinlocks' into x86/xenIngo Molnar2008-07-314-168/+193
|\ \ \ \ \ \
| * | | | | | x86: split spinlock implementations out into their own filesJeremy Fitzhardinge2008-07-244-168/+193
* | | | | | | xen: suppress known wrmsrsJeremy Fitzhardinge2008-07-281-0/+13
* | | | | | | xen: fix allocation and use of large ldtsJeremy Fitzhardinge2008-07-281-10/+41
* | | | | | | x86, xen: Use native_pte_flags instead of native_pte_val for .pte_flagsEduardo Habkost2008-07-261-1/+1
* | | | | | | Merge branch 'linus' into x86/xenIngo Molnar2008-07-261-1/+1
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | xen: don't use sysret for sysexit32Jeremy Fitzhardinge2008-07-241-1/+1
| |/ / / / /
* | | | | | x86/paravirt/xen: properly fill out the ldt opsJeremy Fitzhardinge2008-07-241-0/+23
|/ / / / /
* | | | | Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-07-231-2/+2
|\ \ \ \ \
| * \ \ \ \ Merge branch 'linus' into cpus4096Ingo Molnar2008-07-1614-303/+628
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Merge commit 'v2.6.26-rc9' into cpus4096Ingo Molnar2008-07-066-231/+80
| |\ \ \ \ \
| * | | | | | x86: use performance variant for_each_cpu_mask_nrMike Travis2008-05-231-2/+2
* | | | | | | x86: add PTE_FLAGS_MASKJeremy Fitzhardinge2008-07-221-2/+2
* | | | | | | x86: rename PTE_MASK to PTE_PFN_MASKJeremy Fitzhardinge2008-07-222-5/+5
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'x86/paravirt-spinlocks' into x86/for-linusIngo Molnar2008-07-211-0/+171
|\ \ \ \ \ \
| * | | | | | xen: implement Xen-specific spinlocksJeremy Fitzhardinge2008-07-161-1/+171
| * | | | | | xen: use lock-byte spinlock implementationJeremy Fitzhardinge2008-07-161-0/+1
| | | | | | |
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
*-------. \ \ \ \ \ \ Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8...Ingo Molnar2008-07-2113-345/+1255
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | / / | | | |_|_|_|_|_|/ / | | |/| | | | | | / | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | | | | * | | | x86, xen, power: fix up config dependencies on PMJeremy Fitzhardinge2008-07-171-0/+5
| | | | | |/ / /
| | | | | * | | x86: xen: no need to disable vdso32Jeremy Fitzhardinge2008-07-161-7/+2
| | | | | * | | x86_64: further cleanup of 32-bit compat syscall mechanismsJeremy Fitzhardinge2008-07-161-3/+7
| | | | | * | | x86, xen, vdso: fix build errorIngo Molnar2008-07-161-0/+2
| | | | | * | | xen64: disable 32-bit syscall/sysenter if not supported.Jeremy Fitzhardinge2008-07-161-19/+19
| | | | | * | | xen64: fix build error on 32-bit + !HIGHMEMIngo Molnar2008-07-161-0/+2
| | | | | * | | xen: update Kconfig to allow 64-bit XenJeremy Fitzhardinge2008-07-161-4/+5
| | | | | * | | xen: implement Xen write_msr operationJeremy Fitzhardinge2008-07-161-1/+30
| | | | | * | | xen64: set up userspace syscall patchJeremy Fitzhardinge2008-07-161-10/+36
| | | | | * | | xen64: set up syscall and sysenter entrypoints for 64-bitJeremy Fitzhardinge2008-07-165-5/+174
| | | | | * | | xen64: allocate and manage user pagetablesJeremy Fitzhardinge2008-07-163-24/+168
| | | | | * | | xen64: Clear %fs on xen_load_tls()Eduardo Habkost2008-07-161-9/+22
| | | | | * | | xen: make sure the kernel command line is rightJeremy Fitzhardinge2008-07-161-0/+1
| | | | | * | | xen: rework pgd_walk to deal with 32/64 bitJeremy Fitzhardinge2008-07-161-40/+75
| | | | | * | | xen64: implement xen_load_gs_index()Eduardo Habkost2008-07-161-0/+11
| | | | | * | | xen64: add identity irq->vector mapJeremy Fitzhardinge2008-07-161-1/+18
| | | | | * | | xen64: register callbacks in arch-independent wayJeremy Fitzhardinge2008-07-161-10/+17
| | | | | * | | xen64: add pvop for swapgsJeremy Fitzhardinge2008-07-161-0/+3
| | | | | * | | xen64: deal with extra words Xen pushes onto exception framesJeremy Fitzhardinge2008-07-163-1/+8
| | | | | * | | xen64: xen_write_idt_entry() and cvt_gate_to_trap()Eduardo Habkost2008-07-161-16/+10
| | | | | * | | xen: use set_pte_vaddrJeremy Fitzhardinge2008-07-161-29/+1
| | | | | * | | xen64: defer setting pagetable alloc/release opsJeremy Fitzhardinge2008-07-161-13/+12
| | | | | * | | xen: set num_processorsJeremy Fitzhardinge2008-07-161-1/+3
| | | | | * | | xen64: use arbitrary_virt_to_machine for xen_set_pmdJeremy Fitzhardinge2008-07-161-3/+6
| | | | | * | | xen: fix truncation of machine addressJeremy Fitzhardinge2008-07-161-1/+1
| | | | | * | | xen32: create initial mappings like 64-bitJeremy Fitzhardinge2008-07-161-78/+52
| | | | | * | | xen64: map an initial chunk of physical memoryJeremy Fitzhardinge2008-07-161-10/+69
| | | | | * | | xen64: 64-bit starts using set_pte from very earlyJeremy Fitzhardinge2008-07-161-0/+4
| | | | | * | | xen64: early mapping setupJeremy Fitzhardinge2008-07-161-16/+176
| | | | | * | | xen: cpu_detect is 32-bit onlyJeremy Fitzhardinge2008-07-161-2/+2
OpenPOWER on IntegriCloud