summaryrefslogtreecommitdiffstats
path: root/kernel/events
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko2019-11-181-5/+2
| | | |_|/ | | |/| |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-11-251-7/+39
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'kvm-tsx-ctrl' into HEADPaolo Bonzini2019-11-211-4/+6
| |\| | |
| * | | | perf/core: Provide a kernel-internal interface to pause perf_eventLike Xu2019-11-151-0/+18
| * | | | perf/core: Provide a kernel-internal interface to recalibrate event periodLike Xu2019-11-151-7/+21
* | | | | perf/core: Fix missing static inline on perf_cgroup_switch()Ben Dooks (Codethink)2019-11-131-1/+1
* | | | | perf/core: Consistently fail fork on allocation failuresAlexander Shishkin2019-11-131-1/+1
* | | | | perf/aux: Disallow aux_output for kernel eventsAlexander Shishkin2019-11-131-0/+7
* | | | | perf/core: Reattach a misplaced commentAlexander Shishkin2019-11-131-4/+3
* | | | | perf/aux: Fix the aux_output group inheritance fixAlexander Shishkin2019-11-131-1/+1
* | | | | perf/core: Disallow uncore-cgroup eventsPeter Zijlstra2019-11-131-0/+9
| |/ / / |/| | |
* | | | perf/core: Start rejecting the syscall with attr.__reserved_2 setAlexander Shishkin2019-10-281-1/+1
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-10-271-3/+5
|\ \ \ \ | |/ / / |/| | |
| * | | perf/aux: Fix AUX output stoppingAlexander Shishkin2019-10-221-1/+1
| | |/ | |/|