summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* hwrng: core - Clean up RNG list when last hwrng is unregisteredGary R Hook2017-12-221-0/+4
* crypto: inside-secure - EIP97 supportAntoine Ténart2017-12-224-138/+264
* crypto: inside-secure - retry to proceed the request later on failAntoine Ténart2017-12-222-9/+29
* crypto: inside-secure - handle more result requests when counter is fullAntoine Ténart2017-12-222-3/+14
* crypto: inside-secure - acknowledge the result requests all at onceAntoine Ténart2017-12-221-6/+10
* crypto: inside-secure - increase the ring sizeAntoine Ténart2017-12-221-2/+2
* crypto: inside-secure - dequeue all requests at onceAntoine Ténart2017-12-222-12/+56
* crypto: inside-secure - use threaded IRQs for result handlingAntoine Ténart2017-12-222-20/+22
* crypto: inside-secure - move request dequeueing into a workqueueAntoine Ténart2017-12-224-26/+29
* crypto: inside-secure - remove unused parameter in invalidate_cacheOfer Heifetz2017-12-224-4/+2
* crypto: inside-secure - move cipher crypto mode to request contextOfer Heifetz2017-12-221-4/+7
* crypto: inside-secure - EBUSY is not an error on async requestOfer Heifetz2017-12-221-1/+1
* crypto: inside-secure - refrain from unneeded invalidationsOfer Heifetz2017-12-222-12/+22
* crypto: inside-secure - comment the caching functionAntoine Ténart2017-12-221-0/+10
* crypto: inside-secure - remove useless memsetAntoine Ténart2017-12-221-1/+0
* crypto: inside-secure - fix typo in a commentAntoine Ténart2017-12-221-1/+1
* crypto: inside-secure - remove extra empty lineAntoine Ténart2017-12-221-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2017-12-22693-4948/+7247
|\
| * crypto: inside-secure - do not use areq->result for partial resultsAntoine Ténart2017-12-221-5/+5
| * crypto: inside-secure - fix request allocations in invalidation pathAntoine Ténart2017-12-222-15/+15
| * crypto: inside-secure - free requests even if their handling failedAntoine Ténart2017-12-221-0/+1
| * crypto: inside-secure - per request invalidationOfer Heifetz2017-12-222-27/+111
| * crypto: n2 - cure use after freeJan Engelhardt2017-12-221-0/+3
| * crypto: chelsio - select CRYPTO_GF128MULArnd Bergmann2017-12-221-0/+1
| * 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-091-2/+2
| | |\
| | | * meson-gx-socinfo: Fix package id parsingArnaud Patard2017-11-301-2/+2
| | * | Merge tag 'ccn/fixes-for-4.15' of git://git.linaro.org/people/pawel.moll/linu...Olof Johansson2017-12-092-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-031-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