summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-08-12Merge tag 'iio-fixes-for-5.3b' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2-5/+5
2019-08-12USB: core: Fix races in character device registration and deregistraionAlan Stern1-5/+5
2019-08-12RDMA/core: Fix error code in stat_get_doit_qp()Dan Carpenter1-2/+6
2019-08-12RDMA/siw: Fix a memory leak in siw_init_cpulist()Dan Carpenter1-3/+1
2019-08-12IB/mlx5: Fix use-after-free error while accessing ev_file pointerYishai Hadas1-4/+5
2019-08-12staging: comedi: dt3000: Fix rounding up of timer divisorIan Abbott1-3/+3
2019-08-12staging: comedi: dt3000: Fix signed integer overflow 'divider * base'Ian Abbott1-1/+1
2019-08-12xen/blkback: fix memory leaksWenwen Wang1-3/+3
2019-08-12efi-stub: Fix get_efi_config_table on mixed-mode setupsHans de Goede1-11/+27
2019-08-12nvme-pci: Allow PCI bus-level PM to be used if ASPM is disabledRafael J. Wysocki1-3/+10
2019-08-12PCI/ASPM: Add pcie_aspm_enabled()Rafael J. Wysocki1-0/+20
2019-08-12habanalabs: fix device IRQ unmasking for BE hostBen Segal1-9/+24
2019-08-12habanalabs: fix endianness handling for internal QMAN submissionOded Gabbay4-15/+17
2019-08-12habanalabs: fix completion queue handling when host is BEBen Segal1-14/+13
2019-08-12habanalabs: fix endianness handling for packets from userBen Segal2-13/+32
2019-08-12habanalabs: fix DRAM usage accounting on context tear downTomer Tayar1-0/+2
2019-08-12habanalabs: Avoid double free in error flowTomer Tayar1-3/+2
2019-08-12usb: gadget: mass_storage: Fix races between fsg_disable and fsg_set_altBenjamin Herrenschmidt1-10/+18
2019-08-12usb: gadget: composite: Clear "suspended" on reset/disconnectBenjamin Herrenschmidt1-0/+1
2019-08-12usb: gadget: udc: renesas_usb3: Fix sysfs interface of "role"Yoshihiro Shimoda1-2/+3
2019-08-11Merge tag 'ntb-5.3-bugfixes' of git://github.com/jonmason/ntbLinus Torvalds1-5/+0
2019-08-10Merge branch 'nvme-5.3-rc' of git://git.infradead.org/nvme into for-linusJens Axboe9-15/+143
2019-08-10Merge tag 'riscv/for-v5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+2
2019-08-10Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-11/+9
2019-08-10Merge tag 'char-misc-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-27/+34
2019-08-10Merge tag 'driver-core-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+59
2019-08-10Merge tag 'tty-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+4
2019-08-10Merge tag 'staging-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds18-40/+138
2019-08-10Merge tag 'usb-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds11-165/+217
2019-08-10dma-mapping: fix page attributes for dma_mmap_*Christoph Hellwig1-3/+3
2019-08-10Merge tag 'pinctrl-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds5-38/+75
2019-08-10Merge tag 'Wimplicit-fallthrough-5.3-rc4' of git://git.kernel.org/pub/scm/lin...Linus Torvalds16-7/+42
2019-08-10cpufreq: dev_pm_qos_update_request() can return 1 on successViresh Kumar1-1/+1
2019-08-09scsi: fas216: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+8
2019-08-09pcmcia: db1xxx_ss: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+4
2019-08-09video: fbdev: omapfb_main: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+8
2019-08-09watchdog: riowd: Mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-08-09s390/net: Mark expected switch fall-throughsGustavo A. R. Silva3-1/+5
2019-08-09crypto: ux500/crypt: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+6
2019-08-09watchdog: wdt977: Mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-08-09watchdog: scx200_wdt: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-08-09watchdog: Mark expected switch fall-throughsGustavo A. R. Silva4-2/+4
2019-08-09mfd: omap-usb-host: Mark expected switch fall-throughsGustavo A. R. Silva1-2/+2
2019-08-09mfd: db8500-prcmu: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2019-08-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds7-44/+56
2019-08-09drm/i915: Remove redundant user_access_end() from __copy_from_user() error pathJosh Poimboeuf1-11/+9
2019-08-09Merge tag 'drm-fixes-2019-08-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds16-83/+154
2019-08-09Merge tag 'for-linus-20190809' of git://git.kernel.dk/linux-blockLinus Torvalds6-13/+50
2019-08-09Merge tag 'mmc-v5.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds11-13/+15
2019-08-09Merge tag 'pwm/for-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+5