summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins1-28/+25
2017-06-19crypto: engine - replace pr_xxx by dev_xxxCorentin LABBE1-0/+1
2017-06-19Merge tag 'at91-ab-4.13-soc' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson1-21/+7
2017-06-19Merge tag 'renesas-dt-bindings2-for-v4.13' of https://git.kernel.org/pub/scm/...Olof Johansson1-0/+51
2017-06-19Merge tag 'renesas-drivers-for-v4.13' of https://git.kernel.org/pub/scm/linux...Olof Johansson1-2/+1
2017-06-19Merge tag 'mac80211-for-davem-2017-06-16' of git://git.kernel.org/pub/scm/lin...David S. Miller1-2/+2
2017-06-19Merge tag 'tegra-for-4.13-soc' of git://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson3-10/+424
2017-06-19Merge tag 'scpi-updates-4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson1-0/+3
2017-06-19Merge tag 'arm-soc/for-4.13/devicetree-arm64' of http://github.com/Broadcom/s...Olof Johansson2-0/+169
2017-06-19Merge tag 'v4.12-next-soc' of https://github.com/mbgg/linux-mediatek into nex...Olof Johansson1-0/+30
2017-06-19Merge tag 'v4.13-rockchip-dts32-1' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson2-0/+49
2017-06-19Merge tag 'reset-for-4.13-2' of git://git.pengutronix.de/git/pza/linux into n...Olof Johansson1-0/+108
2017-06-19Merge tag 'reset-for-4.13' of git://git.pengutronix.de/git/pza/linux into nex...Olof Johansson1-0/+36
2017-06-19NFC: nfcmrvl: allow gpio 0 for reset signallingJohan Hovold1-1/+1
2017-06-18blk-mq: don't stop queue for quiescingMing Lei1-2/+0
2017-06-18blk-mq: use QUEUE_FLAG_QUIESCED to quiesce queueMing Lei2-0/+6
2017-06-18blk-mq: introduce blk_mq_unquiesce_queueMing Lei1-0/+1
2017-06-18blk-mq: introduce blk_mq_quiesce_queue_nowait()Ming Lei1-0/+8
2017-06-18blk-mq: move blk_mq_quiesce_queue() into include/linux/blk-mq.hMing Lei2-1/+1
2017-06-18block: remove bio_clone() and all references.NeilBrown1-5/+0
2017-06-18blk: make the bioset rescue_workqueue optional.NeilBrown1-0/+1
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown1-2/+4
2017-06-18blk: remove bio_set arg from blk_queue_split()NeilBrown1-2/+1
2017-06-18blk-mq-sched: unify request prepare methodsChristoph Hellwig1-2/+2
2017-06-18blk-mq-sched: unify request finished methodsChristoph Hellwig1-2/+1
2017-06-18net: add debug atomic_inc_not_zero() in dst_hold()Wei Wang1-1/+1
2017-06-18net: reorder all the dst flagsWei Wang1-5/+5
2017-06-18net: remove DST_NOCACHE flagWei Wang2-2/+1
2017-06-18net: remove DST_NOGC flagWei Wang1-5/+1
2017-06-18net: remove dst gc related codeWei Wang1-21/+0
2017-06-18xfrm: take refcnt of dst when creating struct xfrm_dst bundleWei Wang1-1/+0
2017-06-18ipv6: get rid of icmp6 dst garbage collectorWei Wang1-1/+0
2017-06-18ipv4: call dst_hold_safe() properlyWei Wang1-1/+3
2017-06-18net: introduce a new function dst_dev_put()Wei Wang1-0/+1
2017-06-18net: introduce DST_NOGC in dst_release() to destroy dst based on refcntWei Wang1-1/+4
2017-06-17Merge tag 'meson-clk-for-4.13-2' of git://github.com/BayLibre/clk-meson into ...Stephen Boyd1-0/+10
2017-06-17Merge branch 'for-4.13-ti-clkctrl' of https://github.com/t-kristo/linux-pm in...Stephen Boyd1-0/+146
2017-06-17Merge tag 'sunxi-clk-for-4.13' of https://git.kernel.org/pub/scm/linux/kernel...Stephen Boyd6-3/+286
2017-06-17PCI: Test INTx masking during enumeration, not at run-timePiotr Gregor1-2/+10
2017-06-16amdgpu: use drm sync objects for shared semaphores (v6)Dave Airlie1-0/+6
2017-06-16mfd: cros_ec: add debugfs, console log fileEric Caruso1-0/+4
2017-06-16mfd: cros_ec: Add EC console read structures definitionsNicolas Boichat1-1/+20
2017-06-16mfd: cros_ec: Add helper for event notifier.Gwendal Grignou1-0/+10
2017-06-16Merge tag 'mlx5-updates-2017-06-16' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller3-7/+16
2017-06-16ASoC: simple-card-utils: add asoc_simple_card_of_parse_widgets()Kuninori Morimoto1-0/+2
2017-06-16net: Add IFLA_XDP_PROG_IDMartin KaFai Lau2-2/+6
2017-06-16drm/i915: Allow execbuffer to use the first object as the batchChris Wilson1-2/+17
2017-06-16networking: add and use skb_put_u8()Johannes Berg1-0/+5
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg2-5/+4
2017-06-16networking: make skb_pull & friends return void pointersJohannes Berg1-7/+7