summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-08android: binder: Rate-limit debug and userspace triggered err msgsSherry Yang2-17/+29
2018-08-08Merge tag 'fsi-updates-2018-08-08' of git://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman2-7/+33
2018-08-08fsi: sbefifo: Bump max command lengthBenjamin Herrenschmidt1-7/+32
2018-08-06fsi: scom: Fix NULL dereferenceBenjamin Herrenschmidt1-0/+1
2018-08-05misc: mic: SCIF Fix scif_get_new_port() error handlingDan Carpenter1-11/+9
2018-08-05misc: cxl: changed asterisk positionParth Y Shah1-1/+1
2018-08-05genwqe: card_base: Use true and false for boolean valuesGustavo A. R. Silva1-1/+1
2018-08-05misc: eeprom: assignment outside the if statementParth Y Shah1-1/+2
2018-08-02uio: potential double frees if __uio_register_device() failsDan Carpenter1-2/+1
2018-08-02eeprom: idt_89hpesx: clean up an error pointer vs NULL inconsistencyDan Carpenter1-1/+1
2018-08-02misc: ti-st: Fix memory leak in the error path of probe()Anton Vasilyev1-2/+2
2018-08-02android: binder: Show extra_buffers_size in traceSherry Yang1-2/+5
2018-08-02firmware: vpd: Fix section enabled flag on vpd_section_destroyAnton Vasilyev1-1/+4
2018-08-02platform: goldfish: Retire pdev_busRoman Kiryanov3-238/+0
2018-08-02goldfish: Use dedicated macros instead of manual bit shiftingRoman Kiryanov1-4/+7
2018-08-02goldfish: Add missing includes to goldfish.hRoman Kiryanov1-0/+3
2018-08-02mux: adgs1408: new driver for Analog Devices ADGS1408/1409 muxMircea Caprioru3-0/+143
2018-08-02dt-bindings: mux: add adi,adgs1408Mircea Caprioru2-0/+54
2018-08-02Drivers: hv: vmbus: Cleanup synic memory free pathMichael Kelley1-6/+8
2018-08-02Drivers: hv: vmbus: Remove use of slow_virt_to_phys()Michael Kelley1-7/+20
2018-08-02Drivers: hv: vmbus: Reset the channel callback in vmbus_onoffer_rescind()Dexuan Cui3-16/+32
2018-08-02mei: define dma ring buffer sizes for PCH12 HW and newerAlexander Usyskin2-0/+17
2018-08-02mei: restrict dma ring support to hbm version 2.1Tomas Winkler4-0/+16
2018-08-02mei: hbm: introduce dma bit in the message headerTomas Winkler4-6/+16
2018-08-02mei: hbm: define dma ring setup protocolTomas Winkler1-0/+49
2018-08-02mei: add support for variable length mei headers.Tomas Winkler6-64/+102
2018-08-02uio: fix possible circular locking dependencyXiubo Li1-10/+6
2018-08-02uio: pruss: fix error handling in probeDan Carpenter1-24/+45
2018-07-29Drivers: hv: vmbus: add numa_node to sysfsStephen Hemminger2-0/+24
2018-07-29Drivers: hv: vmbus: Get rid of MSR access from vmbus_drv.cSunil Muthuswamy2-1/+4
2018-07-29Drivers: hv: vmbus: Fix the issue with freeing up hv_ctl_table_hdrSunil Muthuswamy1-10/+4
2018-07-29Drivers: hv: vmus: Fix the check for return value from kmsg get dump bufferSunil Muthuswamy1-7/+4
2018-07-27Merge tag 'fsi-updates-2018-07-27' of git://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman7-146/+496
2018-07-27fsi: Prevent multiple concurrent rescansBenjamin Herrenschmidt2-2/+16
2018-07-27fsi: Add cfam char devicesBenjamin Herrenschmidt1-51/+213
2018-07-27fsi: scom: Convert to use the new chardevBenjamin Herrenschmidt1-50/+80
2018-07-27fsi: sbefifo: Convert to use the new chardevBenjamin Herrenschmidt1-29/+55
2018-07-27fsi: Add new central chardev supportBenjamin Herrenschmidt3-3/+119
2018-07-26fsi: master-ast-cf: Rename dump_trace() to avoid name collisionBenjamin Herrenschmidt1-5/+5
2018-07-26fsi: master-ast-cf: Fix memory leakGustavo A. R. Silva1-2/+4
2018-07-25thunderbolt: Add support for runtime PMMika Westerberg7-20/+276
2018-07-25thunderbolt: Remove redundant variable 'approved'Colin Ian King1-2/+0
2018-07-25thunderbolt: Use correct ICM commands in system suspendMika Westerberg1-5/+13
2018-07-25thunderbolt: No need to take tb->lock in domain suspend/completeMika Westerberg1-14/+1
2018-07-25thunderbolt: Do not unnecessarily call ICM get routeMika Westerberg1-9/+26
2018-07-25thunderbolt: Use 64-bit DMA mask if supported by the platformMika Westerberg1-0/+8
2018-07-25thunderbolt: Fix small typo in variable nameNathan Ciobanu1-1/+1
2018-07-25fsi: master-ast-cf: Mask unused bits in RTAG/RCRCBenjamin Herrenschmidt1-2/+2
2018-07-24android: binder: Include asm/cacheflush.h after linux/ include filesGuenter Roeck1-1/+3
2018-07-24android: binder_alloc: Include asm/cacheflush.h after linux/ include filesGuenter Roeck1-1/+1