summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-12-16timekeeping: Cap adjustments so they don't exceed the maxadj valueJohn Stultz1-4/+27
2015-12-16ntp: Fix second_overflow's input parameter type to be 64bitsDengChao2-8/+10
2015-12-16ntp: Change time_reftime to time64_t and utilize 64bit __ktime_get_real_secondsDengChao1-4/+6
2015-12-16timekeeping: Provide internal function __ktime_get_real_secondsDengChao2-0/+15
2015-12-16genirq/msi: Add msi_domain_populate_irqsMarc Zyngier1-0/+40
2015-12-16genirq/msi: Make the .prepare callback reusableMarc Zyngier1-3/+15
2015-12-16irqdomain: Make irq_domain_alloc_irqs_recursive availableMarc Zyngier1-3/+3
2015-12-14genirq: Free irq_desc with rcuThomas Gleixner1-3/+16
2015-12-14genirq: Prevent chip buslock deadlockThomas Gleixner1-3/+3
2015-12-14Merge tag 'v4.4-rc5' into perf/core, to pick up fixesIngo Molnar20-180/+285
2015-12-13sched/wait: Fix the signal handling fixPeter Zijlstra1-10/+10
2015-12-12kernel: remove stop_machine() Kconfig dependencyChris Wilson1-2/+2
2015-12-10time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflowJohn Stultz2-3/+9
2015-12-10ntp: Verify offset doesn't overflow in ntp_update_offsetSasha Levin1-3/+5
2015-12-08Merge branch 'for-4.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-118/+141
2015-12-08Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds11-33/+71
2015-12-08workqueue: implement lockup detectorTejun Heo2-3/+174
2015-12-08watchdog: introduce touch_softlockup_watchdog_sched()Tejun Heo3-5/+18
2015-12-08workqueue: warn if memory reclaim tries to flush !WQ_MEM_RECLAIM workqueueTejun Heo1-0/+35
2015-12-08genirq: Implement irq_percpu_is_enabled()Thomas Petazzoni1-0/+25
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-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