summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAgeFilesLines
* x86/mce: Fix mce regression from recent cleanupTony Luck2013-07-291-2/+2
* x86: delete __cpuinit usage from all x86 filesPaul Gortmaker2013-07-1420-188/+181
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2013-07-111-4/+59
|\
| * x86, mcheck, therm_throt: Process package thresholdsSrinivas Pandruvada2013-06-131-4/+59
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-101-3/+1
|\ \
| * | perf/x86/amd: Do not print an error when the device is not presentPeter Zijlstra2013-07-051-3/+1
* | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-07-091-0/+71
|\ \ \
| * \ \ Merge tag 'v3.10-rc7' into drm-nextDave Airlie2013-06-272-5/+5
| |\ \ \
| * | | | Add arch_phys_wc_{add, del} to manipulate WC MTRRs if neededAndy Lutomirski2013-05-311-0/+71
| | |_|/ | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-07-041-4/+4
|\ \ \ \
| * | | | update AMD powerflags commentsThorsten Glaser2013-05-281-4/+4
| |/ / /
* | | | Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-07-031-1/+1
|\ \ \ \
| * | | | mm/x86: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-031-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'please-pull-mce-therm' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-031-17/+26
|\ \ \ \ | |/ / / |/| | |
| * | | x86 thermal: Disable power limit notification interrupt by defaultFenghua Yu2013-06-141-8/+26
| * | | x86 thermal: Delete power-limit-notification console messagesFenghua Yu2013-06-141-9/+0
| |/ /
* | | Merge branch 'x86-tracing-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-023-22/+46
|\ \ \
| * | | x86, trace: Add irq vector tracepointsSeiji Aguchi2013-06-203-2/+22
| * | | x86: Rename variables for debuggingSeiji Aguchi2013-06-201-8/+8
| * | | x86, trace: Introduce entering/exiting_irq()Seiji Aguchi2013-06-202-12/+16
| |/ /
* | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-024-13/+23
|\ \ \
| * \ \ Merge tag 'please-pull-mce' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2013-06-281-10/+5
| |\ \ \
| | * | | x86/mce: Update MCE severity condition checkChen Gong2013-06-271-10/+5
| | | |/ | | |/|
| * | | Merge tag 'please-pull-mce-bitmap-comment' of git://git.kernel.org/pub/scm/li...Ingo Molnar2013-06-264-6/+21
| |\ \ \
| | * | | mce: acpi/apei: Add comments to clarify usage of the various bitfields in the...Naveen N. Rao2013-06-252-1/+16
| | |/ /
| * | | x86, mce: Fix "braodcast" typoMathias Krause2013-06-051-2/+2
| | |/ | |/|
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-07-022-17/+20
|\ \ \
| * | | x86: Fix /proc/mtrr with base/size more than 44bitsYinghai Lu2013-06-252-17/+20
| |/ /
* | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-024-24/+22
|\ \ \
| * | | x86: Add a static_cpu_has_safe variantBorislav Petkov2013-06-201-0/+6
| * | | x86: Sanity-check static_cpu_has usageBorislav Petkov2013-06-201-0/+8
| * | | x86, cpu: Add a synthetic, always true, cpu featureBorislav Petkov2013-06-201-0/+2
| * | | x86: Get rid of ->hard_math and all the FPU asm fuH. Peter Anvin2013-06-064-24/+6
| |/ /
* | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-021-27/+25
|\ \ \
| * | | x86/intel/cacheinfo: Shut up last long-standing warningBorislav Petkov2013-06-201-27/+25
| |/ /
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-022-2/+2
|\ \ \
| * | | x86, asm, cleanup: Replace open-coded control register values with symbolicH. Peter Anvin2013-06-252-2/+2
| |/ /
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-07-0211-99/+979
|\ \ \ | |_|/ |/| |
| * | perf/x86: Disable PEBS-LL in intel_pmu_pebs_disable()Stephane Eranian2013-06-261-0/+6
| * | perf/x86: Fix shared register mutual exclusion enforcementStephane Eranian2013-06-263-4/+27
| * | perf/x86/intel: Support full width countingAndi Kleen2013-06-262-0/+12
| * | perf: Drop sample rate when sampling is too slowDave Hansen2013-06-231-1/+11
| * | perf/x86/intel: Add mem-loads/stores support for HaswellAndi Kleen2013-06-193-7/+41
| * | perf/x86/intel: Support Haswell/v4 LBR formatAndi Kleen2013-06-191-5/+51
| * | perf/x86/intel: Move NMI clearing to end of PMI handlerAndi Kleen2013-06-192-8/+13
| * | perf/x86/intel: Add Haswell PEBS supportAndi Kleen2013-06-193-2/+42
| * | perf/x86/intel: Add simple Haswell PMU supportAndi Kleen2013-06-192-2/+88
| * | perf/x86/intel: Add Haswell PEBS record supportAndi Kleen2013-06-192-22/+91
| * | perf/x86/intel: Fix sparse warningYan, Zheng2013-06-191-1/+1
| * | perf/x86/amd: AMD IOMMU Performance Counter PERF uncore PMU implementationSuravee Suthikulpanit2013-06-193-0/+548
OpenPOWER on IntegriCloud