Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
1a9d71f84c8d6f981bc598398ddbbec4ee25e3c7
/
drivers
/
crypto
/
ccp
ab6a11a
crypto: ccp - Fix AES XTS error for request sizes above 4096
by Tom Lendacky
· 8 years ago
bc197b2a
crypto: ccp - constify ccp_actions structure
by Julia Lawall
· 9 years ago
6f64389
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Herbert Xu
· 9 years ago
b3c2fee
crypto: ccp - Ensure all dependencies are specified
by Gary R Hook
· 9 years ago
58ea8ab
crypto: ccp - Register the CCP as a DMA resource
by Gary R Hook
· 9 years ago
7587c40
crypto: ccp - Fix RT breaking #include <linux/rwlock_types.h>
by Mike Galbraith
· 9 years ago
f709b45
crypto: ccp - Prevent information leakage on export
by Tom Lendacky
· 9 years ago
03a6f29
crypto: ccp - fix lock acquisition code
by Gary R Hook
· 9 years ago
ea0375a
crypto: ccp - Add abstraction for device-specific calls
by Gary R Hook
· 9 years ago
c7019c4
crypto: ccp - CCP versioning support
by Gary R Hook
· 9 years ago
553d237
crypto: ccp - Support for multiple CCPs
by Gary R Hook
· 9 years ago
3f19ce2
crypto: ccp - Remove check for x86 family and model
by Gary R Hook
· 9 years ago
ce0ae26
crypto: ccp - memset request context to zero during import
by Tom Lendacky
· 9 years ago
b31dde2
crypto: ccp - Don't assume export/import areas are aligned
by Tom Lendacky
· 9 years ago
d166216
crypto: ccp - Limit the amount of information exported
by Tom Lendacky
· 9 years ago
952bce9
crypto: ccp - Add hash state import and export support
by Tom Lendacky
· 9 years ago
c6c59bf
crypto: ccp - use to_pci_dev and to_platform_device
by Geliang Tang
· 9 years ago
bdd7506
crypto: ccp - Use precalculated hash from headers
by LABBE Corentin
· 9 years ago
f2115fa
Merge branch 'acpi-pci'
by Rafael J. Wysocki
· 9 years ago
1831eff
device property: ACPI: Make use of the new DMA Attribute APIs
by Suthikulpanit, Suravee
· 9 years ago
166db19
crypto: ccp - Use module name in driver structures
by Tom Lendacky
· 9 years ago
21dc9e8
crypto: ccp - Change references to accelerator to offload
by Tom Lendacky
· 9 years ago
52948cef
crypto: ccp - Remove use ACPI field
by Tom Lendacky
· 9 years ago
355eba5
crypto: ccp - Replace BUG_ON with WARN_ON and a return code
by Tom Lendacky
· 9 years ago
6170511
crypto: ccp - Provide support to autoload CCP driver
by Tom Lendacky
· 9 years ago
43c9fad
Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 9 years ago
596103c
crypto: drivers - Fix Kconfig selects
by Herbert Xu
· 9 years ago
04825cf
crypto: ccp - Unify coherency checking logic with device_dma_is_coherent()
by Suthikulpanit, Suravee
· 9 years ago
fb43f69
crypto: ccp - Protect against poorly marked end of sg list
by Tom Lendacky
· 9 years ago
d725332
crypto: ccp - Remove unused structure field
by Tom Lendacky
· 9 years ago
d921620
crypto: ccp - Remove manual check and set of dma_mask pointer
by Tom Lendacky
· 9 years ago
6c50634
crypto: ccp - Add ACPI support
by Tom Lendacky
· 10 years ago
be03a3a
crypto: ccp - Convert calls to their devm_ counterparts
by Tom Lendacky
· 10 years ago
261bf07
crypto: ccp - Use dma_set_mask_and_coherent to set DMA mask
by Tom Lendacky
· 10 years ago
a5bd093
crypto: ccp - Update CCP build support
by Tom Lendacky
· 10 years ago
8db8846
crypto: ccp - Updates for checkpatch warnings/errors
by Tom Lendacky
· 10 years ago
490f702
crypto: ccp - terminate ccp_support array with empty element
by Andrey Ryabinin
· 10 years ago
28f0136
crypto: ccp: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
61ded52
crypto: LLVMLinux: Remove VLAIS from crypto/ccp/ccp-crypto-sha.c
by Jan-Simon Möller
· 10 years ago
c9f21cb
crypto: ccp - Check for CCP before registering crypto algs
by Tom Lendacky
· 10 years ago
9baa3c3
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
by Benoit Taine
· 10 years ago
6391723
crypto: ccp - Do not sign extend input data to CCP
by Tom Lendacky
· 10 years ago
4839ddca
crypto: ccp - Remove "select OF" from Kconfig
by Tom Lendacky
· 10 years ago
126ae9a
crypto: ccp - Base AXI DMA cache settings on device tree
by Tom Lendacky
· 10 years ago
c4f4b32
crypto: ccp - Add platform device support for arm64
by Tom Lendacky
· 10 years ago
3d77565
crypto: ccp - Modify PCI support in prep for arm64 support
by Tom Lendacky
· 10 years ago
b4168a1
crypto: ccp - tfm->__crt_alg->cra_name directly
by Marek Vasut
· 10 years ago
5347ee8
crypto: ccp - Use pci_enable_msix_range() instead of pci_enable_msix()
by Alexander Gordeev
· 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
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
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
b8d9a50
crypto: ccp - Remove redundant dev_set_drvdata
by Sachin Kamat
· 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
d1dd206
crytpo: ccp - fix coccinelle warnings
by Fengguang Wu
· 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
d312359
crypto: ccp - crypto API interface to the CCP device driver
by Tom Lendacky
· 11 years ago
63b9450
crypto: ccp - CCP device driver and interface support
by Tom Lendacky
· 11 years ago