aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2009-06-10Merge branch 'x86-setup-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-06-10Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2009-06-10Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2009-06-10Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-06-10Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-06-10Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-06-10Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-06-10Merge branch 'x86-kbuild-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-06-10Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2009-06-10CPUFREQ: Mark e_powersaver driver as EXPERIMENTAL and DANGEROUSHarald Welte
2009-06-10CPUFREQ: Enable acpi-cpufreq driver for VIA/Centaur CPUsHarald Welte
2009-06-09cpumask: alloc zeroed cpumask for static cpumask_var_tsYinghai Lu
2009-06-07x86, microcode: Simplify vfree() useFigo.zhang
2009-06-07x86, apic: Fix dummy apic read operation together with broken MP handlingCyrill Gorcunov
2009-06-07x86: cpu_debug: Remove model information to reduce encoding-decodingJaswinder Singh Rajput
2009-06-07Merge branch 'linus' into x86/cpuIngo Molnar
2009-06-05[CPUFREQ] powernow-k8: check space_id of _PCT registers to be FFHDave Jones
2009-06-02x86, apic: Restore irqs on fail pathsJiri Slaby
2009-06-02x86: Print real IOAPIC version for x86-64Naga Chumbalkar
2009-06-01Merge branch 'x86/cpufeature' into irq/numaIngo Molnar
2009-06-01Merge branch 'linus' into irq/numaIngo Molnar
2009-05-29acpi-cpufreq: fix printk typo and indentationJoe Perches
2009-05-26[CPUFREQ] powernow-k8: determine exact CPU frequency for HW PstatesAndreas Herrmann
2009-05-26[CPUFREQ] powernow-k8 cleanup msg if BIOS does not export ACPI _PSS cpufreq dataThomas Renninger
2009-05-26[CPUFREQ] powernow-k7 build fix when ACPI=nDave Jones
2009-05-26[CPUFREQ] add atom family to p4-clockmodJarod Wilson
2009-05-25x86: Remove remap percpu allocator for the time beingTejun Heo
2009-05-23Merge branch 'x86/urgent' into x86/setupH. Peter Anvin
2009-05-22x86: introduce noxsave boot parameterSuresh Siddha
2009-05-22x86: DMI match for the Sony VGN-Z540N as it needs BIOS rebootZhang Rui
2009-05-19x86, io-apic: Don't mark pin_programmed earlyYinghai Lu
2009-05-18Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-05-18Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2009-05-18x86, irq: don't call mp_config_acpi_gsi() if update_mptable is not enabledYinghai Lu
2009-05-18x86, irq: update_mptable needs pci_routeirqYinghai Lu
2009-05-18x86: fix system without memory on node0Yinghai Lu
2009-05-18Merge commit 'v2.6.30-rc6' into x86/mmIngo Molnar
2009-05-18x86: don't call read_apic_id if !cpu_has_apicYinghai Lu
2009-05-18x86, apic: introduce io_apic_irq_attrYinghai Lu
2009-05-15x86: Fix performance regression caused by paravirt_ops on native kernelsJeremy Fitzhardinge
2009-05-15x86, mtrr: replace MTRRdefType_MSR with msr-index's MSR_MTRRdefTypeJaswinder Singh Rajput
2009-05-15x86, mtrr: replace MTRRfix4K_C0000_MSR with msr-index's MSR_MTRRfix4K_C0000Jaswinder Singh Rajput
2009-05-15x86, mtrr: remove mtrr MSRs double declarationJaswinder Singh Rajput
2009-05-15x86, mtrr: replace MTRRfix16K_80000_MSR with msr-index's MSR_MTRRfix16K_80000Jaswinder Singh Rajput
2009-05-15x86, mtrr: replace MTRRfix64K_00000_MSR with msr-index's MSR_MTRRfix64K_00000Jaswinder Singh Rajput
2009-05-15x86, mtrr: replace MTRRcap_MSR with msr-index's MSR_MTRRcapJaswinder Singh Rajput
2009-05-15kgdb,i386: use address that SP register points to in the exception frameJason Wessel
2009-05-13x86/function-graph: fix constraint for recording old return valueSteven Rostedt
2009-05-12x86: read apic ID in the !acpi_lapic caseYinghai Lu
2009-05-12Merge branch 'x86/apic' into irq/numaIngo Molnar