summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-22scsi: sr: remove references to BLK_DEV_SR_VENDOR, leave it enabledDiego Elio Pettenò45-60/+0
2020-07-22drm/sun4i: tcon: Separate quirks for tcon0 and tcon1 on A20Andrey Lebedev1-0/+2
2020-07-22ARM: at91: pm: add quirk for sam9x60's ulp1Claudiu Beznea1-0/+4
2020-07-22HID: quirks: Remove ITE 8595 entry from hid_have_special_driverHans de Goede1-3/+0
2020-07-22mmc: mmci: Support any block sizes for ux500v2 and qcom variantLinus Walleij2-5/+37
2020-07-22ARM: OMAP2+: use separate IOMMU pdata to fix DRA7 IPU1 bootSuman Anna1-0/+21
2020-07-22ARM: OMAP2+: Add workaround for DRA7 DSP MStandby errata i879Suman Anna1-3/+40
2020-07-22ARM: OMAP4+: remove pdata quirks for omap4+ iommusTero Kristo1-14/+0
2020-07-22net: sfp: add some quirks for GPON modulesRussell King1-0/+25
2020-07-22net: sfp: add support for module quirksRussell King1-0/+54
2020-07-22Revert "usb/xhci-plat: Set PM runtime as active on resume"Sasha Levin1-9/+1
2020-07-22Revert "usb/ehci-platform: Set PM runtime as active on resume"Sasha Levin1-4/+0
2020-07-22Revert "usb/ohci-platform: Fix a warning when hibernating"Sasha Levin1-5/+0
2020-07-22net: ethernet: mvneta: Add back interface mode validationSascha Hauer1-3/+19
2020-07-22net: ethernet: mvneta: Do not error out in non serdes modesSascha Hauer1-1/+1
2020-07-22net: macb: call pm_runtime_put_sync on failure pathSasha Levin1-1/+5
2020-07-22of: of_mdio: Correct loop scanning logicFlorian Fainelli1-2/+7
2020-07-22net: dsa: bcm_sf2: Fix node reference countFlorian Fainelli1-0/+2
2020-07-22spi: spi-fsl-dspi: Fix lockup if device is shutdown during SPI transferKrzysztof Kozlowski1-14/+1
2020-07-22iio:health:afe4403 Fix timestamp alignment and prevent data leak.Jonathan Cameron1-5/+8
2020-07-22iio:pressure:ms5611 Fix buffer element alignmentJonathan Cameron1-3/+8
2020-07-22iio:humidity:hts221 Fix alignment and data leak issuesJonathan Cameron2-6/+10
2020-07-22iio: pressure: zpa2326: handle pm_runtime_get_sync failureNavid Emamdoost1-1/+3
2020-07-22iio: mma8452: Add missed iio_device_unregister() call in mma8452_probe()Chuhong Yuan1-1/+4
2020-07-22iio: core: add missing IIO_MOD_H2/ETHANOL string identifiersMatt Ranostay1-0/+2
2020-07-22iio: magnetometer: ak8974: Fix runtime PM imbalance on errorDinghao Liu1-9/+10
2020-07-22iio:humidity:hdc100x Fix alignment and data leak issuesJonathan Cameron1-3/+7
2020-07-22iio:magnetometer:ak8974: Fix alignment and data leak issuesJonathan Cameron1-3/+7
2020-07-22arm64/alternatives: don't patch up internal branchesArd Biesheuvel1-14/+2
2020-07-22i2c: eg20t: Load module automatically if ID matchesAndy Shevchenko1-0/+1
2020-07-22gfs2: read-only mounts should grab the sd_freeze_gl glockBob Peterson1-1/+11
2020-07-22tpm_tis: extra chip->ops check on error path in tpm_tis_core_initVasily Averin1-1/+1
2020-07-22arm64/alternatives: use subsections for replacement sequencesArd Biesheuvel2-11/+8
2020-07-22cifs: prevent truncation from long to int in wait_for_free_creditsRonnie Sahlberg1-1/+1
2020-07-22dt-bindings: mailbox: zynqmp_ipi: fix unit addressKangmin Park1-1/+1
2020-07-22m68k: mm: fix node memblock initAngelo Dureghello1-1/+1
2020-07-22m68k: nommu: register start of the memory with memblockMike Rapoport1-1/+2
2020-07-22blk-mq-debugfs: update blk_queue_flag_name[] accordingly for new flagsHou Tao2-0/+4
2020-07-22thermal/drivers: imx: Fix missing of_node_put() at probe timeAnson Huang1-3/+4
2020-07-22x86/fpu: Reset MXCSR to default in kernel_fpu_begin()Petteri Aimonen2-0/+11
2020-07-22drm/exynos: fix ref count leak in mic_pre_enableNavid Emamdoost1-1/+3
2020-07-22drm/exynos: Properly propagate return value in drm_iommu_attach_device()Marek Szyprowski1-2/+2
2020-07-22drm/msm/dpu: allow initialization of encoder locks during encoder initKrishna Manikandan1-2/+2
2020-07-22drm/msm: fix potential memleak in error branchBernard Zhao1-1/+3
2020-07-22arm64: arch_timer: Disable the compat vdso for cores affected by ARM64_WORKAR...Marc Zyngier1-0/+8
2020-07-22arm64: arch_timer: Allow an workaround descriptor to disable compat vdsoMarc Zyngier2-0/+4
2020-07-22arm64: Introduce a way to disable the 32bit vdsoMarc Zyngier8-14/+41
2020-07-22ip: Fix SO_MARK in RST, ACK and ICMP packetsWillem de Bruijn3-5/+5
2020-07-22cgroup: Fix sock_cgroup_data on big-endian.Cong Wang1-0/+2
2020-07-22cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang4-16/+27