aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-09-01virtio-blk: Use kobj_to_dev() instead of container_of()Gravatar Tian Tao 1-1/+1
2020-09-01raw: deprecate the raw driverGravatar Christoph Hellwig 1-0/+5
2020-09-01nvme: don't call revalidate_disk from nvme_set_queue_dyingGravatar Christoph Hellwig 2-23/+23
2020-09-01block: fix locking for struct block_device size updatesGravatar Christoph Hellwig 3-23/+5
2020-09-01block: replace bd_set_size with bd_set_nr_sectorsGravatar Christoph Hellwig 4-7/+8
2020-09-01Merge branch 'block-5.9' into for-5.10/blockGravatar Jens Axboe 8-58/+167
2020-08-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 3-10/+9
2020-08-30Merge tag 'irq-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 10-180/+258
2020-08-30Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-21/+14
2020-08-30Merge tag 'powerpc-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-0/+2
2020-08-30Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 24-161/+376
2020-08-30Merge tag 'edac_urgent_for_v5.9_rc3' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-4/+6
2020-08-29Merge tag 'fallthrough-fixes-5.9-rc3' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-6/+7
2020-08-29fsldma: fix very broken 32-bit ppc ioread64 functionalityGravatar Linus Torvalds 1-6/+6
2020-08-29Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 5-22/+4
2020-08-29Merge tag 'for-linus-5.9-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-10/+16
2020-08-29Merge tag 'hwmon-for-v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-18/+25
2020-08-28nvme-pci: cancel nvme device request before disablingGravatar Tong Zhang 1-2/+2
2020-08-28nvme: only use power of two io boundariesGravatar Keith Busch 1-9/+38
2020-08-28nvme: fix controller instance leakGravatar Keith Busch 1-1/+1
2020-08-28nvmet-fc: Fix a missed _irqsave version of spin_lock in 'nvmet_fc_fod_op_done()'Gravatar Christophe JAILLET 1-2/+2
2020-08-28nvme: Fix NULL dereference for pci nvme controllersGravatar Sagi Grimberg 1-0/+4
2020-08-28nvme-rdma: fix reset hang if controller died in the middle of a resetGravatar Sagi Grimberg 1-1/+12
2020-08-28nvme-rdma: fix timeout handlerGravatar Sagi Grimberg 1-16/+33
2020-08-28nvme-rdma: serialize controller teardown sequencesGravatar Sagi Grimberg 1-0/+6
2020-08-28nvme-tcp: fix reset hang if controller died in the middle of a resetGravatar Sagi Grimberg 1-1/+12
2020-08-28nvme-tcp: fix timeout handlerGravatar Sagi Grimberg 1-20/+36
2020-08-28nvme-tcp: serialize controller teardown sequencesGravatar Sagi Grimberg 1-2/+9
2020-08-28nvme: have nvme_wait_freeze_timeout return if it timed outGravatar Sagi Grimberg 2-2/+3
2020-08-28nvme-fabrics: don't check state NVME_CTRL_NEW for request acceptanceGravatar Sagi Grimberg 1-1/+0
2020-08-28nvmet-tcp: Fix NULL dereference when a connect data comes in h2cdata pduGravatar Ziye Yang 1-1/+9
2020-08-28Merge tag 'block-5.9-2020-08-28' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-4/+9
2020-08-28Merge tag 'devprop-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-4/+8
2020-08-28Merge tag 'acpi-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 2-6/+21
2020-08-28Merge tag 'pm-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 3-11/+18
2020-08-28Merge branch 'acpi-mm'Gravatar Rafael J. Wysocki 1-4/+19
2020-08-28Merge branch 'pm-cpufreq'Gravatar Rafael J. Wysocki 2-5/+8
2020-08-28Merge tag 'mfd-fixes-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Gravatar Linus Torvalds 1-6/+6
2020-08-28Merge tag 'drm-fixes-2020-08-28' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 42-167/+303
2020-08-28mfd: mfd-core: Ensure disabled devices are ignored without errorGravatar Lee Jones 1-4/+6
2020-08-28usb: storage: Add unusual_uas entry for Sony PSZ drivesGravatar Alan Stern 1-0/+7
2020-08-27md/raid5: make sure stripe_size as power of twoGravatar Yufen Yu 1-2/+5
2020-08-28Merge tag 'drm-intel-fixes-2020-08-27' of git://anongit.freedesktop.org/drm/d...Gravatar Dave Airlie 1-4/+10
2020-08-28Merge tag 'drm-misc-fixes-2020-08-26' of git://anongit.freedesktop.org/drm/dr...Gravatar Dave Airlie 7-13/+13
2020-08-27media: dib0700: Fix identation issue in dib8096_set_param_override()Gravatar Gustavo A. R. Silva 1-5/+5
2020-08-27hwmon: (gsc-hwmon) Scale temperature to millidegreesGravatar Tim Harvey 1-0/+1
2020-08-27EDAC/ghes: Fix NULL pointer dereference in ghes_edac_register()Gravatar Shiju Jose 1-4/+6
2020-08-27cpufreq: No need to verify cpufreq_driver in show_scaling_cur_freq()Gravatar Viresh Kumar 1-2/+1
2020-08-27video: fbdev: controlfb: Fix build for COMPILE_TEST=y && PPC_PMAC=nGravatar Michael Ellerman 1-0/+2
2020-08-27USB: Ignore UAS for JMicron JMS567 ATA/ATAPI BridgeGravatar Cyril Roelandt 1-1/+1