summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-07-22x86, mce: Rename incorrect macro name "CONFIG_X86_THRESHOLD"Hidehiro Kawai1-1/+1
2009-07-21x86, mce: Fix set_trigger() accessorJan Beulich1-4/+2
2009-07-21x86: Add reboot fixup for SBC-fitPC2Denis Turischev1-0/+8
2009-07-18x86: Include all of .data.* sections in _edata on 64-bitCatalin Marinas1-7/+0
2009-07-18x86: Add quirk for Intel DG45ID board to avoid low memory corruptionAlexey Fisher1-0/+13
2009-07-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds1-11/+3
2009-07-14x86: Fix warning in pvclock.cDave Jones1-1/+1
2009-07-13x86, apic: Fix false positive section mismatch in numaq_32.cRakib Mullick1-1/+2
2009-07-13x86: Fix false positive section mismatch in es7000_32.cRakib Mullick1-1/+2
2009-07-13perf_counter, x86: Extend perf_counter Pentium M supportDaniel Qarras1-4/+2
2009-07-11x86/cpu: Clean up various files a bitAlan Cox11-129/+144
2009-07-11x86: Remove duplicated #includeHuang Weiyi1-1/+0
2009-07-11Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds3-8/+28
2009-07-11x86/pci: insert ioapic resource before assigning unassigned resourcesYinghai Lu1-11/+3
2009-07-10x86, ipi: Clean up safe_smp_processor_id() by using the cpu_has_apic() macro ...Cyrill Gorcunov1-1/+1
2009-07-10x86: Clean up idt_descr and idt_tableby using NR_VECTORS instead of hardcoded...Cyrill Gorcunov2-2/+2
2009-07-10perf_counter: Clean up global vs counter enablePeter Zijlstra1-8/+8
2009-07-10perf_counter: Fix up P6 PMU detailsPeter Zijlstra1-5/+23
2009-07-10perf_counter: Add P6 PMU supportVince Weaver1-14/+213
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches5-13/+11
2009-07-07[CPUFREQ] Powernow-k8: support family 0xf with 2 low p-statesMark Langsdorf2-20/+13
2009-07-07Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-32/+25
2009-07-07gcov: exclude code operating in userspace from profilingPeter Oberparleiter1-0/+2
2009-07-05x86: Further clean up of mtrr/generic.cIngo Molnar1-29/+27
2009-07-04x86: Clean up mtrr/main.cJaswinder Singh Rajput1-213/+242
2009-07-04x86: Clean up mtrr/state.cJaswinder Singh Rajput1-28/+40
2009-07-04x86: Clean up mtrr/mtrr.hJaswinder Singh Rajput1-10/+9
2009-07-04x86: Clean up mtrr/if.cJaswinder Singh Rajput1-59/+76
2009-07-04x86: Clean up mtrr/generic.cJaswinder Singh Rajput1-135/+169
2009-07-04x86: Clean up mtrr/cyrix.cJaswinder Singh Rajput1-43/+51
2009-07-04x86: Clean up mtrr/cleanup.cJaswinder Singh Rajput1-174/+176
2009-07-04x86: Clean up mtrr/centaur.cJaswinder Singh Rajput1-133/+35
2009-07-04x86: Clean up mtrr/amd.c:Jaswinder Singh Rajput1-46/+51
2009-07-04Merge branch 'linus' into x86/cleanupsIngo Molnar42-773/+946
2009-07-03Merge branch 'amd-iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar1-4/+9
2009-07-03x86: Remove unused function lapic_watchdog_ok()Jaswinder Singh Rajput1-5/+0
2009-07-03x86: Remove unused variable disable_x2apicJaswinder Singh Rajput1-2/+0
2009-07-03x86, kvm: Fix section mismatches in kvm.cRakib Mullick1-1/+1
2009-07-03Merge git://git.infradead.org/iommu-2.6Linus Torvalds1-1/+1
2009-07-02x86: add boundary check for 32bit res before expand e820 resource to alignmentYinghai Lu1-6/+10
2009-07-02amd-iommu: set evt_buf_size correctlyJoerg Roedel1-0/+2
2009-07-02amd-iommu: handle alias entries correctly in init codeJoerg Roedel1-4/+7
2009-07-02x86: Fix printk call in print_local_apic()Ingo Molnar1-18/+13
2009-07-02perf_counter: Ignore the nmi call frames in the x86-64 backtracesFrederic Weisbecker3-8/+28
2009-07-01intel-iommu: Make iommu=pt work on i386 tooDavid Woodhouse1-1/+1
2009-07-01x86: Mark device_nb as static and fix NULL noiseJaswinder Singh Rajput1-2/+2
2009-07-01Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-12/+10
2009-06-29Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+0
2009-06-29perf_counter, x86: Update x86_pmu after WARN()Yinghai Lu1-2/+2
2009-06-28Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-67/+189