aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-09-1715-696/+327
|\
| * x86, mce: Fix compilation with !CONFIG_DEBUG_FS in mce-severity.cAndi Kleen2009-09-141-0/+2
| * x86, mce: CE in last bank prevents panic by unknown MCEHidetoshi Seto2009-08-261-4/+4
| * x86, mce: Fake panic support for MCE testingHuang Ying2009-08-101-11/+64
| * x86, mce: Move debugfs mce dir creating to mce.cHuang Ying2009-08-103-3/+15
| * x86, mce: Support specifying raise mode for software MCE injectionHuang Ying2009-08-101-8/+8
| * x86, mce: Support specifying context for software mce injectionHuang Ying2009-08-101-30/+126
| * x86, mce: fix reporting of Thermal Monitoring mechanism enabledBartlomiej Zolnierkiewicz2009-07-291-3/+10
| * x86, mce: remove never executed codeBartlomiej Zolnierkiewicz2009-07-291-2/+0
| * x86, mce: add missing __cpuinit tagsBartlomiej Zolnierkiewicz2009-07-291-2/+2
| * x86, mce: fix "mce" boot option handling for CONFIG_X86_NEW_MCEBartlomiej Zolnierkiewicz2009-07-291-1/+3
| * x86, mce: don't log boot MCEs on Pentium M (model == 13) CPUsBartlomiej Zolnierkiewicz2009-07-291-0/+4
| * x86: mce: macros to compute banks MSRsAndi Kleen2009-07-092-22/+22
| * x86: mce: Move per bank data in a single datastructureAndi Kleen2009-07-092-56/+67
| * x86: mce: Move code in mce.cAndi Kleen2009-07-091-11/+11
| * x86: mce: Rename CONFIG_X86_NEW_MCE to CONFIG_X86_MCEAndi Kleen2009-07-095-7/+6
| * x86: mce: Remove old i386 machine check codeAndi Kleen2009-07-096-549/+0
| * x86, mce: use atomic_inc_return() instead of add by 1Borislav Petkov2009-06-201-2/+2
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-174-78/+73
|\ \
| * | sched: x86: Name old_perf in a unique wayPeter Zijlstra2009-09-161-2/+2
| * | x86: sched: Provide arch implementations using aperf/mperfPeter Zijlstra2009-09-152-1/+56
| * | x86: Add generic aperf/mperf codePeter Zijlstra2009-09-151-70/+9
| * | x86: Move APERF/MPERF into a X86_FEATUREPeter Zijlstra2009-09-152-7/+8
* | | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-171-3/+3
|\ \ \
| * \ \ Merge branch 'linus' into tracing/coreIngo Molnar2009-09-1765-2031/+2957
| |\ \ \
| * | | | tracing/function-graph: x86_64 stack allocation cleanupJiri Olsa2009-09-121-3/+3
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2009-09-171-0/+10
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | x86, EDAC: Provide function to return NodeId of a CPUAndreas Herrmann2009-09-161-0/+10
* | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-09-162-4/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | x86/PCI: pci quirks, fix pci refcountingJiri Slaby2009-09-091-1/+1
| * | | | PCI iommu: iommu=pt is a valid early paramAlex Williamson2009-09-091-3/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-09-156-340/+63
|\ \ \ \ \
| * | | | | x86,percpu: use embedding for 64bit NUMA and page for 32bit NUMATejun Heo2009-08-141-127/+28
| * | | | | percpu: update embedding first chunk allocator to handle sparse unitsTejun Heo2009-08-141-1/+3
| * | | | | percpu: add pcpu_unit_offsets[]Tejun Heo2009-08-141-28/+23
| * | | | | percpu: introduce pcpu_alloc_info and pcpu_group_infoTejun Heo2009-08-141-23/+15
| * | | | | percpu: add @align to pcpu_fc_alloc_fn_tTejun Heo2009-08-141-2/+2
| * | | | | percpu: drop @static_size from first chunk allocatorsTejun Heo2009-08-141-19/+15
| * | | | | percpu: generalize first chunk allocator selectionTejun Heo2009-08-141-18/+6
| * | | | | percpu: rename 4k first chunk allocator to pageTejun Heo2009-08-141-11/+12
| * | | | | Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo2009-08-1436-214/+522
| |\ \ \ \ \
| * | | | | | linker script: unify usage of discard definitionTejun Heo2009-07-091-7/+4
| * | | | | | percpu: teach large page allocator about NUMATejun Heo2009-07-041-17/+55
| * | | | | | x86,percpu: generalize lpage first chunk allocatorTejun Heo2009-07-041-158/+11
| * | | | | | x86,percpu: generalize 4k first chunk allocatorTejun Heo2009-07-041-59/+19
| * | | | | | percpu: drop @unit_size from embed first chunk allocatorTejun Heo2009-07-041-1/+1
| * | | | | | Merge branch 'master' into for-nextTejun Heo2009-07-0415-114/+88
| |\ \ \ \ \ \
| * | | | | | | percpu: clean up percpu variable definitionsTejun Heo2009-06-242-11/+11
| * | | | | | | percpu: cleanup percpu array definitionsTejun Heo2009-06-243-4/+4
* | | | | | | | Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-09-153-14/+66
|\ \ \ \ \ \ \ \