summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2012-07-26perf/x86: Fix typo in format definition of uncore PCU filterYan, Zheng1-8/+8
2012-07-22Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-25/+29
2012-07-22Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-8/+4
2012-07-10x86/mm/mtrr: Slightly simplify print_mtrr_state()Jan Beulich1-5/+1
2012-07-10x86/mm/mtrr: Fix alignment determination in range_to_mtrr()Jan Beulich1-3/+3
2012-07-06perf/x86: Fix intel_perfmon_event_mapformattingPekka Enberg1-8/+8
2012-07-05perf/x86: Uncore filter support for SandyBridge-EPYan, Zheng2-46/+206
2012-07-05perf/x86: Detect number of instances of uncore CBoxYan, Zheng1-1/+6
2012-07-05perf/x86: Fix event constraint for SandyBridge-EP C-BoxYan, Zheng1-1/+1
2012-07-05perf/x86: Use 0xff as pseudo code for fixed uncore eventYan, Zheng2-3/+3
2012-07-05perf/x86: Save a few bytes in 'struct x86_pmu'Peter Zijlstra1-2/+5
2012-07-05perf/x86: Add a microcode revision check for SNB-PEBSPeter Zijlstra3-11/+65
2012-07-05perf/x86: Improve debug output in check_hw_exists()Robert Richter1-3/+5
2012-07-05perf/x86/amd: Unify AMD's generic and family 15h pmusRobert Richter1-57/+46
2012-07-05perf/x86: Move Intel specific code to intel_pmu_init()Robert Richter2-32/+35
2012-07-05perf/x86: Rename Intel specific macrosRobert Richter4-29/+29
2012-07-05Merge branch 'x86/cpu' into perf/coreIngo Molnar6-17/+50
2012-07-05Merge branch 'perf/urgent' into perf/coreIngo Molnar3-8/+21
2012-07-05perf/x86: Fix USER/KERNEL tagging of samplesPeter Zijlstra1-1/+1
2012-06-26x86, cpufeature: Remove stray %s, add -w to mkcapflags.plH. Peter Anvin1-2/+2
2012-06-25x86, cpufeature: Catch duplicate CPU feature stringsH. Peter Anvin1-5/+18
2012-06-25x86, cpufeature: Rename X86_FEATURE_DTS to X86_FEATURE_DTHERMH. Peter Anvin1-1/+1
2012-06-25perf/x86: Fix section mismatch in uncore_pci_init()Robert Richter1-1/+1
2012-06-20Merge commit 'v3.5-rc3' into x86/debugIngo Molnar5-49/+122
2012-06-18perf/x86: Lowercase uncore PMU event namesPeter Zijlstra1-35/+16
2012-06-18perf/x86: Add Intel Nehalem and Sandy Bridge-EP uncore supportYan, Zheng2-0/+570
2012-06-18perf: Add generic PCI uncore PMU device supportYan, Zheng2-5/+236
2012-06-18perf/x86: Add Intel Nehalem and Sandy Bridge uncore PMU supportYan, Zheng2-0/+245
2012-06-18perf/x86: Add generic Intel uncore PMU supportYan, Zheng3-1/+1085
2012-06-18perf: Export perf_assign_events()Yan, Zheng2-3/+5
2012-06-18perf/x86/amd: Fix RDPMC index calculation for AMD family 15hRobert Richter1-1/+1
2012-06-11perf/x86: Convert obsolete simple_strtoul() usage to kstrtoul()Shuah Khan1-1/+6
2012-06-11Merge tag 'v3.5-rc2' into perf/coreIngo Molnar1-2/+2
2012-06-08Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2012-06-08Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-47/+120
2012-06-07x86, cpu: Rename checking_wrmsrl() to wrmsrl_safe()H. Peter Anvin5-15/+15
2012-06-07x86, cpu, amd: Deprecate AMD-specific MSR variantsBorislav Petkov1-0/+33
2012-06-07x86, cpu, amd: Fix crash as Xen Dom0 on AMD Trinity systemsAndre Przywara1-2/+2
2012-06-07x86, cpu: Fix show_msr MSR accessing functionBorislav Petkov1-1/+1
2012-06-06perf/x86: Don't assume there can be only 4 PEBS eventsAndi Kleen3-5/+8
2012-06-06perf/x86: Use rdpmc() rather than rdmsr() when possible in the kernelVince Weaver1-1/+3
2012-06-06perf/x86: Fix wrmsrl() debug wrapperPeter Zijlstra2-11/+12
2012-06-06perf/x86: Check if user fp is validArun Sharma1-0/+12
2012-06-06perf/x86: Allow multiple stacksArun Sharma1-6/+0
2012-06-06perf/x86: Update SNB PEBS constraintsPeter Zijlstra1-8/+1
2012-06-06perf/x86: Enable/Add IvyBridge hardware supportPeter Zijlstra1-1/+2
2012-06-06perf/x86: Implement cycles:p for SNB/IVBPeter Zijlstra2-8/+43
2012-06-06perf/x86: Fix Intel shared extra MSR allocationPeter Zijlstra3-28/+66
2012-06-06x86: mce: Add the dropped timer interval init backThomas Gleixner1-1/+1
2012-06-06x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>Joe Perches3-26/+30