summaryrefslogtreecommitdiff
path: root/kernel/events
AgeCommit message (Expand)Author
2019-07-09Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-07-08Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-07-08Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-07-08Merge tag 'v5.2' into perf/core, to pick up fixesIngo Molnar
2019-06-28Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2019-06-24perf/cgroups: Don't rotate events for cgroups unnecessarilyIan Rogers
2019-06-24perf/x86: Disable extended registers for non-supported PMUsKan Liang
2019-06-24perf/ioctl: Add check for the sample_period valueRavi Bangoria
2019-06-22timekeeping: Use proper clock specifier names in functionsJason A. Donenfeld
2019-06-17perf/core: Fix perf_sample_regs_user() mm checkPeter Zijlstra
2019-06-03perf/core: Add attr_groups_update into struct pmuJiri Olsa
2019-06-03perf/core: Allow non-privileged uprobe for user processesSong Liu
2019-05-28uprobes: Use DEFINE_STATIC_PERCPU_RWSEM() to initialize dup_mmap_semOleg Nesterov
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman
2019-05-24perf/ring-buffer: Use regular variables for nestingPeter Zijlstra
2019-05-24perf/ring-buffer: Always use {READ,WRITE}_ONCE() for rb->user_page dataPeter Zijlstra
2019-05-24perf/ring_buffer: Add ordering to rb->nest incrementPeter Zijlstra
2019-05-24perf/ring_buffer: Fix exposing a temporarily decreased data_headYabin Cui
2019-05-14mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-05-06Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-05-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-05-03perf/ring_buffer: Fix AUX software double bufferingAlexander Shishkin
2019-04-30uprobes: Initialize uprobes earlierNadav Amit
2019-04-16perf/core: Add perf_pmu_resched() as global functionStephane Eranian
2019-04-16Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2019-04-16perf/ring_buffer: Fix AUX record suppressionAlexander Shishkin
2019-04-16perf/core: Fix the address filtering fixAlexander Shishkin
2019-04-16Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar
2019-04-12perf/core: Fix perf_event_disable_inatomic() racePeter Zijlstra
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus
2019-04-03perf/core: Make perf_swevent_init_cpu() staticValdis Kletnieks
2019-03-22Merge tag 'perf-core-for-mingo-5.1-20190311' of git://git.kernel.org/pub/scm/...Thomas Gleixner
2019-03-11Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2019-03-11perf/core: Restore mmap record type correctlyStephane Eranian
2019-03-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-03-09Merge tag 'perf-core-for-mingo-5.1-20190307' of git://git.kernel.org/pub/scm/...Ingo Molnar
2019-03-09perf/core: Mark expected switch fall-throughGustavo A. R. Silva
2019-03-09perf/ring_buffer: Use high order allocations for AUX buffers optimisticallyAlexander Shishkin
2019-03-01perf: Mark expected switch fall-throughGustavo A. R. Silva
2019-02-28perf, bpf: Consider events with attr.bpf_event as side-band eventsSong Liu
2019-02-28Merge tag 'perf-core-for-mingo-5.1-20190225' of git://git.kernel.org/pub/scm/...Ingo Molnar
2019-02-28Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar
2019-02-22perf, pt, coresight: Fix address filters for vmas with non-zero offsetAlexander Shishkin
2019-02-22perf: Copy parent's address filter offsets on cloneAlexander Shishkin
2019-02-15uprobes: convert uprobe.ref to refcount_tElena Reshetova
2019-02-13perf/core: Fix impossible ring-buffer sizes warningIngo Molnar