aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2019-03-05ubi: wl: Silence uninitialized variable warningDan Carpenter
2019-02-24ubi: Expose the bitrot interfaceRichard Weinberger
2019-02-24ubi: Introduce in_pq()Richard Weinberger
2019-02-17Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-02-17Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-02-17Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2019-02-16Input: elan_i2c - add ACPI ID for touchpad in Lenovo V330-15ISKMauro Ciancio
2019-02-16Input: st-keyscan - fix potential zalloc NULL dereferenceGabriel Fernandez
2019-02-16Input: apanel - switch to using brightness_set_blocking()Dmitry Torokhov
2019-02-16Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds
2019-02-16Merge tag 'auxdisplay-for-linus-v5.0-rc7' of git://github.com/ojeda/linuxLinus Torvalds
2019-02-16efi/arm: Revert "Defer persistent reservations until after paging_init()"Ard Biesheuvel
2019-02-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2019-02-15auxdisplay: ht16k33: fix potential user-after-free on module unloadMiguel Ojeda
2019-02-15Merge tag 'for-linus-20190215' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-02-15Merge tag 'for-5.0/dm-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-02-15Merge tag 'mmc-v5.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds
2019-02-15Merge tag 'drm-fixes-2019-02-15-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-02-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-02-15x86/platform/UV: Use efi_runtime_lock to serialise BIOS callsHedi Berriche
2019-02-15Merge tag 'omap-for-v5.0/fixes-rc4' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann
2019-02-15i2c: bcm2835: Clear current buffer pointers and counts after a transferPaul Kocialkowski
2019-02-15i2c: cadence: Fix the hold bit settingShubhrajyoti Datta
2019-02-15drm: Use array_size() when creating leaseMatthew Wilcox
2019-02-15Merge branch 'drm-fixes-5.0' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2019-02-15Merge tag 'drm-intel-fixes-2019-02-13' of git://anongit.freedesktop.org/drm/d...Dave Airlie
2019-02-15Merge tag 'drm-misc-fixes-2019-02-13' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2019-02-14dm thin: fix bug where bio that overwrites thin block ignores FUANikos Tsironis
2019-02-14net: ethernet: freescale: set FEC ethtool regs versionVivien Didelot
2019-02-14net: hns: Fix object reference leaks in hns_dsaf_roce_reset()Huang Zijiang
2019-02-14net: phy: fix potential race in the phylib state machineHeiner Kallweit
2019-02-14net: phy: don't use locking in phy_is_startedHeiner Kallweit
2019-02-13net: dsa: bcm_sf2: potential array overflow in bcm_sf2_sw_suspend()Dan Carpenter
2019-02-13dsa: mv88e6xxx: Ensure all pending interrupts are handled prior to exitJohn David Anglin
2019-02-13net: phy: fix interrupt handling in non-started statesHeiner Kallweit
2019-02-13net/mlx5e: XDP, fix redirect resources availability checkSaeed Mahameed
2019-02-13net/mlx5: Fix a compilation warning in events.cTariq Toukan
2019-02-13net/mlx5: No command allowed when command interface is not readyHuy Nguyen
2019-02-13net/mlx5e: Fix NULL pointer derefernce in set channels error flowMaria Pasechnik
2019-02-13drm/amdgpu/psp11: TA firmware is optional (v3)Alex Deucher
2019-02-13Merge branch 'nvme-5.0' of git://git.infradead.org/nvme into for-linusJens Axboe
2019-02-13mmc: meson-gx: fix interrupt nameMartin Blumenstingl
2019-02-12scsi: qla2xxx: Fix panic from use after free in qla2x00_async_tm_cmdBill Kuzeja
2019-02-12scsi: sd: fix entropy gathering for most rotational disksJames Bottomley
2019-02-13Merge tag 'imx-drm-fixes-2019-02-12' of git://git.pengutronix.de/pza/linux in...Dave Airlie
2019-02-12Merge tag 'hwmon-for-v5.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-02-12md/raid1: don't clear bitmap bits on interrupted recovery.Nate Dailey
2019-02-12team: avoid complex list operations in team_nl_cmd_options_set()Cong Wang