summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2012-11-13tracing: Show raw time stamp on stats per cpu using counter or tsc mode for t...Yoshihiro YUNOMAE1-6/+17
2012-11-13tracing: Format non-nanosec times from tsc clock without a decimal point.David Sharp3-32/+65
2012-11-13tracing,x86: Add a TSC trace_clockDavid Sharp1-0/+1
2012-11-12Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-19/+22
2012-11-12genirq: Always force thread affinityThomas Gleixner1-2/+21
2012-11-08rcu: Add tracing for synchronize_sched_expedited()Paul E. McKenney1-0/+37
2012-11-08rcu: Remove old debugfs interfaces and also RCU flavor nameMichael Wang1-146/+44
2012-11-08rcu: split 'rcuhier' to each flavorMichael Wang1-0/+24
2012-11-08rcu: split 'rcugp' to each flavorMichael Wang1-0/+26
2012-11-08rcu: split 'rcuboost' to each flavorMichael Wang1-1/+10
2012-11-08rcu: split 'rcubarrier' to each flavorMichael Wang1-0/+27
2012-11-08rcu: Fix tracing formattingPaul E. McKenney2-11/+14
2012-11-08rcu: Remove the interface "rcudata.csv"Michael Wang1-76/+0
2012-11-08rcu: Replace the old interface with the new oneMichael Wang1-124/+24
2012-11-08rcu: Optimize the 'rcu_pending' for RCU traceMichael Wang1-6/+35
2012-11-08rcu: Optimize the 'rcudata.csv' for RCU traceMichael Wang1-0/+42
2012-11-08rcu: Optimize the 'rcudata' for RCU traceMichael Wang1-0/+31
2012-11-08rcu: Fundamental facility for 'CPU units sequence reading'Michael Wang1-0/+30
2012-11-08rcu: Create directory for each flavor of rcuMichael Wang1-0/+8
2012-11-08rcu: Instrument synchronize_rcu_expedited() for debugfs tracingPaul E. McKenney2-3/+24
2012-11-08rcu: Move synchronize_sched_expedited() state to rcu_statePaul E. McKenney2-11/+12
2012-11-08rcu: Avoid counter wrap in synchronize_sched_expedited()Paul E. McKenney1-18/+44
2012-11-08rcu: Rename ->onofflock to ->orphan_lockPaul E. McKenney3-11/+11
2012-11-03uprobes: Kill arch_uprobe_enable/disable_step() hooksOleg Nesterov1-10/+0
2012-11-03uprobes/powerpc: Do not use arch_uprobe_*_step() helpersOleg Nesterov1-2/+0
2012-11-02tracing: Add trace_options kernel command line parameterSteven Rostedt1-15/+39
2012-11-02tracing: Use irq_work for wake ups and remove *_nowake_*() functionsSteven Rostedt7-64/+76
2012-11-02tracing: Remove deprecated tracing_enabled fileSteven Rostedt1-3/+0
2012-11-02tracing: Make tracing_enabled be equal to tracing_onSteven Rostedt2-86/+5
2012-11-02tracing: Remove unused function unregister_tracer()Steven Rostedt2-27/+0
2012-11-02tracing: Separate open function from set_event and available_eventsSteven Rostedt1-19/+27
2012-11-02ring-buffer: Change unsigned long type of ring_buffer_oldest_event_ts() to u64Yoshihiro YUNOMAE1-2/+2
2012-11-02tracing: Reset ring buffer when changing trace_clocksDavid Sharp1-0/+8
2012-11-01irq: Set CPU affinity right on thread creationSankara Muthukrishnan1-0/+2
2012-11-01genirq: Provide means to retrigger parentThomas Gleixner3-0/+25
2012-11-01futex: Handle futex_pi OWNER_DIED take over correctlyThomas Gleixner1-19/+22
2012-10-31tracing: Cleanup unnecessary function declarationsVaibhav Nagarnaik1-32/+29
2012-10-31tracing: Trivial cleanupDavid Sharp1-3/+3
2012-10-31tracing: Cache comms only after an event occurredSteven Rostedt4-11/+33
2012-10-31tracing: Have tracing_sched_wakeup_trace() use standard unlock_commitSteven Rostedt1-3/+1
2012-10-31tracing: Enable comm recording if trace_printk() is usedSteven Rostedt3-2/+38
2012-10-31tracing: Expand ring buffer when trace_printk() is usedSteven Rostedt1-0/+7
2012-10-31ring-buffer: Add a 'dropped events' counterSlava Pestov2-6/+38
2012-10-31tracing: Change tracer's integer flags to boolHiraku Toyooka3-12/+12
2012-10-31tracing: Allow tracers to start at core initcallSteven Rostedt6-8/+7
2012-10-31tracing: Replace strict_strto* with kstrto*Daniel Walter7-14/+14
2012-10-31module: fix out-by-one error in kallsymsRusty Russell1-11/+16
2012-10-30perf, powerpc: Fix hw breakpoints returning -ENOSPCMichael Neuling1-5/+7
2012-10-29Merge 3.7-rc3 into tty-nextGreg Kroah-Hartman7-221/+191
2012-10-27rcutorture: Use DEFINE_STATIC_SRCU()Lai Jiangshan1-35/+6