aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
...
| * | | | cgroup: update subsystem rebind restrictionsTejun Heo2014-04-23
| * | | | cgroup: add css_set->dfl_cgrpTejun Heo2014-04-23
| * | | | cgroup: allow cgroup creation and suppress automatic css creation in the unif...Tejun Heo2014-04-23
| * | | | cgroup: cgroup->subsys[] should be cleared after the css is offlinedTejun Heo2014-04-23
| * | | | cgroup: teach css_task_iter about effective cssesTejun Heo2014-04-23
| * | | | cgroup: reorganize css_task_iterTejun Heo2014-04-23
| * | | | cgroup: make css_next_child() skip missing cssesTejun Heo2014-04-23
| * | | | cgroup: implement cgroup->e_csets[]Tejun Heo2014-04-23
| * | | | cgroup: introduce effective cgroup_subsys_stateTejun Heo2014-04-23
| * | | | cgroup: update cgroup->subsys_mask to ->child_subsys_mask and restore cgroup_...Tejun Heo2014-04-23
| * | | | cgroup: cgroup_apply_cftypes() shouldn't skip the default hierarhcyTejun Heo2014-04-23
* | | | | Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2014-06-09
|\ \ \ \ \
| * | | | | kernel/workqueue.c: pr_warning/pr_warn & printk/pr_infoValdis Kletnieks2014-05-28
| * | | | | workqueue: remove the confusing POOL_FREEZINGLai Jiangshan2014-05-22
| * | | | | workqueue: rename first_worker() to first_idle_worker()Lai Jiangshan2014-05-22
| * | | | | workqueue: use generic attach/detach routine for rescuersLai Jiangshan2014-05-20
| * | | | | workqueue: separate pool-attaching code out from create_worker()Lai Jiangshan2014-05-20
| * | | | | workqueue: rename manager_mutex to attach_mutexLai Jiangshan2014-05-20
| * | | | | workqueue: narrow the protection range of manager_mutexLai Jiangshan2014-05-20
| * | | | | workqueue: convert worker_idr to worker_idaLai Jiangshan2014-05-20
| * | | | | workqueue: separate iteration role from worker_idrLai Jiangshan2014-05-20
| * | | | | workqueue: destroy worker directly in the idle timeout handlerLai Jiangshan2014-05-20
| * | | | | workqueue: async worker destructionLai Jiangshan2014-05-20
| * | | | | workqueue: destroy_worker() should destroy idle workers onlyLai Jiangshan2014-05-20
| * | | | | workqueue: use manager lock only to protect worker_idrLai Jiangshan2014-05-20
| * | | | | kernel/workqueue.c: pr_warning/pr_warn & printk/pr_infoFabian Frederick2014-05-12
| * | | | | workqueue: simplify wq_update_unbound_numa() by jumping to use_dfl_pwq if the...Daeseok Youn2014-04-18
* | | | | | numa,sched: fix load_to_imbalanced logic inversionRik van Riel2014-06-08
* | | | | | Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds2014-06-08
|\ \ \ \ \ \
| * | | | | | sysctl: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-06
| * | | | | | kernel/seccomp.c: kernel-doc warning fixFabian Frederick2014-06-06
| * | | | | | ipc, kernel: clear whitespacePaul McQuade2014-06-06
| * | | | | | ipc, kernel: use Linux headersPaul McQuade2014-06-06
| * | | | | | kernel/profile.c: use static const char instead of static charFabian Frederick2014-06-06
| * | | | | | kernel/profile.c: convert printk to pr_foo()Fabian Frederick2014-06-06
| * | | | | | kernel/user_namespace.c: kernel-doc/checkpatch fixesFabian Frederick2014-06-06
| * | | | | | sysctl: allow for strict write position handlingKees Cook2014-06-06
| * | | | | | sysctl: refactor sysctl string writing logicKees Cook2014-06-06
| * | | | | | sysctl: clean up char buffer argumentsKees Cook2014-06-06
| * | | | | | kernel/kexec.c: convert printk to pr_foo()Fabian Frederick2014-06-06
| * | | | | | kernel/panic.c: add "crash_kexec_post_notifiers" option for kdump after panic...Masami Hiramatsu2014-06-06
| * | | | | | smp: print more useful debug info upon receiving IPI on an offline CPUSrivatsa S. Bhat2014-06-06
| * | | | | | signals: change wait_for_helper() to use kernel_sigaction()Oleg Nesterov2014-06-06
| * | | | | | signals: introduce kernel_sigaction()Oleg Nesterov2014-06-06
| * | | | | | signals: disallow_signal() should flush the potentially pending signalOleg Nesterov2014-06-06
| * | | | | | signals: kill the obsolete sigdelset() and recalc_sigpending() in allow_signal()Oleg Nesterov2014-06-06
| * | | | | | signals: mv {dis,}allow_signal() from sched.h/exit.c to signal.[ch]Oleg Nesterov2014-06-06
| * | | | | | signals: cleanup the usage of t/current in do_sigaction()Oleg Nesterov2014-06-06
| * | | | | | signals: rename rm_from_queue_full() to flush_sigqueue_mask()Oleg Nesterov2014-06-06
| * | | | | | signals: kill rm_from_queue(), change prepare_signal() to use for_each_thread()Oleg Nesterov2014-06-06