aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-12-09rcu: Fix CONFIG_RCU_FANOUT_EXACT for odd fanout/leaf valuesPaul E. McKenney1-2/+2
2013-12-09rcu: Fix coccinelle warningsFengguang Wu1-1/+1
2013-12-09posix-timers: Convert abuses of BUG_ON to WARN_ONFrederic Weisbecker1-5/+5
2013-12-09posix-timers: Remove remaining uses of tasklist_lockFrederic Weisbecker1-32/+44
2013-12-09posix-timers: Use sighand lock instead of tasklist_lock on timer deletionFrederic Weisbecker1-6/+11
2013-12-09posix-timers: Use sighand lock instead of tasklist_lock for task clock sampleFrederic Weisbecker1-3/+13
2013-12-09posix-timers: Consolidate posix_cpu_clock_get()Frederic Weisbecker1-34/+30
2013-12-09posix-timers: Remove useless clock sample on timers cleanupFrederic Weisbecker1-23/+7
2013-12-09posix-timers: Remove dead task special caseFrederic Weisbecker1-45/+25
2013-12-09posix-timers: Cleanup reaped target handlingFrederic Weisbecker1-6/+0
2013-12-09posix-timers: Remove dead process posix cpu timers cachingFrederic Weisbecker1-34/+1
2013-12-09posix-timers: Remove dead thread posix cpu timers cachingFrederic Weisbecker1-18/+16
2013-12-07PCI: Disable Bus Master only on kexec rebootKhalid Aziz1-0/+4
2013-12-06cgroup: remove for_each_root_subsys()Tejun Heo1-22/+15
2013-12-06cgroup: implement for_each_css()Tejun Heo1-26/+31
2013-12-06cgroup: factor out cgroup_subsys_state creation into create_css()Tejun Heo1-38/+57
2013-12-06cgroup: combine css handling loops in cgroup_create()Tejun Heo1-18/+7
2013-12-06cgroup: reorder operations in cgroup_create()Tejun Heo1-37/+33
2013-12-06cgroup: make for_each_subsys() useable under cgroup_root_mutexTejun Heo1-6/+20
2013-12-06cgroup: css iterations and css_from_dir() are safe under cgroup_mutexTejun Heo1-26/+30
2013-12-06Merge branch 'for-3.13-fixes' into for-3.14Tejun Heo1-10/+21
2013-12-06cgroup: fix cgroup_create() error handling pathTejun Heo1-10/+21
2013-12-06Merge tag 'trace-fixes-3.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-10/+3
2013-12-05tracing: Only run synchronize_sched() at instance deletion timeSteven Rostedt2-10/+3
2013-12-05cgroup: unify pidlist and other file handlingTejun Heo1-49/+63
2013-12-05cgroup: replace cftype->read_seq_string() with cftype->seq_show()Tejun Heo5-41/+33
2013-12-05cgroup: attach cgroup_open_file to all cgroup filesTejun Heo1-30/+20
2013-12-05cgroup: generalize cgroup_pidlist_open_fileTejun Heo1-36/+30
2013-12-05cgroup: unify read path so that seq_file is always usedTejun Heo1-53/+15
2013-12-05cgroup: unify cgroup_write_X64() and cgroup_write_string()Tejun Heo1-75/+35
2013-12-05cgroup: remove cftype->read(), ->read_map() and ->write()Tejun Heo1-22/+4
2013-12-05cpuset: convert away from cftype->read()Tejun Heo1-47/+24
2013-12-05cgroup, sched: convert away from cftype->read_map()Tejun Heo2-9/+9
2013-12-05padata: Fix wrong usage of rcu_dereference()Mathias Krause1-1/+1
2013-12-05sched/numa: Drop idx field of task_numa_env structWanpeng Li1-1/+1
2013-12-04Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-19/+32
2013-12-04Merge branch 'timers/core-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/coreIngo Molnar6-47/+35
2013-12-04params: improve standard definitionsFelipe Contreras1-16/+9
2013-12-03rcu: Let the world know when RCU adjusts its geometryPaul E. McKenney1-0/+2
2013-12-03rcu: Fix srcu_barrier() docbook headerPaul E. McKenney1-0/+1
2013-12-03rcu: Allow task-level idle entry/exit nestingPaul E. McKenney1-6/+8
2013-12-03rcu: Break call_rcu() deadlock involving scheduler and perfPaul E. McKenney4-17/+74
2013-12-03rcu: Fix and comment ordering around wait_event()Paul E. McKenney3-4/+13
2013-12-03rcu: Kick CPU halfway to RCU CPU stall warningPaul E. McKenney2-1/+27
2013-12-02posix-timers: Fix full dynticks CPUs kick on timer reschedulingFrederic Weisbecker1-11/+7
2013-12-02posix-timers: Spare workqueue if there is no full dynticks CPU to kickFrederic Weisbecker1-1/+2
2013-12-02context_tracking: Wrap static key check into more intuitive function nameFrederic Weisbecker1-4/+4
2013-12-02nohz: Convert a few places to use local per cpu accessesFrederic Weisbecker4-31/+22
2013-12-02Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-12-02Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-7/+28