Age | Commit message (Expand) | Author |
2018-01-10 | dma-mapping: move swiotlb arch helpers to a new header | Christoph Hellwig |
2017-12-22 | crypto: inside-secure - do not use areq->result for partial results | Antoine Ténart |
2017-12-22 | crypto: inside-secure - fix request allocations in invalidation path | Antoine Ténart |
2017-12-22 | crypto: inside-secure - free requests even if their handling failed | Antoine Ténart |
2017-12-22 | crypto: inside-secure - per request invalidation | Ofer Heifetz |
2017-12-22 | crypto: n2 - cure use after free | Jan Engelhardt |
2017-12-22 | crypto: chelsio - select CRYPTO_GF128MUL | Arnd Bergmann |
2017-11-16 | Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2017-11-14 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2017-11-13 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2017-11-12 | crypto/nx: Do not initialize workmem allocation | Haren Myneni |
2017-11-12 | crypto/nx: Use percpu send window for NX requests | Haren Myneni |
2017-11-12 | powerpc/vas, nx-842: Define and use chip_to_vas_id() | Sukadev Bhattiprolu |
2017-11-10 | crypto: stm32/hash - Fix return issue on update | Lionel Debieve |
2017-11-10 | crypto: dh - Remove pointless checks for NULL 'p' and 'g' | Eric Biggers |
2017-11-10 | crypto: qat - Clean up error handling in qat_dh_set_secret() | Eric Biggers |
2017-11-07 | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar |
2017-11-06 | crypto: Convert timers to use timer_setup() | Kees Cook |
2017-11-06 | crypto: chcr - Replace _manual_ swap with swap macro | Gustavo A. R. Silva |
2017-11-06 | crypto: marvell - Add a NULL entry at the end of mv_cesa_plat_id_table[] | Boris BREZILLON |
2017-11-06 | crypto: atmel - remove empty functions | Tudor-Dan Ambarus |
2017-11-06 | crypto: caam - remove unused param of ctx_map_to_sec4_sg() | Horia Geantă |
2017-11-06 | crypto: caam - remove unneeded edesc zeroization | Horia Geantă |
2017-11-03 | crypto: atmel-aes - Reset the controller before each use | Romain Izard |
2017-11-03 | crypto: atmel-aes - properly set IV after {en,de}crypt | Romain Izard |
2017-11-03 | crypto: s5p-sss - Add HASH support for Exynos | Kamil Konieczny |
2017-11-03 | crypto: s5p-sss - Change spaces to tabs | Kamil Konieczny |
2017-11-03 | crypto: drivers - Convert timers to use timer_setup() | Kees Cook |
2017-11-03 | crypto: caam/qi - abort algorithm setup on DPAA2 parts | Horia Geantă |
2017-11-03 | crypto: caam - fix incorrect define | Radu Alexe |
2017-11-03 | crypto: atmel - remove useless irq init | Tudor-Dan Ambarus |
2017-11-03 | crypto: atmel - return appropriate error code | Tudor-Dan Ambarus |
2017-11-03 | crypto: mediatek - move to generic async completion | Gilad Ben-Yossef |
2017-11-03 | crypto: qce - move to generic async completion | Gilad Ben-Yossef |
2017-11-03 | crypto: talitos - move to generic async completion | Gilad Ben-Yossef |
2017-11-03 | crypto: marvell/cesa - remove redundant backlog checks on EBUSY | Gilad Ben-Yossef |
2017-11-03 | crypto: ccp - use -ENOSPC for transient busy indication | Gilad Ben-Yossef |
2017-11-03 | crypto: vmx - Use skcipher for ctr fallback | Paulo Flabiano Smorigo |
2017-11-03 | crypto: marvell - Switch cipher algs to the skcipher interface | Boris BREZILLON |
2017-11-03 | crypto: qat - mark expected switch fall-throughs in qat_uclo | Gustavo A. R. Silva |
2017-11-03 | crypto: qat - remove unused and redundant pointer vf_info | Colin Ian King |
2017-11-03 | crypto: ccp - remove unused variable qim | Colin Ian King |
2017-11-03 | crypto: cavium - clean up clang warning on unread variable offset | Colin Ian King |
2017-11-03 | crypto: marvell - Remove the old mv_cesa driver | Boris BREZILLON |
2017-11-03 | crypto: marvell - Add a platform_device_id table | Boris BREZILLON |
2017-11-03 | crypto: chelsio - Fix memory leak | Harsh Jain |
2017-11-03 | crypto: chelsio - Move DMA un/mapping to chcr from lld cxgb4 driver | Harsh Jain |
2017-11-03 | crypto: chelsio - Remove allocation of sg list to implement 2K limit of dsgl ... | Harsh Jain |
2017-11-03 | crypto: chelsio - Use x8_ble gf multiplication to calculate IV. | Harsh Jain |
2017-11-03 | crypto: chelsio - Check error code with IS_ERR macro | Yeshaswi M R Gowda |