aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-10USB: chaoskey: fix use-after-free on releaseJohan Hovold1-2/+3
2019-10-10USB: adutux: fix use-after-free on releaseJohan Hovold1-1/+2
2019-10-10USB: ldusb: fix NULL-derefs on driver unbindJohan Hovold1-12/+12
2019-10-10USB: legousbtower: fix use-after-free on releaseJohan Hovold1-1/+2
2019-10-10usb: cdns3: Fix for incorrect DMA mask.Pawel Laszczak1-0/+7
2019-10-10usb: cdns3: fix cdns3_core_init_role()Roger Quadros1-1/+19
2019-10-10usb: cdns3: gadget: Fix full-speed modeRoger Quadros1-0/+1
2019-10-10USB: usb-skeleton: drop redundant in-urb checkJohan Hovold1-2/+1
2019-10-10USB: usb-skeleton: fix use-after-free after driver unbindJohan Hovold1-0/+1
2019-10-10USB: usb-skeleton: fix NULL-deref on disconnectJohan Hovold1-3/+4
2019-10-10drm/bridge: tc358767: fix max_tu_symbol valueTomi Valkeinen1-1/+6
2019-10-10s390/cio: fix virtio-ccw DMA without PVHalil Pasic3-2/+8
2019-10-09null_blk: Fix zoned command return codeKeith Busch1-2/+1
2019-10-09libfs: take cursors out of list when moving past the end of directoryAl Viro1-24/+25
2019-10-09vfs: add missing blkdev_put() in get_tree_bdev()Ian Kent1-1/+4
2019-10-09shmem: fix LSM options parsingAl Viro1-0/+6
2019-10-09RISC-V: entry: Remove unneeded need_resched() loopValentin Schneider1-2/+1
2019-10-09drm/i915/gt: execlists->active is serialised by the taskletChris Wilson3-9/+27
2019-10-09drm/i915/execlists: Protect peeking at execlists->activeChris Wilson1-2/+5
2019-10-09drm/i915: Fixup preempt-to-busy vs reset of a virtual requestChris Wilson2-4/+6
2019-10-09io_uring: only flush workqueues on fileset removalJens Axboe1-1/+5
2019-10-09drm/i915: Only enqueue already completed requestsChris Wilson3-38/+74
2019-10-09drm/i915/execlists: Drop redundant list_del_init(&rq->sched.link)Chris Wilson1-1/+0
2019-10-09drm/i915/cml: Add second PCH ID for CMPMatt Roper2-0/+2
2019-10-09MIPS: fw: sni: Fix out of bounds init of o32 stackThomas Bogendoerfer1-1/+1
2019-10-09MIPS: include: Mark __xchg as __always_inlineThomas Bogendoerfer1-2/+2
2019-10-09iio: Fix an undefied reference error in noa1305_probezhong jiang1-0/+1
2019-10-09iio: light: opt3001: fix mutex unlock raceDavid Frey1-1/+5
2019-10-09iio: adc: ad799x: fix probe error handlingMarco Felsch1-2/+2
2019-10-09iio: light: add missing vcnl4040 of_compatibleMarco Felsch1-0/+4
2019-10-09iio: light: fix vcnl4000 devicetree hooksMarco Felsch1-5/+5
2019-10-09iio: imu: st_lsm6dsx: fix waitime for st_lsm6dsx i2c controllerLorenzo Bianconi1-1/+3
2019-10-09iio: adc: axp288: Override TS pin bias current for some modelsHans de Goede1-0/+32
2019-10-09iio: imu: adis16400: fix memory leakNavid Emamdoost1-1/+4
2019-10-09iio: imu: adis16400: release allocated memory on failureNavid Emamdoost1-1/+4
2019-10-09iio: adc: stm32-adc: fix a race when using several adcs with dma and irqFabrice Gasnier2-3/+41
2019-10-09iio: adc: stm32-adc: move registers definitionsFabrice Gasnier3-136/+136
2019-10-09iio: accel: adxl372: Perform a reset at start upStefan Popa1-0/+8
2019-10-09iio: accel: adxl372: Fix push to buffers lost samplesStefan Popa1-2/+1
2019-10-09iio: accel: adxl372: Fix/remove limitation for FIFO samplesStefan Popa1-3/+8
2019-10-09iio: adc: hx711: fix bug in sampling of dataAndreas Klinger1-5/+5
2019-10-09drm/amdgpu: fix memory leakNirmoy Das1-7/+7
2019-10-09xfs: move local to extent inode logging into bmap helperBrian Foster4-7/+8
2019-10-09xfs: remove broken error handling on failed attr sf to leaf changeBrian Foster1-17/+2
2019-10-09xfs: log the inode on directory sf to block format changeBrian Foster2-0/+2
2019-10-09NFS: Remove redundant mirror tracking in O_DIRECTTrond Myklebust1-42/+0
2019-10-09NFS: Fix O_DIRECT accounting of number of bytes read/writtenTrond Myklebust1-35/+43
2019-10-09perf/x86/amd: Change/fix NMI latency mitigation to use a timestampTom Lendacky1-13/+17
2019-10-09perf/core: Fix corner case in perf_rotate_context()Song Liu1-5/+17
2019-10-09perf/core: Rework memory accounting in perf_mmap()Song Liu1-2/+15