summaryrefslogtreecommitdiff
path: root/kernel/events/core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus'Ingo Molnar2020-08-261-1/+1
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* | perf/core: Add a new PERF_EV_CAP_SIBLING event capabilityKan Liang2020-08-181-5/+33
|/
* 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
| |/
* | perf/core: Fix reversed NULL check in perf_event_groups_less()Dan Carpenter2020-03-201-1/+1
* | perf/core: Fix endless multiplex timerPeter Zijlstra2020-03-201-6/+14
* | perf/cgroup: Order events in RB tree by cgroup idIan Rogers2020-03-061-10/+84
* | perf/cgroup: Grow per perf_cpu_context heap storageIan Rogers2020-03-061-0/+47
* | perf/core: Add per perf_cpu_context min_heap storageIan Rogers2020-03-061-11/+32
* | perf/core: Use min_heap in visit_groups_merge()Ian Rogers2020-03-061-16/+51
* | perf/cgroup: Reorder perf_cgroup_connect()Peter Zijlstra2020-03-061-8/+8
* | perf/core: Remove 'struct sched_in_data'Peter Zijlstra2020-03-061-25/+11
* | perf/core: Unify {pinned,flexible}_sched_in()Peter Zijlstra2020-03-061-37/+21
* | perf/core: Add new branch sample type for HW index of raw branch recordsKan Liang2020-02-111-0/+10
|/
* Merge tag 'perf-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-02-091-4/+13
|\