summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *---. \ \ \ \ \ 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
| | | |/ / / / / | | |/| | | | |
* | | | | | | | xen: do not reserve 2 pages of padding between hypervisor and fixmap.Ian Campbell2008-10-101-1/+1
* | | | | | | | xen: use spin_lock_nest_lock when pinning a pagetableJeremy Fitzhardinge2008-10-092-29/+48
* | | | | | | | xen: clean up x86-64 warningsJeremy Fitzhardinge2008-10-032-54/+27
* | | | | | | | xen: make CONFIG_XEN_SAVE_RESTORE depend on CONFIG_XENChuck Ebbert2008-09-301-2/+2
* | | | | | | | Merge branch 'timers/urgent' into x86/xenIngo Molnar2008-09-231-1/+1
|\| | | | | | |
| * | | | | | | xen: fix for xen guest with mem > 3.7GJeremy Fitzhardinge2008-09-141-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | xen: fix pinning when not using split pte locksJeremy Fitzhardinge2008-09-101-2/+2
* | | | | | | Merge branch 'core/xen' into x86/xenIngo Molnar2008-09-101-1/+1
|\ \ \ \ \ \ \
| * | | | | | | mm: define USE_SPLIT_PTLOCKS rather than repeating expressionJeremy Fitzhardinge2008-09-101-1/+1
| |/ / / / / /
| * / / / / / x86, xen: Use native_pte_flags instead of native_pte_val for .pte_flagsEduardo Habkost2008-09-061-1/+1
| |/ / / / /
* | | | | | xen: make CPU hotplug functions staticAlex Nixon2008-09-082-10/+6
* | | | | | x86, xen: fix build when !CONFIG_HOTPLUG_CPUAlex Nixon2008-09-081-0/+18
* | | | | | xen: implement CPU hotpluggingAlex Nixon2008-08-254-12/+67
* | | | | | x86: build fix in "xen spinlock updates and performance measurements"Jeremy Fitzhardinge2008-08-222-3/+3
* | | | | | xen: measure how long spinlocks spend blockingJeremy Fitzhardinge2008-08-211-20/+42
* | | | | | xen: allow interrupts to be enabled while doing a blocking spinJeremy Fitzhardinge2008-08-211-3/+27
* | | | | | xen: add debugfs supportJeremy Fitzhardinge2008-08-217-9/+580
* | | | | | xen: save previous spinlock when blockingJeremy Fitzhardinge2008-08-211-15/+50
* | | | | | xen: add xen_ prefixes to make tracing with ftrace easierJeremy Fitzhardinge2008-08-201-32/+34
* | | | | | xen: clarify locking used when pinning a pagetable.Jeremy Fitzhardinge2008-08-201-6/+35
* | | | | | 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-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-241-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