summaryrefslogtreecommitdiffstats
path: root/firmware (unfollow)
Commit message (Expand)AuthorFilesLines
2009-09-14tracing: have TRACE_EVENT macro use __flags to not shadow parameterSteven Rostedt1-2/+2
2009-09-14tracing: add static to generated TRACE_EVENT functionsSteven Rostedt2-3/+3
2009-09-14ring-buffer: typecast cmpxchg to fix PowerPC warningSteven Rostedt1-3/+3
2009-09-13tracing: add filter event logic to special, mmiotrace and boot tracersSteven Rostedt3-5/+18
2009-09-13tracing: remove trace_event_types.hSteven Rostedt1-178/+0
2009-09-13tracing: use the new trace_entries.h to create format filesSteven Rostedt3-118/+136
2009-09-13tracing: show details of structures within the ftrace structuresSteven Rostedt2-7/+66
2009-09-13tracing: use macros to create internal ftrace entry ring buffer structuresSteven Rostedt2-133/+369
2009-09-13tracing: allow filter predicates to handle ksym symbolsSteven Rostedt1-2/+2
2009-09-13tracing/filters: add filter DocumentationTom Zanussi1-1/+183
2009-09-13tracing/profile: fix profile_disable vs module_unloadLi Zefan1-1/+4
2009-09-13tracing/function-graph: x86_64 stack allocation cleanupJiri Olsa1-3/+3
2009-09-13ftrace: __start_mcount_loc should be .init.rodataJohn Reiser1-2/+3
2009-09-13tracing: do not update tracing_max_latency when tracer is stoppedCarsten Emde4-4/+14
2009-09-13tracing: remove unused local variables in tracer probe functionsCarsten Emde2-21/+1
2009-09-13tracing: prevent NULL pointer dereference in ftrace_raw_event_block_bio_bounceCarsten Emde1-1/+3
2009-09-11tracing: trace parser support for function and graphjolsa@redhat.com1-110/+40
2009-09-11tracing: trace parser support for set_eventjolsa@redhat.com1-47/+13
2009-09-11tracing: create generic trace parserjolsa@redhat.com2-0/+141
2009-09-11tracing: consolidate code between trace_output.c and trace_function_graph.cSteven Rostedt3-30/+28
2009-09-11tracing: add lock depth to entriesSteven Rostedt5-10/+31
2009-09-11tracing: move tgid out of generic entry and into userstackSteven Rostedt5-7/+4
2009-09-11tracing: add latency format to function_graph tracerSteven Rostedt1-6/+68
2009-09-10x86/tracing: comment need for atomic nopSteven Rostedt1-0/+2
2009-09-10tracing: move PRED macros to trace_events_filter.cLi Zefan2-41/+41
2009-09-10tracing: remove stats from struct tracerLi Zefan1-1/+0
2009-09-10tracing: format clean upsLi Zefan1-11/+11
2009-09-10tracing: remove dead codeLi Zefan1-22/+0
2009-09-10tracing: do not grab lock in wakeup latency function tracingSteven Rostedt1-14/+22
2009-09-10ring-buffer: consolidate interface of rb_buffer_peek()Robert Richter1-7/+4
2009-09-06Linux 2.6.31-rc9v2.6.31-rc9Linus Torvalds1-1/+1
2009-09-05powerpc: Fix i8259 interrupt driver kernel crash on ML510Roderick Colenbrander1-1/+0
2009-09-05ext2: fix unbalanced kmap()/kunmap()Nicolas Pitre1-0/+4
2009-09-05pty: don't limit the writes to 'pty_space()' inside 'pty_write()'Linus Torvalds1-9/+1
2009-09-05n_tty: do O_ONLCR translation as a single writeLinus Torvalds1-2/+1
2009-09-05exec: do not sleep in TASK_TRACED under ->cred_guard_mutexOleg Nesterov3-38/+43
2009-09-05page-allocator: always change pageblock ownership when anti-fragmentation is ...Mel Gorman1-2/+4
2009-09-05nommu: fix error handling in do_mmap_pgoff()David Howells1-2/+1
2009-09-05workqueues: introduce __cancel_delayed_work()Oleg Nesterov1-0/+15
2009-09-05firewire: sbp2: fix freeing of unallocated memoryStefan Richter1-4/+4
2009-09-05firewire: ohci: fix Ricoh R5C832, video receptionStefan Richter1-0/+5
2009-09-05firewire: ohci: fix Agere FW643 and multiple camerasStefan Richter1-0/+9
2009-09-05firewire: core: fix crash in iso resource managementStefan Richter1-2/+2
2009-09-05ring-buffer: only enable ring_buffer_swap_cpu when neededSteven Rostedt3-0/+21
2009-09-05ring-buffer: check for swapped buffers in start of committingSteven Rostedt1-3/+17
2009-09-05tracing: report error in trace if we fail to swap latency bufferSteven Rostedt1-1/+12
2009-09-05tracing: add trace_array_printk for internal tracers to useSteven Rostedt2-2/+27
2009-09-05tracing: pass around ring buffer instead of tracerSteven Rostedt12-109/+163
2009-09-05tracing: make tracing_reset safe for external useSteven Rostedt1-2/+15
2009-09-05tracing: use timestamp to determine start of latency tracesSteven Rostedt4-24/+67