summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-01-05scripts/spelling.txt: add "overide" pattern and fix typo instancesMasahiro Yamada
2017-01-05scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada
2017-01-05scripts/spelling.txt: add "varible" pattern and fix typo instancesMasahiro Yamada
2017-01-05scripts/spelling.txt: add "an user" pattern and fix typo instancesMasahiro Yamada
2017-01-05Merge branch 'akpm-current/current'Stephen Rothwell
2017-01-05Merge remote-tracking branch 'cgroup/for-next'Stephen Rothwell
2017-01-05Merge remote-tracking branch 'rcu/rcu/next'Stephen Rothwell
2017-01-05Merge remote-tracking branch 'audit/next'Stephen Rothwell
2017-01-05Merge remote-tracking branch 'kgdb/kgdb-next'Stephen Rothwell
2017-01-05Merge remote-tracking branch 'modules/modules-next'Stephen Rothwell
2017-01-05Merge remote-tracking branch 'vfs/for-next'Stephen Rothwell
2017-01-03taint/module: Fix problems when out-of-kernel driver defines true or falseLarry Finger
2017-01-03squash! rcu: Check cond_resched_rcu_qs() state less often to reduce GP overheadPaul E. McKenney
2017-01-02rcu: Fix comment in rcu_organize_nocb_kthreads()Paul E. McKenney
2016-12-28rcu: Make rcu_cpu_starting() use its "cpu" argumentPaul E. McKenney
2016-12-28rcu: Add comment headers to expedited-grace-period counter functionsPaul E. McKenney
2016-12-28rcu: Don't wake rcuc/X kthreads on NOCB CPUsPaul E. McKenney
2016-12-28rcu: Adjust FQS offline checks for exact online-CPU detectionPaul E. McKenney
2016-12-28rcu: Check cond_resched_rcu_qs() state less often to reduce GP overheadPaul E. McKenney
2016-12-28sched,rcu: Make cond_resched() provide RCU quiescent statePaul E. McKenney
2016-12-28rcu: Add functions to test for trivial grace periodsPaul E. McKenney
2016-12-28rcu: Once again use NMI-based stack traces in stall warningsPaul E. McKenney
2016-12-28srcu: Force full grace-period orderingPaul E. McKenney
2016-12-28rcu: Add long-term CPU kickingPaul E. McKenney
2016-12-28rcu: Remove short-term CPU kickingPaul E. McKenney
2016-12-28rcu: Remove unused but set variableTobias Klauser
2016-12-28rcu: Remove unneeded rcu_process_callbacks() declarationsPaul E. McKenney
2016-12-28rcu: Only dump stalled-tasks stacks if there was a real stallByungchul Park
2016-12-28locktorture: Fix potential memory leak with rw lock testYang Shi
2016-12-28Fix: Disable sys_membarrier when nohz_full is enabledMathieu Desnoyers
2016-12-28lockdep: Make RCU suspicious-access splats use pr_errPaul E. McKenney
2016-12-28rcu: update: Make RCU_EXPEDITE_BOOT be the defaultSebastian Andrzej Siewior
2016-12-28rcu: Maintain special bits at bottom of ->dynticks counterPaul E. McKenney
2016-12-28rcu: Abstract extended quiescent state determinationPaul E. McKenney
2016-12-28rcu: Abstract dynticks extended quiescent state enter/exit operationsPaul E. McKenney
2016-12-28rcu: Abstract the dynticks snapshot operationPaul E. McKenney
2016-12-28rcu: Abstract the dynticks momentary-idle operationPaul E. McKenney
2016-12-28srcu: More efficient reader counts.Lance Roy
2016-12-27cgroup: fix RCU related sparse warningsTejun Heo
2016-12-27cgroup: move namespace code to kernel/cgroup/namespace.cTejun Heo
2016-12-27cgroup: rename functions for consistencyTejun Heo
2016-12-27cgroup: move v1 mount functions to kernel/cgroup/cgroup-v1.cTejun Heo
2016-12-27cgroup: separate out cgroup1_kf_syscall_opsTejun Heo
2016-12-27cgroup: refactor mount path and clearly distinguish v1 and v2 pathsTejun Heo
2016-12-27cgroup: move cgroup v1 specific code to kernel/cgroup/cgroup-v1.cTejun Heo
2016-12-27cgroup: move cgroup files under kernel/cgroup/Tejun Heo
2016-12-27cgroup: reorder css_set fieldsTejun Heo
2016-12-27cgroup: remove cgroup_pid_fry() and friendsTejun Heo
2016-12-27cgroup: reimplement reading "cgroup.procs" on cgroup v2Tejun Heo
2016-12-27cgroup add cftype->open/release() callbacksTejun Heo