summaryrefslogtreecommitdiffstats
path: root/kernel/events
AgeCommit message (Expand)AuthorLines
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young-1/+1
2015-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-0/+78
2015-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-28/+73
2015-08-12perf/ring-buffer: Clarify the use of page::private for high-order AUX allocat...Alexander Shishkin-1/+4
2015-08-12Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n...Ingo Molnar-26/+71
2015-08-12perf: Fix PERF_EVENT_IOC_PERIOD migration racePeter Zijlstra-20/+55
2015-08-12perf: Fix double-free of the AUX bufferBen Hutchings-4/+6
2015-08-09perf: add the necessary core perf APIs when accessing events counters in eBPF...Kaixu Xia-0/+78
2015-08-06tracing, perf: Implement BPF programs attached to uprobesWang Nan-2/+2
2015-08-04perf/x86/intel/pt: Do not force sync packets on every schedule-inAlexander Shishkin-2/+0
2015-08-04perf: Fix fasync handling on inherited eventsPeter Zijlstra-2/+10
2015-07-31uprobes: Fix the waitqueue_active() check in xol_free_insn_slot()Oleg Nesterov-0/+1
2015-07-31uprobes: Use vm_special_mapping to name the XOL vmaOleg Nesterov-10/+20
2015-07-31uprobes: Fix the usage of install_special_mapping()Oleg Nesterov-8/+9
2015-07-31uprobes/x86: Make arch_uretprobe_is_alive(RP_CHECK_CALL) more cleverOleg Nesterov-7/+7
2015-07-31uprobes: Add the "enum rp_check ctx" arg to arch_uretprobe_is_alive()Oleg Nesterov-3/+6
2015-07-31uprobes: Change prepare_uretprobe() to (try to) flush the dead framesOleg Nesterov-0/+13
2015-07-31uprobes: Change handle_trampoline() to flush the frames invalidated by longjmp()Oleg Nesterov-11/+18
2015-07-31uprobes/x86: Reimplement arch_uretprobe_is_alive()Oleg Nesterov-0/+1
2015-07-31uprobes: Export 'struct return_instance', introduce arch_uretprobe_is_alive()Oleg Nesterov-9/+5
2015-07-31uprobes: Change handle_trampoline() to find the next chain beforehandOleg Nesterov-11/+16
2015-07-31uprobes: Change prepare_uretprobe() to use uprobe_warn()Oleg Nesterov-7/+3
2015-07-31uprobes: Send SIGILL if handle_trampoline() failsOleg Nesterov-11/+10
2015-07-31uprobes: Introduce free_ret_instance()Oleg Nesterov-14/+13
2015-07-31uprobes: Introduce get_uprobe()Oleg Nesterov-19/+20
2015-07-31Merge branch 'perf/urgent' into perf/core, to merge fixes before pulling more...Ingo Molnar-2/+2
2015-07-27perf: Fix running time accountingPeter Zijlstra-2/+2
2015-07-23perf: Add PERF_RECORD_SWITCH to indicate context switchesAdrian Hunter-0/+103
2015-07-06perf: Fix AUX buffer refcountingPeter Zijlstra-10/+35
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2015-06-26Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-1/+1
2015-06-26Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds-1/+7
2015-06-23vfs: add file_path() helperMiklos Szeredi-1/+1
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-68/+49
2015-06-22Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-7/+7
2015-06-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-12/+36
2015-06-22Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2015-06-19perf: Fix ring_buffer_attach() RCU sync, againOleg Nesterov-7/+7
2015-06-07perf/x86/intel: Introduce PERF_RECORD_LOST_SAMPLESKan Liang-0/+33
2015-06-07perf/x86/intel: Handle multiple records in the PEBS bufferYan, Zheng-12/+3
2015-06-02Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-1/+1
2015-05-27smp: Make control dependencies work on Alpha, improve documentationPaul E. McKenney-1/+1
2015-05-27perf: allow for PMU-specific event filteringMark Rutland-1/+7
2015-05-27perf: Disallow sparse AUX allocations for non-SG PMUs in overwrite modeAlexander Shishkin-0/+14
2015-05-27perf: Fix race in BPF program unregisterAlexei Starovoitov-1/+2
2015-05-19Merge branch 'linus' into timers/coreThomas Gleixner-8/+33
2015-05-18sched,perf: Fix periodic timersPeter Zijlstra-13/+16
2015-05-13tracing: Rename ftrace_event.h to trace_events.hSteven Rostedt (Red Hat)-1/+1
2015-05-08perf: Annotate inherited event ctx->mutex recursionPeter Zijlstra-8/+33
2015-05-04perf: Remove unused function perf_mux_hrtimer_cancel()Thomas Gleixner-28/+0