aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-26Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-11/+43
2009-04-26Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+2
2009-04-26Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+3
2009-04-24x86, hpet: Stop soliciting hpet=force users on ICH4MLen Brown1-2/+0
2009-04-24Merge branch 'cpufreq' into releaseLen Brown1-14/+16
2009-04-22uv_time: add parameter to uv_read_rtc()Coly Li1-5/+5
2009-04-22x86: hpet: fix periodic mode programming on AMD 81xxAndreas Herrmann1-1/+17
2009-04-22Merge commit 'v2.6.30-rc3' into x86/urgentIngo Molnar5-7/+12
2009-04-21clocksource: pass clocksource to read() callbackMagnus Damm5-7/+12
2009-04-21x86: avoid theoretical spurious NMI backtraces with CONFIG_CPUMASK_OFFSTACK=yRusty Russell1-1/+1
2009-04-21x86: fix boot crash in NMI watchdog with CONFIG_CPUMASK_OFFSTACK=y and flat APICRusty Russell1-1/+2
2009-04-20x86-64: fix FPU corruption with signals and preemptionSuresh Siddha1-1/+3
2009-04-20x86/uv: fix for no memory at paddr 0Jack Steiner1-0/+1
2009-04-20Merge branch 'linus' into x86/urgentIngo Molnar13-131/+217
2009-04-19acpi-cpufreq: Do not let get_measured perf depend on internal variableThomas Renninger1-3/+4
2009-04-19acpi-cpufreq: style-only: add parens to math expressionThomas Renninger1-1/+1
2009-04-19acpi-cpufreq: Cleanup: Use printk_onceThomas Renninger1-6/+2
2009-04-19x86, acpi_cpufreq: Fix the NULL pointer dereference in get_measured_perfPallipadi, Venkatesh1-5/+10
2009-04-18lockdep, x86: account for irqs enabled in paranoid_exitSteven Rostedt1-0/+3
2009-04-17x86/uv: fix init of cpu-less nodesJack Steiner1-0/+14
2009-04-17Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-3/+1
2009-04-16Merge branch 'x86/uv' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-64/+148
2009-04-17x86: fix microcode driver newly spewing warningsDmitry Adamushko1-2/+0
2009-04-16x86: UV BAU distribution and payload MMRsCliff Wickman1-3/+9
2009-04-15acpi-cpufreq: fix 'smp_call_function_many()' confusionLinus Torvalds1-0/+6
2009-04-14x86 microcode: revert some work_on_cpuHugh Dickins1-22/+11
2009-04-14x86: UV: BAU partition-relative distribution mapCliff Wickman1-3/+16
2009-04-14x86, irq: Remove IRQ_DISABLED check in process context IRQ movePallipadi, Venkatesh1-0/+2
2009-04-13Fix quilt merge error in acpi-cpufreq.cLinus Torvalds1-1/+1
2009-04-14x86: pci-swiotlb.c swiotlb_dma_ops should be staticJaswinder Singh Rajput1-1/+1
2009-04-13Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-5/+9
2009-04-13cpufreq: use smp_call_function_[single|many]() in acpi-cpufreq.cAndrew Morton1-15/+9
2009-04-12x86: add linux kernel support for YMM stateSuresh Siddha1-1/+1
2009-04-12x86: Fix section mismatches in mpparseRakib Mullick1-3/+4
2009-04-10x86, intr-remap: fix eoi for interrupt remapping without x2apicWeidong Han1-1/+4
2009-04-09Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-3/+11
2009-04-09Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-1/+4
2009-04-09x86: cpu_debug remove execute permissionJaswinder Singh Rajput1-0/+0
2009-04-09tracing/syscalls: use a dedicated file headerFrederic Weisbecker2-1/+4
2009-04-08x86: smarten /proc/interrupts output for new countersHidetoshi Seto1-1/+1
2009-04-08Merge commit 'v2.6.30-rc1' into x86/urgentIngo Molnar3-6/+5
2009-04-08x86: DMI match for the Dell DXP061 as it needs BIOS rebootAlan Cox1-0/+8
2009-04-08x86: make 64 bit to use default_inquire_remote_apicYinghai Lu1-2/+2
2009-04-08x86: prevent /sys/firmware/sgi_uv from being created on non-uv systemsRuss Anderson1-0/+4
2009-04-07Merge branches 'release', 'APERF', 'ARAT', 'misc', 'kelvin', 'device-lock' and 'bjorn.notify' into releaseLen Brown3-1/+7
2009-04-07x86 ACPI: Add support for Always Running APIC timerVenkatesh Pallipadi2-0/+7
2009-04-07ACPI x86: Make aperf/mperf MSR access in acpi_cpufreq read_onlyVenkatesh Pallipadi1-5/+10
2009-04-07ACPI x86: Cleanup acpi_cpufreq structures related to aperf/mperfVenkatesh Pallipadi1-22/+20
2009-04-07Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+0
2009-04-07dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24)Yang Hongyang1-1/+1