nvmet-fcloop: remove ALL_OPTS define
[linux-2.6-block.git] / drivers /
2017-08-21 Arnd BergmannKbuild: use -fshort-wchar globally
2017-08-20 Greg Kroah-HartmanMerge tag 'fixes-for-4.13b' of git://git./linux/kernel...
2017-08-20 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git./linux...
2017-08-20 Linus TorvaldsMerge branch 'timers-urgent-for-linus' of git://git...
2017-08-20 Hans de GoedeInput: soc_button_array - silence -ENOENT error on...
2017-08-20 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git....
2017-08-20 Linus TorvaldsMerge branch 'irq-urgent-for-linus' of git://git./linux...
2017-08-20 Linus TorvaldsMerge branch 'core-urgent-for-linus' of git://git....
2017-08-20 Lorenzo Bianconiiio: magnetometer: st_magn: remove ihl property for...
2017-08-20 Lorenzo Bianconiiio: magnetometer: st_magn: fix status register address...
2017-08-20 Srinivas Pandruvadaiio: hid-sensor-trigger: Fix the race with user space...
2017-08-20 Fabrice Gasnieriio: trigger: stm32-timer: fix get trigger mode
2017-08-20 Dragos Bogdaniio: imu: adis16480: Fix acceleration scale factor...
2017-08-19 Aaron MaInput: trackpoint - add new trackpoint firmware ID
2017-08-19 KT LiaoInput: elan_i2c - add ELAN0602 ACPI ID to support Lenov...
2017-08-18 Huy Nguyennet/mlx4_core: Enable 4K UAR if SRIOV module parameter...
2017-08-18 Thierry RedingPCI: Allow PCI express root ports to find themselves
2017-08-18 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2017-08-18 Charles Milettestaging: rtl8188eu: add RNX-N150NUB support
2017-08-18 Eric Dumazettun: handle register_netdevice() failures properly
2017-08-18 Linus TorvaldsMerge tag 'xfs-4.13-fixes-5' of git://git./fs/xfs/xfs...
2017-08-18 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2017-08-18 Linus TorvaldsMerge tag 'for-linus' of git://git./linux/kernel/git...
2017-08-18 Linus TorvaldsMerge tag 'powerpc-4.13-7' of git://git./linux/kernel...
2017-08-18 Linus TorvaldsMerge tag 'armsoc-fixes' of git://git./linux/kernel...
2017-08-18 Linus TorvaldsMerge tag 'sound-4.13-rc6' of git://git./linux/kernel...
2017-08-18 Colin Ian Kingnetxen: fix incorrect loop counter decrement
2017-08-18 Linus TorvaldsMerge tag 'dma-mapping-4.13-3' of git://git.infradead...
2017-08-18 Colin Ian Kingnfp: fix infinite loop on umapping cleanup
2017-08-18 Bart Van Asscheskd: Remove driver version information
2017-08-18 Bart Van Asscheskd: Bump driver version
2017-08-18 Bart Van Asscheskd: Optimize locking
2017-08-18 Bart Van Asscheskd: Remove several local variables
2017-08-18 Bart Van Asscheskd: Reduce memory usage
2017-08-18 Bart Van Asscheskd: Remove skd_device.in_flight
2017-08-18 Bart Van Asscheskd: Switch to block layer timeout mechanism
2017-08-18 Bart Van Asscheskd: Convert to blk-mq
2017-08-18 Bart Van Asscheskd: Coalesce struct request and struct skd_request_context
2017-08-18 Bart Van Asscheskd: Move skd_free_sg_list() up
2017-08-18 Bart Van Asscheskd: Split skd_recover_requests()
2017-08-18 Bart Van Asscheskd: Introduce skd_process_request()
2017-08-18 Bart Van Asscheskd: Convert several per-device scalar variables into...
2017-08-18 Bart Van Asscheskd: Enable request tags for the block layer queue
2017-08-18 Bart Van Asscheskd: Initialize skd_special_context.req.n_sg to one
2017-08-18 Bart Van Asscheskd: Remove dead code
2017-08-18 Bart Van Asscheskd: Remove SG IO support
2017-08-18 Bart Van Asscheskd: Convert explicit skd_request_fn() calls
2017-08-18 Bart Van Asscheskd: Rework request failing code path
2017-08-18 Bart Van Asscheskd: Move a function definition
2017-08-18 Bart Van Asscheskb: Use symbolic names for SCSI opcodes
2017-08-18 Bart Van Asscheskd: Use kcalloc() instead of kzalloc() with multiply
2017-08-18 Bart Van Asscheskd: Remove superfluous occurrences of the 'volatile...
2017-08-18 Bart Van Asscheskd: Remove a redundant init_timer() call
2017-08-18 Bart Van Asscheskd: Use for_each_sg()
2017-08-18 Bart Van Asscheskd: Drop second argument of skd_recover_requests()
2017-08-18 Bart Van Asscheskd: Remove superfluous initializations from skd_isr_co...
2017-08-18 Bart Van Asscheskd: Simplify the code for handling data direction
2017-08-18 Bart Van Asscheskd: Use ARRAY_SIZE() where appropriate
2017-08-18 Bart Van Asscheskd: Make the skd_isr() code more brief
2017-08-18 Bart Van Asscheskd: Use __packed only when needed
2017-08-18 Bart Van Asscheskd: Check structure sizes at build time
2017-08-18 Bart Van Asscheskd: Use a structure instead of hardcoding structure...
2017-08-18 Bart Van Asscheskd: Simplify the code for allocating DMA message buffers
2017-08-18 Bart Van Asscheskd: Simplify the code for deciding whether or not...
2017-08-18 Bart Van Asscheskd: Reorder the code in skd_process_request()
2017-08-18 Bart Van Asscheskd: Fix size argument in skd_free_skcomp()
2017-08-18 Bart Van Asscheskd: Introduce SKD_SKCOMP_SIZE
2017-08-18 Bart Van Asscheskd: Introduce the symbolic constant SKD_MAX_REQ_PER_MSG
2017-08-18 Bart Van Asscheskd: Document locking assumptions
2017-08-18 Bart Van Asscheskd: Fix endianness annotations
2017-08-18 Bart Van Asscheskd: Switch from the pr_*() to the dev_*() logging...
2017-08-18 Bart Van Asscheskd: Remove useless barrier() calls
2017-08-18 Bart Van Asscheskd: Remove a set-but-not-used variable from struct...
2017-08-18 Bart Van Asscheskd: Remove set-but-not-used local variables
2017-08-18 Bart Van Asscheskd: Fix a function name in a comment
2017-08-18 Bart Van Asscheskd: Fix spelling in a source code comment
2017-08-18 Bart Van Asscheskd: Avoid that gcc 7 warns about fall-through when...
2017-08-18 Bart Van Asscheskd: Remove unnecessary blank lines
2017-08-18 Bart Van Asscheskd: Remove ESXi code
2017-08-18 Bart Van Asscheskd: Remove unneeded #include directives
2017-08-18 Bart Van Asscheskd: Update maintainer information
2017-08-18 Bart Van Asscheskd: Switch to GPLv2
2017-08-18 Bart Van Asscheskd: Submit requests to firmware before triggering...
2017-08-18 Bart Van Asscheskd: Avoid that module unloading triggers a use-after...
2017-08-18 Bart Van Asschexen-blkfront: Avoid that gcc 7 warns about fall-through...
2017-08-18 Bart Van Asschexen-blkback: Avoid that gcc 7 warns about fall-through...
2017-08-18 Bart Van Asschexen-blkback: Fix indentation
2017-08-18 Bart Van Asschevirtio_blk: Use blk_rq_is_scsi()
2017-08-18 Bart Van Asscheide-floppy: Use blk_rq_is_scsi()
2017-08-18 Bart Van Asscheblk-mq: Make blk_mq_reinit_tagset() calls easier to...
2017-08-18 Jens AxboeMerge branch 'nvme-4.13' of git://git.infradead.org...
2017-08-18 Dave Gerlachsoc: ti: ti_sci_pm_domains: Populate name for genpd
2017-08-18 Arnd BergmannMerge tag 'imx-fixes-4.13-3' of git://git./linux/kernel...
2017-08-18 Arnd BergmannMerge tag 'sunxi-fixes-for-4.13-2' of https://git....
2017-08-18 Keith Buschnvme-pci: set cqe_seen on polled completions
2017-08-17 Linus TorvaldsMerge tag 'drm-fixes-for-v4.13-rc6' of git://people...
2017-08-17 Linus TorvaldsMerge tag 'pm-4.13-rc6' of git://git./linux/kernel...
2017-08-17 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2017-08-17 Dave AirlieMerge branch 'drm-fixes-4.13' of git://people.freedeskt...
2017-08-17 Dave AirlieMerge tag 'drm-intel-fixes-2017-08-16' of git://anongit...
next