summaryrefslogtreecommitdiff
path: root/kernel/events/core.c
AgeCommit message (Expand)Author
2021-03-06perf/core: Flush PMU internal buffers for per-CPU eventsKan Liang
2021-02-26kernel: delete repeated words in commentsRandy Dunlap
2021-02-21Merge tag 'perf-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-02-21Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-17rbtree, perf: Use new rbtree helpersPeter Zijlstra
2021-02-01perf/core: Add PERF_SAMPLE_WEIGHT_STRUCTKan Liang
2021-01-14perf: Add build id data in mmap2 eventJiri Olsa
2020-12-15Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2020-12-10exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman
2020-12-09perf: Break deadlock involving exec_update_mutexpeterz@infradead.org
2020-12-03perf/core: Fix arch_perf_get_page_size()Peter Zijlstra
2020-11-26Merge remote-tracking branch 'origin/master' into perf/corePeter Zijlstra
2020-11-09perf: Tweak perf_event_attr::exclusive semanticsPeter Zijlstra
2020-11-09perf: Fix event multiplexing for exclusive groupsPeter Zijlstra
2020-11-09perf: Simplify group_sched_in()Peter Zijlstra
2020-11-09perf: Simplify group_sched_out()Peter Zijlstra
2020-11-09perf/arch: Remove perf_sample_data::regs_user_copyPeter Zijlstra
2020-11-09perf: Reduce stack usage of perf_output_begin()Peter Zijlstra
2020-11-07perf/core: Fix a memory leak in perf_event_parse_addr_filter()kiyin(尹亮)
2020-10-29perf,mm: Handle non-page-table-aligned hugetlbfsPeter Zijlstra
2020-10-29perf/core: Add support for PERF_SAMPLE_CODE_PAGE_SIZEStephane Eranian
2020-10-29perf/core: Add PERF_SAMPLE_DATA_PAGE_SIZEKan Liang
2020-10-12Merge tag 'perf-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-10-12perf/core: Fix race in the perf_mmap_close() functionJiri Olsa
2020-10-09perf: Fix task_function_call() error handlingKajol Jain
2020-09-10perf/core: Pull pmu::sched_task() into perf_event_context_sched_out()Kan Liang
2020-09-10perf/core: Pull pmu::sched_task() into perf_event_context_sched_in()Kan Liang
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-18perf/core: Add a new PERF_EV_CAP_SIBLING event capabilityKan Liang
2020-08-15Merge tag 'perf-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-08-12uaccess: add force_uaccess_{begin,end} helpersChristoph Hellwig
2020-08-06perf/core: Take over CAP_SYS_PTRACE creds to CAP_PERFMON capabilityAlexey Budankov
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-25bpf: Fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot workSong Liu
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-08perf/x86: Remove task_ctx_sizeKan Liang
2020-07-08perf/core: Use kmem_cache to allocate the PMU specific dataKan Liang
2020-07-08perf/core: Factor out functions to allocate/free the task_ctx_dataKan Liang
2020-06-15perf: Add perf text poke eventAdrian Hunter
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-08mm/gup.c: convert to use get_user_{page|pages}_fast_only()Souptick Joarder
2020-06-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-05-28Merge tag 'v5.7-rc7' into perf/core, to pick up fixesIngo Molnar
2020-05-07exec: Merge install_exec_creds into setup_new_execEric W. Biederman
2020-04-30perf: Add cond_resched() to task_function_call()Barret Rhoden
2020-04-28Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig