summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2018-07-10Merge branch 'drm-next-4.19' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2018-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2018-07-09netfilter: fix use-after-free in NF_HOOK_LISTEdward Cree
2018-07-09net: allow fallback function to pass netdevAlexander Duyck
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck
2018-07-09net: Add generic ndo_select_queue functionsAlexander Duyck
2018-07-09net: Add support for subordinate traffic classes to netdev_pick_txAlexander Duyck
2018-07-09net: Add support for subordinate device traffic classesAlexander Duyck
2018-07-09dmaengine: add support for reporting pause and resume separatelyMarek Szyprowski
2018-07-09block: introduce blk-iolatency io controllerJosef Bacik
2018-07-09blk-rq-qos: refactor out common elements of blk-wbtJosef Bacik
2018-07-09memcontrol: schedule throttling if we are congestedTejun Heo
2018-07-09blkcg: add generic throttling mechanismJosef Bacik
2018-07-09swap,blkcg: issue swap io with the appropriate contextTejun Heo
2018-07-09blk: introduce REQ_SWAPJosef Bacik
2018-07-09blk-cgroup: allow controllers to output their own statsJosef Bacik
2018-07-09block: introduce bio_issue_as_root_blkgJosef Bacik
2018-07-09block: add bi_blkg to the bio for cgroupsJosef Bacik
2018-07-09blk-mq: dequeue request one by one from sw queue if hctx is busyMing Lei
2018-07-09blk-mq: remove synchronize_rcu() from blk_mq_del_queue_tag_set()Ming Lei
2018-07-09blk-mq: introduce new lock for protecting hctx->dispatch_waitMing Lei
2018-07-09block: Make struct request_queue smaller for CONFIG_BLK_DEV_ZONED=nBart Van Assche
2018-07-09block: Inline blk_queue_nr_zones()Bart Van Assche
2018-07-09block: Remove bdev_nr_zones()Bart Van Assche
2018-07-09printk/nmi: Prevent deadlock when accessing the main log buffer in NMIPetr Mladek
2018-07-09pinctrl: Document pin_config_group_get() return codes like pin_config_get()Douglas Anderson
2018-07-09driver core: Add flag to autoremove device link on supplier unbindVivek Gautam
2018-07-09driver core: Rename flag AUTOREMOVE to AUTOREMOVE_CONSUMERVivek Gautam
2018-07-09PM / Domains: Introduce dev_pm_domain_attach_by_name()Ulf Hansson
2018-07-09PM / Domains: Introduce option to attach a device by name to genpdUlf Hansson
2018-07-09bpf: include errno.h from bpf-cgroup.hRoman Gushchin
2018-07-08fs: shave 8 bytes off of struct inodeAmir Goldstein
2018-07-08Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-07-08Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-07-08Merge tag 'soc_drivers_for_4.19' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson
2018-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-07-08openvswitch: kernel datapath clone actionYifeng Sun
2018-07-07xdp: XDP_REDIRECT should check IFF_UP and MTUToshiaki Makita
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap
2018-07-07linux/device.h: fix kernel-doc notation warningRandy Dunlap
2018-07-07slimbus: stream: add stream supportSrinivas Kandagatla
2018-07-07slimbus: core: rearrange slim_eaddr structureSrinivas Kandagatla
2018-07-07slimbus: core: add of_slim_device_get() helperSrinivas Kandagatla
2018-07-07Merge tag 'fsi-updates-2018-06-12' of https://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2018-07-07uio: change to use the mutex lock instead of the spin lockXiubo Li
2018-07-07net: bridge: fix br_vlan_get_{pvid,info} return valuesArnd Bergmann
2018-07-07lib: reciprocal_div: implement the improved algorithm on the paper mentionedJiong Wang
2018-07-06vfs: dedupe: rationalize argsMiklos Szeredi
2018-07-06vfs: dedupe: return intMiklos Szeredi
2018-07-06device: Add #define dev_fmt similar to #define pr_fmtJoe Perches