summaryrefslogtreecommitdiffstats
path: root/kernel/events
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |/ | |/|
| * | perf/aux: Fix tracking of auxiliary trace buffer allocationThomas Richter2019-10-211-2/+4
| |/
* / kernel/events/uprobes.c: only do FOLL_SPLIT_PMD for uprobe registerSong Liu2019-10-191-2/+11
|/
* perf/core: Fix corner case in perf_rotate_context()Song Liu2019-10-091-5/+17
* perf/core: Rework memory accounting in perf_mmap()Song Liu2019-10-091-2/+15
* perf/core: Fix inheritance of aux_output groupsAlexander Shishkin2019-10-071-0/+4
* perf_event_open: switch to copy_struct_from_user()Aleksa Sarai2019-10-011-38/+9
* Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-281-0/+7
|\
| * lockdown: Lock down perf when in confidentiality modeDavid Howells2019-08-191-0/+7