summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-06drm/ast: Fixed reboot test may cause system hangedY.C. Chen3-3/+6
2019-09-06drm/scheduler: use job count instead of peekChristian König1-2/+2
2019-09-06i2c: emev2: avoid race when unregistering slave clientWolfram Sang1-4/+12
2019-09-06i2c: rcar: avoid race when unregistering slave clientWolfram Sang1-4/+7
2019-09-06riscv: fix flush_tlb_range() end address for flush_tlb_page()Paul Walmsley1-2/+9
2019-09-06arm64: cpufeature: Don't treat granule sizes as strictWill Deacon1-3/+11
2019-09-06xen/blkback: fix memory leaksWenwen Wang1-3/+3
2019-09-06habanalabs: fix device IRQ unmasking for BE hostBen Segal1-9/+24
2019-09-06habanalabs: fix endianness handling for internal QMAN submissionOded Gabbay4-15/+17
2019-09-06habanalabs: fix completion queue handling when host is BEBen Segal1-14/+13
2019-09-06habanalabs: fix endianness handling for packets from userBen Segal2-13/+32
2019-09-06habanalabs: fix DRAM usage accounting on context tear downTomer Tayar1-0/+2
2019-09-06usb: gadget: mass_storage: Fix races between fsg_disable and fsg_set_altBenjamin Herrenschmidt1-10/+18
2019-09-06usb: gadget: composite: Clear "suspended" on reset/disconnectBenjamin Herrenschmidt1-0/+1
2019-09-06dma-direct: don't truncate dma_required_mask to bus addressing capabilitiesLucas Stach1-3/+0
2019-09-06iommu/dma: Handle SG length overflow betterRobin Murphy1-1/+1
2019-09-06omap-dma/omap_vout_vrfb: fix off-by-one fi valueHans Verkuil2-4/+3
2019-09-06dmaengine: stm32-mdma: Fix a possible null-pointer dereference in stm32_mdma_...Jia-Ju Bai1-1/+1
2019-09-06IB/mlx5: Fix implicit MR release flowYishai Hadas2-19/+9
2019-09-06btrfs: trim: Check the range passed into to prevent overflowQu Wenruo1-3/+11
2019-09-06auxdisplay: panel: need to delete scan_timer when misc_register fails in pane...zhengbin1-0/+2
2019-09-06soundwire: cadence_master: fix definitions for INTSTAT0/1Pierre-Louis Bossart1-2/+2
2019-09-06soundwire: cadence_master: fix register definition for SLAVE_STATEPierre-Louis Bossart1-2/+2
2019-09-06nvme-pci: Fix async probe remove raceKeith Busch1-1/+2
2019-09-06nvme: fix controller removal race with scan workSagi Grimberg3-8/+54
2019-09-06nvme-rdma: fix possible use-after-free in connect error flowSagi Grimberg1-5/+11
2019-09-06nvme: fix a possible deadlock when passthru commands sent to a multipath deviceSagi Grimberg3-0/+47
2019-09-06nvme-core: Fix extra device_put() call on error pathLogan Gunthorpe1-1/+1
2019-09-06nvmet-file: fix nvmet_file_flush() always returning an errorLogan Gunthorpe1-0/+3
2019-09-06nvmet-loop: Flush nvme_delete_wq when removing the portLogan Gunthorpe1-0/+8
2019-09-06nvmet: Fix use-after-free bug when a port is removedLogan Gunthorpe3-0/+16
2019-09-06afs: Fix missing dentry data version updatingDavid Howells1-14/+70
2019-09-06afs: Only update d_fsdata if different in afs_d_revalidate()David Howells1-1/+2
2019-09-06afs: Fix off-by-one in afs_rename() expected data version calculationDavid Howells1-1/+1
2019-09-06fs: afs: Fix a possible null-pointer dereference in afs_put_read()Jia-Ju Bai1-5/+7
2019-09-06afs: Fix loop index mixup in afs_deliver_vl_get_entry_by_name_u()Marc Dionne1-5/+6
2019-09-06afs: Fix the CB.ProbeUuid service handler to reply correctlyDavid Howells1-7/+3
2019-09-06nvme-multipath: revalidate nvme_ns_head gendisk in nvme_validate_nsAnthony Iliopoulos1-0/+1
2019-09-06dmaengine: ste_dma40: fix unneeded variable warningArnd Bergmann1-2/+2
2019-08-29Linux 5.2.11v5.2.11Greg Kroah-Hartman1-1/+1
2019-08-29rxrpc: Fix local refcountingDavid Howells1-5/+7
2019-08-29rxrpc: Fix local endpoint replacementDavid Howells1-1/+1
2019-08-29rxrpc: Fix read-after-free in rxrpc_queue_local()David Howells2-12/+13
2019-08-29rxrpc: Fix local endpoint refcountingDavid Howells4-39/+72
2019-08-29powerpc: Allow flush_(inval_)dcache_range to work across ranges >4GBAlastair D'Silva1-2/+2
2019-08-29io_uring: add need_resched() check in inner poll loopJens Axboe1-1/+7
2019-08-29io_uring: don't enter poll loop if we have CQEs pendingJens Axboe1-7/+15
2019-08-29io_uring: fix potential hang with polled IOJens Axboe1-11/+25
2019-08-29dm zoned: fix potential NULL dereference in dmz_do_reclaim()Dan Carpenter1-2/+2
2019-08-29IB/hfi1: Drop stale TID RDMA packetsKaike Wan1-3/+11