summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2012-11-13rcu: Clarify memory-ordering properties of grace-period primitivesPaul E. McKenney
2012-11-13rcu: Add new rcutorture module parameters to start/end test messagesPaul E. McKenney
2012-11-13rcu: Fix batch-limit size problemEric Dumazet
2012-11-13tracing: Show raw time stamp on stats per cpu using counter or tsc mode for t...Yoshihiro YUNOMAE
2012-11-13tracing: Format non-nanosec times from tsc clock without a decimal point.David Sharp
2012-11-13tracing,x86: Add a TSC trace_clockDavid Sharp
2012-11-13time: Kill xtime_lock, replacing it with jiffies_lockJohn Stultz
2012-11-13time/jiffies: Make clocksource_jiffies staticLars-Peter Clausen
2012-11-12Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-11-12genirq: Always force thread affinityThomas Gleixner
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-09cgroup_freezer: implement proper hierarchy supportTejun Heo
2012-11-09cgroup_freezer: add ->post_create() and ->pre_destroy() and track online stateTejun Heo
2012-11-09cgroup_freezer: introduce CGROUP_FREEZING_[SELF|PARENT]Tejun Heo
2012-11-09cgroup_freezer: make freezer->state mask of flagsTejun Heo
2012-11-09cgroup_freezer: prepare freezer_change_state() for full hierarchy supportTejun Heo
2012-11-09cgroup_freezer: trivial cleanupsTejun Heo
2012-11-09cgroup: implement generic child / descendant walk macrosTejun Heo
2012-11-09cgroup: use rculist ops for cgroup->childrenTejun Heo
2012-11-09cgroup: add cgroup_subsys->post_create()Tejun Heo
2012-11-08rcu: Add tracing for synchronize_sched_expedited()Paul E. McKenney
2012-11-08rcu: Remove old debugfs interfaces and also RCU flavor nameMichael Wang
2012-11-08rcu: split 'rcuhier' to each flavorMichael Wang
2012-11-08rcu: split 'rcugp' to each flavorMichael Wang
2012-11-08rcu: split 'rcuboost' to each flavorMichael Wang
2012-11-08rcu: split 'rcubarrier' to each flavorMichael Wang
2012-11-08rcu: Fix tracing formattingPaul E. McKenney
2012-11-08rcu: Remove the interface "rcudata.csv"Michael Wang
2012-11-08rcu: Replace the old interface with the new oneMichael Wang
2012-11-08rcu: Optimize the 'rcu_pending' for RCU traceMichael Wang
2012-11-08rcu: Optimize the 'rcudata.csv' for RCU traceMichael Wang
2012-11-08rcu: Optimize the 'rcudata' for RCU traceMichael Wang
2012-11-08rcu: Fundamental facility for 'CPU units sequence reading'Michael Wang
2012-11-08rcu: Create directory for each flavor of rcuMichael Wang
2012-11-08rcu: Instrument synchronize_rcu_expedited() for debugfs tracingPaul E. McKenney
2012-11-08rcu: Move synchronize_sched_expedited() state to rcu_statePaul E. McKenney
2012-11-08rcu: Avoid counter wrap in synchronize_sched_expedited()Paul E. McKenney
2012-11-08rcu: Rename ->onofflock to ->orphan_lockPaul E. McKenney
2012-11-08cgroup: set 'start' with the right value in cgroup_path.Tao Ma
2012-11-06Merge branch 'cgroup/for-3.7-fixes' into cgroup/for-3.8Tejun Heo
2012-11-05Merge branch 'cgroup-rmdir-updates' into cgroup/for-3.8Tejun Heo
2012-11-05cgroup: make ->pre_destroy() return voidTejun Heo
2012-11-05cgroup: remove CGRP_WAIT_ON_RMDIR, cgroup_exclude_rmdir() and cgroup_release_...Tejun Heo
2012-11-05cgroup: deactivate CSS's and mark cgroup dead before invoking ->pre_destroy()Tejun Heo
2012-11-05cgroup: use cgroup_lock_live_group(parent) in cgroup_create()Tejun Heo
2012-11-05cgroup: kill CSS_REMOVEDTejun Heo
2012-11-05cgroup: kill cgroup_subsys->__DEPRECATED_clear_css_refsTejun Heo
2012-11-03uprobes: Kill arch_uprobe_enable/disable_step() hooksOleg Nesterov
2012-11-03uprobes/powerpc: Do not use arch_uprobe_*_step() helpersOleg Nesterov
2012-11-02tracing: Add trace_options kernel command line parameterSteven Rostedt