aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2017-02-08s390/sclp: get rid of common response code handlingHeiko Carstens
2017-02-08s390/sclp: don't add new lines to each printed stringHeiko Carstens
2017-02-08s390/sclp: make early sclp code readableHeiko Carstens
2017-02-08s390/sclp: disable early sclp code as soon as the base sclp driver is activeHeiko Carstens
2017-02-08s390/sclp: move early printk code to driversHeiko Carstens
2017-02-03s390/qdio: improve some debug printsJulian Wiedmann
2017-02-03s390/qdio: fix up tiqdio_thinint_handler() kerneldocJulian Wiedmann
2017-02-03s390/qdio: clean up q->irq_ptr usageJulian Wiedmann
2017-02-03s390/qdio: clear DSCI prior to scanning multiple input queuesJulian Wiedmann
2017-02-03s390/dcssblk: fix device size calculation in dcssblk_direct_access()Gerald Schaefer
2017-01-31s390/dasd: correct inconsistent indentingStefan Haberland
2017-01-31s390/dasd: check blockdevice pointer before trying to sync blockdeviceStefan Haberland
2017-01-31s390/dasd: check for device error pointer within state change interruptsStefan Haberland
2017-01-31s390/dasd: allow 0 for path_threshold attributeStefan Haberland
2017-01-31s390/dasd: Improve parameter list parsingJan Höppner
2017-01-31s390/dasd: Always store parameter elements in an arrayJan Höppner
2017-01-31s390/zcrypt: use spin_lock_bh for all queue locks and unlocks.Harald Freudenberger
2017-01-16s390/cio: remove cmf related code relevant for 31 bit onlySebastian Ott
2017-01-16s390: use false/true when using boolHeiko Carstens
2017-01-16s390: proper type casts for csum_partial invocationsHeiko Carstens
2017-01-16s390/zcore: remove unneeded linux/miscdevice.h includeCorentin Labbe
2017-01-16s390/cio: remove unused struct memberSebastian Ott
2017-01-16s390/cio: export real cssidSebastian Ott
2017-01-16s390/cio: css initialization cleanupSebastian Ott
2017-01-16s390/cio: css attribute cleanupSebastian Ott
2017-01-16s390/cio: use cssid for pgid generationSebastian Ott
2017-01-16s390/cio: clarify cssid usageSebastian Ott
2017-01-16s390/zcrypt: get rid of variable length arraysHeiko Carstens
2017-01-16s390/zcrypt: make structures staticHeiko Carstens
2017-01-16s390/cio: get rid of variable length arrayHeiko Carstens
2017-01-15Merge tag 'char-misc-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-01-15Merge tag 'driver-core-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-01-15Merge tag 'tty-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-01-15Merge tag 'usb-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-01-15Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-01-15Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-01-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-01-14Merge tag 'dmaengine-fix-4.10-rc4' of git://git.infradead.org/users/vkoul/sla...Linus Torvalds
2017-01-14Revert "driver core: Add deferred_probe attribute to devices in sysfs"Greg Kroah-Hartman
2017-01-13Merge tag 'vfio-v4.10-rc4' of git://github.com/awilliam/linux-vfioLinus Torvalds
2017-01-13sd: remove __data_len hack for WRITE SAMEChristoph Hellwig
2017-01-13nvme: use blk_rq_payload_bytesChristoph Hellwig
2017-01-13scsi: use blk_rq_payload_bytesChristoph Hellwig
2017-01-13Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2017-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2017-01-13vfio/type1: Remove pid_namespace.h includeAlex Williamson
2017-01-13dmaengine: rcar-dmac: unmap slave resource when channel is freedNiklas Söderlund
2017-01-12vfio iommu type1: fix the testing of capability for remote taskJike Song
2017-01-12i2c: piix4: Avoid race conditions with IMCRicardo Ribalda
2017-01-12i2c: fix spelling mistake: "insufficent" -> "insufficient"Colin Ian King