aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-10-28 10:12:27 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2016-10-28 10:12:27 -0700
commit965c4b7e1adacd8fd9c5f3db6f64c3ba834ef6a0 (patch)
tree6e930097ed322c9195055a87bfb0879a5d5cb694 /kernel
parentMerge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs (diff)
parentobjtool: Fix rare switch jump table pattern detection (diff)
parentdoc: Add missing parameter for msi_setup (diff)
parentsched/fair: Remove unused but set variable 'rq' (diff)
downloadlinux-dev-965c4b7e1adacd8fd9c5f3db6f64c3ba834ef6a0.tar.xz
linux-dev-965c4b7e1adacd8fd9c5f3db6f64c3ba834ef6a0.zip
Merge branches 'core-urgent-for-linus', 'irq-urgent-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull objtool, irq and scheduler fixes from Ingo Molnar: "One more objtool fixlet for GCC6 code generation patterns, an irq DocBook fix and an unused variable warning fix in the scheduler" * 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: objtool: Fix rare switch jump table pattern detection * 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: doc: Add missing parameter for msi_setup * 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: sched/fair: Remove unused but set variable 'rq'