summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* tee: shm: make function __tee_shm_alloc staticColin Ian King2017-12-281-3/+3
* tee: optee: check type of registered shared memoryJens Wiklander2017-12-281-2/+42
* tee: add start argument to shm_register callbackJens Wiklander2017-12-283-5/+9
* tee: shm: inline tee_shm_get_id()Volodymyr Babchuk2017-12-151-11/+0
* tee: use reference counting for tee_contextVolodymyr Babchuk2017-12-153-9/+41
* tee: optee: enable dynamic SHM supportVolodymyr Babchuk2017-12-151-18/+51
* tee: optee: add optee-specific shared pool implementationVolodymyr Babchuk2017-12-153-0/+99
* tee: optee: store OP-TEE capabilities in private dataVolodymyr Babchuk2017-12-152-0/+4
* tee: optee: add registered buffers handling into RPC callsVolodymyr Babchuk2017-12-154-11/+102
* tee: optee: add registered shared parameters handlingVolodymyr Babchuk2017-12-151-15/+63
* tee: optee: add shared buffer registration functionsVolodymyr Babchuk2017-12-153-0/+75
* tee: optee: add page list manipulation functionsVolodymyr Babchuk2017-12-152-0/+96
* tee: optee: Update protocol definitionsVolodymyr Babchuk2017-12-152-6/+39
* tee: add register user memoryJens Wiklander2017-12-152-28/+219
* tee: flexible shared memory pool creationJens Wiklander2017-12-153-122/+108
* Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2017-12-105-102/+151
|\
| * Merge tag 'amlogic-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2017-12-101-2/+2
| |\
| | * meson-gx-socinfo: Fix package id parsingArnaud Patard2017-12-011-2/+2
| * | Merge tag 'ccn/fixes-for-4.15' of git://git.linaro.org/people/pawel.moll/linu...Olof Johansson2017-12-102-12/+20
| |\ \
| | * | bus: arm-ccn: fix module unloading Error: Removing state 147 which has instan...Kim Phillips2017-12-041-1/+1
| | * | bus: arm-cci: Fix use of smp_processor_id() in preemptible contextMarc Zyngier2017-12-041-2/+5
| | * | bus: arm-ccn: Fix use of smp_processor_id() in preemptible contextMarc Zyngier2017-12-041-1/+3
| | * | bus: arm-ccn: Simplify codeChristophe JAILLET2017-12-041-4/+2
| | * | bus: arm-ccn: Check memory allocation failureChristophe JAILLET2017-12-041-0/+5
| | * | bus: arm-ccn: constify attribute_group structures.Arvind Yadav2017-12-041-4/+4
| | |/
| * | firmware: arm_scpi: Revert updates made during v4.15 merge windowOlof Johansson2017-12-041-87/+129
| * | optee: fix invalid of_node_put() in optee_driver_init()Jens Wiklander2017-11-291-1/+0
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-0838-93/+215
|\ \
| * \ Merge tag 'linux-can-fixes-for-4.15-20171208' of git://git.kernel.org/pub/scm...David S. Miller2017-12-086-6/+12
| |\ \
| | * | can: peak/pcie_fd: fix potential bug in restarting tx queueStephane Grosjean2017-12-081-6/+3
| | * | can: usb_8dev: cancel urb on -EPIPE and -EPROTOMartin Kelly2017-12-081-0/+2
| | * | can: kvaser_usb: cancel urb on -EPIPE and -EPROTOMartin Kelly2017-12-081-0/+2
| | * | can: esd_usb2: cancel urb on -EPIPE and -EPROTOMartin Kelly2017-12-081-0/+2
| | * | can: ems_usb: cancel urb on -EPIPE and -EPROTOMartin Kelly2017-12-081-0/+2
| | * | can: mcba_usb: cancel urb on -EPROTOMartin Kelly2017-12-081-0/+1
| * | | Merge tag 'wireless-drivers-for-davem-2017-12-08' of git://git.kernel.org/pub...David S. Miller2017-12-0815-27/+122
| |\ \ \
| | * \ \ Merge tag 'iwlwifi-for-kalle-2017-12-05' of git://git.kernel.org/pub/scm/linu...Kalle Valo2017-12-075-6/+40
| | |\ \ \
| | | * | | iwlwifi: mvm: mark MIC stripped MPDUsSara Sharon2017-12-051-0/+2
| | | * | | iwlwifi: mvm: enable RX offloading with TKIP and WEPDavid Spinadel2017-12-052-4/+12
| | | * | | iwlwifi: mvm: flush queue before deleting ROCJohannes Berg2017-12-052-2/+24
| | | * | | iwlwifi: add new cards for 9260 and 22000 seriesIhab Zhaika2017-12-051-0/+2
| | * | | | brcmfmac: Avoid build error with make W=1Andy Shevchenko2017-12-071-1/+1
| | |/ / /
| | * | | brcmfmac: change driver unbind order of the sdio function devicesArend Van Spriel2017-12-021-1/+1
| | * | | Merge tag 'iwlwifi-for-kalle-2017-11-28' of git://git.kernel.org/pub/scm/linu...Kalle Valo2017-12-0211-19/+80
| | |\ \ \
| | | * | | iwlwifi: fix access to prph when transport is stoppedSara Sharon2017-11-253-2/+15
| | | * | | iwlwifi: pcie: fix erroneous "Read failed message"Sara Sharon2017-11-251-0/+1
| | | * | | iwlwifi: mvm: fix packet injectionEmmanuel Grumbach2017-11-256-15/+49
| | | * | | iwlwifi: mvm: fix the TX queue hang timeout for MONITOR vif typeEmmanuel Grumbach2017-11-251-0/+2
| | | * | | iwlwifi: mvm: don't use transmit queue hang detection when it is not possibleEmmanuel Grumbach2017-11-251-1/+10
| | | * | | iwlwifi: mvm: set correct chains in Rx statusShaul Triebitz2017-11-251-1/+3