summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* x86: fix section mismatch for i386 init codeRobert Richter2009-07-271-1/+5
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-07-277-14/+26
|\
| * x86: geode: Mark mfgpt irq IRQF_TIMER to prevent resume failureThomas Gleixner2009-07-241-1/+1
| * x86, amd: Don't probe for extended APIC ID if APICs are disabledJeremy Fitzhardinge2009-07-221-1/+1
| * x86, mce: Rename incorrect macro name "CONFIG_X86_THRESHOLD"Hidehiro Kawai2009-07-211-1/+1
| * x86, mce: Fix set_trigger() accessorJan Beulich2009-07-211-4/+2
| * x86: Add reboot fixup for SBC-fitPC2Denis Turischev2009-07-201-0/+8
| * x86: Include all of .data.* sections in _edata on 64-bitCatalin Marinas2009-07-181-7/+0
| * x86: Add quirk for Intel DG45ID board to avoid low memory corruptionAlexey Fisher2009-07-181-0/+13
* | Merge branch 'perf-counters-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-07-221-20/+233
|\ \ | |/ |/|
| * perf_counter: Remove unused variablesPeter Zijlstra2009-07-221-2/+0
| * perf_counter, x86: Extend perf_counter Pentium M supportDaniel Qarras2009-07-131-4/+2
| * perf_counter: Clean up global vs counter enablePeter Zijlstra2009-07-101-8/+8
| * perf_counter: Fix up P6 PMU detailsPeter Zijlstra2009-07-101-5/+23
| * perf_counter: Add P6 PMU supportVince Weaver2009-07-101-14/+213
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2009-07-171-11/+3
|\ \
| * | x86/pci: insert ioapic resource before assigning unassigned resourcesYinghai Lu2009-07-101-11/+3
* | | x86: Fix warning in pvclock.cDave Jones2009-07-141-1/+1
* | | x86, apic: Fix false positive section mismatch in numaq_32.cRakib Mullick2009-07-131-1/+2
* | | x86: Fix false positive section mismatch in es7000_32.cRakib Mullick2009-07-131-1/+2
* | | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-07-103-8/+28
|\ \ \ | |/ / |/| / | |/
| * perf_counter: Ignore the nmi call frames in the x86-64 backtracesFrederic Weisbecker2009-07-013-8/+28
* | Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-085-13/+11
* | [CPUFREQ] Powernow-k8: support family 0xf with 2 low p-statesMark Langsdorf2009-07-062-20/+13
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-07-066-32/+25
|\ \
| * \ Merge branch 'amd-iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2009-07-031-4/+9
| |\ \
| | * | amd-iommu: set evt_buf_size correctlyJoerg Roedel2009-07-021-0/+2
| | * | amd-iommu: handle alias entries correctly in init codeJoerg Roedel2009-07-021-4/+7
| * | | x86: Remove unused function lapic_watchdog_ok()Jaswinder Singh Rajput2009-07-031-5/+0
| * | | x86: Remove unused variable disable_x2apicJaswinder Singh Rajput2009-07-031-2/+0
| * | | x86, kvm: Fix section mismatches in kvm.cRakib Mullick2009-07-031-1/+1
| * | | x86: Fix printk call in print_local_apic()Ingo Molnar2009-07-021-18/+13
| * | | x86: Mark device_nb as static and fix NULL noiseJaswinder Singh Rajput2009-07-011-2/+2
* | | | gcov: exclude code operating in userspace from profilingPeter Oberparleiter2009-07-061-0/+2
* | | | Merge git://git.infradead.org/iommu-2.6Linus Torvalds2009-07-021-1/+1
|\ \ \ \
| * | | | intel-iommu: Make iommu=pt work on i386 tooDavid Woodhouse2009-07-011-1/+1
* | | | | x86: add boundary check for 32bit res before expand e820 resource to alignmentYinghai Lu2009-07-021-6/+10
| |_|_|/ |/| | |
* | | | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-06-301-12/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | perf_counter, x86: Update x86_pmu after WARN()Yinghai Lu2009-06-291-2/+2
| * | | perf_counter, x86: Add mmap counter read supportPeter Zijlstra2009-06-251-0/+6
| * | | perf_counter, x86: Set global control MSR correctlyYong Wang2009-06-241-9/+1
| * | | perf_counter, x8: Fix L1-data-Cache-Store-Referencees for AMDJaswinder Singh Rajput2009-06-211-1/+1
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-06-291-3/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | Revert "x86: cap iomem_resource to addressable physical memory"H. Peter Anvin2009-06-281-3/+0
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-06-287-67/+189
|\| | |
| * | | x86, mce: percpu mcheck_timer should be pinnedHidetoshi Seto2009-06-251-2/+2
| * | | x86: Add sysctl to allow panic on IOCK NMI errorKurt Garloff2009-06-252-0/+4
| * | | x86: Fix uv bau sending buffer initializationCliff Wickman2009-06-241-7/+2
| * | | x86: Move init_gbpages() to setup_arch()Pekka J Enberg2009-06-231-0/+16
| * | | Merge branch 'for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Ingo Molnar2009-06-221-57/+162
| |\ \ \