aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/events (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-14perf/x86/intel: Account interrupts for PEBS errorsJiri Olsa1-16/+31
2017-01-14perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' racePeter Zijlstra1-4/+54
2017-01-14perf/core: Fix sys_perf_event_open() vs. hotplugPeter Zijlstra1-22/+48
2016-12-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-12-18uprobes: Fix uprobes on MIPS, allow for a cache flush after ixol breakpoint creationMarcin Nowakowski1-1/+1
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-12-14mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes1-2/+2
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+8
2016-12-06perf/core: Remove invalid warning from list_update_cgroup_even()tDavid Carrillo-Cisneros1-11/+8
2016-12-04don't open-code file_inode()Al Viro1-1/+1
2016-11-27bpf: drop unnecessary context cast from BPF_PROG_RUNDaniel Borkmann1-1/+1
2016-11-21perf/core: Fix address filter parserAlexander Shishkin1-0/+2
2016-11-15perf/core: Do not set cpuctx->cgrp for unscheduled cgroupsDavid Carrillo-Cisneros1-0/+11
2016-10-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+17
2016-10-28perf/powerpc: Don't call perf_event_disable() from atomic contextJiri Olsa1-2/+8
2016-10-28perf/core: Protect PMU device removal with a 'pmu_bus_running' check, to fix CONFIG_DEBUG_TEST_DRIVER_REMOVE=y kernel panicJiri Olsa1-4/+9
2016-10-19mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes1-2/+4
2016-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+88
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-14/+48
2016-09-23Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-1/+1
2016-09-22perf/core: Limit matching exclusive events to one PMUAlexander Shishkin1-1/+1
2016-09-10Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2-10/+36
2016-09-10perf/core: Fix aux_mmap_count vs aux_refcount orderAlexander Shishkin1-4/+11
2016-09-10perf/core: Fix a race between mmap_close() and set_output() of AUX eventsAlexander Shishkin1-6/+25
2016-09-06perf, bpf: fix conditional call to bpf_overflow_handlerArnd Bergmann1-1/+1
2016-09-05perf/core: Don't pass PERF_EF_START to the PMU ->start callbackWill Deacon1-1/+1
2016-09-05Merge branch 'perf/urgent' into perf/core, to pick up fixed and resolve conflictsIngo Molnar1-5/+13
2016-09-05perf/core: Remove WARN from perf_event_read()Peter Zijlstra1-4/+12
2016-09-02perf, bpf: add perf events core support for BPF_PROG_TYPE_PERF_EVENT programsAlexei Starovoitov1-1/+88
2016-08-24perf/core: Use this_cpu_ptr() when stopping AUX eventsWill Deacon1-1/+1
2016-08-18perf/core: Introduce PMU_EV_CAP_READ_ACTIVE_PKGDavid Carrillo-Cisneros1-2/+23
2016-08-18perf/core: Generalize event->group_flagsDavid Carrillo-Cisneros1-8/+8
2016-08-18bitmap.h, perf/core: Fix the mask in perf_output_sample_regs()Madhavan Srinivasan1-2/+3
2016-08-18Merge branch 'perf/urgent' into perf/core, to pick up dependenciesIngo Molnar1-27/+68
2016-08-18perf/core: Check return value of the perf_event_read() IPIDavid Carrillo-Cisneros1-3/+4
2016-08-18perf/core: Enable mapping of the stop filtersMathieu Poirier1-10/+5
2016-08-18perf/core: Update filters only on executable mmapMathieu Poirier1-0/+7
2016-08-18perf/core: Fix file name handling for start/stop filtersMathieu Poirier1-2/+4
2016-08-18perf/core: Fix event_function_local()Peter Zijlstra1-12/+48
2016-08-18uprobes: Rename the "struct page *" args of __replace_page()Oleg Nesterov1-18/+18
2016-08-18Merge branch 'perf/urgent' into perf/core, to pick up dependencyIngo Molnar1-2/+3
2016-08-18uprobes: Fix the memcg accountingOleg Nesterov1-2/+3
2016-08-10perf/core: Optimize perf_pmu_sched_task()Peter Zijlstra1-19/+24
2016-08-10perf/x86/intel: Rework the large PEBS setup codePeter Zijlstra1-0/+4
2016-08-10perf/core: Sched out groups atomicallyMark Rutland1-0/+4
2016-08-10perf/core: Set cgroup in CPU contexts for new cgroup eventsDavid Carrillo-Cisneros1-18/+36
2016-08-10perf/core: Fix sideband list-iteration vs. event ordering NULL pointer deference crashPeter Zijlstra1-5/+18
2016-08-02perf/core: Change log level for duration warning to KERN_INFODavid Ahern1-1/+1
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-46/+10