aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-10Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-402/+205
2009-06-10Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds17-52/+37
2009-06-10Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2009-06-10Merge branch 'x86-kbuild-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-538/+438
2009-06-10Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds21-987/+892
2009-06-10CPUFREQ: Mark e_powersaver driver as EXPERIMENTAL and DANGEROUSHarald Welte1-3/+6
2009-06-10CPUFREQ: Enable acpi-cpufreq driver for VIA/Centaur CPUsHarald Welte1-5/+1
2009-06-09cpumask: alloc zeroed cpumask for static cpumask_var_tsYinghai Lu6-6/+6
2009-06-07x86, apic: Fix dummy apic read operation together with broken MP handlingCyrill Gorcunov2-4/+13
2009-06-07x86: cpu_debug: Remove model information to reduce encoding-decodingJaswinder Singh Rajput1-321/+96
2009-06-07Merge branch 'linus' into x86/cpuIngo Molnar42-224/+396
2009-06-05[CPUFREQ] powernow-k8: check space_id of _PCT registers to be FFHDave Jones1-6/+7
2009-06-02x86, apic: Restore irqs on fail pathsJiri Slaby1-5/+6
2009-06-02x86: Print real IOAPIC version for x86-64Naga Chumbalkar2-5/+2
2009-06-01Merge branch 'x86/cpufeature' into irq/numaIngo Molnar1-5/+12
2009-06-01Merge branch 'linus' into irq/numaIngo Molnar13-27/+65
2009-05-29acpi-cpufreq: fix printk typo and indentationJoe Perches1-2/+2
2009-05-26[CPUFREQ] powernow-k8: determine exact CPU frequency for HW PstatesAndreas Herrmann1-2/+21
2009-05-26[CPUFREQ] powernow-k8 cleanup msg if BIOS does not export ACPI _PSS cpufreq dataThomas Renninger1-14/+5
2009-05-26[CPUFREQ] powernow-k7 build fix when ACPI=nDave Jones1-0/+2
2009-05-26[CPUFREQ] add atom family to p4-clockmodJarod Wilson1-0/+1
2009-05-25x86: Remove remap percpu allocator for the time beingTejun Heo1-1/+3
2009-05-22x86: introduce noxsave boot parameterSuresh Siddha1-0/+7
2009-05-22x86: DMI match for the Sony VGN-Z540N as it needs BIOS rebootZhang Rui1-0/+8
2009-05-19x86, io-apic: Don't mark pin_programmed earlyYinghai Lu1-1/+4
2009-05-18Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-6/+13
2009-05-18Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2009-05-18x86, irq: don't call mp_config_acpi_gsi() if update_mptable is not enabledYinghai Lu2-2/+4
2009-05-18x86, irq: update_mptable needs pci_routeirqYinghai Lu1-0/+7
2009-05-18x86: don't call read_apic_id if !cpu_has_apicYinghai Lu4-5/+11
2009-05-18x86, apic: introduce io_apic_irq_attrYinghai Lu2-28/+37
2009-05-15x86: Fix performance regression caused by paravirt_ops on native kernelsJeremy Fitzhardinge2-1/+4
2009-05-15x86, mtrr: replace MTRRdefType_MSR with msr-index's MSR_MTRRdefTypeJaswinder Singh Rajput4-11/+9
2009-05-15x86, mtrr: replace MTRRfix4K_C0000_MSR with msr-index's MSR_MTRRfix4K_C0000Jaswinder Singh Rajput2-4/+2
2009-05-15x86, mtrr: remove mtrr MSRs double declarationJaswinder Singh Rajput1-8/+0
2009-05-15x86, mtrr: replace MTRRfix16K_80000_MSR with msr-index's MSR_MTRRfix16K_80000Jaswinder Singh Rajput2-3/+2
2009-05-15x86, mtrr: replace MTRRfix64K_00000_MSR with msr-index's MSR_MTRRfix64K_00000Jaswinder Singh Rajput2-3/+2
2009-05-15x86, mtrr: replace MTRRcap_MSR with msr-index's MSR_MTRRcapJaswinder Singh Rajput3-4/+3
2009-05-15kgdb,i386: use address that SP register points to in the exception frameJason Wessel1-1/+2
2009-05-13x86/function-graph: fix constraint for recording old return valueSteven Rostedt1-1/+1
2009-05-12x86: read apic ID in the !acpi_lapic caseYinghai Lu2-24/+27
2009-05-12Merge branch 'x86/apic' into irq/numaIngo Molnar13-64/+109
2009-05-11x86: add extension fields for bootloader type and versionH. Peter Anvin1-2/+8
2009-05-11x86, boot: make kernel_alignment adjustable; new bzImage fieldsH. Peter Anvin2-0/+2
2009-05-11x86, 64-bit: ifdef out struct thread_struct::ipAlexey Dobriyan1-1/+1
2009-05-11x86: apic: Fixmap apic address even if apic disabledCyrill Gorcunov1-8/+9
2009-05-11x86: display extended apic registers with print_local_APIC and cpu_debug codeAndreas Herrmann3-3/+27
2009-05-11x86: mtrr: Fix high_width computation when phys-addr is >= 44bitYinghai Lu1-1/+5
2009-05-11x86: read apic ID in the !acpi_lapic caseYinghai Lu1-10/+21
2009-05-11x86: clean up and fix setup_clear/force_cpu_cap handlingYinghai Lu1-5/+12