summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into x86/apicIngo Molnar2009-02-2211-39/+36
|\
| * PM: Split up sysdev_[suspend|resume] from device_power_[down|up]Rafael J. Wysocki2009-02-221-0/+4
| * x86: Add IRQF_TIMER to legacy x86 timer interrupt descriptorsLinus Torvalds2009-02-222-2/+2
| * x86_64: Fix S3 fail pathJiri Slaby2009-02-211-1/+3
| * x86_64: acpi/wakeup_64 cleanupJiri Slaby2009-02-211-19/+7
| * x86, mce: remove incorrect __cpuinit for mce_cpu_features()H. Peter Anvin2009-02-203-4/+4
| * x86, vmi: TSC going backwards check in vmi clocksourceAlok N Kataria2009-02-201-1/+4
| * Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-02-193-6/+4
| |\
| | * x86, mce: fix ifdef for 64bit thermal apic vector clear on shutdownAndi Kleen2009-02-171-1/+1
| | * x86, mce: use force_sig_info to kill process in machine checkAndi Kleen2009-02-171-2/+2
| | * x86, mce: reinitialize per cpu features on resumeAndi Kleen2009-02-171-0/+1
| | * x86, rcu: fix strange load average and ksoftirqd behaviorPaul E. McKenney2009-02-171-3/+0
| * | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-02-175-8/+48
| |\|
| * | cpumask: fix powernow-k8: partial revert of 2fdf66b491ac706657946442789ec644c...Rusty Russell2009-02-161-5/+7
* | | x86: select x2apic ops in early apic probe only if x2apic mode is enabledSuresh Siddha2009-02-224-20/+17
* | | x86, apic: separate 32-bit setup functionality out of apic_32.cIngo Molnar2009-02-174-147/+142
* | | x86, apic: move remaining APIC drivers to arch/x86/kernel/apic/*Ingo Molnar2009-02-178-7/+8
* | | x86, apic: move APIC drivers to arch/x86/kernel/apic/*Ingo Molnar2009-02-1711-16/+26
* | | x86, apic: rename 'genapic' to 'apic'Ingo Molnar2009-02-1711-44/+44
* | | x86, apic: remove ->store_NMI_vector()Ingo Molnar2009-02-1710-28/+5
* | | x86, numaq_32: clean up, miscIngo Molnar2009-02-171-49/+48
* | | x86, numaq_32: clean upIngo Molnar2009-02-171-95/+100
* | | x86, es7000: misc cleanupsIngo Molnar2009-02-171-80/+90
* | | x86, es7000: remove dead code, clean upIngo Molnar2009-02-171-70/+33
* | | x86, es7000: remove externsIngo Molnar2009-02-171-19/+10
* | | x86, apic: remove apicid_cluster()Ingo Molnar2009-02-173-14/+5
* | | x86, es7000: clean upIngo Molnar2009-02-171-128/+113
* | | x86, apic: clean up the cpu_2_logical_apiciddeclarationIngo Molnar2009-02-174-11/+3
* | | x86, apic: clean up arch/x86/kernel/bigsmp_32.cIngo Molnar2009-02-171-19/+24
* | | x86, apic: remove stale references to APIC_DEFINITIONIngo Molnar2009-02-174-4/+0
* | | x86, apic: remove duplicate asm/apic.h inclusionsIngo Molnar2009-02-1716-31/+3
* | | x86, apic: remove genapic.hIngo Molnar2009-02-1736-45/+45
* | | remove: genapic prepareIngo Molnar2009-02-171-0/+9
* | | x86, apic: fix build fallout of genapic changesIngo Molnar2009-02-173-1/+4
* | | x86: fold apic_ops into genapicYinghai Lu2009-02-1720-77/+92
* | | x86: add x2apic configYinghai Lu2009-02-176-18/+21
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
*-----. \ \ Merge branches 'x86/acpi', 'x86/apic', 'x86/cpudetect', 'x86/headers', 'x86/p...Ingo Molnar2009-02-1789-2936/+4288
|\ \ \ \ \ \ | | | | | |/ | | | | |/|
| | | | * | x86, vm86: fix preemption bugThomas Gleixner2009-02-151-1/+9
| | | | * | x86, olpc: fix model detection without OFWChris Ball2009-02-141-1/+1
| | | | | |
| | | | \ \
| | | *-. | | Merge branches 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86...Ingo Molnar2009-02-133-6/+38
| | | |\ \| |
| | | | | * | x86, hpet: fix for LS21 + HPET = boot hangjohn stultz2009-02-131-0/+2
| | | | | * | x86: warn if arch_flush_lazy_mmu_cpu is called in preemptible contextThomas Gleixner2009-02-121-0/+2
| | | | | * | x86/paravirt: make arch_flush_lazy_mmu/cpu disable preemptionJeremy Fitzhardinge2009-02-121-0/+24
| | | | | * | x86, ptrace, mm: fix double-free on raceMarkus Metzger2009-02-111-6/+10
| | | | | | |
| | | | \ \ \
| | | | \ \ \
| | | | \ \ \
| | | | \ \ \
| | | | \ \ \
| | | | \ \ \
| | | | \ \ \
| | | | \ \ \
| | | | \ \ \
| | | | \ \ \
| | | | \ \ \
| | | *-----------. \ \ \ Merge branches 'x86/acpi', 'x86/asm', 'x86/cpudetect', 'x86/crashdump', 'x86/...Ingo Molnar2009-02-138-205/+116
| | | |\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | / | | | | | | | | |_|_|_|/ | | | | | | | |/| | | |
| | | | | | | | | * | | x86: unify PM-Timer messagesYasuaki Ishimatsu2009-01-291-3/+3
| | | | | | | | | * | | x86: fix debug message of CPU clock speedYasuaki Ishimatsu2009-01-291-17/+30
| | | | | | | | * | | | x86: early_printk.c - fix pgtable.h unification falloutIngo Molnar2009-02-091-0/+1
| | | | | | | | * | | | Merge branch 'jsgf/x86/unify' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar2009-02-091-1/+0
| | | | | | | | |\ \ \ \
| | | | | | | | | * | | | x86: Fix compile error in arch/x86/kernel/early_printk.cJeremy Fitzhardinge2009-02-061-1/+0