summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-07-10Merge tag 'vmwgfx-next-4.19-3' of git://people.freedesktop.org/~thomash/linux...Dave Airlie1-0/+107
2018-07-10Merge tag 'vmwgfx-next-4.19-2' of git://people.freedesktop.org/~thomash/linux...Dave Airlie1-39/+22
2018-07-10Merge branch 'drm-next-4.19' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie3-10/+6
2018-07-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+2
2018-07-10net: Use __u32 in uapi net_stamp.hJesus Sanchez-Palencia1-2/+2
2018-07-10netfilter: fix use-after-free in NF_HOOK_LISTEdward Cree1-3/+7
2018-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-2/+8
2018-07-09net: allow fallback function to pass netdevAlexander Duyck1-1/+2
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck1-4/+7
2018-07-09net: Add generic ndo_select_queue functionsAlexander Duyck1-0/+4
2018-07-09net: Add support for subordinate traffic classes to netdev_pick_txAlexander Duyck1-2/+2
2018-07-09net: Add support for subordinate device traffic classesAlexander Duyck1-1/+15
2018-07-09dmaengine: add support for reporting pause and resume separatelyMarek Szyprowski1-1/+4
2018-07-09IB/uverbs: Remove ib_uobject_fileJason Gunthorpe2-8/+3
2018-07-09IB/uverbs: Replace file->ucontext with file in uverbs_cmd.cJason Gunthorpe1-16/+19
2018-07-09IB/uverbs: Replace ib_ucontext with ib_uverbs_file in core function callsJason Gunthorpe2-12/+12
2018-07-09IB/uverbs: Move non driver related elements from ib_ucontext to ib_ufileJason Gunthorpe1-6/+3
2018-07-09IB/uverbs: Add a uobj_perform_destroy helperJason Gunthorpe1-0/+5
2018-07-09block: introduce blk-iolatency io controllerJosef Bacik1-2/+0
2018-07-09blk-rq-qos: refactor out common elements of blk-wbtJosef Bacik1-2/+2
2018-07-09memcontrol: schedule throttling if we are congestedTejun Heo2-1/+23
2018-07-09blkcg: add generic throttling mechanismJosef Bacik4-0/+112
2018-07-09swap,blkcg: issue swap io with the appropriate contextTejun Heo1-0/+7
2018-07-09blk: introduce REQ_SWAPJosef Bacik2-2/+3
2018-07-09blk-cgroup: allow controllers to output their own statsJosef Bacik1-0/+3
2018-07-09block: introduce bio_issue_as_root_blkgJosef Bacik1-0/+16
2018-07-09block: add bi_blkg to the bio for cgroupsJosef Bacik2-1/+2
2018-07-09blk-mq: dequeue request one by one from sw queue if hctx is busyMing Lei1-1/+2
2018-07-09blk-mq: remove synchronize_rcu() from blk_mq_del_queue_tag_set()Ming Lei1-2/+0
2018-07-09blk-mq: introduce new lock for protecting hctx->dispatch_waitMing Lei1-0/+1
2018-07-09block: Make struct request_queue smaller for CONFIG_BLK_DEV_ZONED=nBart Van Assche1-0/+6
2018-07-09block: Inline blk_queue_nr_zones()Bart Van Assche1-5/+0
2018-07-09block: Remove bdev_nr_zones()Bart Van Assche1-9/+0
2018-07-09include/uapi/linux/blkzoned.h: Remove a superfluous __packed directiveBart Van Assche1-1/+1
2018-07-09printk/nmi: Prevent deadlock when accessing the main log buffer in NMIPetr Mladek1-0/+4
2018-07-09Merge remote-tracking branch 'clk/clk-core-duty-cycle' into next/driversJerome Brunet3-0/+95
2018-07-09clk: meson: expose GEN_CLK clkidJerome Brunet2-0/+2
2018-07-09pinctrl: Document pin_config_group_get() return codes like pin_config_get()Douglas Anderson1-1/+2
2018-07-09driver core: Add flag to autoremove device link on supplier unbindVivek Gautam1-0/+2
2018-07-09driver core: Rename flag AUTOREMOVE to AUTOREMOVE_CONSUMERVivek Gautam1-6/+6
2018-07-09PM / Domains: Introduce dev_pm_domain_attach_by_name()Ulf Hansson1-0/+7
2018-07-09PM / Domains: Introduce option to attach a device by name to genpdUlf Hansson1-0/+8
2018-07-09ACPICA: Update version to 20180629Bob Moore1-1/+1
2018-07-09bpf: include errno.h from bpf-cgroup.hRoman Gushchin1-0/+1
2018-07-09fs: shave 8 bytes off of struct inodeAmir Goldstein1-2/+3
2018-07-08Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-7/+22
2018-07-08Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-2/+1
2018-07-08crypto: dh - add public key verification testStephan Mueller1-0/+4
2018-07-08Merge tag 'soc_drivers_for_4.19' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson1-0/+9
2018-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-3/+11