summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | xen/events: make struct irq_info private to events_base.cJuergen Gross2020-10-234-73/+73
| * | | | xen: remove no longer used functionsJuergen Gross2020-10-231-21/+0
| * | | | xen-blkfront: add a parameter for disabling of persistent grantsSeongJae Park2020-10-211-5/+15
| * | | | xen-blkback: add a parameter for disabling of persistent grantsSeongJae Park2020-10-211-6/+16
* | | | | Merge tag '20201024-v4-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-251-1/+0
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | random32: make prandom_u32() output unpredictableGeorge Spelvin2020-10-241-1/+0
* | | | | Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-2414-98/+188
|\ \ \ \ \
| * \ \ \ \ Merge tag 'nvme-5.10-2020-10-23' of git://git.infradead.org/nvme into block-5.10Jens Axboe2020-10-236-54/+115
| |\ \ \ \ \
| | * | | | | nvme-fc: shorten reconnect delay if possible for FCJames Smart2020-10-231-1/+18
| | * | | | | nvme-fc: wait for queues to freeze before calling update_hr_hw_queuesJames Smart2020-10-231-2/+5
| | * | | | | nvme-fc: fix error loop in create_hw_io_queuesJames Smart2020-10-231-2/+2
| | * | | | | nvme-fc: fix io timeout to abort I/OJames Smart2020-10-231-39/+69
| | * | | | | nvmet: don't use BLK_MQ_REQ_NOWAIT for passthruChaitanya Kulkarni2020-10-221-1/+1
| | * | | | | nvmet: cleanup nvmet_passthru_map_sg()Logan Gunthorpe2020-10-221-3/+4
| | * | | | | nvmet: limit passthru MTDS by BIO_MAX_PAGESLogan Gunthorpe2020-10-221-1/+8
| | * | | | | nvmet: fix uninitialized work for zero katozhenwei pi2020-10-221-1/+2
| | * | | | | nvme-pci: disable Write Zeroes on Sandisk SkyhawkKai-Heng Feng2020-10-221-0/+2
| | * | | | | nvme: use queuedata for nvme_req_qidKeith Busch2020-10-221-1/+1
| | * | | | | nvme-rdma: fix crash due to incorrect cqeChao Leng2020-10-221-2/+3
| | * | | | | nvme-rdma: fix crash when connect rejectedChao Leng2020-10-221-1/+0
| * | | | | | null_blk: use zone status for max active/openKeith Busch2020-10-221-26/+43
| |/ / / / /
| * | | | | zram: Fix __zram_bvec_{read,write}() locking orderPeter Zijlstra2020-10-191-3/+5
| * | | | | skd_main: remove unused including <linux/version.h>Tian Tao2020-10-171-1/+0
| * | | | | lightnvm: fix out-of-bounds write to array devices->info[]Colin Ian King2020-10-161-2/+3
| * | | | | nbd: make the config put is called before the notifying the waiterXiubo Li2020-10-141-1/+1
| * | | | | scsi: handle zone resources errorsDamien Le Moal2020-10-131-0/+9
| * | | | | nvme: translate zone resource errorsKeith Busch2020-10-131-0/+4
| * | | | | block/rnbd-clt: send_msg_close if any error occurs after send_msg_openGioh Kim2020-10-131-1/+3
| * | | | | block/rnbd-clt: do not cap max_hw_sectors & max_segments with remote deviceJack Wang2020-10-131-5/+0
| * | | | | block/rnbd-clt: remove nr argument from send_usr_msgGuoqing Jiang2020-10-131-5/+5
* | | | | | Merge tag 'libata-5.10-2020-10-24' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-244-4/+4
|\ \ \ \ \ \
| * | | | | | ata: fix some kernel-doc markupsMauro Carvalho Chehab2020-10-233-3/+3
| * | | | | | ata: sata_rcar: Fix DMA boundary maskGeert Uytterhoeven2020-10-161-1/+1
* | | | | | | Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2020-10-241-0/+10
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'tegra-for-5.10-arm64-dt' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2020-09-261-0/+10
| |\ \ \ \ \ \ \
| | * | | | | | | arm64: tegra: Initial Tegra234 VDK supportThierry Reding2020-09-181-0/+10
* | | | | | | | | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2020-10-2489-881/+2969
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'v5.9-next-soc' of https://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2020-10-033-6/+113
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | drm/mediatek: reduce clear eventDennis YC Hsieh2020-09-251-1/+1
| | * | | | | | | | | soc: mediatek: cmdq: add clear option in cmdq_pkt_wfe apiDennis YC Hsieh2020-09-252-3/+4
| | * | | | | | | | | soc: mediatek: cmdq: add jump functionDennis YC Hsieh2020-09-251-0/+13
| | * | | | | | | | | soc: mediatek: cmdq: add write_s_mask value functionDennis YC Hsieh2020-09-251-0/+21
| | * | | | | | | | | soc: mediatek: cmdq: add write_s value functionDennis YC Hsieh2020-09-251-0/+14
| | * | | | | | | | | soc: mediatek: cmdq: add read_s functionDennis YC Hsieh2020-09-251-0/+15
| | * | | | | | | | | soc: mediatek: cmdq: add write_s_mask functionDennis YC Hsieh2020-09-251-0/+23
| | * | | | | | | | | soc: mediatek: cmdq: add write_s functionDennis YC Hsieh2020-09-251-0/+19
| | * | | | | | | | | soc: mediatek: cmdq: add address shift in jumpDennis YC Hsieh2020-09-251-1/+2
| | * | | | | | | | | soc: mediatek: mtk-infracfg: Fix kerneldocKrzysztof Kozlowski2020-09-251-2/+2
| | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge tag 'memory-controller-drv-5.10-2' of https://git.kernel.org/pub/scm/li...Olof Johansson2020-10-035-34/+27
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | memory: emif: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2020-09-201-20/+2