summaryrefslogtreecommitdiffstats
path: root/kernel/events
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * perf/cgroups: Install cgroup events to correct cpuctxSong Liu2020-01-281-3/+4
| * perf/core: Fix mlock accounting in perf_mmap()Song Liu2020-01-281-1/+9
* | Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2020-02-063-65/+65
|\ \
| * | perf: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)2020-01-133-65/+65
* | | Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-291-1/+1
|\ \ \ | |_|/ |/| |
| * | nsfs: clean-up ns_get_path() signature to return intAleksa Sarai2019-12-081-1/+1
* | | perf: Correctly handle failed perf_get_aux_event()Mark Rutland2020-01-171-1/+3
| |/ |/|
* | perf/core: Add SRCU annotation for pmus list walkSebastian Andrzej Siewior2019-12-171-1/+1
|/
* mm/mmap.c: use IS_ERR_VALUE to check return value of get_unmapped_areaGaowei Pu2019-12-011-1/+1
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-11-263-50/+339
|\
| * Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2019-11-251-11/+3
| |\
| | * perf/core: Make the mlock accounting simple againAlexander Shishkin2019-11-211-7/+1
| | * perf/core: Fix the mlock accounting, againAlexander Shishkin2019-11-181-4/+2
| * | perf/aux: Allow using AUX data in perf samplesAlexander Shishkin2019-11-133-3/+207
| * | perf/core: Fix unlock balance in perf_init_event()Qian Cai2019-11-131-1/+1
| * | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2019-11-131-4/+19
| |\|
| * | perf/core: Optimize perf_init_event() for TYPE_SOFTWARELiang, Kan2019-10-281-1/+10
| * | perf/core: Optimize perf_init_event()Peter Zijlstra2019-10-281-11/+30
| * | perf/core: Optimize perf_install_in_event()Peter Zijlstra2019-10-281-0/+19
| * | perf/x86: Synchronize PMU task contexts on optimized context switchesAlexey Budankov2019-10-281-1/+12
| * | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2019-10-282-4/+13
| |\ \
| * \ \ Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2019-10-221-2/+4
| |\ \ \
| * | | | perf/ring_buffer: Matching the memory allocate and free, in rb_alloc()Yunfeng Ye2019-10-171-10/+10
| * | | | perf/ring_buffer: Modify the parameter type of perf_mmap_free_page()Yunfeng Ye2019-10-171-4/+4
| * | | | perf_event: Add support for LSM and SELinux checksJoel Fernandes (Google)2019-10-171-11/+46
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-11-251-5/+2
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-11-201-5/+2
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |