aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-12-07Merge branches 'doc.2015.12.05a', 'exp.2015.12.07a', 'fixes.2015.12.07a', 'li...Paul E. McKenney9-144/+262
2015-12-07rcu: Make rcu_gp_init() be bool rather than intPaul E. McKenney1-5/+5
2015-12-07rcu: Move wakeup out from under rnp->lockPeter Zijlstra1-1/+1
2015-12-07rcu: Don't redundantly disable irqs in rcu_irq_{enter,exit}()Paul E. McKenney1-6/+26
2015-12-07rcu: Make cpu_needs_another_gp() be boolPaul E. McKenney1-7/+7
2015-12-07rcu: Eliminate unused rcu_init_one() argumentPaul E. McKenney2-5/+4
2015-12-07rcu: Remove TINY_RCU bloat from pointless boot parametersPaul E. McKenney2-3/+8
2015-12-07Merge branch 'for-4.5-ancestor-test' of git://git.kernel.org/pub/scm/linux/ke...Tejun Heo1-27/+44
2015-12-07clocksource: Add CPU info to clocksource watchdog reportingSeiichi Ikarashi1-2/+2
2015-12-07time: Avoid signed overflow in timekeeping_get_ns()David Gibson1-2/+1
2015-12-07Merge branch 'master' into for-4.4-fixesTejun Heo16-56/+147
2015-12-06Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-15/+45
2015-12-06perf/core: Collapse common IPI patternPeter Zijlstra1-104/+76
2015-12-06perf: Do not send exit event twiceJiri Olsa1-11/+31
2015-12-05rcutorture: Print symbolic name for ->gp_statePaul E. McKenney2-2/+25
2015-12-05rcutorture: Print symbolic name for rcu_torture_writer_statePaul E. McKenney1-1/+23
2015-12-05rcutorture: Dump stack when GP kthread stallsPaul E. McKenney1-1/+4
2015-12-05rcutorture: Flag nonexistent RCU GP kthreadPaul E. McKenney1-1/+1
2015-12-04rcu: Stop disabling interrupts in scheduler fastpathsPaul E. McKenney3-25/+22
2015-12-04rcu: Avoid tick_nohz_active checks on NOCBs CPUsPaul E. McKenney1-5/+2
2015-12-04rcu: Fix obsolete rcu_bootup_announce_oddness() commentPaul E. McKenney1-2/+1
2015-12-04rcu: Remove lock-acquisition loop from rcu_read_unlock_special()Paul E. McKenney1-12/+6
2015-12-04rcu: Simplify rcu_sched_qs() control flowPaul E. McKenney1-15/+14
2015-12-04kernel: Make rcu/tree_trace.c explicitly non-modularPaul Gortmaker1-16/+3
2015-12-04rcu: Move lock_class_key to local scopePaul E. McKenney1-4/+3
2015-12-04rcu: Allow expedited grace periods to be disabled at initPaul E. McKenney1-0/+5
2015-12-04rcu: Add rcu_normal kernel parameter to suppress expeditingPaul E. McKenney5-3/+45
2015-12-04rcu: Add more diagnostics to expedited stall warning messages.Paul E. McKenney1-3/+21
2015-12-04rcu: Make expedited grace periods resolve stall-warning tiesPaul E. McKenney1-1/+1
2015-12-04rcu: Reduce expedited GP memory contention via per-CPU variablesPaul E. McKenney3-16/+21
2015-12-04rcu: Invert sync_rcu_exp_select_cpus() "if" statementPaul E. McKenney1-16/+14
2015-12-04rcu: Move smp_mb() from rcu_seq_snap() to rcu_exp_gp_seq_snap()Paul E. McKenney1-1/+1
2015-12-04rcu: Clarify role of ->expmaskinitnextPaul E. McKenney1-0/+2
2015-12-04rcu: Short-circuit synchronize_sched_expedited() if only one CPUPaul E. McKenney1-0/+4
2015-12-04locking/pvqspinlock: Queue node adaptive spinningWaiman Long3-4/+50
2015-12-04locking/pvqspinlock: Allow limited lock stealingWaiman Long3-28/+155
2015-12-04locking/pvqspinlock: Collect slowpath lock statisticsWaiman Long2-5/+308
2015-12-04sched/fair: Disable the task group load_avg update for the root_task_groupWaiman Long1-0/+6
2015-12-04sched/fair: Move the cache-hot 'load_avg' variable into its own cachelineWaiman Long2-4/+13
2015-12-04sched/fair: Avoid redundant idle_cpu() call in update_sg_lb_stats()Waiman Long1-3/+7
2015-12-04sched/core: Move the sched_to_prio[] arrays out of lineAndi Kleen3-43/+46
2015-12-04sched/cputime: Convert vtime_seqlock to seqcountFrederic Weisbecker2-23/+25
2015-12-04sched/cputime: Introduce vtime accounting check for readersFrederic Weisbecker1-3/+3
2015-12-04sched/cputime: Rename vtime_accounting_enabled() to vtime_accounting_cpu_enab...Frederic Weisbecker2-2/+2
2015-12-04sched/cputime: Correctly handle task guest time on housekeepersFrederic Weisbecker1-1/+1
2015-12-04sched/cputime: Clarify vtime symbols and document themFrederic Weisbecker2-4/+4
2015-12-04sched/cputime: Remove extra cost in task_cputime()Hiroshi Shimamoto1-0/+16
2015-12-04sched/fair: Make it possible to account fair load avg consistentlyByungchul Park3-1/+60
2015-12-04sched/core, locking: Document Program-Order guaranteesPeter Zijlstra1-0/+91
2015-12-04locking, sched: Introduce smp_cond_acquire() and use itPeter Zijlstra3-10/+3