summaryrefslogtreecommitdiff
path: root/kernel/events/core.c
AgeCommit message (Expand)Author
2015-11-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-11-09perf: Fix inherited events vs. tracepoint filtersPeter Zijlstra
2015-11-09perf: Disable IRQs across RCU RS CS that acquires scheduler lockPaul E. McKenney
2015-11-05Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2015-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-10-22perf: pad raw data samples automaticallyAlexei Starovoitov
2015-10-15cgroup: keep zombies associated with their original cgroupsTejun Heo
2015-09-28perf/core, perf/x86: Change needlessly global functions and a variable to staticGeliang Tang
2015-09-18Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n...Ingo Molnar
2015-09-18perf: Fix races in computing the header sizesPeter Zijlstra
2015-09-18perf: Fix u16 overflowsPeter Zijlstra
2015-09-18perf: Restructure perf syscall point of no returnPeter Zijlstra
2015-09-13perf/core: Define PERF_PMU_TXN_READ interfaceSukadev Bhattiprolu
2015-09-13perf/core: Add return value for perf_event_read()Sukadev Bhattiprolu
2015-09-13perf/core: Invert perf_read_group() loopsPeter Zijlstra
2015-09-13perf/core: Add group reads to perf_event_read()Peter Zijlstra
2015-09-13perf/core: Rename perf_event_read_{one,group}, perf_read_hwPeter Zijlstra (Intel)
2015-09-13perf/core: Split perf_event_read() and perf_event_count()Sukadev Bhattiprolu
2015-09-13perf/core: Add a 'flags' parameter to the PMU transactional interfacesSukadev Bhattiprolu
2015-09-13perf/core: Delete PF_EXITING checks from perf_cgroup_exit() callbackKirill Tkhai
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young
2015-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-12Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n...Ingo Molnar
2015-08-12perf: Fix PERF_EVENT_IOC_PERIOD migration racePeter Zijlstra
2015-08-10perf: add the necessary core perf APIs when accessing events counters in eBPF...Kaixu Xia
2015-08-06tracing, perf: Implement BPF programs attached to uprobesWang Nan
2015-08-04perf/x86/intel/pt: Do not force sync packets on every schedule-inAlexander Shishkin
2015-08-04perf: Fix fasync handling on inherited eventsPeter Zijlstra
2015-07-31Merge branch 'perf/urgent' into perf/core, to merge fixes before pulling more...Ingo Molnar
2015-07-27perf: Fix running time accountingPeter Zijlstra
2015-07-24perf: Add PERF_RECORD_SWITCH to indicate context switchesAdrian Hunter
2015-07-06perf: Fix AUX buffer refcountingPeter Zijlstra
2015-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-06-26Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2015-06-26Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds
2015-06-23vfs: add file_path() helperMiklos Szeredi
2015-06-23Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-06-22Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-06-19perf: Fix ring_buffer_attach() RCU sync, againOleg Nesterov
2015-06-07perf/x86/intel: Introduce PERF_RECORD_LOST_SAMPLESKan Liang
2015-06-07perf/x86/intel: Handle multiple records in the PEBS bufferYan, Zheng
2015-05-27perf: allow for PMU-specific event filteringMark Rutland
2015-05-27perf: Fix race in BPF program unregisterAlexei Starovoitov
2015-05-19Merge branch 'linus' into timers/coreThomas Gleixner
2015-05-18sched,perf: Fix periodic timersPeter Zijlstra
2015-05-13tracing: Rename ftrace_event.h to trace_events.hSteven Rostedt (Red Hat)
2015-05-08perf: Annotate inherited event ctx->mutex recursionPeter Zijlstra
2015-05-04perf: Remove unused function perf_mux_hrtimer_cancel()Thomas Gleixner
2015-04-22perf: perf_mux_hrtimer_cancel() can be statickbuild test robot