summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-11-21efi/arm/libstub: Pack FDT after populating itArd Biesheuvel1-0/+4
2018-11-21libata: blacklist SAMSUNG MZ7TD256HAFV-000L9 SSDDiego Viola1-1/+1
2018-11-21rtc: hctosys: Add missing range error reportingMaciej W. Rozycki1-1/+3
2018-11-21ARM: cpuidle: Don't register the driver when back-end init returns -ENXIOUlf Hansson1-12/+10
2018-11-21clockevents/drivers/i8253: Add support for PIT shutdown quirkMichael Kelley1-2/+12
2018-11-21termios, tty/tty_baudrate.c: fix buffer overrunH. Peter Anvin1-2/+2
2018-11-21of, numa: Validate some distance map rulesJohn Garry1-2/+7
2018-11-21hwmon: (core) Fix double-free in __hwmon_device_register()Dmitry Osipenko1-4/+4
2018-11-21mtd: docg3: don't set conflicting BCH_CONST_PARAMS optionArnd Bergmann1-1/+1
2018-11-21mtd: spi-nor: cadence-quadspi: Return error code in cqspi_direct_read_execute()Christophe JAILLET1-1/+1
2018-11-21bonding/802.3ad: fix link_failure_count trackingJarod Wilson1-2/+2
2018-11-21soc: ti: QMSS: Fix usage of irq_set_affinity_hintMarc Zyngier3-14/+22
2018-11-21SCSI: fix queue cleanup race before queue initialization is doneMing Lei1-0/+8
2018-11-21scsi: qla2xxx: Initialize port speed to avoid setting lower speedQuinn Tran1-0/+1
2018-11-21vhost/scsi: truncate T10 PI iov_iter to prot_bytesGreg Edwards1-1/+3
2018-11-21crypto: hisilicon - Fix reference after free of memories on error pathJohn Garry1-10/+11
2018-11-21crypto: hisilicon - Fix NULL dereference for same dst and srcJohn Garry1-4/+6
2018-11-21reset: hisilicon: fix potential NULL pointer dereferenceGustavo A. R. Silva1-3/+2
2018-11-21acpi, nfit: Fix ARS overflow continuationDan Williams1-2/+2
2018-11-21acpi/nfit, x86/mce: Validate a MCE's address before using itVishal Verma1-0/+4
2018-11-21acpi/nfit, x86/mce: Handle only uncorrectable machine checksVishal Verma1-2/+2
2018-11-21mach64: fix image corruption due to reading accelerator registersMikulas Patocka1-13/+9
2018-11-21mach64: fix display corruption on big endian machinesMikulas Patocka1-3/+3
2018-11-21thermal: core: Fix use-after-free in thermal_cooling_device_destroy_sysfsDmitry Osipenko1-1/+2
2018-11-21clk: rockchip: Fix static checker warning in rockchip_ddrclk_get_parent callEnric Balletbo i Serra1-4/+0
2018-11-21clk: rockchip: fix wrong mmc sample phase shift for rk3328Ziyuan Xu1-4/+4
2018-11-21clk: sunxi-ng: h6: fix bus clocks' divider positionIcenowy Zheng1-4/+4
2018-11-21clk: at91: Fix division by zero in PLL recalc_rate()Ronald Wahl1-0/+3
2018-11-21clk: s2mps11: Fix matching when built as module and DT node contains compatibleKrzysztof Kozlowski1-0/+30
2018-11-21zram: close udev startup race condition as default groupsMinchan Kim1-20/+6
2018-11-21clk: meson: axg: mark fdiv2 and fdiv3 as criticalJerome Brunet1-0/+13
2018-11-21clk: meson-gxbb: set fclk_div3 as CLK_IS_CRITICALChristian Hewitt1-0/+12
2018-11-21drm/msm: fix OF child-node lookupJohan Hovold1-2/+3
2018-11-21scsi: qla2xxx: Fix driver hang when FC-NVMe LUNs are configuredHimanshu Madhani1-3/+0
2018-11-21scsi: qla2xxx: Fix duplicate switch database entriesQuinn Tran1-3/+3
2018-11-21scsi: qla2xxx: Fix NVMe Target discoveryQuinn Tran1-2/+2
2018-11-21scsi: qla2xxx: Fix NVMe session hang on unloadQuinn Tran1-1/+1
2018-11-21scsi: qla2xxx: Fix for double free of SRB structureGiridhar Malavali2-2/+16
2018-11-21scsi: qla2xxx: Fix re-using LoopID when handle is in useQuinn Tran2-15/+6
2018-11-21scsi: qla2xxx: Reject bsg request if chip is down.Quinn Tran1-1/+1
2018-11-21scsi: qla2xxx: shutdown chip if reset failQuinn Tran1-1/+1
2018-11-21scsi: qla2xxx: Fix early srb free on abortQuinn Tran1-0/+2
2018-11-21scsi: qla2xxx: Remove stale debug trace message from tcm_qla2xxxQuinn Tran1-4/+0
2018-11-21scsi: qla2xxx: Fix process response queue for ISP26XX and aboveQuinn Tran2-19/+0
2018-11-21scsi: qla2xxx: Fix incorrect port speed being set for FC adaptersHimanshu Madhani1-4/+1
2018-11-21serial: sh-sci: Fix could not remove dev_attr_rx_fifo_timeoutYoshihiro Shimoda1-2/+2
2018-11-21cdrom: fix improper type cast, which can leat to information leak.Young_X1-1/+1
2018-11-21media: ov5640: fix restore of last mode setHugues Fruchet1-4/+8
2018-11-21drm/amdgpu: fix integer overflow test in amdgpu_bo_list_create()Dan Carpenter1-1/+2
2018-11-21media: ov5640: fix mode change regressionHugues Fruchet1-5/+16