| Age | Commit message (Expand) | Author | Files | Lines |
| 2014-03-20 | x86, intel, uncore: Fix CPU hotplug callback registration |  Srivatsa S. Bhat | 1 | -3/+3 |
| 2014-03-16 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -1/+2 |
| 2014-03-14 | perf/x86/uncore: Fix missing end markers for SNB/IVB/HSW IMC PMU |  Stephane Eranian | 1 | -0/+3 |
| 2014-03-13 | x86, intel: Make MSR_IA32_MISC_ENABLE bit constants systematic |  H. Peter Anvin | 1 | -3/+7 |
| 2014-03-13 | x86, Intel: Convert to the new bit access MSR accessors |  Borislav Petkov | 1 | -23/+7 |
| 2014-03-13 | x86, AMD: Convert to the new bit access MSR accessors |  Borislav Petkov | 1 | -36/+12 |
| 2014-03-12 | Merge branch 'irq/for-gpio' into irq/core |  Thomas Gleixner | 5 | -26/+55 |
| 2014-03-12 | perf/x86/uncore: Fix compilation warning in snb_uncore_imc_init_box() |  Stephane Eranian | 1 | -5/+6 |
| 2014-03-11 | x86: Remove CONFIG_X86_OOSTORE |  Dave Jones | 1 | -272/+0 |
| 2014-03-11 | perf/x86: Fix leak in uncore_type_init failure paths |  Dave Jones | 1 | -1/+2 |
| 2014-03-11 | perf/x86/uncore: Add __init for uncore_cpumask_init() |  Dongsheng Yang | 1 | -1/+1 |
| 2014-03-06 | x86: Keep thread_info on thread stack in x86_32 |  Steven Rostedt | 1 | -4/+4 |
| 2014-03-05 | x86: hyperv: Fixup the (brain) damage caused by the irq cleanup |  Thomas Gleixner | 1 | -3/+3 |
| 2014-03-04 | x86: hyperv: Fix brown paperbag typos reported by Fenguangs build robot |  Thomas Gleixner | 1 | -3/+3 |
| 2014-03-04 | x86: hyperv: Make it build with CONFIG_HYPERV=m again |  Thomas Gleixner | 1 | -1/+1 |
| 2014-03-04 | x86: Hyperv: Cleanup the irq mess |  Thomas Gleixner | 1 | -38/+40 |
| 2014-03-02 | Merge 3.14-rc5 into driver-core-next |  Greg Kroah-Hartman | 5 | -26/+55 |
| 2014-02-27 | x86, cpufeature: If we disable CLFLUSH, we should disable CLFLUSHOPT |  H. Peter Anvin | 1 | -0/+1 |
| 2014-02-27 | x86, cpufeature: Rename X86_FEATURE_CLFLSH to X86_FEATURE_CLFLUSH |  H. Peter Anvin | 1 | -1/+1 |
| 2014-02-27 | x86, platforms: Remove NUMAQ |  H. Peter Anvin | 1 | -4/+0 |
| 2014-02-27 | perf/x86: Add a few more comments |  Peter Zijlstra | 2 | -17/+38 |
| 2014-02-27 | Merge branch 'perf/urgent' into perf/core |  Ingo Molnar | 4 | -10/+21 |
| 2014-02-27 | perf/x86: Fix event scheduling |  Peter Zijlstra | 1 | -0/+3 |
| 2014-02-22 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 5 | -26/+52 |
| 2014-02-21 | perf/x86/uncore: Fix IVT/SNB-EP uncore CBOX NID filter table |  Stephane Eranian | 1 | -1/+9 |
| 2014-02-21 | perf/x86: Correctly use FEATURE_PDCM |  Peter Zijlstra | 1 | -4/+1 |
| 2014-02-21 | perf, nmi: Fix unknown NMI warning |  Markus Metzger | 1 | -4/+2 |
| 2014-02-21 | perf/x86/uncore: use MiB unit for events for SNB/IVB/HSW IMC |  Stephane Eranian | 1 | -4/+4 |
| 2014-02-21 | perf/x86/uncore: add hrtimer to SNB uncore IMC PMU |  Stephane Eranian | 2 | -0/+14 |
| 2014-02-21 | perf/x86/uncore: add SNB/IVB/HSW client uncore memory controller support |  Stephane Eranian | 2 | -0/+366 |
| 2014-02-21 | perf/x86/uncore: move uncore_event_to_box() and uncore_pmu_to_box() |  Stephane Eranian | 1 | -36/+36 |
| 2014-02-21 | perf/x86/uncore: make hrtimer timeout configurable per box |  Stephane Eranian | 2 | -2/+6 |
| 2014-02-21 | perf/x86/uncore: add ability to customize pmu callbacks |  Stephane Eranian | 2 | -10/+16 |
| 2014-02-21 | perf/x86/uncore: fix initialization of cpumask |  Stephane Eranian | 1 | -24/+37 |
| 2014-02-18 | x86: align x86 arch with generic CPU modalias handling |  Ard Biesheuvel | 1 | -42/+0 |
| 2014-02-13 | x86, smap: Don't enable SMAP if CONFIG_X86_SMAP is disabled |  H. Peter Anvin | 1 | -1/+6 |
| 2014-02-09 | perf/x86/p4: Block PMIs on init to prevent a stream of unkown NMIs |  Don Zickus | 1 | -0/+15 |
| 2014-02-09 | perf/x86/p4: Fix counter corruption when using lots of perf groups |  Don Zickus | 1 | -1/+18 |
| 2014-02-09 | Merge branch 'linus' into perf/core |  Ingo Molnar | 6 | -29/+37 |
| 2014-02-09 | perf/x86: Fix Userspace RDPMC switch |  Peter Zijlstra | 1 | -1/+1 |
| 2014-02-09 | perf/x86/intel/p6: Add userspace RDPMC quirk for PPro |  Peter Zijlstra | 3 | -16/+39 |
| 2014-02-07 | Merge tag 'efi-urgent' into x86/urgent |  H. Peter Anvin | 2 | -2/+2 |
| 2014-02-06 | x86, microcode, AMD: Unify valid container checks |  Borislav Petkov | 1 | -14/+29 |
| 2014-01-25 | Merge branch 'linus' into x86/urgent |  Ingo Molnar | 25 | -58/+3748 |
| 2014-01-25 | mm, x86: Revisit tlb_flushall_shift tuning for page flushes except on IvyBridge |  Mel Gorman | 2 | -11/+4 |
| 2014-01-25 | x86: mm: change tlb_flushall_shift for IvyBridge |  Mel Gorman | 1 | -1/+1 |
| 2014-01-25 | mm, x86: Account for TLB flushes only when debugging |  Mel Gorman | 1 | -2/+2 |
| 2014-01-20 | Merge tag 'driver-core-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core |  Linus Torvalds | 2 | -2/+2 |
| 2014-01-20 | Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -14/+0 |
| 2014-01-20 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -0/+10 |