summaryrefslogtreecommitdiff
path: root/kernel/events
Commit message (Expand)AuthorAgeFilesLines
* 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
* | perf/x86: Fix active_entry initializationStephane Eranian2014-01-121-0/+2
* | perf: Fix PERF_EVENT_IOC_PERIOD to force-reset the periodPeter Zijlstra2013-12-171-1/+15
* | perf: Optimize ring-buffer write by depending on control dependenciesPeter Zijlstra2013-12-111-16/+26
* | perf: Add active_entry list head to struct perf_eventStephane Eranian2013-11-271-0/+1
* | Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2013-11-211-17/+43
|\ \ | |/ |/|
| * uprobes: Document xol_area and arch_uprobe->insn/ixolOleg Nesterov2013-11-201-0/+15
| * uprobes: Cleanup !CONFIG_UPROBES decls, unexport xol_areaOleg Nesterov2013-11-201-0/+19
| * uprobes: Don't assume that arch_uprobe->insn/ixol is u8[MAX_UINSN_BYTES]Oleg Nesterov2013-11-201-5/+5
| * uprobes: Add uprobe_task->dup_xol_work/dup_xol_addrOleg Nesterov2013-11-201-12/+4
* | perf: Remove fragile swevent hlist optimizationPeter Zijlstra2013-11-191-8/+0
* | list: introduce list_next_entry() and list_prev_entry()Oleg Nesterov2013-11-131-3/+0
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-11-124-203/+312
|\ \ | |/
| * uprobes: Fix the memory out of bound overwrite in copy_insn()Oleg Nesterov2013-11-091-22/+21
| * uprobes: Fix the wrong usage of current->utask in uprobe_copy_process()Oleg Nesterov2013-11-091-1/+1
| * uprobes: Export write_opcode() as uprobe_write_opcode()Oleg Nesterov2013-11-061-7/+7
| * uprobes: Introduce arch_uprobe->ixolOleg Nesterov2013-11-061-1/+2
| * uprobes: Kill module_init() and module_exit()Oleg Nesterov2013-11-061-6/+1
| * perf: Factor out strncpy() in perf_event_mmap_event()Oleg Nesterov2013-11-061-16/+16
| * perf: Fix arch_perf_out_copy_user defaultPeter Zijlstra2013-11-061-9/+26
| * perf: Update a stale commentPeter Zijlstra2013-11-061-2/+2
| * perf: Optimize perf_output_begin() -- address calculationPeter Zijlstra2013-11-061-7/+7
| * perf: Optimize perf_output_begin() -- lost_event casePeter Zijlstra2013-11-061-5/+8
| * perf: Optimize perf_output_begin()Peter Zijlstra2013-11-061-8/+9
| * perf: Add unlikely() to the ring-buffer codePeter Zijlstra2013-11-061-8/+8
| * perf: Simplify the ring-buffer codePeter Zijlstra2013-11-061-33/+4
| * Merge branch 'perf/urgent' into perf/core to fix conflictsIngo Molnar2013-11-041-4/+27
| |\
| * | uprobes: Teach uprobe_copy_process() to handle CLONE_VFORKOleg Nesterov2013-10-291-2/+8