summaryrefslogtreecommitdiffstats
path: root/kernel/events
AgeCommit message (Expand)AuthorLines
2020-12-15Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-6/+6
2020-12-14Merge tag 'perf-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-24/+136
2020-12-14Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2020-12-10exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman-6/+6
2020-12-09perf: Break deadlock involving exec_update_mutexpeterz@infradead.org-23/+23
2020-12-03perf/core: Fix arch_perf_get_page_size()Peter Zijlstra-65/+38
2020-11-26Merge remote-tracking branch 'origin/master' into perf/corePeter Zijlstra-63/+53
2020-11-09perf: Tweak perf_event_attr::exclusive semanticsPeter Zijlstra-1/+1
2020-11-09perf: Fix event multiplexing for exclusive groupsPeter Zijlstra-1/+1
2020-11-09perf: Simplify group_sched_in()Peter Zijlstra-7/+3
2020-11-09perf: Simplify group_sched_out()Peter Zijlstra-3/+0
2020-11-09perf/arch: Remove perf_sample_data::regs_user_copyPeter Zijlstra-5/+3
2020-11-09perf: Optimize get_recursion_context()Peter Zijlstra-10/+6
2020-11-09perf: Fix get_recursion_context()Peter Zijlstra-1/+1
2020-11-09perf: Reduce stack usage of perf_output_begin()Peter Zijlstra-24/+28
2020-11-07perf/core: Fix a memory leak in perf_event_parse_addr_filter()kiyin(尹亮)-7/+5
2020-11-04Merge branch 'core/urgent' into core/entryThomas Gleixner-52/+80
2020-10-29perf,mm: Handle non-page-table-aligned hugetlbfsPeter Zijlstra-6/+33
2020-10-29perf/core: Add support for PERF_SAMPLE_CODE_PAGE_SIZEStephane Eranian-1/+10
2020-10-29perf/core: Add PERF_SAMPLE_DATA_PAGE_SIZEKan Liang-0/+103
2020-10-29signal: Add task_sigpending() helperJens Axboe-1/+1
2020-10-17task_work: cleanup notification modesJens Axboe-1/+1
2020-10-12Merge tag 'perf-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-47/+74
2020-10-12perf/core: Fix race in the perf_mmap_close() functionJiri Olsa-3/+4
2020-10-09perf: Fix task_function_call() error handlingKajol Jain-2/+3
2020-09-10perf/core: Pull pmu::sched_task() into perf_event_context_sched_out()Kan Liang-30/+17
2020-09-10perf/core: Pull pmu::sched_task() into perf_event_context_sched_in()Kan Liang-20/+31
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-08-21uprobes: __replace_page() avoid BUG in munlock_vma_page()Hugh Dickins-1/+1
2020-08-18perf/core: Add a new PERF_EV_CAP_SIBLING event capabilityKan Liang-5/+33
2020-08-15Merge tag 'perf-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+2
2020-08-12mm/gup: remove task_struct pointer for all gup codePeter Xu-3/+3
2020-08-12uaccess: add force_uaccess_{begin,end} helpersChristoph Hellwig-6/+4
2020-08-12mm/vmscan: protect the workingset on anonymous LRUJoonsoo Kim-1/+1
2020-08-06perf/core: Take over CAP_SYS_PTRACE creds to CAP_PERFMON capabilityAlexey Budankov-2/+2
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-7/+24
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+2
2020-07-28Merge tag 'v5.8-rc7' into perf/core, to pick up fixesIngo Molnar-1/+1
2020-07-25bpf: Fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot workSong Liu-0/+18
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+1
2020-07-24uprobes: Change handle_swbp() to send SIGTRAP with si_code=SI_KERNEL, to fix ...Oleg Nesterov-1/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook-2/+2
2020-07-08perf/x86: Remove task_ctx_sizeKan Liang-3/+1
2020-07-08perf/core: Use kmem_cache to allocate the PMU specific dataKan Liang-1/+7
2020-07-08perf/core: Factor out functions to allocate/free the task_ctx_dataKan Liang-6/+15
2020-07-01perf: Expose get/put_callchain_entry()Song Liu-7/+6
2020-06-15perf: Add perf text poke eventAdrian Hunter-1/+89
2020-06-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds-15/+15
2020-06-09uprobes: ensure that uprobe->offset and ->ref_ctr_offset are properly alignedOleg Nesterov-4/+12
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse-5/+5