summaryrefslogtreecommitdiffstats
path: root/kernel/events
Commit message (Expand)AuthorAgeFilesLines
* mm, uprobes: convert __replace_page() to use page_vma_mapped_walk()Kirill A. Shutemov2017-02-241-8/+14
* uprobes: split THPs before trying to replace themKirill A. Shutemov2017-02-241-2/+2
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-3/+3
* Merge tag 'v4.10-rc8' into perf/core, to pick up fixesIngo Molnar2017-02-141-10/+15
|\
| * perf/core: Fix crash in perf_event_read()Peter Zijlstra2017-02-101-10/+15
* | perf/core: Allow kernel filters on CPU eventsAlexander Shishkin2017-02-101-14/+28
* | perf/core: Do error out on a kernel filter on an exclude_filter eventAlexander Shishkin2017-02-101-0/+1
* | perf/core: Try parent PMU first when initializing a child eventKan Liang2017-01-301-0/+8
* | perf/core: Optimize event rescheduling on active contextsAlexander Shishkin2017-01-301-11/+69
* | perf/core: Don't re-schedule CPU flexible events needlesslyAlexander Shishkin2017-01-301-1/+5
* | perf/core: Remove perf_cpu_context::unique_pmuDavid Carrillo-Cisneros2017-01-301-30/+1
* | perf/core: Make cgroup switch visit only cpuctxs with cgroup eventsDavid Carrillo-Cisneros2017-01-301-53/+45
|/
* perf/core: Fix PERF_RECORD_MMAP2 prot/flags for anonymous memoryPeter Zijlstra2017-01-301-21/+21
* perf/core: Fix use-after-free bugPeter Zijlstra2017-01-301-2/+25
* perf/x86/intel: Account interrupts for PEBS errorsJiri Olsa2017-01-141-16/+31
* perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' racePeter Zijlstra2017-01-141-4/+54
* perf/core: Fix sys_perf_event_open() vs. hotplugPeter Zijlstra2017-01-141-22/+48
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-231-1/+1
|\
| * uprobes: Fix uprobes on MIPS, allow for a cache flush after ixol breakpoint c...Marcin Nowakowski2016-12-181-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-161-1/+1
|\ \
| * | don't open-code file_inode()Al Viro2016-12-041-1/+1
* | | mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes2016-12-141-2/+2
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-101-11/+8
|\ \
| * | perf/core: Remove invalid warning from list_update_cgroup_even()tDavid Carrillo-Cisneros2016-12-061-11/+8
| |/
* / bpf: drop unnecessary context cast from BPF_PROG_RUNDaniel Borkmann2016-11-271-1/+1
|/
* perf/core: Fix address filter parserAlexander Shishkin2016-11-211-0/+2
* perf/core: Do not set cpuctx->cgrp for unscheduled cgroupsDavid Carrillo-Cisneros2016-11-151-0/+11
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-281-6/+17
|\
| * perf/powerpc: Don't call perf_event_disable() from atomic contextJiri Olsa2016-10-281-2/+8
| * perf/core: Protect PMU device removal with a 'pmu_bus_running' check, to fix ...Jiri Olsa2016-10-281-4/+9
* | mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes2016-10-191-2/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-10-051-1/+88
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-021-1/+1
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-232-14/+48
| |\ \
| * | | perf, bpf: fix conditional call to bpf_overflow_handlerArnd Bergmann2016-09-061-1/+1
| * | | perf, bpf: add perf events core support for BPF_PROG_TYPE_PERF_EVENT programsAlexei Starovoitov2016-09-021-1/+88
* | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2016-09-231-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | perf/core: Limit matching exclusive events to one PMUAlexander Shishkin2016-09-221-1/+1
| | |/ | |/|
* | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2016-09-102-10/+36
|\| |
| * | perf/core: Fix aux_mmap_count vs aux_refcount orderAlexander Shishkin2016-09-101-4/+11
| * | perf/core: Fix a race between mmap_close() and set_output() of AUX eventsAlexander Shishkin2016-09-101-6/+25
* | | perf/core: Don't pass PERF_EF_START to the PMU ->start callbackWill Deacon2016-09-051-1/+1
* | | Merge branch 'perf/urgent' into perf/core, to pick up fixed and resolve confl...Ingo Molnar2016-09-051-5/+13
|\| |
| * | perf/core: Remove WARN from perf_event_read()Peter Zijlstra2016-09-051-4/+12
| |/
| * perf/core: Use this_cpu_ptr() when stopping AUX eventsWill Deacon2016-08-241-1/+1
* | perf/core: Introduce PMU_EV_CAP_READ_ACTIVE_PKGDavid Carrillo-Cisneros2016-08-181-2/+23
* | perf/core: Generalize event->group_flagsDavid Carrillo-Cisneros2016-08-181-8/+8
* | bitmap.h, perf/core: Fix the mask in perf_output_sample_regs()Madhavan Srinivasan2016-08-181-2/+3
* | Merge branch 'perf/urgent' into perf/core, to pick up dependenciesIngo Molnar2016-08-181-27/+68
|\|
| * perf/core: Check return value of the perf_event_read() IPIDavid Carrillo-Cisneros2016-08-181-3/+4