summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-03-15ring-buffer: Init waitqueue for blocked readersSteven Rostedt (Red Hat)1-0/+2
2013-03-15tracing: Fix some section mismatch warningsLi Zefan2-3/+3
2013-03-15tracing: Fix trace events build without modulesSteven Rostedt (Red Hat)1-19/+36
2013-03-15tracing: Add __per_cpu annotation to trace array percpu data pointerSteven Rostedt (Red Hat)1-1/+1
2013-03-15tracing/syscalls: Annotate field-defining functions with __initLi Zefan1-2/+2
2013-03-15tracing: Annotate event field-defining functions with __initLi Zefan1-1/+1
2013-03-15tracing: Add a helper function for event print functionsLi Zefan1-0/+26
2013-03-15tracing/ring-buffer: Move poll wake ups into ring buffer codeSteven Rostedt (Red Hat)2-71/+158
2013-03-15tracing: Fix read blocking on trace_pipe_rawSteven Rostedt1-3/+15
2013-03-15tracing: Fix polling on trace_pipe_rawSteven Rostedt1-27/+51
2013-03-15tracing: Do not block on splice if either file or splice NONBLOCK flag is setSteven Rostedt (Red Hat)1-1/+1
2013-03-15tracing: Use direct field, type and system namesSteven Rostedt2-19/+5
2013-03-15tracing: Use kmem_cache_alloc instead of kmalloc in trace_events.cSteven Rostedt1-7/+20
2013-03-15tracing: Get trace_events kernel command line working againSteven Rostedt1-7/+136
2013-03-15tracing: Add rmdir to remove multibuffer instancesSteven Rostedt3-0/+102
2013-03-15tracing: Add interface to allow multiple trace buffersSteven Rostedt3-1/+142
2013-03-15tracing: Make syscall events suitable for multiple buffersSteven Rostedt2-34/+57
2013-03-15tracing: Replace the static global per_cpu arrays with allocated per_cpuSteven Rostedt10-61/+79
2013-03-15tracing: Pass the ftrace_file to the buffer lock reserve codeSteven Rostedt1-0/+12
2013-03-15tracing: Encapsulate global_trace and remove dependencies on global varsSteven Rostedt4-240/+358
2013-03-15tracing: Use RING_BUFFER_ALL_CPUS for TRACE_PIPE_ALL_CPUSteven Rostedt3-18/+16
2013-03-15tracing: Separate out trace events from global variablesSteven Rostedt4-248/+580
2013-03-15tracing: Prevent buffer overwrite disabled for latency tracersSteven Rostedt (Red Hat)4-16/+65
2013-03-15tracing: Keep overwrite in sync between regular and snapshot buffersSteven Rostedt (Red Hat)1-1/+5
2013-03-14tracing: Protect tracer flags with trace_types_lockSteven Rostedt (Red Hat)1-4/+8
2013-03-14tracing: Fix free of probe entry by calling call_rcu_sched()Steven Rostedt (Red Hat)1-2/+2
2013-03-12tracing: Fix race in snapshot swappingSteven Rostedt (Red Hat)1-1/+2
2013-03-07tracing: Do not return EINVAL in snapshot when not allocatedSteven Rostedt (Red Hat)1-2/+0
2013-03-07tracing: Add help of snapshot feature when snapshot is emptySteven Rostedt (Red Hat)1-1/+24
2013-02-28ftrace: Update the kconfig for DYNAMIC_FTRACESteven Rostedt1-10/+14
2013-02-20Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2-19/+70
2013-02-20Merge branch 'for-3.9-async' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-95/+67
2013-02-20Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds5-830/+790
2013-02-20Merge branch 'for-3.9-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-8/+15
2013-02-20Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+2
2013-02-20Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+22
2013-02-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds8-37/+146
2013-02-20Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-98/+65
2013-02-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds29-123/+462
2013-02-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds20-512/+992
2013-02-20Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-70/+133
2013-02-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds10-135/+446
2013-02-19workqueue: un-GPL function delayed_work_timer_fn()Konstantin Khlebnikov1-1/+1
2013-02-19cputime: Remove irqsave from seqlock readersThomas Gleixner1-6/+4
2013-02-19ftrace: Call ftrace cleanup module notifier after all other notifiersSteven Rostedt (Red Hat)1-14/+32
2013-02-19genirq: Export enable/disable_percpu_irq()Chris Metcalf1-0/+2
2013-02-15posix-cpu-timers: Fix nanosleep task_struct leakStanislaw Gruszka1-2/+21
2013-02-15perf/hwbp: Fix cleanup in case of kzalloc failureDaniel Baluta1-1/+1
2013-02-14Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner2-2/+14
2013-02-14stop_machine: Use smpboot threadsThomas Gleixner2-86/+52