summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2009-06-16x86, mce: unify smp_thermal_interrupt, prepareHidetoshi Seto3-17/+38
2009-06-16x86, mce: unify smp_thermal_interrupt, prepare mce_intel_64Hidetoshi Seto1-6/+8
2009-06-16x86, mce: unify smp_thermal_interrupt, prepare p4Hidetoshi Seto1-6/+5
2009-06-16x86, mce: make mce_disabled booleanHidetoshi Seto3-17/+11
2009-06-16x86, mce: unify mce.hHidetoshi Seto12-59/+42
2009-06-16x86, mce: sysfs entries for new mce optionsHidetoshi Seto1-1/+83
2009-06-16x86, mce: rename static variables around triggerHidetoshi Seto1-13/+14
2009-06-16x86, mce: add __read_mostlyHidetoshi Seto1-13/+13
2009-06-16x86, mce: cleanup mce_start()Hidetoshi Seto1-35/+31
2009-06-16x86, mce: don't init timer if !mce_availableHidetoshi Seto1-2/+3
2009-06-16x86, mce: fix a race condition about mce_callin and no_way_outHuang Ying1-2/+10
2009-06-16Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve...Linus Torvalds33-18/+1439
2009-06-16Merge branch 'amd-iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar5-7/+45
2009-06-16x86: mm: Read cr2 before prefetching the mmap_lockIngo Molnar1-2/+2
2009-06-16amd-iommu: resume cleanupChris Wright1-7/+1
2009-06-15Driver Core: x86: add nodename for cpuid and msr drivers.Kay Sievers2-0/+12
2009-06-15Driver Core: misc: add nodename support for misc devices.Kay Sievers1-0/+1
2009-06-15Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-1/+1
2009-06-15[CPUFREQ] cpumask: new cpumask operators for arch/x86/kernel/cpu/cpufreq/powe...Rusty Russell2-15/+4
2009-06-15[CPUFREQ] cpumask: avoid playing with cpus_allowed in powernow-k8.cRusty Russell1-58/+60
2009-06-15[CPUFREQ] cpumask: avoid cpumask games in arch/x86/kernel/cpu/cpufreq/speedst...Rusty Russell1-43/+17
2009-06-15[CPUFREQ] cpumask: avoid playing with cpus_allowed in speedstep-ich.cRusty Russell2-39/+55
2009-06-15[CPUFREQ] powernow-k8: get drv data for correct CPUNaga Chumbalkar1-5/+1
2009-06-15[CPUFREQ] powernow-k8: read P-state from HWNaga Chumbalkar1-14/+11
2009-06-15[CPUFREQ] reduce scope of ACPI_PSS_BIOS_BUG_MSG[]Andrew Morton1-4/+3
2009-06-15[CPUFREQ] Clean up convoluted code in arch/x86/kernel/tsc.c:time_cpufreq_noti...Dave Jones1-5/+3
2009-06-15[CPUFREQ] powernow-k8.c: mess cleanupLuis Henriques1-7/+9
2009-06-15[CPUFREQ] powernow-k8: Set transition latency to 1 if ACPI tables export 0Thomas Renninger1-0/+13
2009-06-15x86: Add NMI types for kmap_atomic, fixPeter Zijlstra2-6/+10
2009-06-15perf_counter: Make set_perf_counter_pending() declaration commonPaul Mackerras1-5/+0
2009-06-15amd-iommu: set event buffer head and tail to 0 manuallyJoerg Roedel1-0/+4
2009-06-15perf_counter: x86: Fix call-chain support to use NMI-safe methodsPeter Zijlstra1-10/+39
2009-06-15x86: Add NMI types for kmap_atomicPeter Zijlstra2-3/+6
2009-06-15x86, mm: Add __get_user_pages_fast()Peter Zijlstra1-0/+56
2009-06-15amd-iommu: disable cmd buffer and evt logging before reprogramming iommuChris Wright1-0/+9
2009-06-15Merge commit 'linus/master' into HEADVegard Nossum65-2108/+3775
2009-06-15kmemcheck: add opcode self-testing at bootVegard Nossum4-17/+85
2009-06-15x86: unify pte_hiddenJeremy Fitzhardinge1-6/+2
2009-06-15x86: make _PAGE_HIDDEN conditionalJeremy Fitzhardinge1-1/+6
2009-06-15kmemcheck: make kconfig accessible for other architecturesPekka Enberg2-88/+1
2009-06-15kmemcheck: enable in the x86 KconfigVegard Nossum1-0/+88
2009-06-15kmemcheck: add hooks for the page allocatorVegard Nossum2-2/+10
2009-06-15amd-iommu: flush domain tlb when attaching a new deviceChris Wright1-0/+16
2009-06-15x86: disable IOMMUs on kernel crashJoerg Roedel1-0/+6
2009-06-15amd-iommu: disable IOMMU hardware on shutdownJoerg Roedel3-0/+9
2009-06-15kmemcheck: add hooks for page- and sg-dma-mappingsVegard Nossum1-0/+5
2009-06-15kmemcheck: don't track page tablesVegard Nossum3-8/+10
2009-06-15kmemcheck: add DMA hooksVegard Nossum1-0/+2
2009-06-15kmemcheck: add mm functionsVegard Nossum1-1/+1
2009-06-15x86: add hooks for kmemcheckVegard Nossum8-5/+66