summaryrefslogtreecommitdiffstats
path: root/kernel/events
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-122-35/+60
|\
| * perf: Differentiate exec() and non-exec() comm eventsAdrian Hunter2014-06-061-2/+2
| * Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare...Ingo Molnar2014-06-061-73/+80
| |\
| | * perf: Fix perf_event_comm() vs. exec() assumptionPeter Zijlstra2014-06-061-12/+16
| * | uprobes: Teach copy_insn() to support tmpfsOleg Nesterov2014-06-051-5/+10
| * | uprobes: Shift ->readpage check from __copy_insn() to uprobe_register()Oleg Nesterov2014-06-051-3/+3
| * | perf: Disable sampled events if no PMU interruptVince Weaver2014-06-051-0/+7
| * | perf: Fix use after free in perf_remove_from_context()Peter Zijlstra2014-06-051-2/+2
| * | Merge branch 'perf/uprobes' into perf/coreIngo Molnar2014-06-051-13/+22
| |\ \
| | * | uprobes/x86: Fix the wrong ->si_addr when xol triggers a trapOleg Nesterov2014-05-141-0/+10
| | * | uprobes: Add mem_cgroup_charge_anon() into uprobe_write_opcode()Oleg Nesterov2014-05-141-12/+11
| | * | uprobes: Refuse to insert a probe into MAP_SHARED vmaOleg Nesterov2014-04-301-1/+1
* | | | Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-06-091-1/+2
|\ \ \ \
| * | | | cgroup: rename css_tryget*() to css_tryget_online*()Tejun Heo2014-05-131-1/+2
* | | | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds2014-06-051-8/+17
|\ \ \ \ \
| * | | | | ARM: 8043/1: uprobes need icache flush after xol writeVictor Kamensky2014-05-251-8/+17
| |/ / / /
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-032-69/+79
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | perf/events/core: Drop unused variable after cleanupBorislav Petkov2014-05-191-1/+1
| * | | perf: Simplify perf_event_exit_task_context()Peter Zijlstra2014-05-071-16/+1
| * | | perf: Rework free pathsPeter Zijlstra2014-05-071-26/+40
| * | | perf: Validate locking assumptionPeter Zijlstra2014-05-071-0/+2
| * | | perf: Always destroy groups on exitPeter Zijlstra2014-05-071-1/+1
| * | | perf: Ensure consistent inherit state in groupsPeter Zijlstra2014-05-071-3/+10
| * | | Merge branch 'perf/urgent' into perf/core, to avoid conflictsIngo Molnar2014-05-071-21/+28
| |\ \ \ | | |_|/ | |/| |
| * | | perf: Allow building PMU drivers as modulesYan, Zheng2014-04-181-0/+15
| * | | uprobes/x86: Send SIGILL if arch_uprobe_post_xol() failsOleg Nesterov2014-04-171-1/+7
| * | | uprobes: Kill UPROBE_SKIP_SSTEP and can_skip_sstep()Oleg Nesterov2014-04-171-21/+2
| | |/ | |/|
* | | perf: Fix a race between ring_buffer_detach() and ring_buffer_attach()Peter Zijlstra2014-05-191-60/+49
* | | perf: Prevent false warning in perf_swevent_addJiri Olsa2014-05-191-1/+12
* | | perf: Limit perf_event_attr::sample_period to 63 bitsPeter Zijlstra2014-05-191-0/+3
| |/ |/|
* | perf: Fix perf_event_init_context()Peter Zijlstra2014-05-071-0/+2
* | perf: Fix race in removing an eventPeter Zijlstra2014-05-071-21/+26
|/
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2014-04-051-0/+9
|\
| * uprobes: allow ignoring of probe hitsDavid A. Long2014-03-181-0/+9
* | Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-04-031-21/+4
|\ \
| * | cgroup: drop @skip_css from cgroup_taskset_for_each()Tejun Heo2014-02-131-1/+1
| * | cgroup: improve css_from_dir() into css_tryget_from_dir()Tejun Heo2014-02-111-16/+1
| * | cgroup: clean up cgroup_subsys names and initializationTejun Heo2014-02-081-5/+3
* | | perf: Optimize group_sched_in()Peter Zijlstra2014-02-271-1/+1
* | | perf: Remove redundant PMU assignmentMark Rutland2014-02-271-2/+0
* | | perf: Fix prototype of find_pmu_context()Mark Rutland2014-02-271-1/+1
* | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2014-02-271-6/+6
|\ \ \ | | |/ | |/|
| * | perf: Fix hotplug splatPeter Zijlstra2014-02-271-6/+6
| |/
* | perf/x86: Warn to early_printk() in case irq_work is too slowPeter Zijlstra2014-02-211-2/+7
* | perf/x86: Push the duration-logging printk() to IRQ contextPeter Zijlstra2014-02-091-7/+21
|/
* Merge tag 'trace-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-01-221-0/+4
|\
| * uprobes: Allocate ->utask before handler_chain() for tracing handlersOleg Nesterov2014-01-021-0/+4
* | Merge branch 'perf/urgent' into perf/coreIngo Molnar2014-01-161-3/+18
|\ \
| * | perf: Disable all pmus on unthrottling and reschedulingAlexander Shishkin2013-12-171-3/+18
| |/
* | perf: Introduce a flag to enable close-on-exec in perf_event_open()Yann Droneaud2014-01-121-3/+9
OpenPOWER on IntegriCloud