summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2013-03-26Merge branches 'doc.2013.03.12a', 'fixes.2013.03.13a' and 'idlenocb.2013.03.2...Paul E. McKenney
2013-03-26rcu: Make rcu_accelerate_cbs() note need for future grace periodsPaul E. McKenney
2013-03-26rcu: Abstract rcu_start_future_gp() from rcu_nocb_wait_gp()Paul E. McKenney
2013-03-26rcu: Rename n_nocb_gp_requests to need_future_gpPaul E. McKenney
2013-03-26rcu: Push lock release to rcu_start_gp()'s callersPaul E. McKenney
2013-03-26rcu: Repurpose no-CBs event tracing to future-GP eventsPaul E. McKenney
2013-03-26rcu: Rearrange locking in rcu_start_gp()Paul E. McKenney
2013-03-26rcu: Make RCU_FAST_NO_HZ take advantage of numbered callbacksPaul E. McKenney
2013-03-26rcu: Accelerate RCU callbacks at grace-period endPaul E. McKenney
2013-03-26rcu: Export RCU_FAST_NO_HZ parameters to sysfsPaul E. McKenney
2013-03-26rcu: Distinguish "rcuo" kthreads by RCU flavorPaul E. McKenney
2013-03-26rcu: Add event tracing for no-CBs CPUs' grace periodsPaul E. McKenney
2013-03-26rcu: Add event tracing for no-CBs CPUs' callback registrationPaul E. McKenney
2013-03-26rcu: Introduce proper blocking to no-CBs kthreads GP waitsPaul E. McKenney
2013-03-26rcu: Provide compile-time control for no-CBs CPUsPaul E. McKenney
2013-03-26pid: Handle the exit of a multi-threaded init.Eric W. Biederman
2013-03-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2013-03-26seccomp: allow BPF_XOR based ALU instructions.Nicolas Schichan
2013-03-25workqueue: remove pwq_lock which is no longer usedLai Jiangshan
2013-03-25workqueue: protect wq->saved_max_active with wq->mutexLai Jiangshan
2013-03-25workqueue: protect wq->pwqs and iteration with wq->mutexLai Jiangshan
2013-03-25workqueue: protect wq->nr_drainers and ->flags with wq->mutexLai Jiangshan
2013-03-25workqueue: rename wq->flush_mutex to wq->mutexLai Jiangshan
2013-03-25workqueue: rename wq_mutex to wq_pool_mutexLai Jiangshan
2013-03-25timekeeping: __timekeeping_set_tai_offset can be staticFengguang Wu
2013-03-25tick: Change log level of NOHZ: local_softirq_pending messageRado Vrbovsky
2013-03-25hrtimer/trivial: Fix comment text in hrtimer.cDavid Daney
2013-03-23bcache: A block layer cacheKent Overstreet
2013-03-23Export __lockdep_no_validate__Kent Overstreet
2013-03-23Export blk_fill_rwbs()Kent Overstreet
2013-03-23Revert "rw_semaphore: remove up/down_read_non_owner"Kent Overstreet
2013-03-22poweroff: change orderly_poweroff() to use schedule_work()Oleg Nesterov
2013-03-22printk: Provide a wake_up_klogd() off-caseFrederic Weisbecker
2013-03-22timekeeping: Split timekeeper_lock into lock and seqcountThomas Gleixner
2013-03-22timekeeping: Move lock out of timekeeper structThomas Gleixner
2013-03-22timekeeping: Make jiffies_lock internalThomas Gleixner
2013-03-22timekeeping: Calc stuff onceThomas Gleixner
2013-03-22hrtimer: Add hrtimer support for CLOCK_TAIJohn Stultz
2013-03-22timekeeping: Add CLOCK_TAI clockidJohn Stultz
2013-03-22timekeeping: Move TAI managment into timekeeping core from ntpJohn Stultz
2013-03-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-03-21nohz: Wake up full dynticks CPUs when a timer gets enqueuedFrederic Weisbecker
2013-03-21nohz: Assign timekeeping duty to a CPU outside the full dynticks rangeFrederic Weisbecker
2013-03-21nohz: Basic full dynticks interfaceFrederic Weisbecker
2013-03-21perf: Fix ring_buffer perf_output_space() boundary calculationStephane Eranian
2013-03-21sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()sTejun Heo
2013-03-21Merge branch 'perf/urgent' into perf/coreIngo Molnar
2013-03-20tracing: Update debugfs README fileSteven Rostedt (Red Hat)
2013-03-20workqueue: avoid false negative in assert_manager_or_pool_lock()Lai Jiangshan
2013-03-20workqueue: use rcu_read_lock_sched() instead for accessing pwq in RCULai Jiangshan