aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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...Linus 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-76/+36
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/...Linus Torvalds5-19/+32
2013-12-04Merge branch 'timers/core-v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo 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/ker...Linus Torvalds1-1/+1
2013-12-02Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-7/+28
2013-12-02Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-9/+7
2013-11-30PM / hibernate: export hibernation_set_opsLeonardo Potenza1-0/+1
2013-11-29Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-13/+37
2013-11-29Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-6/+37
2013-11-29cgroup: don't guarantee cgroup.procs is sorted if sane_behaviorTejun Heo1-5/+46
2013-11-29cgroup: remove cgroup_pidlist->use_countTejun Heo1-21/+7
2013-11-29cgroup: load and release pidlists from seq_file start and stop respectivelyTejun Heo1-29/+34
2013-11-29cgroup: remove cgroup_pidlist->rwsemTejun Heo1-11/+4
2013-11-29cgroup: refactor cgroup_pidlist_find()Tejun Heo1-27/+38
2013-11-29cgroup: introduce struct cgroup_pidlist_open_fileTejun Heo1-12/+27
2013-11-29cgroup: implement delayed destruction for cgroup_pidlistTejun Heo1-25/+77
2013-11-29cgroup: remove cftype->release()Tejun Heo1-3/+0
2013-11-29cgroup: don't skip seq_open on write only opens on pidlist filesTejun Heo1-12/+1
2013-11-29nohz: Fix another inconsistency between CONFIG_NO_HZ=n and nohz=offThomas Gleixner1-1/+3
2013-11-28kernel/extable: fix address-checks for core_kernel and init areasHelge Deller1-2/+2
2013-11-27cgroup: Merge branch 'for-3.13-fixes' into for-3.14Tejun Heo2-3/+10
2013-11-27cgroup: fix cgroup_subsys_state leak for seq_filesTejun Heo1-1/+4
2013-11-27cpuset: Fix memory allocator deadlockPeter Zijlstra1-2/+6
2013-11-27sched: Add sched_class->task_dead() methodDario Faggioli2-0/+4