summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2015-12-11ntp: Verify offset doesn't overflow in ntp_update_offsetSasha Levin
2015-12-09sock, cgroup: add sock->sk_cgroupTejun Heo
2015-12-09Merge branch 'for-4.5-ancestor-test' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller
2015-12-08Merge branch 'for-4.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-12-08Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-12-08workqueue: implement lockup detectorTejun Heo
2015-12-08watchdog: introduce touch_softlockup_watchdog_sched()Tejun Heo
2015-12-08workqueue: warn if memory reclaim tries to flush !WQ_MEM_RECLAIM workqueueTejun Heo
2015-12-08genirq: Implement irq_percpu_is_enabled()Thomas Petazzoni
2015-12-08Merge branches 'doc.2015.12.05a', 'exp.2015.12.07a', 'fixes.2015.12.07a', 'li...Paul E. McKenney
2015-12-08rcu: Make rcu_gp_init() be bool rather than intPaul E. McKenney
2015-12-08rcu: Move wakeup out from under rnp->lockPeter Zijlstra
2015-12-08rcu: Don't redundantly disable irqs in rcu_irq_{enter,exit}()Paul E. McKenney
2015-12-08rcu: Make cpu_needs_another_gp() be boolPaul E. McKenney
2015-12-08rcu: Eliminate unused rcu_init_one() argumentPaul E. McKenney
2015-12-08rcu: Remove TINY_RCU bloat from pointless boot parametersPaul E. McKenney
2015-12-07Merge branch 'for-4.5-ancestor-test' of git://git.kernel.org/pub/scm/linux/ke...Tejun Heo
2015-12-07clocksource: Add CPU info to clocksource watchdog reportingSeiichi Ikarashi
2015-12-07time: Avoid signed overflow in timekeeping_get_ns()David Gibson
2015-12-07Merge branch 'master' into for-4.4-fixesTejun Heo
2015-12-06Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-12-06perf/core: Collapse common IPI patternPeter Zijlstra
2015-12-06perf: Do not send exit event twiceJiri Olsa
2015-12-06rcutorture: Print symbolic name for ->gp_statePaul E. McKenney
2015-12-06rcutorture: Print symbolic name for rcu_torture_writer_statePaul E. McKenney
2015-12-06rcutorture: Dump stack when GP kthread stallsPaul E. McKenney
2015-12-06rcutorture: Flag nonexistent RCU GP kthreadPaul E. McKenney
2015-12-04livepatch: Cleanup module page permission changesJosh Poimboeuf
2015-12-04Merge branch 'from-rusty/modules-next' into for-4.5/coreJiri Kosina
2015-12-04module: keep percpu symbols in module's symtabMiroslav Benes
2015-12-04module: clean up RO/NX handling.Rusty Russell
2015-12-04module: use a structure to encapsulate layout.Rusty Russell
2015-12-04gcov: use within_module() helper.Rusty Russell
2015-12-04module: Use the same logic for setting and unsetting RO/NXJosh Poimboeuf
2015-12-04rcu: Stop disabling interrupts in scheduler fastpathsPaul E. McKenney
2015-12-04rcu: Avoid tick_nohz_active checks on NOCBs CPUsPaul E. McKenney
2015-12-04rcu: Fix obsolete rcu_bootup_announce_oddness() commentPaul E. McKenney
2015-12-04rcu: Remove lock-acquisition loop from rcu_read_unlock_special()Paul E. McKenney
2015-12-04rcu: Simplify rcu_sched_qs() control flowPaul E. McKenney
2015-12-04kernel: Make rcu/tree_trace.c explicitly non-modularPaul Gortmaker
2015-12-04rcu: Move lock_class_key to local scopePaul E. McKenney
2015-12-04rcu: Allow expedited grace periods to be disabled at initPaul E. McKenney
2015-12-04rcu: Add rcu_normal kernel parameter to suppress expeditingPaul E. McKenney
2015-12-04rcu: Add more diagnostics to expedited stall warning messages.Paul E. McKenney
2015-12-04rcu: Make expedited grace periods resolve stall-warning tiesPaul E. McKenney
2015-12-04rcu: Reduce expedited GP memory contention via per-CPU variablesPaul E. McKenney
2015-12-04rcu: Invert sync_rcu_exp_select_cpus() "if" statementPaul E. McKenney
2015-12-04rcu: Move smp_mb() from rcu_seq_snap() to rcu_exp_gp_seq_snap()Paul E. McKenney
2015-12-04rcu: Clarify role of ->expmaskinitnextPaul E. McKenney
2015-12-04rcu: Short-circuit synchronize_sched_expedited() if only one CPUPaul E. McKenney