aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/events/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-31x86/nmi: Fix NMI uaccess race against CR3 switchingAndy Lutomirski1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-05-05perf/x86: Fix possible Spectre-v1 indexing for x86_pmu::event_map()Peter Zijlstra1-0/+3
2018-05-05perf/x86: Fix possible Spectre-v1 indexing for hw_perf_event cache_*Peter Zijlstra1-1/+4
2018-04-19compat: Move compat_timespec/ timeval to compat_time.hDeepa Dinamani1-1/+1
2018-03-27perf/x86: Update rdpmc_always_available static key to the modern APIDavidlohr Bueso1-3/+3
2018-03-24Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-1/+1
2018-03-20perf/x86/intel: Rename confusing 'freerunning PEBS' API and implementation to 'large PEBS'Kan Liang1-1/+1
2018-03-20perf/x86/intel: Disable userspace RDPMC usage for large PEBSKan Liang1-1/+2
2018-03-16perf: Fix sibling iterationPeter Zijlstra1-1/+1
2018-03-12perf/core: Remove perf_event::group_entryPeter Zijlstra1-1/+1
2018-03-09perf/x86/intel: Disable userspace RDPMC usage for large PEBSKan Liang1-1/+2
2018-03-09perf/x86: Introduce a ->read() callback in 'struct x86_pmu'Kan Liang1-0/+2
2018-03-09perf/x86/intel: Fix event update for auto-reloadKan Liang1-9/+6
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-10-24locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon1-1/+1
2017-09-04Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-11/+46
2017-08-29perf/x86: Fix caps/ for !IntelPeter Zijlstra1-5/+28
2017-08-29x86/ldt: Fix off by one in get_segment_base()Dan Carpenter1-5/+2
2017-08-25perf/x86: Export some PMU attributes in caps/ directoryAndi Kleen1-11/+23
2017-08-10perf/x86: Fix RDPMC vs. mm_struct trackingPeter Zijlstra1-9/+7
2017-07-20perf/x86: Shut up false-positive -Wmaybe-uninitialized warningArnd Bergmann1-2/+2
2017-07-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2017-07-03Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+2
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+6
2017-06-08x86/ldt: Rename ldt_struct::size to ::nr_entriesBorislav Petkov1-1/+1
2017-06-05x86/mm: Rework lazy TLB to track the actual loaded mmAndy Lutomirski1-2/+1
2017-05-26x86/perf: Drop EXPORT of perf_check_microcodeThomas Gleixner1-1/+0
2017-05-23perf/x86: Add sysfs entry to freeze counters on SMIKan Liang1-0/+10
2017-05-15x86/tsc: Remodel cyc2ns to use seqcount_latch()Peter Zijlstra1-6/+6
2017-03-23sched/clock, x86/perf: Fix "perf test tsc"Peter Zijlstra1-3/+6
2017-03-17Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+14
2017-03-17x86/perf: Clarify why x86_pmu_event_mapped() isn't racyAndy Lutomirski1-0/+12
2017-03-17x86/perf: Fix CR4.PCE propagation to use active_mm instead of mmAndy Lutomirski1-2/+2
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>Ingo Molnar1-0/+1
2017-01-14perf/x86: Reject non sampling events with precise_ipJiri Olsa1-0/+4
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner1-3/+3
2016-12-12Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-12-11perf/x86: Fix exclusion of BTS and LBR for GoldmontAndi Kleen1-2/+6
2016-12-10x86/ldt: Make all size computations unsignedThomas Gleixner1-1/+1
2016-12-06perf/x86: Fix full width counter, counter overflowPeter Zijlstra (Intel)1-1/+1
2016-11-22perf/x86: Restore TASK_SIZE check on frame pointerJohannes Weiner1-8/+2
2016-10-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-24/+12
2016-09-20perf/x86: Convert perf_callchain_kernel() to use the new unwinderJosh Poimboeuf1-23/+10
2016-09-15x86/dumpstack: Add get_stack_info() interfaceJosh Poimboeuf1-1/+1
2016-09-08perf/x86: Check perf_callchain_store() errorJosh Poimboeuf1-1/+2
2016-08-10perf/x86: Ensure perf_sched_cb_{inc,dec}() is only called from pmu::{add,del}()Peter Zijlstra1-2/+22
2016-08-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+7