summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-18245-1448/+16333
|\
| * android: binder: Rate-limit debug and userspace triggered err msgsSherry Yang2018-08-082-17/+29
| * Merge tag 'fsi-updates-2018-08-08' of git://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman2018-08-082-7/+33
| |\
| | * fsi: sbefifo: Bump max command lengthBenjamin Herrenschmidt2018-08-081-7/+32
| | * fsi: scom: Fix NULL dereferenceBenjamin Herrenschmidt2018-08-061-0/+1
| * | misc: mic: SCIF Fix scif_get_new_port() error handlingDan Carpenter2018-08-051-11/+9
| * | misc: cxl: changed asterisk positionParth Y Shah2018-08-051-1/+1
| * | genwqe: card_base: Use true and false for boolean valuesGustavo A. R. Silva2018-08-051-1/+1
| * | misc: eeprom: assignment outside the if statementParth Y Shah2018-08-051-1/+2
| * | uio: potential double frees if __uio_register_device() failsDan Carpenter2018-08-021-2/+1
| * | eeprom: idt_89hpesx: clean up an error pointer vs NULL inconsistencyDan Carpenter2018-08-021-1/+1
| * | misc: ti-st: Fix memory leak in the error path of probe()Anton Vasilyev2018-08-021-2/+2
| * | android: binder: Show extra_buffers_size in traceSherry Yang2018-08-021-2/+5
| * | firmware: vpd: Fix section enabled flag on vpd_section_destroyAnton Vasilyev2018-08-021-1/+4
| * | platform: goldfish: Retire pdev_busRoman Kiryanov2018-08-023-238/+0
| * | mux: adgs1408: new driver for Analog Devices ADGS1408/1409 muxMircea Caprioru2018-08-023-0/+143
| * | Drivers: hv: vmbus: Cleanup synic memory free pathMichael Kelley2018-08-021-6/+8
| * | Drivers: hv: vmbus: Remove use of slow_virt_to_phys()Michael Kelley2018-08-021-7/+20
| * | Drivers: hv: vmbus: Reset the channel callback in vmbus_onoffer_rescind()Dexuan Cui2018-08-022-16/+30
| * | mei: define dma ring buffer sizes for PCH12 HW and newerAlexander Usyskin2018-08-022-0/+17
| * | mei: restrict dma ring support to hbm version 2.1Tomas Winkler2018-08-024-0/+16
| * | mei: hbm: introduce dma bit in the message headerTomas Winkler2018-08-024-6/+16
| * | mei: hbm: define dma ring setup protocolTomas Winkler2018-08-021-0/+49
| * | mei: add support for variable length mei headers.Tomas Winkler2018-08-026-64/+102
| * | uio: fix possible circular locking dependencyXiubo Li2018-08-021-10/+6
| * | uio: pruss: fix error handling in probeDan Carpenter2018-08-021-24/+45
| * | Drivers: hv: vmbus: add numa_node to sysfsStephen Hemminger2018-07-291-0/+17
| * | Drivers: hv: vmbus: Get rid of MSR access from vmbus_drv.cSunil Muthuswamy2018-07-291-1/+1
| * | Drivers: hv: vmbus: Fix the issue with freeing up hv_ctl_table_hdrSunil Muthuswamy2018-07-291-10/+4
| * | Drivers: hv: vmus: Fix the check for return value from kmsg get dump bufferSunil Muthuswamy2018-07-291-7/+4
| * | Merge tag 'fsi-updates-2018-07-27' of git://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman2018-07-276-145/+485
| |\|
| | * fsi: Prevent multiple concurrent rescansBenjamin Herrenschmidt2018-07-272-2/+16
| | * fsi: Add cfam char devicesBenjamin Herrenschmidt2018-07-271-51/+213
| | * fsi: scom: Convert to use the new chardevBenjamin Herrenschmidt2018-07-271-50/+80
| | * fsi: sbefifo: Convert to use the new chardevBenjamin Herrenschmidt2018-07-271-29/+55
| | * fsi: Add new central chardev supportBenjamin Herrenschmidt2018-07-272-2/+108
| | * fsi: master-ast-cf: Rename dump_trace() to avoid name collisionBenjamin Herrenschmidt2018-07-261-5/+5
| | * fsi: master-ast-cf: Fix memory leakGustavo A. R. Silva2018-07-261-2/+4
| | * fsi: master-ast-cf: Mask unused bits in RTAG/RCRCBenjamin Herrenschmidt2018-07-251-2/+2
| | * fsi: master-ast-cf: Fix build warnings on 64-bit platformsBenjamin Herrenschmidt2018-07-241-2/+2
| * | thunderbolt: Add support for runtime PMMika Westerberg2018-07-257-20/+276
| * | thunderbolt: Remove redundant variable 'approved'Colin Ian King2018-07-251-2/+0
| * | thunderbolt: Use correct ICM commands in system suspendMika Westerberg2018-07-251-5/+13
| * | thunderbolt: No need to take tb->lock in domain suspend/completeMika Westerberg2018-07-251-14/+1
| * | thunderbolt: Do not unnecessarily call ICM get routeMika Westerberg2018-07-251-9/+26
| * | thunderbolt: Use 64-bit DMA mask if supported by the platformMika Westerberg2018-07-251-0/+8
| * | thunderbolt: Fix small typo in variable nameNathan Ciobanu2018-07-251-1/+1
| * | android: binder: Include asm/cacheflush.h after linux/ include filesGuenter Roeck2018-07-241-1/+3
| * | android: binder_alloc: Include asm/cacheflush.h after linux/ include filesGuenter Roeck2018-07-241-1/+1
| * | mei: add mei_msg_hdr_init wrapper.Tomas Winkler2018-07-242-15/+20