aboutsummaryrefslogtreecommitdiff
path: root/kernel/events
AgeCommit message (Expand)AuthorFilesLines
2019-05-24perf/ring-buffer: Use regular variables for nestingGravatar Peter Zijlstra 2-17/+28
2019-05-24perf/ring-buffer: Always use {READ,WRITE}_ONCE() for rb->user_page dataGravatar Peter Zijlstra 1-3/+3
2019-05-24perf/ring_buffer: Add ordering to rb->nest incrementGravatar Peter Zijlstra 1-0/+9
2019-05-24perf/ring_buffer: Fix exposing a temporarily decreased data_headGravatar Yabin Cui 1-4/+20
2019-05-14mm/mmu_notifier: use correct mmu_notifier events for each invalidationGravatar Jérôme Glisse 1-1/+1
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationGravatar Jérôme Glisse 1-1/+2
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-1/+1
2019-05-06Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-5/+3
2019-05-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+11
2019-05-03perf/ring_buffer: Fix AUX software double bufferingGravatar Alexander Shishkin 1-2/+1
2019-04-30uprobes: Initialize uprobes earlierGravatar Nadav Amit 1-5/+3
2019-04-16perf/core: Add perf_pmu_resched() as global functionGravatar Stephane Eranian 1-0/+10
2019-04-16Merge branch 'perf/urgent' into perf/core, to pick up fixesGravatar Ingo Molnar 2-34/+36
2019-04-16perf/ring_buffer: Fix AUX record suppressionGravatar Alexander Shishkin 1-18/+15
2019-04-16perf/core: Fix the address filtering fixGravatar Alexander Shishkin 1-16/+21
2019-04-16Merge branch 'linus' into perf/core, to pick up fixesGravatar Ingo Molnar 2-11/+45
2019-04-12perf/core: Fix perf_event_disable_inatomic() raceGravatar Peter Zijlstra 2-11/+45
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelyGravatar Sakari Ailus 1-1/+1
2019-04-03perf/core: Make perf_swevent_init_cpu() staticGravatar Valdis Kletnieks 1-1/+1
2019-03-22Merge tag 'perf-core-for-mingo-5.1-20190311' of git://git.kernel.org/pub/scm/...Gravatar Thomas Gleixner 1-0/+2
2019-03-11Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-4/+4
2019-03-11perf/core: Restore mmap record type correctlyGravatar Stephane Eranian 1-0/+2
2019-03-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-18/+18
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 1-4/+4
2019-03-09Merge tag 'perf-core-for-mingo-5.1-20190307' of git://git.kernel.org/pub/scm/...Gravatar Ingo Molnar 1-1/+2
2019-03-09perf/core: Mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-0/+1
2019-03-09perf/ring_buffer: Use high order allocations for AUX buffers optimisticallyGravatar Alexander Shishkin 1-17/+15
2019-03-01perf: Mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-0/+1
2019-02-28perf, bpf: Consider events with attr.bpf_event as side-band eventsGravatar Song Liu 1-1/+2
2019-02-28Merge tag 'perf-core-for-mingo-5.1-20190225' of git://git.kernel.org/pub/scm/...Gravatar Ingo Molnar 1-31/+59
2019-02-28Merge branch 'linus' into perf/core, to pick up fixesGravatar Ingo Molnar 2-1/+17
2019-02-22perf, pt, coresight: Fix address filters for vmas with non-zero offsetGravatar Alexander Shishkin 1-34/+47
2019-02-22perf: Copy parent's address filter offsets on cloneGravatar Alexander Shishkin 1-0/+15
2019-02-15uprobes: convert uprobe.ref to refcount_tGravatar Elena Reshetova 1-4/+4
2019-02-13perf/core: Fix impossible ring-buffer sizes warningGravatar Ingo Molnar 1-1/+1
2019-02-11perf/x86: Add check_period PMU callbackGravatar Jiri Olsa 1-0/+16
2019-02-07mm: make mm->pinned_vm an atomic64 counterGravatar Davidlohr Bueso 1-4/+4
2019-02-06perf/aux: Make perf_event accessible to setup_aux()Gravatar Mathieu Poirier 1-1/+1
2019-02-04perf/ring_buffer: Convert ring_buffer.aux_refcount to refcount_tGravatar Elena Reshetova 3-5/+5
2019-02-04perf/ring_buffer: Convert ring_buffer.refcount to refcount_tGravatar Elena Reshetova 3-4/+5
2019-02-04perf: Convert perf_event_context.refcount to refcount_tGravatar Elena Reshetova 1-6/+6
2019-02-04perf/uprobes: Convert to SPDX license identifierGravatar Thomas Gleixner 1-14/+1
2019-02-04perf/hw_breakpoints: Convert to SPDX license identifierGravatar Thomas Gleixner 1-14/+1
2019-02-04perf/core: Convert to SPDX license identifiersGravatar Thomas Gleixner 3-6/+3
2019-02-04Merge branch 'perf/urgent' into perf/core, to pick up fixesGravatar Ingo Molnar 2-7/+10
2019-02-04perf/core: Don't WARN() for impossible ring-buffer sizesGravatar Mark Rutland 1-0/+3
2019-01-21perf, bpf: Introduce PERF_RECORD_BPF_EVENTGravatar Song Liu 1-0/+115
2019-01-21perf, bpf: Introduce PERF_RECORD_KSYMBOLGravatar Song Liu 1-1/+97
2019-01-21perf: Make perf_event_output() propagate the output() returnGravatar Arnaldo Carvalho de Melo 1-4/+7
2019-01-21perf/core: Add PERF_PMU_CAP_NO_EXCLUDE for exclusion incapable PMUsGravatar Andrew Murray 1-0/+9