summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-07-122-12/+1
|\
| * kbuild: add support for ensuring headers are self-containedJani Nikula2019-06-152-12/+1
* | Merge tag 's390-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-07-1213-160/+1451
|\ \
| * | s390/zcrypt: remove the exporting of ap_query_configurationDenis Efremov2019-07-111-1/+0
| * | s390/ipl: Fix detection of has_secure attributePhilipp Rudo2019-07-111-1/+0
| * | s390: vfio-ap: fix irq registrationChristian Borntraeger2019-07-111-2/+1
| * | s390/dasd: Handle out-of-space constraintJan Höppner2019-07-115-3/+243
| * | s390/dasd: Add discard support for ESE volumesJan Höppner2019-07-111-3/+54
| * | s390/dasd: Use ALIGN_DOWN macroJan Höppner2019-07-111-1/+1
| * | s390/dasd: Make dasd_setup_queue() a discipline functionJan Höppner2019-07-117-80/+103
| * | s390/dasd: Add new ioctl to release spaceJan Höppner2019-07-114-0/+361
| * | s390/dasd: Add dasd_sleep_on_queue_interruptible()Jan Höppner2019-07-112-0/+10
| * | s390/dasd: Add dynamic formatting support for ESE volumesJan Höppner2019-07-113-14/+239
| * | s390/dasd: Recognise data for ESE volumesJan Höppner2019-07-114-4/+430
| * | s390/dasd: Put sub-order definitions in a separate sectionJan Höppner2019-07-111-2/+6
| * | s390/dasd: Make layout analysis ESE compatibleJan Höppner2019-07-111-6/+6
| * | s390/dasd: Remove old defines and functionJan Höppner2019-07-111-21/+0
| * | s390/dasd: Remove unused structs and function prototypesJan Höppner2019-07-111-25/+0
* | | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-121-0/+1
|\ \ \
| * | | drivers: hv: Add a module description line to the hv_vmbus driverJoseph Salisbury2019-06-231-0/+1
* | | | Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-07-1214-94/+149
|\ \ \ \
| * | | | usb: host: Fix excessive alignment restriction for local memory allocationsFredrik Noring2019-06-283-5/+7
| * | | | iommu/dma: Apply dma_{alloc,free}_contiguous functionsNicolin Chen2019-06-141-10/+4
| * | | | au1100fb: fix DMA API abuseChristoph Hellwig2019-06-032-20/+5
| * | | | USB: drop HCD_LOCAL_MEM flagLaurentiu Tudor2019-06-038-21/+17
| * | | | usb: host: ohci-tmio: init genalloc for local memoryLaurentiu Tudor2019-06-031-8/+5
| * | | | usb: host: ohci-sm501: init genalloc for local memoryLaurentiu Tudor2019-06-031-27/+20
| * | | | USB: use genalloc for USB HCs with local memoryLaurentiu Tudor2019-06-036-9/+97
* | | | | coresight: Make the coresight_device_fwnode_match declaration's fwnode parame...Nathan Chancellor2019-07-121-1/+1
* | | | | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-1290-638/+502
|\ \ \ \ \
| * | | | | driver: core: Allow subsystems to continue deferring probeThierry Reding2019-07-032-12/+50
| * | | | | drivers: base: cacheinfo: Ensure cpu hotplug work is done before Intel RDTJames Morse2019-07-031-1/+2
| * | | | | arch_topology: Remove error messages on out-of-memory conditionsGeert Uytterhoeven2019-07-031-4/+1
| * | | | | drivers: s390/cio: Fix compilation warning about const qualifiersSuzuki K Poulose2019-06-262-4/+2
| * | | | | drivers: Add generic helper to match by of_nodeSuzuki K Poulose2019-06-242-6/+7
| * | | | | driver_find_device: Unify the match function with class_find_device()Suzuki K Poulose2019-06-2411-19/+19
| * | | | | bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-2436-63/+62
| * | | | | acpi: utils: Cleanup acpi_dev_match_cbSuzuki K Poulose2019-06-241-6/+1
| * | | | | mfd: Remove unused helper syscon_regmap_lookup_by_pdevnameSuzuki K Poulose2019-06-241-21/+0
| * | | | | staging: most-core: Use bus_find_device_by_nameSuzuki K Poulose2019-06-241-8/+1
| * | | | | lkdtm: remove redundant initialization of retColin Ian King2019-06-231-1/+1
| * | | | | docs: driver-model: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-213-3/+3
| * | | | | drivers: base/node.c: fixes a kernel-doc markupsMauro Carvalho Chehab2019-06-211-2/+3
| * | | | | thermal: bcm2835: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-211-2/+0
| * | | | | power: avs: smartreflex: no need to check return value of debugfs_create func...Greg Kroah-Hartman2019-06-211-30/+11
| * | | | | watchdog: bcm_kona_wdt: no need to check return value of debugfs_create funct...Greg Kroah-Hartman2019-06-211-10/+4
| * | | | | watchdog: mei_wdt: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-211-23/+7
| * | | | | coresight: cpu-debug: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-211-13/+2
| * | | | | firmware: arm_scmi: Use the correct style for SPDX License IdentifierNishad Kamdar2019-06-191-1/+1
| * | | | | firmware: ti_sci: Use the correct style for SPDX License IdentifierNishad Kamdar2019-06-191-1/+1