summaryrefslogtreecommitdiff
path: root/arch/x86/events/core.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-01perf/x86/intel: Support CPUID 10.ECX to disable fixed countersKan Liang1-1/+7
2021-01-27x86/perf: Use static_call for x86_pmu.guest_get_msrsLike Xu1-0/+20
2020-12-15Merge tag 'perf-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2020-12-09perf/x86: Fix fall-through warnings for ClangGustavo A. R. Silva1-1/+1
2020-10-26perf/x86: Avoid TIF_IA32 when checking 64bit modeGabriel Krisman Bertazi1-1/+1
2020-10-13Merge tag 'perf-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-21/+70
2020-10-06perf/x86: Fix n_metric for cancelled txnPeter Zijlstra1-0/+3
2020-10-06perf/x86: Fix n_pair for cancelled txnPeter Zijlstra1-1/+5
2020-09-10perf/x86/amd: Fix sampling Large Increment per Cycle eventsKim Phillips1-2/+2
2020-09-01x86/perf, static_call: Optimize x86_pmu methodsPeter Zijlstra1-40/+94
2020-08-18perf/x86/intel: Support per-thread RDPMC TopDown metricsKan Liang1-1/+4
2020-08-18perf/x86: Add a macro for RDPMC offset of fixed countersKan Liang1-1/+2
2020-08-18perf/x86/intel: Generic support for hardware TopDown metricsKan Liang1-10/+53
2020-08-18perf/x86: Use event_base_rdpmc for the RDPMC userspace supportKan Liang1-8/+3
2020-07-08perf/x86/intel/lbr: Support XSAVES for arch LBR readKan Liang1-0/+1
2020-07-08perf/x86: Remove task_ctx_sizeKan Liang1-1/+0
2020-07-02perf/x86: Add constraint to create guest LBR event without hw counterLike Xu1-0/+1
2020-07-02perf/x86/core: Refactor hw->idx checks and cleanupLike Xu1-9/+16
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked()Michel Lespinasse1-1/+1
2020-06-05Merge tag 'x86-mm-2020-06-05' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-8/+3
2020-04-30x86/perf: Add hardware performance events support for Zhaoxin CPU.CodyYao-oc1-0/+4
2020-04-24x86/cr4: Sanitize CR4.PCE updateThomas Gleixner1-8/+3
2020-02-16x86 user stack frame reads: switch to explicit __get_user()Al Viro1-20/+7
2020-01-17perf/x86/amd: Add support for Large Increment per Cycle EventsKim Phillips1-15/+59
2019-12-17perf/x86/intel: Fix PT PMI handlingAlexander Shishkin1-2/+7
2019-12-17perf/x86: Fix potential out-of-bounds accessPeter Zijlstra1-2/+8
2019-11-27perf/x86: Implement immediate enforcement of /sys/devices/cpu/rdpmc value of 0Anthony Steinhauser1-6/+12
2019-10-28perf/x86: Install platform specific ->swap_task_ctx() adapterAlexey Budankov1-0/+8
2019-09-17Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2019-09-03Merge tag 'v5.3-rc7' into x86/mm, to pick up fixesIngo Molnar1-1/+1
2019-08-28perf/x86/intel: Support PEBS output to PTAlexander Shishkin1-0/+34
2019-08-19perf/x86: Fix typo in commentSu Yanjun1-1/+1
2019-07-24x86/mm: Avoid redundant interrupt disable in load_mm_cr4()Jan Kiszka1-1/+1
2019-07-09Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-90/+16
2019-07-09Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2019-07-08Merge tag 'v5.2' into perf/core, to pick up fixesIngo Molnar1-8/+8
2019-06-29Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+5
2019-06-28perf/x86: Always store regs->ip in perf_callchain_kernel()Song Liu1-5/+5
2019-06-24perf/x86: Remove pmu->pebs_no_xmm_regsKan Liang1-1/+1
2019-06-24perf/x86: Clean up PEBS_XMM_REGSKan Liang1-2/+2
2019-06-17locking/lockdep: Rename lockdep_assert_held_exclusive() -> lockdep_assert_hel...Nikolay Borisov1-1/+1
2019-06-03perf/x86: Use update attribute groups for default attributesJiri Olsa1-34/+0
2019-06-03perf/x86: Use update attribute groups for capsJiri Olsa1-8/+0
2019-06-03perf/x86: Add is_visible attribute_group callback for base eventsJiri Olsa1-38/+15
2019-06-03perf/x86: Use the new pmu::update_attrs attribute groupJiri Olsa1-8/+2
2019-06-03perf/x86: Get rid of x86_pmu::event_attrsJiri Olsa1-3/+0
2019-04-29perf/x86: Make perf callchains work without CONFIG_FRAME_POINTERKairui Song1-4/+17
2019-04-16perf/x86: Support outputting XMM registersKan Liang1-0/+15
2019-04-16perf/x86/intel: Force resched when TFA sysctl is modifiedStephane Eranian1-0/+4