summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-03gfs2: freeze should work on read-only mountsBob Peterson1-4/+6
2020-07-03gfs2: eliminate GIF_ORDERED in favor of list_emptyBob Peterson4-9/+12
2020-07-03vfio-ccw: Fix a build error due to missing include of linux/slab.hSean Christopherson1-0/+1
2020-07-03uio_pdrv_genirq: fix use without device tree and no interruptEsben Haabendal1-1/+1
2020-07-03uio_pdrv_genirq: Remove warning when irq is not specifiedEsben Haabendal1-1/+1
2020-07-03serial: sh-sci: Initialize spinlock for uart consoleLad Prabhakar1-0/+3
2020-07-03Merge tag 'm68knommu-for-v5.8-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-2/+3
2020-07-03Merge tag 'devicetree-fixes-for-5.8-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds38-61/+159
2020-07-03Merge tag 'for-linus-2020-07-02' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2020-07-03Merge tag 'tpmdd-next-v5.8-rc4' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds8-28/+26
2020-07-03Merge tag 'linux-kselftest-fixes-5.8-rc4' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-9/+4
2020-07-03Merge tag 'linux-kselftest-kunit-fixes-5.8-rc4' of git://git.kernel.org/pub/s...Linus Torvalds6-6/+59
2020-07-03Merge tag 'nfsd-5.8-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds5-11/+30
2020-07-03scsi: mpt3sas: Fix unlock imbalanceDamien Le Moal1-1/+1
2020-07-03scsi: iscsi: Change iSCSI workqueue max_active back to 1Bob Liu2-2/+2
2020-07-03Merge tag 'drm-misc-fixes-2020-07-02' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2-32/+27
2020-07-03hwmon: (pmbus) fix a typo in Kconfig SENSORS_IR35221 optionTao Ren1-1/+1
2020-07-03Merge tag 'block-5.8-2020-07-01' of git://git.kernel.dk/linux-blockLinus Torvalds4-2/+6
2020-07-03Merge tag 'io_uring-5.8-2020-07-01' of git://git.kernel.dk/linux-blockLinus Torvalds5-15/+52
2020-07-03MAINTAINERS: net: macb: add Claudiu as co-maintainerNicolas Ferre1-0/+1
2020-07-03net: dsa: microchip: set the correct number of portsCodrin Ciubotariu2-0/+6
2020-07-03xen/xenbus: let xenbus_map_ring_valloc() return errno values onlyJuergen Gross1-16/+6
2020-07-03xen/xenbus: avoid large structs and arrays on the stackJuergen Gross1-78/+83
2020-07-03tcp: md5: allow changing MD5 keys in all socket statesEric Dumazet1-4/+1
2020-07-02bus: ti-sysc: Do not disable on suspend for no-idleTony Lindgren1-2/+4
2020-07-02IB/sa: Resolv use-after-free in ib_nl_make_request()Divya Indi1-21/+17
2020-07-02block: make function __bio_integrity_free() staticWei Yongjun1-1/+2
2020-07-02Merge branch 'nvme-5.8' of git://git.infradead.org/nvme into block-5.8Jens Axboe2-6/+13
2020-07-02bus: ti-sysc: Fix sleeping function called from invalid context for RTC quirkTony Lindgren1-2/+2
2020-07-02bus: ti-sysc: Fix wakeirq sleeping function called from invalid contextTony Lindgren1-7/+6
2020-07-02IB/hfi1: Do not destroy link_wq when the device is shut downKaike Wan1-5/+5
2020-07-02IB/hfi1: Do not destroy hfi1_wq when the device is shut downKaike Wan3-6/+31
2020-07-02xtensa: update *pos in cpuinfo_op.nextMax Filippov1-1/+2
2020-07-02xtensa: fix __sync_fetch_and_{and,or}_4 declarationsMax Filippov1-2/+2
2020-07-02tpm_tis: Remove the HID IFX0102Jarkko Sakkinen1-1/+0
2020-07-02tpm_tis_spi: Prefer async probeDouglas Anderson1-0/+1
2020-07-02tpm: ibmvtpm: Wait for ready buffer before probing for TPM2 attributesDavid Gibson1-7/+7
2020-07-02tpm/st33zp24: fix spelling mistake "drescription" -> "description"Binbin Zhou3-4/+4
2020-07-02tpm_tis: extra chip->ops check on error path in tpm_tis_core_initVasily Averin1-1/+1
2020-07-02tpm_tis_spi: Don't send anything during flow controlDouglas Anderson1-5/+4
2020-07-02tpm: Fix TIS locality timeout problemsJames Bottomley1-10/+9
2020-07-02RDMA/mlx5: Fix legacy IPoIB QP initializationLeon Romanovsky1-0/+4
2020-07-02IB/hfi1: Add explicit cast OPA_MTU_8192 to 'enum ib_mtu'Nathan Chancellor1-1/+1
2020-07-02dmaengine: idxd: fix misc interrupt handler thread unmaskingDave Jiang1-1/+2
2020-07-02dmaengine: idxd: cleanup workqueue config after disablingDave Jiang3-0/+31
2020-07-02ASoC: dt-bindings: simple-card: Fix 'make dt_binding_check' warningsFabio Estevam1-4/+13
2020-07-02arm64/alternatives: use subsections for replacement sequencesArd Biesheuvel2-11/+8
2020-07-02kvm: use more precise cast and do not drop __userPaolo Bonzini1-1/+2
2020-07-02nvme: fix a crash in nvme_mpath_add_diskChristoph Hellwig1-3/+4
2020-07-02nvme: fix identify error status silent ignoreSagi Grimberg1-3/+9