summaryrefslogtreecommitdiffstats
path: root/kernel/events
Commit message (Expand)AuthorAgeFilesLines
* 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
* | mm/gup: remove task_struct pointer for all gup codePeter Xu2020-08-121-3/+3
* | uaccess: add force_uaccess_{begin,end} helpersChristoph Hellwig2020-08-122-6/+4
* | mm/vmscan: protect the workingset on anonymous LRUJoonsoo Kim2020-08-121-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-052-7/+24
|\ \ | |/ |/|
| * bpf: Fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot workSong Liu2020-07-251-0/+18
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-251-1/+1
| |\
| * | perf: Expose get/put_callchain_entry()Song Liu2020-07-011-7/+6
* | | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-042-2/+2
|\ \ \
| * | | treewide: Remove uninitialized_var() usageKees Cook2020-07-162-2/+2
| |/ /
* | | Merge tag 'v5.8-rc7' into perf/core, to pick up fixesIngo Molnar2020-07-281-1/+1
|\ \ \ | | |/ | |/|
| * | uprobes: Change handle_swbp() to send SIGTRAP with si_code=SI_KERNEL, to fix ...Oleg Nesterov2020-07-241-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
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-092-15/+15
|\
| * mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-092-5/+5
| * mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-092-10/+10
* | uprobes: ensure that uprobe->offset and ->ref_ctr_offset are properly alignedOleg Nesterov2020-06-091-4/+12
|/
* mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig2020-06-081-1/+1
* mm/gup.c: convert to use get_user_{page|pages}_fast_only()Souptick Joarder2020-06-081-2/+2
* Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-051-0/+16
|\
| * powerpc/watchpoint: Don't allow concurrent perf and ptrace eventsRavi Bangoria2020-05-191-0/+16
* | 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 branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-031-8/+2
|\ \ \
| * | | mm: memcontrol: delete unused lrucare handlingJohannes Weiner2020-06-031-2/+1
| * | | mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() APIJohannes Weiner2020-06-031-8/+3
| * | | mm: memcontrol: switch to native NR_ANON_MAPPED counterJohannes Weiner2020-06-031-1/+1
| * | | mm: memcontrol: drop @compound parameter from memcg charging APIJohannes Weiner2020-06-031-3/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-032-5/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann2020-04-282-5/+3
| |\ \ \ | | |/ / | |/| |
| | * | sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-272-5/+3
| | |/
* | | 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/core: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-192-2/+2
* | 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