aboutsummaryrefslogtreecommitdiff
path: root/kernel/events
AgeCommit message (Expand)AuthorFilesLines
2020-10-17task_work: cleanup notification modesGravatar Jens Axboe 1-1/+1
2020-10-12Merge tag 'perf-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-47/+74
2020-10-12perf/core: Fix race in the perf_mmap_close() functionGravatar Jiri Olsa 1-3/+4
2020-10-09perf: Fix task_function_call() error handlingGravatar Kajol Jain 1-2/+3
2020-09-10perf/core: Pull pmu::sched_task() into perf_event_context_sched_out()Gravatar Kan Liang 1-30/+17
2020-09-10perf/core: Pull pmu::sched_task() into perf_event_context_sched_in()Gravatar Kan Liang 1-20/+31
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-08-21uprobes: __replace_page() avoid BUG in munlock_vma_page()Gravatar Hugh Dickins 1-1/+1
2020-08-18perf/core: Add a new PERF_EV_CAP_SIBLING event capabilityGravatar Kan Liang 1-5/+33
2020-08-15Merge tag 'perf-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+2
2020-08-12mm/gup: remove task_struct pointer for all gup codeGravatar Peter Xu 1-3/+3
2020-08-12uaccess: add force_uaccess_{begin,end} helpersGravatar Christoph Hellwig 2-6/+4
2020-08-12mm/vmscan: protect the workingset on anonymous LRUGravatar Joonsoo Kim 1-1/+1
2020-08-06perf/core: Take over CAP_SYS_PTRACE creds to CAP_PERFMON capabilityGravatar Alexey Budankov 1-2/+2
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 2-7/+24
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-2/+2
2020-07-28Merge tag 'v5.8-rc7' into perf/core, to pick up fixesGravatar Ingo Molnar 1-1/+1
2020-07-25bpf: Fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot workGravatar Song Liu 1-0/+18
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-1/+1
2020-07-24uprobes: Change handle_swbp() to send SIGTRAP with si_code=SI_KERNEL, to fix ...Gravatar Oleg Nesterov 1-1/+1
2020-07-16treewide: Remove uninitialized_var() usageGravatar Kees Cook 2-2/+2
2020-07-08perf/x86: Remove task_ctx_sizeGravatar Kan Liang 1-3/+1
2020-07-08perf/core: Use kmem_cache to allocate the PMU specific dataGravatar Kan Liang 1-1/+7
2020-07-08perf/core: Factor out functions to allocate/free the task_ctx_dataGravatar Kan Liang 1-6/+15
2020-07-01perf: Expose get/put_callchain_entry()Gravatar Song Liu 1-7/+6
2020-06-15perf: Add perf text poke eventGravatar Adrian Hunter 1-1/+89
2020-06-09Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-15/+15
2020-06-09uprobes: ensure that uprobe->offset and ->ref_ctr_offset are properly alignedGravatar Oleg Nesterov 1-4/+12
2020-06-09mmap locking API: convert mmap_sem commentsGravatar Michel Lespinasse 2-5/+5
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesGravatar Michel Lespinasse 2-10/+10
2020-06-08mm: rename flush_icache_user_range to flush_icache_user_pageGravatar Christoph Hellwig 1-1/+1
2020-06-08mm/gup.c: convert to use get_user_{page|pages}_fast_only()Gravatar Souptick Joarder 1-2/+2
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-0/+16
2020-06-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Gravatar Linus Torvalds 1-1/+1
2020-06-03Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-8/+2
2020-06-03mm: memcontrol: delete unused lrucare handlingGravatar Johannes Weiner 1-2/+1
2020-06-03mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() APIGravatar Johannes Weiner 1-8/+3
2020-06-03mm: memcontrol: switch to native NR_ANON_MAPPED counterGravatar Johannes Weiner 1-1/+1
2020-06-03mm: memcontrol: drop @compound parameter from memcg charging APIGravatar Johannes Weiner 1-3/+3
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 2-5/+3
2020-05-28Merge tag 'v5.7-rc7' into perf/core, to pick up fixesGravatar Ingo Molnar 1-3/+10
2020-05-19perf/core: Replace zero-length array with flexible-arrayGravatar Gustavo A. R. Silva 2-2/+2
2020-05-19powerpc/watchpoint: Don't allow concurrent perf and ptrace eventsGravatar Ravi Bangoria 1-0/+16
2020-05-07exec: Merge install_exec_creds into setup_new_execGravatar Eric W. Biederman 1-1/+1
2020-04-30perf: Add cond_resched() to task_function_call()Gravatar Barret Rhoden 1-9/+14
2020-04-28Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Gravatar Daniel Borkmann 2-5/+3
2020-04-27sysctl: pass kernel pointers to ->proc_handlerGravatar Christoph Hellwig 2-5/+3
2020-04-22perf/core: fix parent pid/tid in task exit eventsGravatar Ian Rogers 1-3/+10
2020-04-16perf/core: open access to probes for CAP_PERFMON privileged processGravatar Alexey Budankov 1-2/+2
2020-04-16perf/core: Open access to the core for CAP_PERFMON privileged processGravatar Alexey Budankov 1-1/+1