summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-12-14Merge tag 'v4.4-rc5' into perf/core, to pick up fixesIngo Molnar20-180/+285
2015-12-14sched/wait: Fix the signal handling fixPeter Zijlstra1-10/+10
2015-12-13bpf, inode: allow for rename and link opsDaniel Borkmann1-0/+20
2015-12-12kernel: remove stop_machine() Kconfig dependencyChris Wilson1-2/+2
2015-12-11time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflowJohn Stultz2-3/+9
2015-12-11ntp: Verify offset doesn't overflow in ntp_update_offsetSasha Levin1-3/+5
2015-12-09sock, cgroup: add sock->sk_cgroupTejun Heo1-1/+54
2015-12-09Merge branch 'for-4.5-ancestor-test' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller1-27/+44
2015-12-09Merge branch 'for-4.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-118/+141
2015-12-09Merge 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-08Back merge tag 'v4.4-rc4' into drm-nextDave Airlie12-52/+134
2015-12-08Merge branches 'doc.2015.12.05a', 'exp.2015.12.07a', 'fixes.2015.12.07a', 'li...Paul E. McKenney9-144/+262
2015-12-08rcu: Make rcu_gp_init() be bool rather than intPaul E. McKenney1-5/+5
2015-12-08rcu: Move wakeup out from under rnp->lockPeter Zijlstra1-1/+1
2015-12-08rcu: Don't redundantly disable irqs in rcu_irq_{enter,exit}()Paul E. McKenney1-6/+26
2015-12-08rcu: Make cpu_needs_another_gp() be boolPaul E. McKenney1-7/+7
2015-12-08rcu: Eliminate unused rcu_init_one() argumentPaul E. McKenney2-5/+4
2015-12-08rcu: Remove TINY_RCU bloat from pointless boot parametersPaul E. McKenney2-3/+8
2015-12-08Merge 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-06rcutorture: Print symbolic name for ->gp_statePaul E. McKenney2-2/+25
2015-12-06rcutorture: Print symbolic name for rcu_torture_writer_statePaul E. McKenney1-1/+23
2015-12-06rcutorture: Dump stack when GP kthread stallsPaul E. McKenney1-1/+4
2015-12-06rcutorture: Flag nonexistent RCU GP kthreadPaul E. McKenney1-1/+1
2015-12-05livepatch: Cleanup module page permission changesJosh Poimboeuf1-5/+11
2015-12-05Merge branch 'from-rusty/modules-next' into for-4.5/coreJiri Kosina6-196/+175
2015-12-05module: keep percpu symbols in module's symtabMiroslav Benes1-4/+11
2015-12-05module: clean up RO/NX handling.Rusty Russell1-91/+77
2015-12-05module: use a structure to encapsulate layout.Rusty Russell2-109/+94
2015-12-05gcov: use within_module() helper.Rusty Russell1-6/+1
2015-12-05module: Use the same logic for setting and unsetting RO/NXJosh Poimboeuf1-27/+30
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