summaryrefslogtreecommitdiff
path: root/kernel/events/core.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-13Merge tag 'perf-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-47/+74
2020-10-12perf/core: Fix race in the perf_mmap_close() functionJiri Olsa1-3/+4
2020-10-09perf: Fix task_function_call() error handlingKajol Jain1-2/+3
2020-09-10perf/core: Pull pmu::sched_task() into perf_event_context_sched_out()Kan Liang1-30/+17
2020-09-10perf/core: Pull pmu::sched_task() into perf_event_context_sched_in()Kan Liang1-20/+31
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-18perf/core: Add a new PERF_EV_CAP_SIBLING event capabilityKan Liang1-5/+33
2020-08-15Merge tag 'perf-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2020-08-12uaccess: add force_uaccess_{begin,end} helpersChristoph Hellwig1-3/+2
2020-08-06perf/core: Take over CAP_SYS_PTRACE creds to CAP_PERFMON capabilityAlexey Budankov1-2/+2
2020-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+18
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-07-26bpf: Fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot workSong Liu1-0/+18
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-07-08perf/x86: Remove task_ctx_sizeKan Liang1-3/+1
2020-07-08perf/core: Use kmem_cache to allocate the PMU specific dataKan Liang1-1/+7
2020-07-08perf/core: Factor out functions to allocate/free the task_ctx_dataKan Liang1-6/+15
2020-06-15perf: Add perf text poke eventAdrian Hunter1-1/+89
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-3/+3
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-06-08mm/gup.c: convert to use get_user_{page|pages}_fast_only()Souptick Joarder1-2/+2
2020-06-05Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds1-1/+1
2020-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-4/+2
2020-05-28Merge tag 'v5.7-rc7' into perf/core, to pick up fixesIngo Molnar1-3/+10
2020-05-08exec: Merge install_exec_creds into setup_new_execEric W. Biederman1-1/+1
2020-04-30perf: Add cond_resched() to task_function_call()Barret Rhoden1-9/+14
2020-04-28Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann1-4/+2
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-4/+2
2020-04-23perf/core: fix parent pid/tid in task exit eventsIan Rogers1-3/+10
2020-04-16perf/core: open access to probes for CAP_PERFMON privileged processAlexey Budankov1-2/+2
2020-04-16perf/core: Open access to the core for CAP_PERFMON privileged processAlexey Budankov1-1/+1
2020-04-08perf/core: Disable page faults when getting phys addressJiri Olsa1-3/+6
2020-04-08perf/cgroup: Correct indirection in perf_less_group_idx()Ian Rogers1-1/+2
2020-04-08perf/core: Fix event cgroup trackingPeter Zijlstra1-27/+43
2020-04-07mm/vma: replace all remaining open encodings with is_vm_hugetlb_page()Anshuman Khandual1-1/+2
2020-04-05Merge tag 'perf-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+133
2020-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-6/+6
2020-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-7/+4
2020-03-27perf/core: Add PERF_SAMPLE_CGROUP featureNamhyung Kim1-0/+22
2020-03-27perf/core: Add PERF_RECORD_CGROUP eventNamhyung Kim1-0/+111
2020-03-25perf: Use new infrastructure to fix deadlocks in execveBernd Edlinger1-6/+6
2020-03-20perf/core: Fix reversed NULL check in perf_event_groups_less()Dan Carpenter1-1/+1
2020-03-20perf/core: Fix endless multiplex timerPeter Zijlstra1-6/+14
2020-03-13bpf: Add name to struct bpf_ksymJiri Olsa1-5/+4
2020-03-06perf/cgroup: Order events in RB tree by cgroup idIan Rogers1-10/+84
2020-03-06perf/cgroup: Grow per perf_cpu_context heap storageIan Rogers1-0/+47
2020-03-06perf/core: Add per perf_cpu_context min_heap storageIan Rogers1-11/+32
2020-03-06perf/core: Use min_heap in visit_groups_merge()Ian Rogers1-16/+51
2020-03-06perf/cgroup: Reorder perf_cgroup_connect()Peter Zijlstra1-8/+8
2020-03-06perf/core: Remove 'struct sched_in_data'Peter Zijlstra1-25/+11