aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/events/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-21perf, bpf: minimize the size of perf_trace_() tracepoint handlerAlexei Starovoitov1-1/+19
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+13
2016-04-07bpf: sanitize bpf tracepoint accessAlexei Starovoitov1-0/+8
2016-04-07perf, bpf: allow bpf programs attach to tracepointsAlexei Starovoitov1-4/+9
2016-04-07perf: split perf_trace_buf_prepare into alloc and update partsAlexei Starovoitov1-2/+4
2016-03-31perf/core: Don't leak event in the syscall error pathAlexander Shishkin1-0/+1
2016-03-31perf/core: Fix time tracking bug with multiplexingPeter Zijlstra1-2/+12
2016-03-21perf/core: Document some hotplug bitsPeter Zijlstra1-0/+19
2016-03-21perf/core: Fix dynamic interrupt throttlePeter Zijlstra1-36/+51
2016-03-21perf/core: Fix the unthrottle logicPeter Zijlstra1-0/+8
2016-03-14Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-17/+48
2016-03-08Merge branch 'timers/core-v9' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/nohzIngo Molnar1-17/+48
2016-03-08perf/core: Fix perf_sched_count derailmentAlexander Shishkin1-4/+3
2016-03-02perf: Migrate perf to use new tick dependency mask modelFrederic Weisbecker1-17/+48
2016-02-29perf: Export perf_event_sysfs_show()Thomas Gleixner1-0/+1
2016-02-29Merge tag 'v4.5-rc6' into perf/core, to pick up fixesIngo Molnar1-128/+240
2016-02-25perf: Robustify task_function_call()Peter Zijlstra1-20/+20
2016-02-25perf: Fix scaling vs. perf_install_in_context()Peter Zijlstra1-45/+70
2016-02-25perf: Fix scaling vs. perf_event_enable()Peter Zijlstra1-19/+23
2016-02-25perf: Fix scaling vs. perf_event_enable_on_exec()Peter Zijlstra1-0/+1
2016-02-25perf: Fix ctx time tracking by introducing EVENT_TIMEPeter Zijlstra1-12/+30
2016-02-25perf: Cure event->pending_disable racePeter Zijlstra1-3/+3
2016-02-25perf: Fix race between event install and jump_labelsPeter Zijlstra1-8/+41
2016-02-25perf: Fix cloningPeter Zijlstra1-15/+14
2016-02-25perf: Only update context time when activePeter Zijlstra1-6/+6
2016-02-25perf: Allow perf_release() with !event->ctxPeter Zijlstra1-3/+13
2016-02-25perf: Do not double freePeter Zijlstra1-1/+6
2016-02-25perf: Close install vs. exit racePeter Zijlstra1-9/+26
2016-02-17perf/core: Remove unused arguments from a bunch of functionsThomas Gleixner1-11/+10
2016-02-17perf/core: Plug potential memory leak in CPU_UP_PREPAREThomas Gleixner1-1/+1
2016-02-17perf/core: Remove the bogus and dangerous CPU_DOWN_FAILED hotplug stateThomas Gleixner1-1/+0
2016-02-17perf/core: Remove bogus UP_CANCELED hotplug stateThomas Gleixner1-1/+0
2016-01-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-600/+599
2016-01-29perf: Remove/simplify lockdep annotationPeter Zijlstra1-21/+1
2016-01-29perf: Synchronously clean up child eventsPeter Zijlstra1-90/+84
2016-01-29perf: Untangle 'owner' confusionPeter Zijlstra1-2/+12
2016-01-29perf: Add flags argument to perf_remove_from_context()Peter Zijlstra1-11/+12
2016-01-29perf: Clean up sync_child_event()Peter Zijlstra1-42/+39
2016-01-29perf: Robustify event->owner usage and SMP orderingPeter Zijlstra1-10/+10
2016-01-29perf: Fix STATE_EXIT usagePeter Zijlstra1-2/+4
2016-01-29perf: Update locking orderPeter Zijlstra1-1/+1
2016-01-29perf: Remove __free_event()Peter Zijlstra1-25/+20
2016-01-29perf/bpf: Convert perf_event_array to use struct fileAlexei Starovoitov1-11/+10
2016-01-29perf: Fix NULL derefPeter Zijlstra1-2/+2
2016-01-28perf: Fix race in perf_event_exit_task_context()Peter Zijlstra1-21/+29
2016-01-28perf: Fix orphan holePeter Zijlstra1-2/+2
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2016-01-21perf: Fix perf_event_exit_task() racePeter Zijlstra1-66/+85
2016-01-21perf: Add more assertionsPeter Zijlstra1-0/+9
2016-01-21perf: Collapse and fix event_function_call() usersPeter Zijlstra1-199/+166