summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-23Drivers: hv: vmbus: Change server monitor_pages index to 0Kimberly Brown1-1/+1
2019-02-22habanalabs: use GFP_ATOMIC under spin lockWei Yongjun1-1/+1
2019-02-21Merge tag 'gnss-5.1-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman10-44/+420
2019-02-21Merge tag 'intel_th-stm-for-greg-20190221' of git://git.kernel.org/pub/scm/li...Greg Kroah-Hartman6-15/+32
2019-02-21stm class: Prevent division by zeroAlexander Shishkin1-3/+5
2019-02-21stm class: Fix an endless loop in channel allocationZhi Jin1-0/+3
2019-02-21intel_th: Don't reference unassigned outputsAlexander Shishkin1-0/+4
2019-02-21intel_th: pti: Use sysfs_match_string() helperAndy Shevchenko1-9/+7
2019-02-21intel_th: Only create useful device nodesAlexander Shishkin1-1/+5
2019-02-21intel_th: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+4
2019-02-21intel_th: Update ABI documentationAlexander Shishkin1-2/+4
2019-02-20mei: hbm: clean the feature flags on link resetAlexander Usyskin1-0/+7
2019-02-19drm/msm/a6xx: Add support for an interconnect pathJordan Crouse4-0/+33
2019-02-19misc: fastrpc: Fix return value check in fastrpc_map_create()Wei Yongjun1-2/+2
2019-02-19binder: reduce mmap_sem write-side lockMinchan Kim1-2/+2
2019-02-19misc: fastrpc: Fix device_open when no session is availableThierry Escande1-1/+10
2019-02-19misc: fastrpc: select CONFIG_DMA_SHARED_BUFFERSrinivas Kandagatla1-0/+1
2019-02-19nvmem: core: don't check the return value of notifier chain callBartosz Golaszewski1-3/+1
2019-02-18Update MAINTAINERS and CREDITS with habanalabs infoOded Gabbay2-1/+10
2019-02-18habanalabs: add debugfs supportOded Gabbay11-2/+1546
2019-02-18habanalabs: implement INFO IOCTLOded Gabbay4-1/+208
2019-02-18habanalabs: add virtual memory and MMU modulesOmer Shpigelman12-8/+3013
2019-02-18habanalabs: add command submission moduleOded Gabbay11-7/+2843
2019-02-18habanalabs: add device reset supportOded Gabbay10-25/+737
2019-02-18habanalabs: add sysfs and hwmon supportOded Gabbay11-2/+1889
2019-02-18habanalabs: add event queue and interruptsOded Gabbay6-13/+694
2019-02-18habanalabs: add h/w queues moduleOded Gabbay13-8/+2807
2019-02-18habanalabs: add basic Goya h/w initializationOded Gabbay10-8/+3991
2019-02-18habanalabs: add command buffer moduleOded Gabbay8-2/+738
2019-02-18habanalabs: add context and ASID modulesOded Gabbay6-3/+374
2019-02-18habanalabs: add basic Goya supportOded Gabbay9-0/+1066
2019-02-18habanalabs: add Goya registers header filesOded Gabbay94-0/+30555
2019-02-18habanalabs: add skeleton driverOded Gabbay7-0/+860
2019-02-15gnss: add driver for mediatek receiversLoys Ollivier3-0/+168
2019-02-15gnss: add mtk receiver type supportLoys Ollivier2-0/+2
2019-02-15dt-bindings: gnss: add mediatek bindingLoys Ollivier1-0/+35
2019-02-15binder: fix handling of misaligned binder objectTodd Kjos1-1/+1
2019-02-14dt-bindings: Add vendor prefix for "GlobalTop Technology, Inc."Loys Ollivier1-0/+1
2019-02-14binder: fix sparse issue in binder_alloc_selftest.cTodd Kjos1-2/+3
2019-02-13char: lp: mark expected switch fall-throughGustavo A. R. Silva1-2/+2
2019-02-13parport: daisy: use new parport device modelSudip Mukherjee4-3/+54
2019-02-12binder: use userspace pointer as base of buffer spaceTodd Kjos5-99/+118
2019-02-12binder: remove user_buffer_offsetTodd Kjos3-65/+13
2019-02-12binder: remove kernel vm_area for buffer spaceTodd Kjos1-38/+2
2019-02-12binder: avoid kernel vm_area for buffer fixupsTodd Kjos1-49/+97
2019-02-12binder: add function to copy binder object from bufferTodd Kjos1-17/+58
2019-02-12binder: add functions to copy to/from binder buffersTodd Kjos4-45/+147
2019-02-12binder: create userspace-to-binder-buffer copy functionTodd Kjos3-7/+143
2019-02-12misc: fastrpc: Add support for dmabuf exporterSrinivas Kandagatla2-0/+192
2019-02-12misc: fastrpc: Add support for create remote init processSrinivas Kandagatla2-0/+166