aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2009-02-09x86, vmi: put a missing paravirt_release_pmd in pgd_dtorAlok Kataria
2009-02-09x86: find nr_irqs_gsi with mp_ioapic_routingYinghai Lu
2009-02-09Merge branch 'x86/paravirt' into x86/apicIngo Molnar
2009-02-09x86: unify do_IRQ()Jeremy Fitzhardinge
2009-02-09x86: add handle_irq() to allow interrupt injectionJeremy Fitzhardinge
2009-02-09x86: early_printk.c - fix pgtable.h unification falloutIngo Molnar
2009-02-09Merge branch 'jsgf/x86/unify' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar
2009-02-09x86: add clflush before monitor for Intel 7400 seriesPallipadi, Venkatesh
2009-02-09x86: use linker to offset symbols by __per_cpu_loadBrian Gerst
2009-02-09x86: don't pretend that non-framepointer stack traces are reliableArjan van de Ven
2009-02-09x86: find nr_irqs_gsi with mp_ioapic_routingYinghai Lu
2009-02-09x86: check_timer cleanupYinghai Lu
2009-02-09x86: use NR_IRQS_LEGACY to replace 16Yinghai Lu
2009-02-09x86/irq: optimize nr_irqsYinghai Lu
2009-02-07Merge branches 'release', 'asus', 'bugzilla-12450', 'cpuidle', 'debug', 'ec',...Len Brown
2009-02-06x86: Fix compile error in arch/x86/kernel/early_printk.cJeremy Fitzhardinge
2009-02-06x86: clean up hpet timer reinitPavel Emelyanov
2009-02-05x86, numaq: cleanupsIngo Molnar
2009-02-05Merge branch 'x86/urgent' into x86/apicIngo Molnar
2009-02-05x86: move default_ipi_xx back to ipi.cYinghai Lu
2009-02-05x86, apic: explain the purpose of max_physical_apicidIngo Molnar
2009-02-05smp, generic: introduce arch_disable_smp_support() instead of disable_ioapic_...Ingo Molnar
2009-02-05[CPUFREQ] powernow-k8: Get transition latency from ACPI _PSS tableMark Langsdorf
2009-02-04Merge branch 'core/percpu' into x86/paravirtH. Peter Anvin
2009-02-05x86: fix grammar in user-visible BIOS warningAlex Chiang
2009-02-05x86: fix hpet timer reinit for x86_64Pavel Emelyanov
2009-02-04x86, 64-bit: print DMI info in the oops traceKyle McMartin
2009-02-04Merge branch 'core/xen' into x86/urgentIngo Molnar
2009-02-04ACPI: cpufreq: Remove deprecated /proc/acpi/processor/../performance proc ent...Thomas Renninger
2009-02-03x86: kexec: Use one page table in x86_64 machine_kexecHuang Ying
2009-02-03x86: APIC: enable workaround on AMD Fam10h CPUsBorislav Petkov
2009-02-02x86: push old stack address on irqstack for unwinderMartin Hicks
2009-02-03x86, percpu: fix kexec with vmlinuxYinghai Lu
2009-02-02x86/vmi: fix interrupt enable/disable/save/restore calling convention.Jeremy Fitzhardinge
2009-02-01irq, x86: fix lock status with numa_migrate_irq_descYinghai Lu
2009-02-01x86: add cache descriptors for Intel Core i7Dave Jones
2009-01-31Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2009-01-31Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-01-31x86/Voyager: make it build and bootJames Bottomley
2009-01-31x86: split loading percpu segments from loading gdtJeremy Fitzhardinge
2009-01-31x86: pass in cpu number to switch_to_new_gdt()Brian Gerst
2009-01-31x86: UV fix uv_flush_send_and_wait()Cliff Wickman
2009-01-31x86, apic: clean up spurious vector sanity checkIngo Molnar
2009-01-31x86: update copyrightsIngo Molnar
2009-01-31x86, apic: clean up header sectionIngo Molnar
2009-01-30x86/paravirt: use callee-saved convention for pte_val/make_pte/etcJeremy Fitzhardinge
2009-01-30x86/paravirt: add register-saving thunks to reduce caller register pressureJeremy Fitzhardinge
2009-01-30x86: fix paravirt clobber in entry_64.SJeremy Fitzhardinge
2009-01-30x86/pvops: add a paravirt_ident functions to allow special patchingJeremy Fitzhardinge
2009-01-30Merge branch 'core/percpu' into x86/paravirtH. Peter Anvin