summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Drivers: hv: vmbus: Remove the unused "tsc_page" from struct hv_contextDexuan Cui2019-08-201-2/+0
| | |/ / / | |/| | |
* | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-08-242-10/+27
|\ \ \ \ \
| * \ \ \ \ Merge tag 'kvmarm-fixes-for-5.3-3' of git://git.kernel.org/pub/scm/linux/kern...Will Deacon2019-08-242-10/+27
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | KVM: arm/arm64: VGIC: Properly initialise private IRQ affinityAndre Przywara2019-08-231-10/+20
| | * | | | KVM: arm/arm64: Only skip MMIO insn onceAndrew Jones2019-08-221-0/+7
* | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-08-248-7/+49
|\ \ \ \ \ \
| * | | | | | scsi: lpfc: Mitigate high memory pre-allocation by SCSI-MQJames Smart2019-08-194-4/+27
| * | | | | | scsi: ufs: Fix NULL pointer dereference in ufshcd_config_vreg_hpm()Adrian Hunter2019-08-141-0/+3
| * | | | | | scsi: target: tcmu: avoid use-after-free after command timeoutDmitry Fomichev2019-08-141-2/+7
| * | | | | | scsi: qla2xxx: Fix gnl.l memory leak on adapter init failureBill Kuzeja2019-08-142-1/+12
* | | | | | | Merge tag 'xfs-5.3-fixes-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-08-241-0/+1
|\ \ \ \ \ \ \
| * | | | | | | xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fails due to EDQUOTDarrick J. Wong2019-08-221-0/+1
* | | | | | | | Merge tag 'drm-fixes-2019-08-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-08-242-7/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | drm/mediatek: include dma-mapping headerDave Airlie2019-08-241-0/+1
| * | | | | | | | Merge branch 'linux-5.3' of git://github.com/skeggsb/linux into drm-fixesDave Airlie2019-08-231-7/+17
| |\ \ \ \ \ \ \ \
| | * | | | | | | | drm/nouveau: Don't retry infinitely when receiving no data on i2c over AUXLyude Paul2019-08-231-7/+17
* | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-08-2326-239/+248
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | RDMA/siw: Fix 64/32bit pointer inconsistencyBernard Metzler2019-08-239-109/+108
| * | | | | | | | | | RDMA/siw: Fix SGL mapping issuesBernard Metzler2019-08-221-22/+15
| * | | | | | | | | | RDMA/bnxt_re: Fix stack-out-of-bounds in bnxt_qplib_rcfw_send_messageSelvin Xavier2019-08-222-4/+15
| * | | | | | | | | | infiniband: hfi1: fix memory leaksWenwen Wang2019-08-201-3/+6
| * | | | | | | | | | infiniband: hfi1: fix a memory leak bugWenwen Wang2019-08-201-1/+2
| * | | | | | | | | | IB/mlx4: Fix memory leaksWenwen Wang2019-08-201-2/+2
| * | | | | | | | | | RDMA/cma: fix null-ptr-deref Read in cma_cleanupzhengbin2019-08-201-1/+5
| * | | | | | | | | | IB/mlx5: Block MR WR if UMR is not possibleMoni Shoua2019-08-201-5/+19
| * | | | | | | | | | IB/mlx5: Fix MR re-registration flow to use UMR properlyMoni Shoua2019-08-201-1/+2
| * | | | | | | | | | IB/mlx5: Report and handle ODP support properlyMoni Shoua2019-08-202-11/+12
| * | | | | | | | | | IB/mlx5: Consolidate use_umr checks into single functionMoni Shoua2019-08-202-3/+15
| * | | | | | | | | | RDMA/restrack: Rewrite PID namespace check to be reliableLeon Romanovsky2019-08-203-12/+9
| * | | | | | | | | | RDMA/counters: Properly implement PID checksLeon Romanovsky2019-08-201-5/+3
| * | | | | | | | | | IB/core: Fix NULL pointer dereference when bind QP to counterIdo Kalir2019-08-201-1/+1
| * | | | | | | | | | IB/hfi1: Drop stale TID RDMA packets that cause TIDErrKaike Wan2019-08-201-44/+3
| * | | | | | | | | | IB/hfi1: Add additional checks when handling TID RDMA WRITE DATA packetKaike Wan2019-08-201-0/+7
| * | | | | | | | | | IB/hfi1: Add additional checks when handling TID RDMA READ RESP packetKaike Wan2019-08-201-1/+4
| * | | | | | | | | | IB/hfi1: Unsafe PSN checking for TID RDMA READ Resp packetKaike Wan2019-08-201-2/+2
| * | | | | | | | | | IB/hfi1: Drop stale TID RDMA packetsKaike Wan2019-08-201-2/+11
| * | | | | | | | | | RDMA/siw: Fix potential NULL de-refBernard Metzler2019-08-201-2/+3
| * | | | | | | | | | RDMA/mlx5: Fix MR npages calculation for IB_ACCESS_HUGETLBJason Gunthorpe2019-08-202-8/+4
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'for-linus-20190823' of git://git.kernel.dk/linux-blockLinus Torvalds2019-08-236-23/+70
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | io_uring: add need_resched() check in inner poll loopJens Axboe2019-08-221-1/+7
| * | | | | | | | | | md: update MAINTAINERS infoSong Liu2019-08-211-2/+2
| * | | | | | | | | | io_uring: don't enter poll loop if we have CQEs pendingJens Axboe2019-08-201-7/+15
| * | | | | | | | | | nvme: Add quirk for LiteON CL1 devices running FW 22301111Mario Limonciello2019-08-203-1/+17
| * | | | | | | | | | nvme: Fix cntlid validation when not using NVMEoFGuilherme G. Piccoli2019-08-201-1/+3
| * | | | | | | | | | nvme-multipath: fix possible I/O hang when paths are updatedAnton Eidelman2019-08-201-0/+1
| * | | | | | | | | | io_uring: fix potential hang with polled IOJens Axboe2019-08-201-11/+25
| |/ / / / / / / / /
* | | | | | | | | | Merge tag 'for-5.3/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-08-2312-60/+209
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | dm table: fix invalid memory accesses with too high sector numberMikulas Patocka2019-08-231-1/+4
| * | | | | | | | | | dm space map metadata: fix missing store of apply_bops() return valueZhangXiaoxu2019-08-221-1/+1
| * | | | | | | | | | dm btree: fix order of block initialization in btree_split_beneathZhangXiaoxu2019-08-221-15/+16