| Commit message (Expand) | Author | Age |
| ... | |
| * | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-07-22 |
| |\ \ \ \ \ |
|
| | * | | | | | x86/mm/mtrr: Slightly simplify print_mtrr_state() | Jan Beulich | 2012-07-10 |
| | * | | | | | x86/mm/mtrr: Fix alignment determination in range_to_mtrr() | Jan Beulich | 2012-07-10 |
| | | |/ / /
| |/| | | |
|
| * | | | | | perf/x86: Fix intel_perfmon_event_mapformatting | Pekka Enberg | 2012-07-06 |
| * | | | | | perf/x86: Uncore filter support for SandyBridge-EP | Yan, Zheng | 2012-07-05 |
| * | | | | | perf/x86: Detect number of instances of uncore CBox | Yan, Zheng | 2012-07-05 |
| * | | | | | perf/x86: Fix event constraint for SandyBridge-EP C-Box | Yan, Zheng | 2012-07-05 |
| * | | | | | perf/x86: Use 0xff as pseudo code for fixed uncore event | Yan, Zheng | 2012-07-05 |
| * | | | | | perf/x86: Save a few bytes in 'struct x86_pmu' | Peter Zijlstra | 2012-07-05 |
| * | | | | | perf/x86: Add a microcode revision check for SNB-PEBS | Peter Zijlstra | 2012-07-05 |
| * | | | | | perf/x86: Improve debug output in check_hw_exists() | Robert Richter | 2012-07-05 |
| * | | | | | perf/x86/amd: Unify AMD's generic and family 15h pmus | Robert Richter | 2012-07-05 |
| * | | | | | perf/x86: Move Intel specific code to intel_pmu_init() | Robert Richter | 2012-07-05 |
| * | | | | | perf/x86: Rename Intel specific macros | Robert Richter | 2012-07-05 |
| * | | | | | Merge branch 'x86/cpu' into perf/core | Ingo Molnar | 2012-07-05 |
| |\ \ \ \ \ |
|
| | * | | | | | x86, cpu: Rename checking_wrmsrl() to wrmsrl_safe() | H. Peter Anvin | 2012-06-07 |
| | * | | | | | x86, cpu, amd: Deprecate AMD-specific MSR variants | Borislav Petkov | 2012-06-07 |
| | * | | | | | x86, cpu, amd: Fix crash as Xen Dom0 on AMD Trinity systems | Andre Przywara | 2012-06-07 |
| | * | | | | | x86, cpu: Fix show_msr MSR accessing function | Borislav Petkov | 2012-06-07 |
| | | |/ / /
| |/| | | |
|
| * | | | | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2012-07-05 |
| |\ \ \ \ \ |
|
| | * | | | | | perf/x86: Fix USER/KERNEL tagging of samples | Peter Zijlstra | 2012-07-05 |
| | | |_|_|/
| |/| | | |
|
| | * | | | | x86, cpufeature: Remove stray %s, add -w to mkcapflags.pl | H. Peter Anvin | 2012-06-26 |
| | * | | | | x86, cpufeature: Catch duplicate CPU feature strings | H. Peter Anvin | 2012-06-25 |
| | * | | | | x86, cpufeature: Rename X86_FEATURE_DTS to X86_FEATURE_DTHERM | H. Peter Anvin | 2012-06-25 |
| | | |/ /
| |/| | |
|
| * | | | | perf/x86: Fix section mismatch in uncore_pci_init() | Robert Richter | 2012-06-25 |
| * | | | | perf/x86: Lowercase uncore PMU event names | Peter Zijlstra | 2012-06-18 |
| * | | | | perf/x86: Add Intel Nehalem and Sandy Bridge-EP uncore support | Yan, Zheng | 2012-06-18 |
| * | | | | perf: Add generic PCI uncore PMU device support | Yan, Zheng | 2012-06-18 |
| * | | | | perf/x86: Add Intel Nehalem and Sandy Bridge uncore PMU support | Yan, Zheng | 2012-06-18 |
| * | | | | perf/x86: Add generic Intel uncore PMU support | Yan, Zheng | 2012-06-18 |
| * | | | | perf: Export perf_assign_events() | Yan, Zheng | 2012-06-18 |
| * | | | | perf/x86/amd: Fix RDPMC index calculation for AMD family 15h | Robert Richter | 2012-06-18 |
| * | | | | perf/x86: Convert obsolete simple_strtoul() usage to kstrtoul() | Shuah Khan | 2012-06-11 |
| * | | | | Merge tag 'v3.5-rc2' into perf/core | Ingo Molnar | 2012-06-11 |
| |\| | | |
|
| | * | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2012-06-08 |
| | |\ \ \ |
|
| | | * | | | x86: mce: Add the dropped timer interval init back | Thomas Gleixner | 2012-06-06 |
| | | * | | | x86/mce: Fix the MCE poll timer logic | Chen Gong | 2012-06-06 |
| | | |/ / |
|
| | * | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-06-08 |
| | |\ \ \
| | |_|/
| |/| | |
|
| | * | | | Merge tag 'please-pull-mce' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-06-05 |
| | |\ \ \
| | |_|/
| |/| | |
|
| | | * | | x86/mce: Fix the MCE poll timer logic | Chen Gong | 2012-06-05 |
| * | | | | perf/x86: Don't assume there can be only 4 PEBS events | Andi Kleen | 2012-06-06 |
| * | | | | perf/x86: Use rdpmc() rather than rdmsr() when possible in the kernel | Vince Weaver | 2012-06-06 |
| * | | | | perf/x86: Fix wrmsrl() debug wrapper | Peter Zijlstra | 2012-06-06 |
| | |_|/
|/| | |
|
| * | | | perf/x86: Check if user fp is valid | Arun Sharma | 2012-06-06 |
| * | | | perf/x86: Allow multiple stacks | Arun Sharma | 2012-06-06 |
| * | | | perf/x86: Update SNB PEBS constraints | Peter Zijlstra | 2012-06-06 |
| * | | | perf/x86: Enable/Add IvyBridge hardware support | Peter Zijlstra | 2012-06-06 |
| * | | | perf/x86: Implement cycles:p for SNB/IVB | Peter Zijlstra | 2012-06-06 |
| * | | | perf/x86: Fix Intel shared extra MSR allocation | Peter Zijlstra | 2012-06-06 |
| |/ / |
|
| * | | Merge remote-tracking branch 'rostedt/tip/perf/urgent-2' into x86-urgent-for-... | H. Peter Anvin | 2012-06-01 |
| |\ \ |
|