aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/events/core.c
Commit message (Expand)AuthorAgeFilesLines
* perf: Tweak perf_event_attr::exclusive semanticsPeter Zijlstra2020-11-091-1/+1
* perf: Fix event multiplexing for exclusive groupsPeter Zijlstra2020-11-091-1/+1
* perf: Simplify group_sched_in()Peter Zijlstra2020-11-091-7/+3
* perf: Simplify group_sched_out()Peter Zijlstra2020-11-091-3/+0
* perf/arch: Remove perf_sample_data::regs_user_copyPeter Zijlstra2020-11-091-5/+3
* perf: Reduce stack usage of perf_output_begin()Peter Zijlstra2020-11-091-15/+17
* perf/core: Fix a memory leak in perf_event_parse_addr_filter()kiyin(尹亮)2020-11-071-7/+5
* Merge tag 'perf-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-10-121-47/+74
|\
| * perf/core: Fix race in the perf_mmap_close() functionJiri Olsa2020-10-121-3/+4
| * perf/core: Pull pmu::sched_task() into perf_event_context_sched_out()Kan Liang2020-09-101-30/+17
| * perf/core: Pull pmu::sched_task() into perf_event_context_sched_in()Kan Liang2020-09-101-20/+31
| * perf/core: Add a new PERF_EV_CAP_SIBLING event capabilityKan Liang2020-08-181-5/+33
* | perf: Fix task_function_call() error handlingKajol Jain2020-10-091-2/+3
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* Merge tag 'perf-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-08-151-2/+2
|\
| * perf/core: Take over CAP_SYS_PTRACE creds to CAP_PERFMON capabilityAlexey Budankov2020-08-061-2/+2
* | uaccess: add force_uaccess_{begin,end} helpersChristoph Hellwig2020-08-121-3/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-051-0/+18
|\ \ | |/ |/|
| * bpf: Fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot workSong Liu2020-07-251-0/+18
* | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-1/+1
|\ \
| * | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
| |/
* | perf/x86: Remove task_ctx_sizeKan Liang2020-07-081-3/+1
* | perf/core: Use kmem_cache to allocate the PMU specific dataKan Liang2020-07-081-1/+7
* | perf/core: Factor out functions to allocate/free the task_ctx_dataKan Liang2020-07-081-6/+15
* | perf: Add perf text poke eventAdrian Hunter2020-06-151-1/+89
|/
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-3/+3
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
* mm/gup.c: convert to use get_user_{page|pages}_fast_only()Souptick Joarder2020-06-081-2/+2
* Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-041-1/+1
|\
| * exec: Merge install_exec_creds into setup_new_execEric W. Biederman2020-05-071-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-4/+2
|\ \
| * \ Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann2020-04-281-4/+2
| |\ \ | | |/ | |/|
| | * sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-4/+2
* | | Merge tag 'v5.7-rc7' into perf/core, to pick up fixesIngo Molnar2020-05-281-3/+10
|\| |
| * | perf/core: fix parent pid/tid in task exit eventsIan Rogers2020-04-221-3/+10
| |/
* | perf: Add cond_resched() to task_function_call()Barret Rhoden2020-04-301-9/+14
* | perf/core: open access to probes for CAP_PERFMON privileged processAlexey Budankov2020-04-161-2/+2
* | perf/core: Open access to the core for CAP_PERFMON privileged processAlexey Budankov2020-04-161-1/+1
|/
* perf/core: Disable page faults when getting phys addressJiri Olsa2020-04-081-3/+6
* perf/cgroup: Correct indirection in perf_less_group_idx()Ian Rogers2020-04-081-1/+2
* perf/core: Fix event cgroup trackingPeter Zijlstra2020-04-081-27/+43
* mm/vma: replace all remaining open encodings with is_vm_hugetlb_page()Anshuman Khandual2020-04-071-1/+2
* Merge tag 'perf-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-04-051-0/+133
|\
| * perf/core: Add PERF_SAMPLE_CGROUP featureNamhyung Kim2020-03-271-0/+22
| * perf/core: Add PERF_RECORD_CGROUP eventNamhyung Kim2020-03-271-0/+111
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2020-04-021-6/+6
|\ \
| * | perf: Use new infrastructure to fix deadlocks in execveBernd Edlinger2020-03-251-6/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-03-311-7/+4
|\ \ \ | |_|/ |/| |
| * | bpf: Add name to struct bpf_ksymJiri Olsa2020-03-131-5/+4
| * | perf/bpf: Remove preempt disable around BPF invocationThomas Gleixner2020-02-241-2/+0
| |/