aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* x86: kernel/mpparse.c fix compilation warningsJaswinder Singh Rajput2009-02-11
* x86: make hibernation always-possibleIngo Molnar2009-02-11
* x86: cleanup, rename CONFIG_X86_NON_STANDARD to CONFIG_X86_EXTENDED_PLATFORMRavikiran G Thirumalai2009-02-11
* x86, apic: make generic_apic_probe() generally availableIngo Molnar2009-02-11
* Merge branch 'x86/apic' of git://git.kernel.org/pub/scm/linux/kernel/git/jere...Ingo Molnar2009-02-11
|\
| * xen: expose enable_IO_APIC for 32-bitIan Campbell2009-02-09
| * x86: unstatic ioapic entry funcsJeremy Fitzhardinge2009-02-09
| * x86: add mp_find_ioapic_pinJeremy Fitzhardinge2009-02-09
| * x86: unstatic mp_find_ioapic so it can be used elsewhereJeremy Fitzhardinge2009-02-09
| * x86: make apic_* operations inline functionsJeremy Fitzhardinge2009-02-09
* | x86, apic: fix initialization of wakeup_cpuAlok Kataria2009-02-11
|/
* xen: explicitly initialise the cpu field of irq_infoIan Campbell2009-02-09
* xen: make sure that softirqs get handled at the end of event processingJeremy Fitzhardinge2009-02-09
* xen: remove irq bindcountJeremy Fitzhardinge2009-02-09
* xen: pack all irq-related info togetherJeremy Fitzhardinge2009-02-09
* xen: use our own eventchannel->irq pathJeremy Fitzhardinge2009-02-09
* Merge branch 'x86/paravirt' into x86/apicIngo Molnar2009-02-09
|\
| * xen: use direct ops on 64-bitJeremy Fitzhardinge2009-02-04
| * xen: make direct versions of irq_enable/disable/save/restore to common codeJeremy Fitzhardinge2009-02-04
| * xen: setup percpu data pointersJeremy Fitzhardinge2009-02-04
| * Merge branch 'core/percpu' into x86/paravirtH. Peter Anvin2009-02-04
| |\
| | * x86, percpu: fix kexec with vmlinuxYinghai Lu2009-02-03
| | * Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar2009-01-31
| | |\
| | | * Merge branch 'master' into tj-percpuTejun Heo2009-01-31
| | | |\
| | | * | xen: setup percpu data pointersJeremy Fitzhardinge2009-01-31
| | | * | x86: split loading percpu segments from loading gdtJeremy Fitzhardinge2009-01-31
| | | * | x86: pass in cpu number to switch_to_new_gdt()Brian Gerst2009-01-31
| | | * | x86: UV fix uv_flush_send_and_wait()Cliff Wickman2009-01-31
| | |/ /
| | * | linker script: use separate simpler definition for PERCPU()Tejun Heo2009-01-30
| * | | xen: fix 32-bit build resulting from mmu moveJeremy Fitzhardinge2009-02-04
| * | | x86/paravirt: return full 64-bit resultJeremy Fitzhardinge2009-02-03
| * | | x86/vmi: fix interrupt enable/disable/save/restore calling convention.Jeremy Fitzhardinge2009-02-02
| * | | x86/paravirt: don't restore second return regJeremy Fitzhardinge2009-02-02
| * | | x86/paravirt: fix missing callee-save call on pud_valJeremy Fitzhardinge2009-01-30
| * | | x86/paravirt: use callee-saved convention for pte_val/make_pte/etcJeremy Fitzhardinge2009-01-30
| * | | x86/paravirt: implement PVOP_CALL macros for callee-save functionsJeremy Fitzhardinge2009-01-30
| * | | x86/paravirt: add register-saving thunks to reduce caller register pressureJeremy Fitzhardinge2009-01-30
| * | | x86/paravirt: selectively save/restore regs around pvops callsJeremy Fitzhardinge2009-01-30
| * | | x86: fix paravirt clobber in entry_64.SJeremy Fitzhardinge2009-01-30
| * | | x86/pvops: add a paravirt_ident functions to allow special patchingJeremy Fitzhardinge2009-01-30
| * | | xen: move remaining mmu-related stuff into mmu.cJeremy Fitzhardinge2009-01-30
| * | | Merge branch 'core/percpu' into x86/paravirtH. Peter Anvin2009-01-30
| |\| |
| | * | Merge branch 'linus' into core/percpuIngo Molnar2009-01-30
| | |\ \
| | * | | Revert "generic, x86: fix __per_cpu_load relocation"Ingo Molnar2009-01-29
* | | | | xen: set irq_chip disableJeremy Fitzhardinge2009-02-09
* | | | | x86: unify do_IRQ()Jeremy Fitzhardinge2009-02-09
* | | | | x86: add handle_irq() to allow interrupt injectionJeremy Fitzhardinge2009-02-09
* | | | | x86: find nr_irqs_gsi with mp_ioapic_routingYinghai Lu2009-02-09
* | | | | x86: check_timer cleanupYinghai Lu2009-02-09
* | | | | x86: use NR_IRQS_LEGACY to replace 16Yinghai Lu2009-02-09