aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-05-25Merge branch 'akpm-current/current'Stephen Rothwell
2017-05-25Merge remote-tracking branch 'cgroup/for-next'Stephen Rothwell
2017-05-25Merge remote-tracking branch 'rcu/rcu/next'Stephen Rothwell
2017-05-25Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell
2017-05-25Merge remote-tracking branch 'audit/next'Stephen Rothwell
2017-05-25Merge remote-tracking branch 'kgdb/kgdb-next'Stephen Rothwell
2017-05-25Merge remote-tracking branch 'modules/modules-next'Stephen Rothwell
2017-05-25Merge remote-tracking branch 'jc_docs/docs-next'Stephen Rothwell
2017-05-25Merge remote-tracking branch 'printk/for-next'Stephen Rothwell
2017-05-24cpuset: consider dying css as offlineTejun Heo
2017-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2017-05-24rcutorture: Print SRCU lock/unlock totalsPaul E. McKenney
2017-05-24rcutorture: Move SRCU status printing to SRCU implementationsPaul E. McKenney
2017-05-24rcu: Use timer as backstop for NOCB deferred wakeupsPaul E. McKenney
2017-05-24sched,rcu: Make cond_resched() provide RCU quiescent statePaul E. McKenney
2017-05-24rcu: Remove RCU CPU stall warnings from Tiny RCUPaul E. McKenney
2017-05-24rcu: Remove event tracing from Tiny RCUPaul E. McKenney
2017-05-24rcu: Move RCU debug Kconfig options to kernel/rcuPaul E. McKenney
2017-05-24rcu: Move RCU non-debug Kconfig options to kernel/rcuPaul E. McKenney
2017-05-24rcu: Eliminate NOCBs CPU-state Kconfig optionsPaul E. McKenney
2017-05-24rcu: Remove debugfs tracingPaul E. McKenney
2017-05-24srcu: Remove Classic SRCUPaul E. McKenney
2017-05-24srcu: Fix rcutorture-statistics typoPaul E. McKenney
2017-05-24rcu: Remove the now-obsolete PROVE_RCU_REPEATEDLY Kconfig optionPaul E. McKenney
2017-05-24rcu: Remove typecheck() from RCU locking wrapper functionsPaul E. McKenney
2017-05-24rcu: Remove nohz_full full-system-idle state machinePaul E. McKenney
2017-05-24rcu: Remove the RCU_KTHREAD_PRIO Kconfig optionPaul E. McKenney
2017-05-24rcu: Remove *_SLOW_* Kconfig optionsPaul E. McKenney
2017-05-24srcu: Use rnp->lock wrappers to replace explicit memory barriersPaul E. McKenney
2017-05-24rcu: Move rnp->lock wrappers for SRCU usePaul E. McKenney
2017-05-24rcu: Convert rnp->lock wrappers to macros for SRCU usePaul E. McKenney
2017-05-24lockdep: Use consistent printing primitivesPaul E. McKenney
2017-05-23module: Add module name to modinfoKees Cook
2017-05-23module: Pass struct load_info into symbol checksKees Cook
2017-05-23audit: unswing cap_* fields in PATH recordsRichard Guy Briggs
2017-05-23srcu: Apply trivial callback lists to shrink Tiny SRCUPaul E. McKenney
2017-05-23srcu: Shrink srcu.h by moving docbook and private functionPaul E. McKenney
2017-05-23srcu: Prevent sdp->srcu_gp_seq_needed counter wrapPaul E. McKenney
2017-05-23rcu: Move rcu_request_urgent_qs_task() out of rcutiny.h and rcutree.hPaul E. McKenney
2017-05-23rcu: Move torture-related functions out of rcutiny.h and rcutree.hPaul E. McKenney
2017-05-23rcu: Move rcu_ftrace_dump() from rcupdate.h to rcu.hPaul E. McKenney
2017-05-23rcu: Move rcu_is_nocb_cpu() from rcupdate.h to rcu.hPaul E. McKenney
2017-05-23rcu: Improve __call_rcu() debug-objects error messagePaul E. McKenney
2017-05-23rcu: Move the RCU_SCHEDULER_ definitions from rcupdate.hPaul E. McKenney
2017-05-23rcu: Eliminate the unused __rcu_is_watching() functionPaul E. McKenney
2017-05-23rcu: Move torture-related definitions from rcupdate.h to rcu.hPaul E. McKenney
2017-05-23rcu: Move expediting-related access/control out of rcupdate.hPaul E. McKenney
2017-05-23rcu: Move rcu_expedited and rcu_normal externs from rcupdate.hPaul E. McKenney
2017-05-23rcu: Move docbook comments out of rcupdate.hPaul E. McKenney
2017-05-23ptrace: Properly initialize ptracer_cred on forkEric W. Biederman