summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorLines
2015-02-28x86: Init per-cpu shadow copy of CR4 on 32-bit CPUs tooSteven Rostedt-0/+6
2015-02-28Merge branch 'linus' into x86/urgent, to merge dependent patchIngo Molnar-50/+97
2015-02-22x86/cpu/intel: Fix trivial typo in intel_tlb_table[]Yannick Guerrini-2/+2
2015-02-21Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+10
2015-02-19Merge tag 'microcode_fixes_for-3.21' of git://git.kernel.org/pub/scm/linux/ke...Ingo Molnar-1/+10
2015-02-19x86/microcode/intel: Handle truncated microcode images more robustlyQuentin Casasnovas-0/+9
2015-02-19x86/microcode/intel: Guard against stack overflow in the loaderQuentin Casasnovas-1/+1
2015-02-17Merge tag 'please-pull-fixmcelog' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+1
2015-02-16Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-32/+84
2015-02-13x86: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo-14/+12
2015-02-09Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-10/+13
2015-02-09Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-10/+9
2015-02-09Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-84/+41
2015-02-09Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2015-02-09Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+19
2015-02-09x86/mce: Fix regression. All error records should report via /dev/mcelogTony Luck-4/+1
2015-02-06Merge branches 'timers-urgent-for-linus' and 'x86-urgent-for-linus' of git://...Linus Torvalds-1/+1
2015-02-04perf/x86: Add /sys/devices/cpu/rdpmc=2 to allow rdpmc for all tasksAndy Lutomirski-1/+20
2015-02-04perf/x86: Only allow rdpmc if a perf_event is mappedAndy Lutomirski-19/+40
2015-02-04perf: Pass the event to arch_perf_update_userpage()Andy Lutomirski-1/+2
2015-02-04x86: Store a per-cpu shadow copy of CR4Andy Lutomirski-6/+13
2015-02-04x86: Clean up cr4 manipulationAndy Lutomirski-11/+15
2015-02-04Merge branch 'x86/asm' into perf/x86, to avoid conflicts with upcoming patchesIngo Molnar-84/+41
2015-02-03Merge tag 'v3.19-rc7' into x86/asm, to refresh the branch before pulling in n...Ingo Molnar-16/+14
2015-01-28Merge branch 'perf/hw_breakpoints' into perf/coreIngo Molnar-0/+19
2015-01-28Merge tag 'pr-20150114-x86-entry' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar-84/+41
2015-01-28perf/x86/intel: Add model number for AirmontKan Liang-0/+1
2015-01-28perf/rapl: Fix crash in rapl_scale()Stephane Eranian-1/+1
2015-01-28perf/x86/intel/uncore: Move uncore_box_init() out of driver initializationKan Liang-15/+12
2015-01-28x86, microcode: Return error from driver init code when loader is disabledBoris Ostrovsky-1/+1
2015-01-22x86/x2apic: Split enable and setup functionThomas Gleixner-1/+1
2015-01-20x86, hyperv: Mark the Hyper-V clocksource as being continuousK. Y. Srinivasan-0/+1
2015-01-16perf/x86/intel: Fix bug for "cycles:p" and "cycles:pp" on SLMKan Liang-2/+2
2015-01-16perf/rapl: Fix sysfs_show() initialization for RAPL PMUStephane Eranian-12/+32
2015-01-15Merge tag 'x86_queue' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp ...Ingo Molnar-10/+9
2015-01-15Merge tag 'ras_for_3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/...Ingo Molnar-11/+14
2015-01-11Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+2
2015-01-11x86, CPU: Fix trivial printk formatting issues with dmesgSteven Honeyman-10/+9
2015-01-09perf/x86/uncore/hsw-ep: Handle systems with only two SBOXesAndi Kleen-1/+18
2015-01-07x86, mce: Get rid of TIF_MCE_NOTIFY and associated mce tricksLuck, Tony-84/+25
2015-01-02x86, traps: Track entry into and exit from IST contextAndy Lutomirski-0/+16
2014-12-23x86/build: Clean auto-generated processor feature filesBjørn Mork-0/+1
2014-12-23x86: Fix mkcapflags.sh bash-ismSylvain BERTRAND-1/+1
2014-12-22x86, mce: Fix sparse errorsBorislav Petkov-3/+3
2014-12-22x86, mce: Improve timeout error messagesAndy Lutomirski-8/+11
2014-12-19Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-3/+19
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-19/+4
2014-12-12Merge branch 'linus' into perf/urgent, to pick up the upstream merged bitsIngo Molnar-29/+81
2014-12-11perf/x86/intel/uncore: Make sure only uncore events are collectedJiri Olsa-3/+19
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+5