aboutsummaryrefslogtreecommitdiff
path: root/kernel/events
AgeCommit message (Expand)Author
2014-02-27perf: Fix hotplug splatPeter Zijlstra
2014-01-22Merge tag 'trace-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2014-01-16Merge branch 'perf/urgent' into perf/coreIngo Molnar
2014-01-12perf: Introduce a flag to enable close-on-exec in perf_event_open()Yann Droneaud
2014-01-12perf/x86: Fix active_entry initializationStephane Eranian
2014-01-02uprobes: Allocate ->utask before handler_chain() for tracing handlersOleg Nesterov
2013-12-17perf: Fix PERF_EVENT_IOC_PERIOD to force-reset the periodPeter Zijlstra
2013-12-17perf: Disable all pmus on unthrottling and reschedulingAlexander Shishkin
2013-12-11perf: Optimize ring-buffer write by depending on control dependenciesPeter Zijlstra
2013-11-27perf: Add active_entry list head to struct perf_eventStephane Eranian
2013-11-21Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar
2013-11-20uprobes: Document xol_area and arch_uprobe->insn/ixolOleg Nesterov
2013-11-20uprobes: Cleanup !CONFIG_UPROBES decls, unexport xol_areaOleg Nesterov
2013-11-20uprobes: Don't assume that arch_uprobe->insn/ixol is u8[MAX_UINSN_BYTES]Oleg Nesterov
2013-11-20uprobes: Add uprobe_task->dup_xol_work/dup_xol_addrOleg Nesterov
2013-11-19perf: Remove fragile swevent hlist optimizationPeter Zijlstra
2013-11-13list: introduce list_next_entry() and list_prev_entry()Oleg Nesterov
2013-11-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-11-09uprobes: Fix the memory out of bound overwrite in copy_insn()Oleg Nesterov
2013-11-09uprobes: Fix the wrong usage of current->utask in uprobe_copy_process()Oleg Nesterov
2013-11-07Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-11-06uprobes: Export write_opcode() as uprobe_write_opcode()Oleg Nesterov
2013-11-06uprobes: Introduce arch_uprobe->ixolOleg Nesterov
2013-11-06uprobes: Kill module_init() and module_exit()Oleg Nesterov
2013-11-06perf: Factor out strncpy() in perf_event_mmap_event()Oleg Nesterov
2013-11-06perf: Fix arch_perf_out_copy_user defaultPeter Zijlstra
2013-11-06perf: Update a stale commentPeter Zijlstra
2013-11-06perf: Optimize perf_output_begin() -- address calculationPeter Zijlstra
2013-11-06perf: Optimize perf_output_begin() -- lost_event casePeter Zijlstra
2013-11-06perf: Optimize perf_output_begin()Peter Zijlstra
2013-11-06perf: Add unlikely() to the ring-buffer codePeter Zijlstra
2013-11-06perf: Simplify the ring-buffer codePeter Zijlstra
2013-11-04Merge branch 'perf/urgent' into perf/core to fix conflictsIngo Molnar
2013-10-29uprobes: Teach uprobe_copy_process() to handle CLONE_VFORKOleg Nesterov
2013-10-29uprobes: Change uprobe_copy_process() to dup xol_areaOleg Nesterov
2013-10-29uprobes: Change uprobe_copy_process() to dup return_instancesOleg Nesterov
2013-10-29uprobes: Teach __create_xol_area() to accept the predefined vaddrOleg Nesterov
2013-10-29uprobes: Introduce __create_xol_area()Oleg Nesterov
2013-10-29uprobes: Change the callsite of uprobe_copy_process()Oleg Nesterov
2013-10-29perf: Fix the perf context switch optimizationPeter Zijlstra
2013-10-29perf: Change zero-padding of strings in perf_event_mmap_event()Peter Zijlstra
2013-10-29perf: Do not waste PAGE_SIZE bytes for ALIGN(8) in perf_event_mmap_event()Oleg Nesterov
2013-10-29perf: Kill the dead !vma->vm_mm code in perf_event_mmap_event()Oleg Nesterov
2013-10-29perf: Remove useless atomic_tPeter Zijlstra
2013-10-29perf: Fix perf ring buffer memory orderingPeter Zijlstra
2013-10-29Merge branch 'perf/urgent' into perf/coreIngo Molnar
2013-10-19Merge 3.12-rc6 into driver-core-nextGreg Kroah-Hartman
2013-10-17perf: Disable PERF_RECORD_MMAP2 supportStephane Eranian
2013-10-04perf: Add generic transaction flagsAndi Kleen
2013-10-04perf: Enforce 1 as lower limit for perf_event_max_sample_rateKnut Petersen