aboutsummaryrefslogtreecommitdiff
path: root/kernel/events
AgeCommit message (Expand)AuthorFilesLines
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-11/+8
2016-12-06perf/core: Remove invalid warning from list_update_cgroup_even()tGravatar David Carrillo-Cisneros 1-11/+8
2016-11-27bpf: drop unnecessary context cast from BPF_PROG_RUNGravatar Daniel Borkmann 1-1/+1
2016-11-21perf/core: Fix address filter parserGravatar Alexander Shishkin 1-0/+2
2016-11-15perf/core: Do not set cpuctx->cgrp for unscheduled cgroupsGravatar David Carrillo-Cisneros 1-0/+11
2016-10-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-6/+17
2016-10-28perf/powerpc: Don't call perf_event_disable() from atomic contextGravatar Jiri Olsa 1-2/+8
2016-10-28perf/core: Protect PMU device removal with a 'pmu_bus_running' check, to fix ...Gravatar Jiri Olsa 1-4/+9
2016-10-19mm: replace get_user_pages_remote() write/force parameters with gup_flagsGravatar Lorenzo Stoakes 1-2/+4
2016-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+88
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-14/+48
2016-09-23Merge branch 'perf/urgent' into perf/core, to pick up fixesGravatar Ingo Molnar 1-1/+1
2016-09-22perf/core: Limit matching exclusive events to one PMUGravatar Alexander Shishkin 1-1/+1
2016-09-10Merge branch 'perf/urgent' into perf/core, to pick up fixesGravatar Ingo Molnar 2-10/+36
2016-09-10perf/core: Fix aux_mmap_count vs aux_refcount orderGravatar Alexander Shishkin 1-4/+11
2016-09-10perf/core: Fix a race between mmap_close() and set_output() of AUX eventsGravatar Alexander Shishkin 1-6/+25
2016-09-06perf, bpf: fix conditional call to bpf_overflow_handlerGravatar Arnd Bergmann 1-1/+1
2016-09-05perf/core: Don't pass PERF_EF_START to the PMU ->start callbackGravatar Will Deacon 1-1/+1
2016-09-05Merge branch 'perf/urgent' into perf/core, to pick up fixed and resolve confl...Gravatar Ingo Molnar 1-5/+13
2016-09-05perf/core: Remove WARN from perf_event_read()Gravatar Peter Zijlstra 1-4/+12
2016-09-02perf, bpf: add perf events core support for BPF_PROG_TYPE_PERF_EVENT programsGravatar Alexei Starovoitov 1-1/+88
2016-08-24perf/core: Use this_cpu_ptr() when stopping AUX eventsGravatar Will Deacon 1-1/+1
2016-08-18perf/core: Introduce PMU_EV_CAP_READ_ACTIVE_PKGGravatar David Carrillo-Cisneros 1-2/+23
2016-08-18perf/core: Generalize event->group_flagsGravatar David Carrillo-Cisneros 1-8/+8
2016-08-18bitmap.h, perf/core: Fix the mask in perf_output_sample_regs()Gravatar Madhavan Srinivasan 1-2/+3
2016-08-18Merge branch 'perf/urgent' into perf/core, to pick up dependenciesGravatar Ingo Molnar 1-27/+68
2016-08-18perf/core: Check return value of the perf_event_read() IPIGravatar David Carrillo-Cisneros 1-3/+4
2016-08-18perf/core: Enable mapping of the stop filtersGravatar Mathieu Poirier 1-10/+5
2016-08-18perf/core: Update filters only on executable mmapGravatar Mathieu Poirier 1-0/+7
2016-08-18perf/core: Fix file name handling for start/stop filtersGravatar Mathieu Poirier 1-2/+4
2016-08-18perf/core: Fix event_function_local()Gravatar Peter Zijlstra 1-12/+48
2016-08-18uprobes: Rename the "struct page *" args of __replace_page()Gravatar Oleg Nesterov 1-18/+18
2016-08-18Merge branch 'perf/urgent' into perf/core, to pick up dependencyGravatar Ingo Molnar 1-2/+3
2016-08-18uprobes: Fix the memcg accountingGravatar Oleg Nesterov 1-2/+3
2016-08-10perf/core: Optimize perf_pmu_sched_task()Gravatar Peter Zijlstra 1-19/+24
2016-08-10perf/x86/intel: Rework the large PEBS setup codeGravatar Peter Zijlstra 1-0/+4
2016-08-10perf/core: Sched out groups atomicallyGravatar Mark Rutland 1-0/+4
2016-08-10perf/core: Set cgroup in CPU contexts for new cgroup eventsGravatar David Carrillo-Cisneros 1-18/+36
2016-08-10perf/core: Fix sideband list-iteration vs. event ordering NULL pointer defere...Gravatar Peter Zijlstra 1-5/+18
2016-08-02perf/core: Change log level for duration warning to KERN_INFOGravatar David Ahern 1-1/+1
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-46/+10
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 2-27/+66
2016-07-25bpf, events: fix offset in skb copy handlerGravatar Daniel Borkmann 1-5/+10
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+22
2016-07-15perf, events: add non-linear data support for raw recordsGravatar Daniel Borkmann 2-24/+58
2016-07-14perf/core: Convert to hotplug state machineGravatar Thomas Gleixner 1-46/+10
2016-07-07Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging ne...Gravatar Ingo Molnar 1-2/+23
2016-07-07perf/core: Fix pmu::filter_match for SW-led groupsGravatar Mark Rutland 1-1/+22
2016-07-01bpf: generally move prog destruction to RCU deferralGravatar Daniel Borkmann 1-1/+1