aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-07-22Merge tag 'media/v5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...HEADmasterLinus Torvalds29-1929/+1279
2020-07-20Merge tag 'vfio-v5.8-rc7' of git://github.com/awilliam/linux-vfio into masterLinus Torvalds1-0/+5
2020-07-19Merge tag 'irq-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-8/+14
2020-07-19Merge tag 'usb-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds16-40/+86
2020-07-19Revert "media: atomisp: keep the ISP powered on when setting it"Mauro Carvalho Chehab1-6/+2
2020-07-19media: atomisp: fix mask and shift operation on ISPSSPM0Colin Ian King1-1/+1
2020-07-19media: atomisp: move system_local consts into a C fileMauro Carvalho Chehab3-121/+205
2020-07-19media: atomisp: get rid of version-specific system_local.hMauro Carvalho Chehab3-350/+194
2020-07-19media: atomisp: move global stuff into a common headerMauro Carvalho Chehab7-714/+403
2020-07-19media: atomisp: remove non-used 32-bits consts at system_localMauro Carvalho Chehab5-331/+3
2020-07-19media: atomisp: get rid of some unused static varsMauro Carvalho Chehab2-68/+0
2020-07-19media: atomisp: Fix error code in ov5693_probe()Dan Carpenter1-2/+4
2020-07-19media: atomisp: Replace trace_printk by pr_infoNicolas Boichat1-5/+5
2020-07-19media: atomisp: Fix __func__ style warningsBaidyanath Kundu1-14/+14
2020-07-19media: atomisp: fix help message for ISP2401 selectionMauro Carvalho Chehab1-1/+1
2020-07-18Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-2/+0
2020-07-18Merge tag 'hwmon-for-v5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-8/+59
2020-07-18hwmon: (drivetemp) Avoid SCT usage on Toshiba DT01ACA family drivesMaciej S. Szmigiero1-0/+43
2020-07-18media: atomisp: i2c: atomisp-ov2680.c: fixed a brace coding style issue.B K Karthik1-3/+3
2020-07-18media: atomisp: make const arrays static, makes object smallerColin Ian King1-3/+3
2020-07-18media: atomisp: Clean up non-existing folders from MakefileAndy Shevchenko1-5/+0
2020-07-18media: atomisp: Get rid of ACPI specifics in gmin_subdev_add()Andy Shevchenko1-9/+5
2020-07-18media: atomisp: Provide Gmin subdev as parameter to gmin_subdev_add()Andy Shevchenko1-27/+24
2020-07-18media: atomisp: Use temporary variable for device in gmin_subdev_add()Andy Shevchenko1-15/+2
2020-07-18media: atomisp: Refactor PMIC detection to a separate functionAndy Shevchenko1-23/+36
2020-07-18media: atomisp: Deduplicate return ret in gmin_i2c_write()Andy Shevchenko1-7/+3
2020-07-18media: atomisp: Make pointer to PMIC client globalAndy Shevchenko1-2/+3
2020-07-18media: atomisp: Don't try to parse unexpected ACPI object typeAndy Shevchenko1-0/+4
2020-07-18media: atomisp: make platform data more readableAndy Shevchenko1-0/+3
2020-07-18media: atomisp: Drop global atomisp_dev variable (easy cases)Andy Shevchenko4-18/+15
2020-07-18media: atomisp: Replace direct access to MMIO with proper helpersAndy Shevchenko5-40/+35
2020-07-18media: atomisp: Unify pdev to be pointer to struct pci_deviceAndy Shevchenko3-151/+127
2020-07-18media: atomisp: Get rid of struct pci_dev in struct atomisp_deviceAndy Shevchenko5-38/+43
2020-07-18media: atomisp: don't pass struct device_driver as parameterAndy Shevchenko3-3/+4
2020-07-18media: atomisp: Use proper APIs to find I²C client device by ACPI HIDAndy Shevchenko1-25/+18
2020-07-18media: atomisp: move CCK endpoint address to generic headerAndy Shevchenko2-4/+1
2020-07-18media: atomisp: Replace last use of Intel MID APIsAndy Shevchenko2-4/+2
2020-07-18media: atomisp: place all gpio parsing togetherMauro Carvalho Chehab1-46/+40
2020-07-18media: atomisp: split add from find subdevMauro Carvalho Chehab1-2/+4
2020-07-18media: atomisp: print info if gpio0 and gpio2 were detectedMauro Carvalho Chehab1-0/+4
2020-07-18media: atomisp: fix call to g_frame_intervalMauro Carvalho Chehab1-1/+1
2020-07-18media: atomisp: properly parse CLK PMIC on newer devicesMauro Carvalho Chehab1-2/+64
2020-07-18media: atomisp: Prepare sensor support for ACPI PMMauro Carvalho Chehab1-6/+83
2020-07-18media: atomisp: reorganize the code under gmin_subdev_add()Mauro Carvalho Chehab1-59/+60
2020-07-17Merge tag 'arm-fixes-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-14/+20
2020-07-17Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds15-12/+33
2020-07-17Merge tag 'block-5.8-2020-07-17' of git://git.kernel.dk/linux-block into masterLinus Torvalds2-0/+14
2020-07-17Merge tag 'spi-fix-v5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-15/+14
2020-07-17Merge tag 'regulator-fix-v5.8-rc5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-2/+2
2020-07-17Merge tag 'regmap-fix-v5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-25/+31
2020-07-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds9-6/+47
2020-07-17vfio/pci: fix racy on error and request eventfd ctxZeng Tao1-0/+5
2020-07-17media: atomisp: fix the handling of clock numberMauro Carvalho Chehab1-7/+42
2020-07-17drivers/perf: Prevent forced unbinding of PMU driversQi Liu13-0/+13
2020-07-16Merge tag 'drm-fixes-2020-07-17-1' of git://anongit.freedesktop.org/drm/drm i...Linus Torvalds18-99/+152
2020-07-17Merge tag 'amd-drm-fixes-5.8-2020-07-15' of git://people.freedesktop.org/~agd...Dave Airlie9-56/+101
2020-07-16Merge tag 'omap-for-v5.8/fixes-rc5-signed' of git://git.kernel.org/pub/scm/li...Arnd Bergmann1-11/+12
2020-07-16Merge tag 'imx-fixes-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann1-0/+3
2020-07-16Merge tag 'amlogic-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kh...Arnd Bergmann1-3/+5
2020-07-16regmap: debugfs: Don't sleep while atomic for fast_io regmapsDouglas Anderson1-23/+29
2020-07-16Merge tag 'pm-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2-2/+10
2020-07-16Merge tag 'char-misc-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds20-116/+205
2020-07-16Merge tag 'driver-core-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-18/+32
2020-07-16Merge tag 'staging-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds14-41/+91
2020-07-16Merge tag 'tty-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds5-104/+36
2020-07-16Merge tag 'thermal-v5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-6/+9
2020-07-16Merge branch 'pm-cpufreq'Rafael J. Wysocki1-2/+6
2020-07-16Merge tag 'usb-serial-5.8-rc6' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman1-3/+5
2020-07-16Merge branch 'opp/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Rafael J. Wysocki1-0/+4
2020-07-16nvme: explicitly update mpath disk capacity on revalidationAnthony Iliopoulos2-0/+14
2020-07-16drivers/perf: Fix kernel panic when rmmod PMU modules during perf samplingQi Liu5-0/+5
2020-07-16USB: serial: iuu_phoenix: fix memory corruptionJohan Hovold1-3/+5
2020-07-16opp: Increase parsed_static_opps in _of_add_opp_table_v1()Walter Lozano1-0/+4
2020-07-15Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-8/+43
2020-07-16Merge tag 'drm-intel-fixes-2020-07-15' of git://anongit.freedesktop.org/drm/d...Dave Airlie6-33/+39
2020-07-16Merge tag 'drm-misc-fixes-2020-07-15' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2-6/+8
2020-07-16Merge branch 'vmwgfx-fixes-5.8' of git://people.freedesktop.org/~sroland/linu...Dave Airlie1-4/+4
2020-07-15Merge tag 'platform-drivers-x86-v5.8-2' of git://git.infradead.org/linux-plat...Linus Torvalds5-3/+17
2020-07-15Merge tag 'dmaengine-fix-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds18-59/+124
2020-07-15scsi: megaraid_sas: Remove undefined ENABLE_IRQ_POLL macroChandrakanth Patil1-2/+0
2020-07-15hwmon: (scmi) Fix potential buffer overflow in scmi_hwmon_probe()Cristian Marussi1-1/+1
2020-07-15platform/x86: asus-wmi: allow BAT1 battery nameVasiliy Kupriakov1-0/+1
2020-07-15platform/x86: ISST: Add new PCI device idsSrinivas Pandruvada3-0/+5
2020-07-15platform/x86: thinkpad_acpi: Revert "Use strndup_user() in dispatch_proc_writ...Andy Shevchenko1-3/+11
2020-07-15Revert "thermal: mediatek: fix register index error"Enric Balletbo i Serra1-4/+2
2020-07-15thermal: int3403_thermal: Downgrade error messageAlex Hung1-1/+1
2020-07-14hwmon: (nct6775) Accept PECI Calibration as temperature source for NCT6798DGuenter Roeck1-3/+3
2020-07-14drm/amdgpu/sdma5: fix wptr overwritten in ->get_wptr()Xiaojie Yuan1-18/+8
2020-07-14drm/amdgpu/powerplay: Modify SMC message name for setting power profile modechen gong1-1/+1
2020-07-14drm/amd/display: handle failed allocation during stream constructionJosip Pavic1-3/+16
2020-07-14drm/amd/display: OLED panel backlight adjust not work with external display c...hersen wu1-0/+5
2020-07-14drm/amdgpu/display: create fake mst encoders ahead of time (v4)Alex Deucher4-28/+48
2020-07-14drm/amdgpu: fix preemption unit testJack Xiao1-5/+15
2020-07-14drm/amdgpu/gfx10: fix race condition for kiqJack Xiao1-1/+8
2020-07-14drm/i915: Recalculate FBC w/a stride when neededVille Syrjälä2-7/+27
2020-07-14drm/i915: Move cec_notifier to intel_hdmi_connector_unregister, v2.Maarten Lankhorst1-8/+2
2020-07-14drm/i915/gt: Only swap to a random sibling once upon creationChris Wilson1-14/+4
2020-07-14drm/i915/gt: Ignore irq enabling on the virtual enginesChris Wilson1-0/+1
2020-07-14drm/i915/perf: Use GTT when saving/restoring engine GPRUmesh Nerlige Ramappa1-0/+1
2020-07-14drm/i915/selftests: Fix compare functions provided for sortingSudeep Holla1-4/+4
2020-07-14irqdomain/treewide: Keep firmware node unconditionally allocatedThomas Gleixner5-8/+14
2020-07-14thermal/int340x_thermal: Prevent page fault on .set_mode() opBartosz Szczepanek1-1/+6
2020-07-14drm/vmwgfx: fix update of display surface when resolution changesRoland Scheidegger1-4/+4
2020-07-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds4-5/+13
2020-07-13Merge tag 'iommu-fixes-v5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-8/+7
2020-07-13cpufreq: intel_pstate: Fix active mode setting from command lineRafael J. Wysocki1-2/+6
2020-07-13efi/libstub/arm64: Retain 2MB kernel Image alignment if !KASLRWill Deacon2-12/+15
2020-07-13soc: imx: check ls1021aPeng Fan1-0/+3
2020-07-11Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds6-8/+12
2020-07-11Merge tag 'for-linus-5.8b-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+1
2020-07-11clk: Specify IOMEM dependency for HSDK pll driverDavid Gow1-0/+1
2020-07-11clk: AST2600: Add mux for EMMC clockEddie James1-8/+41
2020-07-11clk: mvebu: ARMADA_AP_CPU_CLK needs to select ARMADA_AP_CP_HELPERNathan Chancellor1-0/+1
2020-07-10Merge tag 'libnvdimm-fix-v5.8-rc5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2020-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds62-297/+536
2020-07-10mlxsw: pci: Fix use-after-free in case of failed devlink reloadIdo Schimmel1-16/+38
2020-07-10mlxsw: spectrum_router: Remove inappropriate usage of WARN_ON()Ido Schimmel1-1/+1
2020-07-10net: macb: fix call to pm_runtime in the suspend/resume functionsNicolas Ferre1-2/+4
2020-07-10net: macb: fix macb_suspend() by removing call to netif_carrier_off()Nicolas Ferre1-1/+0
2020-07-10net: macb: fix macb_get/set_wol() when moving to phylinkNicolas Ferre1-6/+12
2020-07-10net: macb: mark device wake capable when "magic-packet" property presentNicolas Ferre1-1/+1
2020-07-10net: macb: fix wakeup test in runtime suspend/resume routinesNicolas Ferre1-2/+2
2020-07-10bnxt_en: fix NULL dereference in case SR-IOV configuration failsDavide Caratti1-1/+1
2020-07-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds7-36/+63
2020-07-10Merge tag 'block-5.8-2020-07-10' of git://git.kernel.dk/linux-blockLinus Torvalds1-10/+15
2020-07-10Merge tag 'pinctrl-v5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2-15/+54
2020-07-10Merge tag 'gpio-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2-6/+100
2020-07-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-3/+16
2020-07-10Merge tag 'mmc-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds3-5/+8
2020-07-10driver core: Avoid deferred probe due to fw_devlink_pause/resume()Saravana Kannan1-0/+21
2020-07-10driver core: Rename dev_links_info.defer_sync to defer_hookSaravana Kannan1-11/+11
2020-07-10driver core: Don't do deferred probe in parallel with kernel_init threadSaravana Kannan3-7/+0
2020-07-10virtio: virtio_console: add missing MODULE_DEVICE_TABLE() for rproc serialAlexander Lobakin1-1/+2
2020-07-10intel_th: Fix a NULL dereference when hub driver is not loadedAlexander Shishkin2-6/+19
2020-07-10intel_th: pci: Add Emmitsburg PCH supportAlexander Shishkin1-0/+5
2020-07-10intel_th: pci: Add Tiger Lake PCH-H supportAlexander Shishkin1-0/+5
2020-07-10intel_th: pci: Add Jasper Lake CPU supportAlexander Shishkin1-0/+5
2020-07-10serial: core: Initialise spin lock before use in uart_configure_port()Andy Shevchenko1-2/+14
2020-07-10serial: mxs-auart: add missed iounmap() in probe failure and removeChuhong Yuan1-4/+8
2020-07-10xen/xenbus: Fix a double free in xenbus_map_ring_pv()Dan Carpenter1-3/+1
2020-07-10staging: comedi: verify array index is correct before using itDan Carpenter1-3/+7
2020-07-10virt: vbox: Fix guest capabilities mask checkHans de Goede2-1/+3
2020-07-10virt: vbox: Fix VBGL_IOCTL_VMMDEV_REQUEST_BIG and _LOG req numbers to match u...Hans de Goede3-2/+20
2020-07-10Merge tag 'fixes-for-v5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman8-30/+38
2020-07-10dmabuf: use spinlock to access dmabuf->nameCharan Teja Kalla1-4/+7
2020-07-10USB: c67x00: fix use after free in c67x00_giveback_urbTom Rix1-1/+1
2020-07-09net/mlx5e: CT: Fix memory leak in cleanupEli Britstein1-0/+1
2020-07-09net/mlx5e: Fix port buffers cell size valueEran Ben Elisha4-25/+49
2020-07-09net/mlx5e: Fix 50G per lane indicationAya Levin3-8/+23
2020-07-09net/mlx5e: Fix CPU mapping after function reload to avoid aRFS RX crashAya Levin1-4/+4
2020-07-09net/mlx5e: Fix VXLAN configuration restore after function reloadAya Levin1-3/+4
2020-07-09net/mlx5e: Fix usage of rcu-protected pointerVlad Buslov1-3/+6
2020-07-09net/mxl5e: Verify that rpriv is not NULLVlad Buslov1-2/+3
2020-07-09net/mlx5: E-Switch, Fix vlan or qos setting in legacy modeVu Pham1-1/+0
2020-07-09net/mlx5: Fix eeprom support for SFP moduleEran Ben Elisha1-16/+77
2020-07-09Merge tag 'drm-fixes-2020-07-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds26-155/+145
2020-07-10Merge tag 'amd-drm-fixes-5.8-2020-07-09' of git://people.freedesktop.org/~agd...Dave Airlie4-10/+65
2020-07-10Merge tag 'drm-intel-fixes-2020-07-08' of git://anongit.freedesktop.org/drm/d...Dave Airlie7-41/+38
2020-07-10Merge branch 'linux-5.8' of git://github.com/skeggsb/linux into drm-fixesDave Airlie5-5/+9
2020-07-10Merge tag 'drm-misc-fixes-2020-07-08' of git://anongit.freedesktop.org/drm/dr...Dave Airlie3-11/+11
2020-07-10Merge tag 'mediatek-drm-fixes-5.8' of https://git.kernel.org/pub/scm/linux/ke...Dave Airlie7-88/+22
2020-07-09Merge tag 'for-5.8/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-49/+71
2020-07-09qed: Populate nvm-file attributes while reading nvm config partition.Sudarsana Reddy Kalluru4-9/+21
2020-07-09drm/amdgpu: don't do soft recovery if gpu_recovery=0Marek Olšák1-1/+2
2020-07-09drm/radeon: fix double freeTom Rix1-4/+3
2020-07-09drm/amd/display: add dmcub check on RENOIRAaron Ma1-1/+1
2020-07-09drm/amdgpu: add TMR destory function for pspHuang Rui1-4/+53
2020-07-09drm/amdgpu: asd function needs to be unloaded in suspend phaseHuang Rui1-0/+6
2020-07-09iommu/arm-smmu: Mark qcom_smmu_client_of_match as possibly unusedJordan Crouse1-1/+1
2020-07-09iommu: Fix use-after-free in iommu_release_deviceQian Cai1-1/+1
2020-07-09hwmon: (adm1275) Make sure we are reading enough data for different chipsChu Lin1-2/+8
2020-07-09usb: gadget: function: fix missing spinlock in f_uac1_legacyZhang Qiang1-0/+2
2020-07-09usb: gadget: udc: atmel: fix uninitialized read in debug printkMichał Mirosław1-1/+1
2020-07-09usb: gadget: udc: atmel: remove outdated comment in usba_ep_disable()Michał Mirosław1-7/+1
2020-07-09usb: dwc2: Fix shutdown callback in platformMinas Harutyunyan1-1/+2
2020-07-09usb: cdns3: trace: fix some endian issuesPeter Chen1-3/+3
2020-07-09usb: cdns3: ep0: fix some endian issuesPeter Chen1-15/+15
2020-07-09usb: gadget: udc: gr_udc: fix memleak on error handling path in gr_ep_init()Evgeny Novikov1-2/+5
2020-07-09usb: gadget: fix langid kernel-doc warning in usbstring.cRandy Dunlap1-1/+1
2020-07-09usb: dwc3: pci: add support for the Intel Jasper LakeHeikki Krogerus1-0/+4
2020-07-09usb: dwc3: pci: add support for the Intel Tiger Lake PCH -H variantHeikki Krogerus1-0/+4
2020-07-09drm/aspeed: Call drm_fbdev_generic_setup after drm_dev_registerGuenter Roeck1-2/+1
2020-07-08libnvdimm/security: Fix key lookup permissionsDan Williams1-1/+1
2020-07-08RDMA/mlx5: Set PD pointers for the error flow unwindLeon Romanovsky1-1/+2
2020-07-08IB/mlx5: Fix 50G per lane indicationAya Levin1-1/+1
2020-07-08cxgb4: fix all-mask IP address comparisonRahul Lakkireddy1-5/+5
2020-07-08nbd: Fix memory leak in nbd_add_socketZheng Bin1-10/+15
2020-07-08arm64: arch_timer: Disable the compat vdso for cores affected by ARM64_WORKAR...Marc Zyngier1-0/+8
2020-07-08arm64: arch_timer: Allow an workaround descriptor to disable compat vdsoMarc Zyngier1-0/+3
2020-07-08drivers/firmware/psci: Assign @err directly in hotplug_tests()Gavin Shan1-2/+1
2020-07-08drivers/firmware/psci: Fix memory leakage in alloc_init_cpu_groups()Gavin Shan1-1/+4
2020-07-08net: atlantic: fix ip dst and ipv6 address filtersDmitry Bogdanov2-3/+3
2020-07-08dm: use noio when sending kobject eventMikulas Patocka1-3/+12
2020-07-08dm zoned: Fix zone reclaim triggerDamien Le Moal3-10/+11
2020-07-08Merge tag 'phy-fixes-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ph...Greg Kroah-Hartman5-16/+19
2020-07-08Merge tag 'soundwire-5.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman1-2/+3
2020-07-08dm zoned: fix unused but set variable warningsWei Yongjun1-4/+1
2020-07-08Merge tag 'usb-serial-5.8-rc5' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman4-0/+12
2020-07-08dm writecache: reject asynchronous pmem devicesMichal Suchanek1-0/+6
2020-07-08dm: use bio_uninit instead of bio_disassociate_blkgChristoph Hellwig1-3/+2