summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-075-133/+32
|\
| * pipe: add pipe_buf_steal() helperMiklos Szeredi2016-10-051-1/+1
| * switch generic_file_splice_read() to use of ->read_iter()Al Viro2016-10-054-123/+21
* | Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-0725-528/+779
|\ \
| * | nvme: Pass pointers, not dma addresses, to nvme_get/set_features()Andy Lutomirski2016-09-243-13/+11
| * | nvme/scsi: Remove power management supportAndy Lutomirski2016-09-241-71/+3
| * | nvmet: Make dsm number of ranges zero basedAlexander Solganik2016-09-231-1/+1
| * | nvmet: Use direct IO for writesSagi Grimberg2016-09-231-0/+1
| * | admin-cmd: Added smart-log command support.Chaitanya Kulkarni2016-09-231-0/+88
| * | nvme-fabrics: Add host_traddr options field to host infrastructureJames Smart2016-09-232-0/+17
| * | nvme-fabrics: revise host transport option descriptionsJames Smart2016-09-231-3/+4
| * | nvme-fabrics: rework nvmf_get_address() for variable optionsJames Smart2016-09-231-2/+10
| * | nbd: use BLK_MQ_F_BLOCKINGJosef Bacik2016-09-231-1/+1
| * | block: export bio_free_pages to other modulesGuoqing Jiang2016-09-227-35/+10
| * | lightnvm: propagate device_add() error codeArnd Bergmann2016-09-212-4/+7
| * | lightnvm: expose device geometry through sysfsSimon A. F. Lund2016-09-217-17/+275
| * | lightnvm: control life of nvm_dev in driverMatias Bjørling2016-09-215-62/+74
| * | blk-mq: register device instead of diskMatias Bjørling2016-09-211-1/+1
| * | null_blk: refactor to support non-gendisk devicesMatias Bjørling2016-09-211-49/+61
| * | nvme: refactor namespaces to support non-gendisk devicesMatias Bjørling2016-09-213-43/+78
| * | lightnvm: NVM should depend on HAS_DMAGeert Uytterhoeven2016-09-211-1/+1
| * | block, dm-crypt, btrfs: Introduce bio_flags()Bart Van Assche2016-09-141-1/+1
| * | nbd: allow block mq to deal with timeoutsJosef Bacik2016-09-081-37/+14
| * | nbd: use flags instead of boolJosef Bacik2016-09-081-8/+10
| * | nbd: don't shutdown sock with irq's disabledJosef Bacik2016-09-081-4/+15
| * | nbd: convert to blkmqJosef Bacik2016-09-081-208/+129
| * | mtip32xx: mark symbols static where possibleBaoyou Xie2016-08-291-1/+1
* | | Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2016-10-0771-1308/+1933
|\ \ \
| * | | i2c: axxia: disable clks in case of failure in probeAlexey Khoroshilov2016-09-241-2/+12
| * | | i2c: octeon: thunderx: Limit register access retriesJan Glauber2016-09-242-12/+19
| * | | i2c: uniphier-f: fix misdetection of incomplete STOP conditionMasahiro Yamada2016-09-241-5/+11
| * | | gpio: pca953x: variable 'id' was used twiceWolfram Sang2016-09-241-7/+7
| * | | i2c: i801: Add support for Kaby Lake PCH-HAndy Shevchenko2016-09-241-0/+4
| * | | gpio: pca953x: fix an incorrect lockdep warningBartosz Golaszewski2016-09-241-0/+2
| * | | i2c: add a warning to i2c_adapter_depth()Bartosz Golaszewski2016-09-241-0/+3
| * | | i2c: export i2c_adapter_depth()Bartosz Golaszewski2016-09-241-7/+2
| * | | i2c: rk3x: Fix variable 'min_total_ns' unused warningDavid Wu2016-09-221-2/+1
| * | | i2c: rk3x: Fix sparse warningDavid Wu2016-09-221-1/+1
| * | | i2c / ACPI: Do not touch an I2C device if it belongs to another adapterMika Westerberg2016-09-221-7/+20
| * | | i2c: octeon: Fix high-level controller status checkJan Glauber2016-09-211-9/+14
| * | | i2c: octeon: Avoid sending STOP during recoveryDmitry Bazhenov2016-09-211-4/+14
| * | | i2c: octeon: Fix set SCL recovery functionDmitry Bazhenov2016-09-211-1/+1
| * | | i2c: rcar: add support for r8a7796 (R-Car M3-W)Ulrich Hecht2016-09-161-0/+1
| * | | i2c: imx: make bus recovery through pinctrl optionalYang Li2016-09-151-9/+22
| * | | i2c: meson: add gxbb compatible stringNeil Armstrong2016-09-151-0/+1
| * | | i2c: uniphier-f: set the adapter to master mode when probingMasahiro Yamada2016-09-081-6/+10
| * | | i2c: uniphier-f: avoid WARN_ON() of clk_disable() in failure pathMasahiro Yamada2016-09-081-41/+32
| * | | i2c: uniphier: avoid WARN_ON() of clk_disable() in failure pathMasahiro Yamada2016-09-081-42/+31
| * | | i2c: tegra: Fix assignment of boolean variablesJon Hunter2016-09-081-2/+2
| * | | i2c: tegra: proper handling of error casesShardar Shariff Md2016-09-081-2/+27