summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vla-leftovers-v4.19-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-172-2/+10
|\
| * bus: imx-weim: Remove VLA usageKees Cook2018-08-131-1/+6
| * drm/i2c: tda9950: Remove VLA usageKees Cook2018-08-131-1/+4
* | Merge tag 'for-4.19/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-1711-320/+665
|\ \
| * | dm writecache: fix a crash due to reading past end of dirty_bitmapMikulas Patocka2018-08-161-1/+1
| * | dm crypt: don't decrease device limitsMikulas Patocka2018-08-131-5/+5
| * | dm cache metadata: set dirty on all cache blocks after a crashIlya Dryomov2018-08-091-3/+7
| * | dm snapshot: remove stale FIXME in snapshot_map()Mike Snitzer2018-08-081-2/+0
| * | dm snapshot: improve performance by switching out_of_order_list to rbtreeDavid Jeffery2018-08-081-13/+26
| * | dm kcopyd: avoid softlockup in run_complete_jobJohn Pittman2018-08-081-0/+2
| * | dm cache metadata: save in-core policy_hint_size to on-disk superblockMike Snitzer2018-08-071-1/+2
| * | dm thin: stop no_space_timeout worker when switching to write-modeHou Tao2018-08-071-0/+2
| * | dm kcopyd: return void from dm_kcopyd_copy()Mike Snitzer2018-07-315-57/+21
| * | dm thin: include metadata_low_watermark threshold in pool statusAndy Grover2018-07-301-2/+4
| * | dm writecache: report start_sector in status lineMikulas Patocka2018-07-271-1/+5
| * | dm crypt: convert essiv from ahash to shashKees Cook2018-07-271-17/+14
| * | dm crypt: use wake_up_process() instead of a wait queueMikulas Patocka2018-07-271-15/+10
| * | dm integrity: recalculate checksums on creationMikulas Patocka2018-07-271-4/+183
| * | dm integrity: flush journal on suspend when using separate metadata deviceMikulas Patocka2018-07-271-1/+3
| * | dm integrity: use version 2 for separate metadataMikulas Patocka2018-07-271-3/+13
| * | dm integrity: allow separate metadata deviceMikulas Patocka2018-07-271-54/+149
| * | dm integrity: add ic->start in get_data_sector()Mikulas Patocka2018-07-271-3/+4
| * | dm integrity: report provided data sectors in the statusMikulas Patocka2018-07-271-1/+3
| * | dm integrity: implement fair range locksMikulas Patocka2018-07-271-9/+59
| * | dm integrity: decouple common code in dm_integrity_map_continue()Mikulas Patocka2018-07-271-3/+7
| * | dm integrity: change 'suspending' variable from bool to intMikulas Patocka2018-07-271-3/+3
| * | dm delay: add flush as a third class of IOMikulas Patocka2018-07-271-4/+30
| * | dm delay: refactor repetitive codeMikulas Patocka2018-07-271-120/+103
| * | dm cache: only allow a single io_mode cache feature to be requestedJohn Pittman2018-07-271-4/+15
* | | Merge tag 'vfio-v4.19-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2018-08-162-1/+15
|\ \ \
| * | | vfio-pci: Disable binding to PFs with SR-IOV enabledAlex Williamson2018-08-061-0/+13
| * | | vfio: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-062-1/+2
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2018-08-1620-884/+527
|\ \ \ \
| * | | | thermal: armada: fix copy-paste error in armada_thermal_probe()Wei Yongjun2018-08-011-1/+1
| * | | | thermal: rcar_thermal: avoid NULL dereference in absence of IRQ resourcesSimon Horman2018-07-271-1/+1
| * | | | thermal: samsung: Remove Exynos5440 clock handling left-oversKrzysztof Kozlowski2018-07-271-5/+0
| * | | | thermal: tsens: Fix negative temperature reportingAmit Kucheria2018-07-271-8/+5
| * | | | thermal: tsens: switch from of_iomap() to devm_ioremap_resource()Amit Kucheria2018-07-271-6/+7
| * | | | thermal: tsens: Rename variableAmit Kucheria2018-07-272-8/+8
| * | | | thermal: tsens: Add generic support for TSENS v2 IPAmit Kucheria2018-07-273-1/+12
| * | | | thermal: tsens: Rename tsens-8996 to tsens-v2 for reuseAmit Kucheria2018-07-272-18/+9
| * | | | thermal: tsens: Add support to split up register address space into twoAmit Kucheria2018-07-273-2/+15
| * | | | thermal: tsens: Get rid of unused fields in structureAmit Kucheria2018-07-271-2/+0
| * | | | thermal_hwmon: Pass the originating device down to hwmon_device_register_with...Marc Zyngier2018-07-271-1/+1
| * | | | thermal_hwmon: Sanitize attribute name passed to hwmonMarc Zyngier2018-07-271-0/+1
| * | | | thermal: armada: get rid of the ->is_valid() pointerMiquel Raynal2018-07-271-9/+4
| * | | | thermal: armada: move validity check out of the read functionMiquel Raynal2018-07-271-7/+7
| * | | | thermal: armada: remove sensors validity from the IP initializationMiquel Raynal2018-07-271-6/+3
| * | | | thermal: armada: add multi-channel sensors supportMiquel Raynal2018-07-271-21/+114
| * | | | thermal: armada: use the resource managed registration helper alternativeMiquel Raynal2018-07-271-22/+100