summaryrefslogtreecommitdiffstats
path: root/kernel/events
Commit message (Expand)AuthorAgeFilesLines
* perf/ring-buffer: Use regular variables for nestingPeter Zijlstra2019-05-242-17/+28
* perf/ring-buffer: Always use {READ,WRITE}_ONCE() for rb->user_page dataPeter Zijlstra2019-05-241-3/+3
* perf/ring_buffer: Add ordering to rb->nest incrementPeter Zijlstra2019-05-241-0/+9
* perf/ring_buffer: Fix exposing a temporarily decreased data_headYabin Cui2019-05-241-4/+20
* mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse2019-05-141-1/+1
* mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse2019-05-141-1/+2
* Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-071-1/+1
|\
| * treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-1/+1
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-061-5/+3
|\ \
| * | uprobes: Initialize uprobes earlierNadav Amit2019-04-301-5/+3
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-061-1/+11
|\ \ \
| * | | perf/core: Add perf_pmu_resched() as global functionStephane Eranian2019-04-161-0/+10
| * | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2019-04-162-34/+36
| |\| |
| * | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2019-04-162-11/+45
| |\ \ \
| * | | | perf/core: Make perf_swevent_init_cpu() staticValdis Kletnieks2019-04-031-1/+1
* | | | | perf/ring_buffer: Fix AUX software double bufferingAlexander Shishkin2019-05-031-2/+1
| |_|/ / |/| | |
* | | | perf/ring_buffer: Fix AUX record suppressionAlexander Shishkin2019-04-161-18/+15
* | | | perf/core: Fix the address filtering fixAlexander Shishkin2019-04-161-16/+21
| |/ / |/| |
* | | perf/core: Fix perf_event_disable_inatomic() racePeter Zijlstra2019-04-122-11/+45
|/ /
* | Merge tag 'perf-core-for-mingo-5.1-20190311' of git://git.kernel.org/pub/scm/...Thomas Gleixner2019-03-221-0/+2
|\ \
| * | perf/core: Restore mmap record type correctlyStephane Eranian2019-03-111-0/+2
* | | Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-03-111-4/+4
|\ \ \
| * | | uprobes: convert uprobe.ref to refcount_tElena Reshetova2019-02-151-4/+4
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-102-18/+18
|\ \ \ \ | | |/ / | |/| |
| * | | Merge tag 'perf-core-for-mingo-5.1-20190307' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-03-091-1/+2
| |\ \ \
| | * | | perf: Mark expected switch fall-throughGustavo A. R. Silva2019-03-011-0/+1
| | * | | perf, bpf: Consider events with attr.bpf_event as side-band eventsSong Liu2019-02-281-1/+2
| | | |/ | | |/|
| * | | perf/core: Mark expected switch fall-throughGustavo A. R. Silva2019-03-091-0/+1
| * | | perf/ring_buffer: Use high order allocations for AUX buffers optimisticallyAlexander Shishkin2019-03-091-17/+15
| |/ /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-03-091-4/+4
|\ \ \ | |/ / |/| |
| * | mm: make mm->pinned_vm an atomic64 counterDavidlohr Bueso2019-02-071-4/+4
| |/
* | Merge tag 'perf-core-for-mingo-5.1-20190225' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-02-281-31/+59
|\ \
| * | perf, pt, coresight: Fix address filters for vmas with non-zero offsetAlexander Shishkin2019-02-221-34/+47
| * | perf: Copy parent's address filter offsets on cloneAlexander Shishkin2019-02-221-0/+15
* | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2019-02-282-1/+17
|\ \ \ | |/ / |/| |
| * | perf/core: Fix impossible ring-buffer sizes warningIngo Molnar2019-02-131-1/+1
| * | perf/x86: Add check_period PMU callbackJiri Olsa2019-02-111-0/+16
* | | perf/aux: Make perf_event accessible to setup_aux()Mathieu Poirier2019-02-061-1/+1
* | | perf/ring_buffer: Convert ring_buffer.aux_refcount to refcount_tElena Reshetova2019-02-043-5/+5
* | | perf/ring_buffer: Convert ring_buffer.refcount to refcount_tElena Reshetova2019-02-043-4/+5
* | | perf: Convert perf_event_context.refcount to refcount_tElena Reshetova2019-02-041-6/+6
* | | perf/uprobes: Convert to SPDX license identifierThomas Gleixner2019-02-041-14/+1
* | | perf/hw_breakpoints: Convert to SPDX license identifierThomas Gleixner2019-02-041-14/+1
* | | perf/core: Convert to SPDX license identifiersThomas Gleixner2019-02-043-6/+3
* | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2019-02-042-7/+10
|\| |
| * | perf/core: Don't WARN() for impossible ring-buffer sizesMark Rutland2019-02-041-0/+3
| |/
| * perf core: Fix perf_proc_update_handler() bugStephane Eranian2019-01-181-7/+7
* | perf, bpf: Introduce PERF_RECORD_BPF_EVENTSong Liu2019-01-211-0/+115
* | perf, bpf: Introduce PERF_RECORD_KSYMBOLSong Liu2019-01-211-1/+97
* | perf: Make perf_event_output() propagate the output() returnArnaldo Carvalho de Melo2019-01-211-4/+7