summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into x86/apicIngo Molnar2009-02-1323-127/+149
|\
| * Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-02-111-2/+10
| |\
| | * x86: clean up hpet timer reinitPavel Emelyanov2009-02-061-2/+10
| | * x86: fix hpet timer reinit for x86_64Pavel Emelyanov2009-02-051-1/+1
| * | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-02-1123-121/+193
| |\ \
| | * | i8327: fix outb() parameter orderClemens Ladisch2009-02-101-9/+8
| | * | x86: fix math_emu register frame accessTejun Heo2009-02-107-56/+55
| | * | x86: math_emu info cleanupTejun Heo2009-02-096-64/+48
| | * | x86: include correct %gs in a.out core dumpTejun Heo2009-02-091-3/+1
| | * | x86, vmi: put a missing paravirt_release_pmd in pgd_dtorAlok Kataria2009-02-091-0/+11
| | * | x86: find nr_irqs_gsi with mp_ioapic_routingYinghai Lu2009-02-093-5/+44
| | * | x86: add clflush before monitor for Intel 7400 seriesPallipadi, Venkatesh2009-02-093-0/+10
| * | | tracing, x86: fix constraint for parent variableSteven Rostedt2009-02-111-5/+4
| * | | tracing, x86: fix fixup section to return to original codeSteven Rostedt2009-02-101-3/+5
| * | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2009-02-091-6/+22
| |\ \ \
| | * | | [CPUFREQ] powernow-k8: Get transition latency from ACPI _PSS tableMark Langsdorf2009-02-051-6/+22
| | | |/ | | |/|
| * | | x86: spinlocks: define dummy __raw_spin_is_contendedKyle McMartin2009-02-092-0/+2
| | | |
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-----. \ \ Merge branches 'release', 'asus', 'bugzilla-12450', 'cpuidle', 'debug', 'ec',...Len Brown2009-02-0753-196/+338
| |\ \ \ \ \ \
| | | | | * | | ACPI: cpufreq: Remove deprecated /proc/acpi/processor/../performance proc ent...Thomas Renninger2009-02-041-11/+0
| | | | | |/ /
| | | | * | | x86-64: fix int $0x80 -ENOSYS returnRoland McGrath2009-02-071-3/+5
| | | | * | | prevent kprobes from catching spurious page faultsMasami Hiramatsu2009-02-061-2/+6
| | | * | | | ACPI suspend: Fix compilation warnings in drivers/acpi/sleep.cRafael J. Wysocki2009-01-171-2/+2
| | |/ / / / | |/| | | |
* | | | | | x86: kernel/mpparse.c fix compilation warningsJaswinder Singh Rajput2009-02-111-3/+3
* | | | | | x86: make hibernation always-possibleIngo Molnar2009-02-111-1/+0
* | | | | | x86: cleanup, rename CONFIG_X86_NON_STANDARD to CONFIG_X86_EXTENDED_PLATFORMRavikiran G Thirumalai2009-02-111-37/+46
* | | | | | x86, apic: make generic_apic_probe() generally availableIngo Molnar2009-02-112-2/+6
* | | | | | Merge branch 'x86/apic' of git://git.kernel.org/pub/scm/linux/kernel/git/jere...Ingo Molnar2009-02-116-17/+56
|\ \ \ \ \ \
| * | | | | | xen: expose enable_IO_APIC for 32-bitIan Campbell2009-02-091-2/+0
| * | | | | | x86: unstatic ioapic entry funcsJeremy Fitzhardinge2009-02-092-5/+11
| * | | | | | x86: add mp_find_ioapic_pinJeremy Fitzhardinge2009-02-092-3/+14
| * | | | | | x86: unstatic mp_find_ioapic so it can be used elsewhereJeremy Fitzhardinge2009-02-092-1/+2
| * | | | | | x86: make apic_* operations inline functionsJeremy Fitzhardinge2009-02-091-6/+29
* | | | | | | x86, apic: fix initialization of wakeup_cpuAlok Kataria2009-02-111-1/+1
|/ / / / / /
* | | | | | xen: use our own eventchannel->irq pathJeremy Fitzhardinge2009-02-092-22/+1
* | | | | | Merge branch 'x86/paravirt' into x86/apicIngo Molnar2009-02-0926-1158/+1379
|\ \ \ \ \ \
| * | | | | | xen: use direct ops on 64-bitJeremy Fitzhardinge2009-02-051-13/+1
| * | | | | | xen: make direct versions of irq_enable/disable/save/restore to common codeJeremy Fitzhardinge2009-02-055-231/+169
| * | | | | | xen: setup percpu data pointersJeremy Fitzhardinge2009-02-053-3/+20
| * | | | | | Merge branch 'core/percpu' into x86/paravirtH. Peter Anvin2009-02-059-22/+36
| |\ \ \ \ \ \
| | * | | | | | x86, percpu: fix kexec with vmlinuxYinghai Lu2009-02-031-2/+3
| | * | | | | | xen: setup percpu data pointersJeremy Fitzhardinge2009-01-312-1/+7
| | * | | | | | x86: split loading percpu segments from loading gdtJeremy Fitzhardinge2009-01-312-6/+13
| | * | | | | | x86: pass in cpu number to switch_to_new_gdt()Brian Gerst2009-01-315-12/+12
| | * | | | | | x86: UV fix uv_flush_send_and_wait()Cliff Wickman2009-01-311-1/+1
| * | | | | | | xen: fix 32-bit build resulting from mmu moveJeremy Fitzhardinge2009-02-051-0/+37
| * | | | | | | x86/paravirt: return full 64-bit resultJeremy Fitzhardinge2009-02-041-1/+1
| * | | | | | | x86/vmi: fix interrupt enable/disable/save/restore calling convention.Jeremy Fitzhardinge2009-02-021-4/+5
| * | | | | | | x86/paravirt: don't restore second return regJeremy Fitzhardinge2009-02-021-2/+2
| * | | | | | | x86/paravirt: fix missing callee-save call on pud_valJeremy Fitzhardinge2009-01-301-4/+4
| * | | | | | | x86/paravirt: use callee-saved convention for pte_val/make_pte/etcJeremy Fitzhardinge2009-01-303-88/+67