summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* mm: provide a fallback for PAGE_KERNEL_RO for architecturesLuis R. Rodriguez2018-08-171-5/+0
* mm/memory_hotplug.c: drop unnecessary checks from register_mem_sect_under_node()Oscar Salvador2018-08-171-5/+0
* mm/memory_hotplug.c: make register_mem_sect_under_node() a callback of walk_m...Oscar Salvador2018-08-171-38/+6
* mm/memory_hotplug.c: call register_mem_sect_under_node()Oscar Salvador2018-08-171-2/+0
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-174-4/+7
* firewire: use 64-bit time_t based interfacesArnd Bergmann2018-08-171-4/+4
* dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang2018-08-171-1/+1
* 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
| * | thermal: armada: convert driver to syscon register accessesMiquel Raynal2018-07-271-70/+129
| * | thermal: armada: average over samples to avoid glitchesMiquel Raynal2018-07-271-0/+25
| * | thermal: armada: dissociate a380 and cp110 ->init() hooksMiquel Raynal2018-07-271-1/+7
| * | thermal: armada: rename the initialization routineMiquel Raynal2018-07-271-20/+20
| * | thermal: armada: remove misleading commentsMiquel Raynal2018-07-271-2/+0
| * | thermal: armada: remove useless register accessesMiquel Raynal2018-07-271-6/+2
| * | thermal: armada: add a function that sanitizes the thermal zone nameMiquel Raynal2018-07-271-1/+36
| * | thermal: ti-soc-thermal: remove dead codeBartlomiej Zolnierkiewicz2018-07-279-654/+5
| * | thermal: i.MX: Allow thermal probe to fail gracefully in case of bad calibrat...Jean-Christophe Dubois2018-07-021-1/+4
* | | Merge tag 'mailbox-v4.19' of git://git.linaro.org/landing-teams/working/fujit...Linus Torvalds2018-08-167-86/+1253
|\ \ \
| * | | mailbox: Add support for i.MX messaging unitOleksij Rempel2018-08-153-0/+366
| * | | mailbox: add MODULE_LICENSE() for mtk-cmdq-mailbox.cRandy Dunlap2018-08-151-0/+2
| * | | mailbox: mediatek: Add Mediatek CMDQ driverHoulong Wei2018-08-033-0/+581
| * | | mailbox: ti-msgmgr: Add support for Secure ProxyNishanth Menon2018-08-031-28/+205
| * | | mailbox: ti-msgmgr: Move the memory region name to descriptorNishanth Menon2018-08-031-2/+8
| * | | mailbox: ti-msgmgr: Change message count mask to be descriptor basedNishanth Menon2018-08-031-7/+18
| * | | mailbox: ti-msgmgr: Allocate Rx channel resources only on requestNishanth Menon2018-08-031-30/+61
| * | | mailbox: ti-msgmgr: Get rid of unused structure membersNishanth Menon2018-08-031-6/+0
| * | | mailbox/omap: use of_device_get_match_data() to get match dataSuman Anna2018-08-031-7/+14
| * | | mailbox/omap: switch to SPDX license identifierSuman Anna2018-08-031-9/+1
| * | | mailbox: xgene-slimpro: Fix potential NULL pointer dereferenceGustavo A. R. Silva2018-08-031-3/+3
* | | | Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-08-1683-1664/+3020
|\ \ \ \