summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-10-202-3/+1Star
|\
| * genirq: revert dynarrayThomas Gleixner2008-10-161-1/+1
| * xen: Fix bug `do_IRQ: cannot handle IRQ -1 vector 0x6 cpu 1'Alex Nixon2008-10-161-2/+0Star
| * x86: move kstat_irqs from kstat to irq_descYinghai Lu2008-10-161-1/+1
* | mm: rewrite vmap layerNick Piggin2008-10-202-0/+2
* | x86: paravirt: factor out cpu_khz to common codeGlauber Costa2008-10-151-9/+2Star
|/
* 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-254-8/+8
| | |\
| | * \ Merge branch 'linus' into x86/x2apicIngo Molnar2008-07-2213-343/+1425
| | |\ \
| | * | | 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-184-97/+53Star
| | |\ \ \ \
| | * | | | | 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
| | | |/ / / / / | | |/| | | | |
* | | | | | | | 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/+27Star
* | | | | | | | 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/+6Star
* | | | | | 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
|\ \ \ \ \