summaryrefslogtreecommitdiffstats
path: root/kernel/events
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | | 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