summaryrefslogtreecommitdiffstats
path: root/kernel/events/core.c
AgeCommit message (Expand)AuthorLines
2015-09-18perf: Fix races in computing the header sizesPeter Zijlstra-6/+9
2015-09-18perf: Fix u16 overflowsPeter Zijlstra-10/+40
2015-09-18perf: Restructure perf syscall point of no returnPeter Zijlstra-17/+32
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-24/+67
2015-08-12Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n...Ingo Molnar-22/+65
2015-08-12perf: Fix PERF_EVENT_IOC_PERIOD migration racePeter Zijlstra-20/+55
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-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-8/+0
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-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-3/+3
2015-05-27perf: allow for PMU-specific event filteringMark Rutland-1/+7
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
2015-04-22perf: perf_mux_hrtimer_cancel() can be statickbuild test robot-1/+1
2015-04-22perf: Fix mux_interval hrtimer wreckagePeter Zijlstra-27/+36
2015-04-22perf: core: Use hrtimer_start()Thomas Gleixner-6/+3
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-1/+1
2015-04-02perf: Add ITRACE_START record to indicate that tracing has startedAlexander Shishkin-0/+41
2015-04-02perf: Add wakeup watermark control to the AUX areaAlexander Shishkin-1/+2
2015-04-02perf: Add API for PMUs to write to the AUX areaAlexander Shishkin-3/+2
2015-04-02perf: Add AUX recordAlexander Shishkin-0/+34
2015-04-02perf: Add a pmu capability for "exclusive" eventsAlexander Shishkin-2/+117
2015-04-02perf: Add AUX area to ring buffer for raw data streamsPeter Zijlstra-25/+116
2015-04-02perf: Add data_{offset,size} to user_pageAlexander Shishkin-0/+2
2015-04-02tracing, perf: Implement BPF programs attached to kprobesAlexei Starovoitov-0/+59
2015-03-27perf: Add per event clockid supportPeter Zijlstra-3/+74
2015-03-27perf: Fix racy group accessPeter Zijlstra-0/+11
2015-03-27Merge branch 'perf/x86' into perf/core, because it's readyIngo Molnar-48/+25
2015-03-27Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh th...Ingo Molnar-1/+11
2015-03-23perf: Remove type specific target pointersPeter Zijlstra-10/+4
2015-03-23perf: Fix irq_work 'tail' recursionPeter Zijlstra-0/+10