aboutsummaryrefslogtreecommitdiff
path: root/kernel/events
AgeCommit message (Expand)AuthorFilesLines
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-02-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-8/+4
2017-02-27Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2017-02-27Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 1-0/+6
2017-02-27mm: use mmget_not_zero() helperGravatar Vegard Nossum 1-1/+1
2017-02-24mm, uprobes: convert __replace_page() to use page_vma_mapped_walk()Gravatar Kirill A. Shutemov 1-8/+14
2017-02-24uprobes: split THPs before trying to replace themGravatar Kirill A. Shutemov 1-2/+2
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfGravatar Dave Jiang 1-3/+3
2017-02-24perf/core: Fix the perf_cpu_time_max_percent checkGravatar Tan Xiaojun 1-1/+1
2017-02-24perf/core: Fix perf_event_enable_on_exec() timekeeping (again)Gravatar Peter Zijlstra 1-0/+2
2017-02-24perf/core: Remove confusing comment and move put_ctx()Gravatar Peter Zijlstra 1-7/+1
2017-02-14Merge tag 'v4.10-rc8' into perf/core, to pick up fixesGravatar Ingo Molnar 1-10/+15
2017-02-10perf/core: Allow kernel filters on CPU eventsGravatar Alexander Shishkin 1-14/+28
2017-02-10perf/core: Do error out on a kernel filter on an exclude_filter eventGravatar Alexander Shishkin 1-0/+1
2017-02-10perf/core: Fix crash in perf_event_read()Gravatar Peter Zijlstra 1-10/+15
2017-02-02cgroup, perf_event: make perf_event controller work on cgroup2 hierarchyGravatar Tejun Heo 1-0/+6
2017-01-30perf/core: Try parent PMU first when initializing a child eventGravatar Kan Liang 1-0/+8
2017-01-30perf/core: Optimize event rescheduling on active contextsGravatar Alexander Shishkin 1-11/+69
2017-01-30perf/core: Don't re-schedule CPU flexible events needlesslyGravatar Alexander Shishkin 1-1/+5
2017-01-30perf/core: Remove perf_cpu_context::unique_pmuGravatar David Carrillo-Cisneros 1-30/+1
2017-01-30perf/core: Make cgroup switch visit only cpuctxs with cgroup eventsGravatar David Carrillo-Cisneros 1-53/+45
2017-01-30perf/core: Fix PERF_RECORD_MMAP2 prot/flags for anonymous memoryGravatar Peter Zijlstra 1-21/+21
2017-01-30perf/core: Fix use-after-free bugGravatar Peter Zijlstra 1-2/+25
2017-01-14perf/x86/intel: Account interrupts for PEBS errorsGravatar Jiri Olsa 1-16/+31
2017-01-14perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' raceGravatar Peter Zijlstra 1-4/+54
2017-01-14perf/core: Fix sys_perf_event_open() vs. hotplugGravatar Peter Zijlstra 1-22/+48
2016-12-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2016-12-18uprobes: Fix uprobes on MIPS, allow for a cache flush after ixol breakpoint c...Gravatar Marcin Nowakowski 1-1/+1
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-12-14mm: add locked parameter to get_user_pages_remote()Gravatar Lorenzo Stoakes 1-2/+2
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-11/+8
2016-12-06perf/core: Remove invalid warning from list_update_cgroup_even()tGravatar David Carrillo-Cisneros 1-11/+8
2016-12-04don't open-code file_inode()Gravatar Al Viro 1-1/+1
2016-11-27bpf: drop unnecessary context cast from BPF_PROG_RUNGravatar Daniel Borkmann 1-1/+1
2016-11-21perf/core: Fix address filter parserGravatar Alexander Shishkin 1-0/+2
2016-11-15perf/core: Do not set cpuctx->cgrp for unscheduled cgroupsGravatar David Carrillo-Cisneros 1-0/+11
2016-10-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-6/+17
2016-10-28perf/powerpc: Don't call perf_event_disable() from atomic contextGravatar Jiri Olsa 1-2/+8
2016-10-28perf/core: Protect PMU device removal with a 'pmu_bus_running' check, to fix ...Gravatar Jiri Olsa 1-4/+9
2016-10-19mm: replace get_user_pages_remote() write/force parameters with gup_flagsGravatar Lorenzo Stoakes 1-2/+4
2016-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+88
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-14/+48
2016-09-23Merge branch 'perf/urgent' into perf/core, to pick up fixesGravatar Ingo Molnar 1-1/+1
2016-09-22perf/core: Limit matching exclusive events to one PMUGravatar Alexander Shishkin 1-1/+1
2016-09-10Merge branch 'perf/urgent' into perf/core, to pick up fixesGravatar Ingo Molnar 2-10/+36
2016-09-10perf/core: Fix aux_mmap_count vs aux_refcount orderGravatar Alexander Shishkin 1-4/+11