Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
8f9702aad13892cc50560f29adfa313da584636b
/
drivers
/
crypto
8f9702a
crypto: s5p-sss - validate iv before memcpy
by Naveen Krishna Chatradhi
· 11 years ago
e922e96
crypto: s5p-sss - Let Exynos SoCs select SSS driver
by Naveen Krishna Chatradhi
· 11 years ago
8924510
crypto: s5p-sss - Add support for SSS module on Exynos
by Naveen Krishna Chatradhi
· 11 years ago
6b9f16e
crypto: s5p-sss - Add device tree support
by Naveen Krishna Chatradhi
· 11 years ago
96fc70b
crypto: s5p-sss - Use platform_get_irq() instead of _byname()
by Naveen Krishna Chatradhi
· 11 years ago
da37503
crypto: caam - Fix the 'quoted string split across lines'
by Marek Vasut
· 11 years ago
e397ee0
crypto: caam - Sweep the remnants
by Marek Vasut
· 11 years ago
e22cdcf
crypto: caam - Kill SPRINTFCAT() with fire
by Marek Vasut
· 11 years ago
4f0fa52
crypto: caam - Clean up report_deco_status()
by Marek Vasut
· 11 years ago
1e16322
crypto: caam - Clean up report_ccb_status()
by Marek Vasut
· 11 years ago
526243c
crypto: caam - Dissolve report_jump_idx()
by Marek Vasut
· 11 years ago
e75880d
crypto: caam - Kill the easy targets
by Marek Vasut
· 11 years ago
8a47582
crypto: caam - Pass error type into the functions
by Marek Vasut
· 11 years ago
867e1ee
crypto: caam - Implement fast-path for error codes with no handler
by Marek Vasut
· 11 years ago
9724d7a
crypto: caam - Pull all the error codes out
by Marek Vasut
· 11 years ago
fa9659c
crypto: caam - Contain caam_jr_strstatus() ugliness
by Marek Vasut
· 11 years ago
9f84951
crypto: atmel-aes - check alignment of cfb64 mode
by Leilei Zhao
· 11 years ago
e5d8c96
crypto: atmel-aes - correct block size of cfb8 mode
by Leilei Zhao
· 11 years ago
3d67be2
crypto: caam - fix mem leak in ahash_setkey
by Horia Geanta
· 11 years ago
f51f593
crypto: omap-des - handle error of pm_runtime_get_sync
by Nishanth Menon
· 11 years ago
5347ee8
crypto: ccp - Use pci_enable_msix_range() instead of pci_enable_msix()
by Alexander Gordeev
· 11 years ago
52d77eb
cryptoo: bfin_crc - avoid get physical address of coherence memory by dma_map_single
by Sonic Zhang
· 11 years ago
8d39039
crypto: bfin_crc - ignore duplicated registration of the same algorithm
by Sonic Zhang
· 11 years ago
52e6e54
crypto: bfin_crc - access crc registers by readl and writel functions
by Sonic Zhang
· 11 years ago
2496be2
crypto: omap-des - use devm_ioremap_resource()
by Jingoo Han
· 11 years ago
7ded6e3
crypto: nx - Use RCU_INIT_POINTER(x, NULL)
by Monam Agarwal
· 11 years ago
59ecc26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 11 years ago
ec31eed
crypto: caam - add missing key_dma unmap
by Horia Geanta
· 11 years ago
ae4a825
crypto: caam - add support for aead null encryption
by Horia Geanta
· 11 years ago
4464a7d
crypto: caam - remove error propagation handling
by Horia Geanta
· 11 years ago
85e0da9
crypto: caam - Fix first parameter to caam_init_rng
by Herbert Xu
· 11 years ago
26a0548
crypto: omap-sham - Map SG pages if they are HIGHMEM before accessing
by Joel Fernandes
· 11 years ago
6e4e603
crypto: caam - Dynamic memory allocation for caam_rng_ctx object
by Nitesh Lal
· 11 years ago
04d088c
crypto: mxs-dcp - Optimize hashing
by Marek Vasut
· 11 years ago
1a7c685
crypto: mxs-dcp - Align the bounce buffers
by Marek Vasut
· 11 years ago
26f25b2
crypto: omap-des - make local functions static
by Jingoo Han
· 11 years ago
ae12fe2
crypto: omap-sham - Use SIMPLE_DEV_PM_OPS macro
by Jingoo Han
· 11 years ago
e78f919
crypto: omap-des - Use SIMPLE_DEV_PM_OPS macro
by Jingoo Han
· 11 years ago
ea7b2843
crypto: omap-aes - Use SIMPLE_DEV_PM_OPS macro
by Jingoo Han
· 11 years ago
4ea5d99
crypt: bfin_crc - Remove useless SSYNC instruction and cache flush to DMA coherent memory
by Sonic Zhang
· 11 years ago
3d6f1d1
crypto: sahara - Use return value of devm_request_irq() on error
by Alexander Shiyan
· 11 years ago
c65a52f
crypto: ccp - Account for CCP backlog processing
by Tom Lendacky
· 11 years ago
950b10b
crypto: ccp - Invoke context callback when there is a backlog error
by Tom Lendacky
· 11 years ago
0611451
crypto: ccp - Prevent a possible lost CCP command request
by Tom Lendacky
· 11 years ago
f829e7a
crypto: caam - writel() arguments are swapped
by Dan Carpenter
· 11 years ago
645af2e
crypto: tegra - remove driver
by Stephen Warren
· 11 years ago
701d0f1
crypto: omap-des - Add config and build options
by Joel Fernandes
· 11 years ago
e91aa9d
crypto: omap-des - Add omap-des driver for OMAP4/AM43xx
by Joel Fernandes
· 11 years ago
d9588f8
crypto: mxs-dcp - Fix platform_get_irq() error handling
by Fabio Estevam
· 11 years ago
0fdefe2
crypto: s5p-sss - Use devm_ioremap_resource()
by Jingoo Han
· 11 years ago
9e95275
crypto: sahara - Use devm_ioremap_resource()
by Jingoo Han
· 11 years ago
32af1e1
crypto: picoxcell - Use devm_ioremap_resource()
by Jingoo Han
· 11 years ago
0ba3e10
crypto/nx/nx-842: Fix handling of vmalloc addresses
by Nathan Fontenot
· 11 years ago
883619a
crypto: caam - fix ERA retrieval function
by Alex Porosanu
· 11 years ago
fecfd7f
crypto: mxs-dcp: Check the return value of stmp_reset_block()
by Fabio Estevam
· 11 years ago
e921f03
crypto: mxs-dcp: Use devm_kzalloc()
by Fabio Estevam
· 11 years ago
f3de9cb
crypto: talitos: init the priv->alg_list more earlier in talitos_probe()
by Kevin Hao
· 11 years ago
530abd8
crypto: ccp - Perform completion callbacks using a tasklet
by Tom Lendacky
· 11 years ago
bc38544
crypto: ccp - Use a single queue for proper ordering of tfm requests
by Tom Lendacky
· 11 years ago
c11baa0
crypto: ccp - Move HMAC calculation down to ccp ops file
by Tom Lendacky
· 11 years ago
d81ed65
crypto: ccp - Allow for selective disablement of crypto API algorithms
by Tom Lendacky
· 11 years ago
80e84c1
crypto: ccp - Fix ccp_run_passthru_cmd dma variable assignments
by Dave Jones
· 11 years ago
0a63b09
crypto: caam - Fix job ring discovery in controller driver
by Nitesh Lal
· 11 years ago
2021aba
crypto: dcp - Move the AES operation type from actx to rctx
by Marek Vasut
· 11 years ago
0ba3307
Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 11 years ago
13c789a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 11 years ago
fe70be5
crypto: mxs - Fix sparse non static symbol warning
by Wei Yongjun
· 11 years ago
db34cf9
crypto: ccp - CCP device enabled/disabled changes
by Tom Lendacky
· 11 years ago
82d1585
crypto: ccp - Cleanup hash invocation calls
by Tom Lendacky
· 11 years ago
81a59f0
crypto: ccp - Change data length declarations to u64
by Tom Lendacky
· 11 years ago
393897c
crypto: ccp - Check for caller result area before using it
by Tom Lendacky
· 11 years ago
77dc4a5
crypto: ccp - Cleanup scatterlist usage
by Tom Lendacky
· 11 years ago
5258de8
crypto: ccp - Apply appropriate gfp_t type to memory allocations
by Tom Lendacky
· 11 years ago
d16b870
crypto: drivers - Sort drivers/crypto/Makefile
by Marek Vasut
· 11 years ago
15b59e7
crypto: mxs - Add Freescale MXS DCP driver
by Marek Vasut
· 11 years ago
c493c04
crypto: mxs - Remove the old DCP driver
by Marek Vasut
· 11 years ago
a7dedb4
Merge tag 'davinci-for-v3.14/gpio' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into next/drivers
by Olof Johansson
· 11 years ago
efb753b
crypto: ixp4xx - Fix kernel compile error
by Krzysztof Hałasa
· 11 years ago
d781728
crypto: talitos - Remove redundant dev_set_drvdata
by Sachin Kamat
· 11 years ago
b8d9a50
crypto: ccp - Remove redundant dev_set_drvdata
by Sachin Kamat
· 11 years ago
2be9d96
crypto: crypto4xx - Remove redundant dev_set_drvdata
by Sachin Kamat
· 11 years ago
8f2d751
Merge tag 'at91-drivers' of git://github.com/at91linux/linux-at91 into next/drivers
by Olof Johansson
· 11 years ago
4e6e0b2
crypto: caam - simplify and harden key parsing
by Horia Geanta
· 11 years ago
acef7b0
crypto: omap-sham - Fix Polling mode for larger blocks
by Lokesh Vutla
· 11 years ago
369f3da
crypto: ccp - Remove user triggerable pr_err calls
by Tom Lendacky
· 11 years ago
d5aa809
crypto: ccp - CCP Kconfig fixes
by Tom Lendacky
· 11 years ago
6f0be9b
crypto: ccp - Fix sparse warnings in ccp-crypto-sha.c
by Tom Lendacky
· 11 years ago
1ca5b7d
crypto: atmel-sha - add sha information to the log
by Nicolas Ferre
· 11 years ago
abfe7ae
crypto: atmel-sha - add support for Device Tree
by Nicolas Ferre
· 11 years ago
84c8976
crypto: atmel-tdes - add support for Device Tree
by Nicolas Ferre
· 11 years ago
be943c7
crypto: atmel-aes - add support for Device Tree
by Nicolas Ferre
· 11 years ago
d1dd206
crytpo: ccp - fix coccinelle warnings
by Fengguang Wu
· 11 years ago
f7b2b5d
crypto: omap-aes - add error check for pm_runtime_get_sync
by Nishanth Menon
· 11 years ago
b62ffd8
crypto: talitos - fix locating offending descriptor in error path
by Horia Geanta
· 11 years ago
f13ab86
crypto: omap-sham - Only release DMA channel if successfully requested
by Mark A. Greer
· 11 years ago
f114766
crytpo: ccp - CCP device driver build files
by Tom Lendacky
· 11 years ago
0ab0a1d
crypto: ccp - CCP SHA crypto API support
by Tom Lendacky
· 11 years ago
1d6b8a6
crypto: ccp - CCP XTS-AES crypto API support
by Tom Lendacky
· 11 years ago
7c18537
crypto: ccp - CCP AES CMAC mode crypto API support
by Tom Lendacky
· 11 years ago
2b78943
crypto: ccp - CCP AES crypto API support
by Tom Lendacky
· 11 years ago
Next »