summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/perf_event.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-09-011-1/+5
|\
| * x86/ldt: Make modify_ldt() optionalAndy Lutomirski2015-07-311-0/+4
| * Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar2015-07-311-4/+8
| |\
| * | x86/compat, x86/perf: Don't build perf_callchain_user32() on x32Brian Gerst2015-07-061-1/+1
* | | Merge branch 'perf/urgent' into perf/core, to pick up fixes before adding mor...Ingo Molnar2015-08-201-4/+8
|\ \ \ | | |/ | |/|
| * | x86/ldt: Make modify_ldt synchronousAndy Lutomirski2015-07-311-4/+8
| |/
* | perf/x86: Make merge_attr() global to use from perf_event_intelAndi Kleen2015-08-041-1/+1
|/
* perf/x86: Fix 'active_events' imbalancePeter Zijlstra2015-06-301-23/+13
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-221-19/+52
|\
| * perf/x86/intel: Fix PMI handling for Intel PTAlexander Shishkin2015-06-191-4/+23
| * perf/x86/intel/bts: Fix DS area sharing with x86_pmu eventsAlexander Shishkin2015-06-191-19/+33
* | perf/x86/intel: Use the PEBS auto reload mechanism when possibleYan, Zheng2015-06-071-6/+9
* | perf/x86: Simplify the x86_schedule_events() logicPeter Zijlstra2015-05-271-3/+1
* | perf/x86/intel: Remove intel_excl_states::init_statePeter Zijlstra2015-05-271-1/+0
|/
* perf/x86: Tweak broken BIOS rules during check_hw_exists()Don Zickus2015-05-271-1/+15
* perf/x86: Improve HT workaround GP counter constraintPeter Zijlstra2015-05-271-6/+30
* perf/x86: Fix event/group validationPeter Zijlstra2015-05-271-15/+18
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-141-58/+147
|\
| * perf/x86: Only dump PEBS register when PEBS has been detectedAndi Kleen2015-04-021-2/+4
| * perf/x86: Dump DEBUGCTL in PMU dumpAndi Kleen2015-04-021-1/+5
| * perf/x86/intel: Implement cross-HT corruption bug workaroundMaria Dimakopoulou2015-04-021-12/+19
| * perf/x86: Add 'index' param to get_event_constraint() callbackStephane Eranian2015-04-021-2/+2
| * perf/x86: Add 3 new scheduling callbacksMaria Dimakopoulou2015-04-021-0/+9
| * perf/x86: Vectorize cpuc->kfree_on_onlineStephane Eranian2015-04-021-3/+7
| * perf/x86: Mark Intel PT and LBR/BTS as mutually exclusiveAlexander Shishkin2015-04-021-0/+43
| * perf: Add per event clockid supportPeter Zijlstra2015-03-271-2/+12
| * perf/x86: Remove redundant calls to perf_pmu_{dis|en}able()David Ahern2015-03-271-2/+0
| * perf/x86/intel: Add INST_RETIRED.ALL workaroundsAndi Kleen2015-03-271-0/+9
| * perf/x86/intel: Re-organize code that implicitly enables LBR/PEBSYan, Zheng2015-02-181-30/+29
| * perf/x86/intel: Allocate space for storing LBR stackYan, Zheng2015-02-181-0/+4
| * perf/x86/intel: Use context switch callback to flush LBR stackYan, Zheng2015-02-181-7/+0
| * perf: Introduce pmu context switch callbackYan, Zheng2015-02-181-0/+7
* | x86/asm/entry: Remove user_mode_ignore_vm86()Ingo Molnar2015-03-311-1/+1
* | x86/asm/entry, perf: Explicitly optimize vm86 handling in code_segment_base()Andy Lutomirski2015-03-231-6/+7
* | x86/asm/entry, perf: Fix incorrect TIF_IA32 check in code_segment_base()Andy Lutomirski2015-03-231-4/+3
|/
* perf/x86: Add /sys/devices/cpu/rdpmc=2 to allow rdpmc for all tasksAndy Lutomirski2015-02-041-1/+20
* perf/x86: Only allow rdpmc if a perf_event is mappedAndy Lutomirski2015-02-041-19/+38
* perf: Pass the event to arch_perf_update_userpage()Andy Lutomirski2015-02-041-1/+2
* x86: Clean up cr4 manipulationAndy Lutomirski2015-02-041-3/+4
* perf/x86/intel: Revert incomplete and undocumented Broadwell client supportIngo Molnar2014-10-291-9/+0
* perf: Fix bogus kernel printkPeter Zijlstra (Intel)2014-10-281-2/+3
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-151-11/+11
|\
| * x86: Replace __get_cpu_var usesChristoph Lameter2014-08-261-11/+11
* | perf/x86: Tone down kernel messages when the PMU check fails in a virtual env...Wei Huang2014-10-031-1/+2
* | perf/x86: Add INST_RETIRED.ALL workaroundsAndi Kleen2014-09-241-0/+9
* | perf/x86: Fix :pp without LBRAndi Kleen2014-08-131-1/+1
|/
* perf/x86/intel: Protect LBR and extra_regs against KVM lyingKan Liang2014-07-161-0/+3
* perf/x86: Use common PMU interrupt disabled codeVince Weaver2014-06-051-9/+9
* Merge branch 'perf/kprobes' into perf/coreIngo Molnar2014-06-051-1/+2
|\
| * kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotationMasami Hiramatsu2014-04-241-1/+2