| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2017-11-16 | 2 | -97/+72 |
|\ |
|
| * | crypto/nx: Do not initialize workmem allocation | Haren Myneni | 2017-11-12 | 1 | -1/+1 |
| * | crypto/nx: Use percpu send window for NX requests | Haren Myneni | 2017-11-12 | 1 | -81/+68 |
| * | powerpc/vas, nx-842: Define and use chip_to_vas_id() | Sukadev Bhattiprolu | 2017-11-12 | 1 | -15/+3 |
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2017-11-14 | 3 | -6/+7 |
|\ \ |
|
| * | | crypto: nx - Use GCM IV size constant | Corentin LABBE | 2017-09-22 | 1 | -4/+5 |
| * | | crypto: nx-842 - constify vio_device_id | Arvind Yadav | 2017-09-22 | 1 | -1/+1 |
| * | | crypto: nx - constify vio_device_id | Arvind Yadav | 2017-09-22 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 2017-11-07 | 4 | -0/+4 |
|\ \ |
|
| * | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 4 | -0/+4 |
| |/ |
|
* / | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 2017-10-25 | 1 | -1/+1 |
|/ |
|
* | crypto/nx: Add P9 NX support for 842 compression engine | Haren Myneni | 2017-09-01 | 2 | -6/+372 |
* | crypto/nx: Add P9 NX specific error codes for 842 engine | Haren Myneni | 2017-09-01 | 2 | -0/+26 |
* | crypto/nx: Use kzalloc for workmem allocation | Haren Myneni | 2017-09-01 | 1 | -1/+1 |
* | crypto/nx: Add nx842_add_coprocs_list function | Haren Myneni | 2017-09-01 | 1 | -3/+9 |
* | crypto/nx: Create nx842_delete_coprocs function | Haren Myneni | 2017-09-01 | 1 | -13/+12 |
* | crypto/nx: Create nx842_configure_crb function | Haren Myneni | 2017-09-01 | 1 | -19/+38 |
* | crypto/nx: Rename nx842_powernv_function as icswx function | Haren Myneni | 2017-09-01 | 1 | -7/+13 |
* | powerpc/powernv: Move GET_FIELD/SET_FIELD to vas.h | Sukadev Bhattiprolu | 2017-08-31 | 2 | -8/+4 |
* | crypto: nx - drop duplicate header types.h | Geliang Tang | 2016-11-17 | 1 | -1/+0 |
* | crypto: nx - off by one bug in nx_of_update_msc() | Dan Carpenter | 2016-07-19 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2016-03-17 | 1 | -1/+1 |
|\ |
|
| * | treewide: Fix typo in printk | Masanari Iida | 2016-02-15 | 1 | -1/+1 |
* | | crypto: nx-842 - Mask XERS0 bit in return value | Haren Myneni | 2015-12-17 | 1 | -4/+8 |
* | | crypto: nx - use of_property_read_u32() | saurabh | 2015-11-24 | 1 | -7/+4 |
* | | crypto: nx - Fix timing leak in GCM and CCM decryption | David Gstir | 2015-11-16 | 2 | -2/+3 |
|/ |
|
* | crypto: 842 - Add CRC and validation support | Haren Myneni | 2015-10-14 | 2 | -4/+8 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2015-08-31 | 13 | -989/+775 |
|\ |
|
| * | crypto: nx - Add forward declaration for struct crypto_aead | Herbert Xu | 2015-08-17 | 1 | -0/+2 |
| * | crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag | Herbert Xu | 2015-08-17 | 2 | -6/+2 |
| * | crypto: nx - Removing CTR mode from NX driver | Leonidas Da Silva Barbosa | 2015-08-10 | 3 | -30/+1 |
| * | crypto: nx - use be32_to_cpu for __be32 field in debug msg | Dan Streetman | 2015-07-30 | 1 | -1/+2 |
| * | crypto: nx - don't err if compressed output > input | Dan Streetman | 2015-07-30 | 1 | -2/+5 |
| * | crypto: nx - make platform drivers directly register with crypto | Dan Streetman | 2015-07-23 | 6 | -191/+114 |
| * | crypto: nx - rename nx-842-crypto.c to nx-842.c | Dan Streetman | 2015-07-23 | 2 | -1/+1 |
| * | crypto: nx - merge nx-compress and nx-compress-crypto | Dan Streetman | 2015-07-23 | 5 | -162/+60 |
| * | crypto: nx - use common code for both NX decompress success cases | Dan Streetman | 2015-07-23 | 1 | -4/+2 |
| * | crypto: nx - don't register pSeries driver if ENODEV | Dan Streetman | 2015-07-23 | 1 | -4/+1 |
| * | crypto: nx - move kzalloc() out of spinlock | Dan Streetman | 2015-07-23 | 1 | -22/+16 |
| * | crypto: nx - remove pSeries NX 'status' field | Dan Streetman | 2015-07-23 | 1 | -29/+10 |
| * | crypto: nx - remove __init/__exit from VIO functions | Dan Streetman | 2015-07-23 | 1 | -4/+4 |
| * | crypto: nx - Convert ccm to new AEAD interface | Herbert Xu | 2015-07-17 | 3 | -95/+85 |
| * | crypto: nx - Use new IV convention | Herbert Xu | 2015-07-14 | 1 | -26/+40 |
| * | crypto: nx/842 - Fix context corruption | Herbert Xu | 2015-07-14 | 1 | -13/+35 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu | 2015-07-14 | 8 | -79/+125 |
| |\ |
|
| * | | crypto: nx - reduce chattiness of platform drivers | Nishanth Aravamudan | 2015-07-07 | 2 | -12/+1 |
| * | | crypto: nx - do not emit extra output if status is disabled | Nishanth Aravamudan | 2015-07-06 | 1 | -1/+7 |
| * | | crypto: nx - rename nx842_{init, exit} to nx842_pseries_{init, exit} | Nishanth Aravamudan | 2015-07-06 | 1 | -4/+4 |
| * | | crypto: nx - nx842_OF_upd_status should return ENODEV if device is not 'okay' | Nishanth Aravamudan | 2015-07-06 | 1 | -1/+2 |
* | | | crypto: nx - respect sg limit bounds when building sg lists for SHA | Jan Stancek | 2015-08-11 | 2 | -23/+32 |
| |/
|/| |
|