aboutsummaryrefslogtreecommitdiff
path: root/kernel/events
AgeCommit message (Expand)AuthorFilesLines
2015-12-08Merge branch 'for-4.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-3/+3
2015-12-06perf: Do not send exit event twiceGravatar Jiri Olsa 1-11/+31
2015-12-04perf: Fix PERF_EVENT_IOC_PERIOD deadlockGravatar Peter Zijlstra 1-1/+8
2015-12-03cgroup: fix handling of multi-destination migration from subtree_control enab...Gravatar Tejun Heo 1-3/+3
2015-11-23treewide: Remove old email addressGravatar Peter Zijlstra 4-4/+4
2015-11-23perf/core: Robustify the perf_cgroup_from_task() RCU checksGravatar Stephane Eranian 1-7/+13
2015-11-23perf/core: Fix RCU problem with cgroup context switching codeGravatar Stephane Eranian 1-3/+8
2015-11-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-8/+13
2015-11-09perf: Fix inherited events vs. tracepoint filtersGravatar Peter Zijlstra 1-0/+4
2015-11-09perf: Disable IRQs across RCU RS CS that acquires scheduler lockGravatar Paul E. McKenney 1-8/+9
2015-11-05Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Gravatar Linus Torvalds 1-8/+0
2015-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-5/+10
2015-11-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-59/+165
2015-11-03atomic: remove all traces of READ_ONCE_CTRL() and atomic*_read_ctrl()Gravatar Linus Torvalds 1-1/+1
2015-10-22perf: pad raw data samples automaticallyGravatar Alexei Starovoitov 1-5/+10
2015-10-15cgroup: keep zombies associated with their original cgroupsGravatar Tejun Heo 1-16/+0
2015-09-28perf/core, perf/x86: Change needlessly global functions and a variable to staticGravatar Geliang Tang 1-4/+4
2015-09-18Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n...Gravatar Ingo Molnar 1-33/+81
2015-09-18perf: Fix races in computing the header sizesGravatar Peter Zijlstra 1-6/+9
2015-09-18perf: Fix u16 overflowsGravatar Peter Zijlstra 1-10/+40
2015-09-18perf: Restructure perf syscall point of no returnGravatar Peter Zijlstra 1-17/+32
2015-09-13perf/core: Define PERF_PMU_TXN_READ interfaceGravatar Sukadev Bhattiprolu 1-5/+19
2015-09-13perf/core: Add return value for perf_event_read()Gravatar Sukadev Bhattiprolu 1-11/+34
2015-09-13perf/core: Invert perf_read_group() loopsGravatar Peter Zijlstra 1-30/+55
2015-09-13perf/core: Add group reads to perf_event_read()Gravatar Peter Zijlstra 1-7/+32
2015-09-13perf/core: Rename perf_event_read_{one,group}, perf_read_hwGravatar Peter Zijlstra (Intel) 1-7/+7
2015-09-13perf/core: Split perf_event_read() and perf_event_count()Gravatar Sukadev Bhattiprolu 1-6/+8
2015-09-13perf/core: Add a 'flags' parameter to the PMU transactional interfacesGravatar Sukadev Bhattiprolu 1-3/+28
2015-09-13perf/core: Delete PF_EXITING checks from perf_cgroup_exit() callbackGravatar Kirill Tkhai 1-8/+0
2015-09-10kexec: split kexec_load syscall from kexec core codeGravatar Dave Young 1-1/+1
2015-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+78
2015-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-28/+73
2015-08-12perf/ring-buffer: Clarify the use of page::private for high-order AUX allocat...Gravatar Alexander Shishkin 1-1/+4
2015-08-12Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n...Gravatar Ingo Molnar 2-26/+71
2015-08-12perf: Fix PERF_EVENT_IOC_PERIOD migration raceGravatar Peter Zijlstra 1-20/+55
2015-08-12perf: Fix double-free of the AUX bufferGravatar Ben Hutchings 1-4/+6
2015-08-09perf: add the necessary core perf APIs when accessing events counters in eBPF...Gravatar Kaixu Xia 1-0/+78
2015-08-06tracing, perf: Implement BPF programs attached to uprobesGravatar Wang Nan 1-2/+2
2015-08-04perf/x86/intel/pt: Do not force sync packets on every schedule-inGravatar Alexander Shishkin 1-2/+0
2015-08-04perf: Fix fasync handling on inherited eventsGravatar Peter Zijlstra 1-2/+10
2015-07-31uprobes: Fix the waitqueue_active() check in xol_free_insn_slot()Gravatar Oleg Nesterov 1-0/+1
2015-07-31uprobes: Use vm_special_mapping to name the XOL vmaGravatar Oleg Nesterov 1-10/+20
2015-07-31uprobes: Fix the usage of install_special_mapping()Gravatar Oleg Nesterov 1-8/+9
2015-07-31uprobes/x86: Make arch_uretprobe_is_alive(RP_CHECK_CALL) more cleverGravatar Oleg Nesterov 1-7/+7
2015-07-31uprobes: Add the "enum rp_check ctx" arg to arch_uretprobe_is_alive()Gravatar Oleg Nesterov 1-3/+6
2015-07-31uprobes: Change prepare_uretprobe() to (try to) flush the dead framesGravatar Oleg Nesterov 1-0/+13
2015-07-31uprobes: Change handle_trampoline() to flush the frames invalidated by longjmp()Gravatar Oleg Nesterov 1-11/+18
2015-07-31uprobes/x86: Reimplement arch_uretprobe_is_alive()Gravatar Oleg Nesterov 1-0/+1
2015-07-31uprobes: Export 'struct return_instance', introduce arch_uretprobe_is_alive()Gravatar Oleg Nesterov 1-9/+5
2015-07-31uprobes: Change handle_trampoline() to find the next chain beforehandGravatar Oleg Nesterov 1-11/+16