aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2012-11-09cgroup_freezer: trivial cleanupsTejun Heo1-22/+19
2012-11-09cgroup: implement generic child / descendant walk macrosTejun Heo1-0/+86
2012-11-09cgroup: use rculist ops for cgroup->childrenTejun Heo1-5/+3
2012-11-09cgroup: add cgroup_subsys->post_create()Tejun Heo1-2/+13
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-08cgroup: set 'start' with the right value in cgroup_path.Tao Ma1-2/+2
2012-11-06Merge branch 'cgroup/for-3.7-fixes' into cgroup/for-3.8Tejun Heo11-261/+236
2012-11-05Merge branch 'cgroup-rmdir-updates' into cgroup/for-3.8Tejun Heo1-195/+61
2012-11-05cgroup: make ->pre_destroy() return voidTejun Heo1-1/+1
2012-11-05cgroup: remove CGRP_WAIT_ON_RMDIR, cgroup_exclude_rmdir() and cgroup_release_...Tejun Heo1-51/+0
2012-11-05cgroup: deactivate CSS's and mark cgroup dead before invoking ->pre_destroy()Tejun Heo1-46/+19
2012-11-05cgroup: use cgroup_lock_live_group(parent) in cgroup_create()Tejun Heo1-3/+13
2012-11-05cgroup: kill CSS_REMOVEDTejun Heo1-19/+12
2012-11-05cgroup: kill cgroup_subsys->__DEPRECATED_clear_css_refsTejun Heo1-95/+36
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-01time: remove the timecompare code.Richard Cochran2-194/+1
2012-11-01tick: Correct the comments for tick_sched_timer()Chuansheng Liu1-1/+1
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