summaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions
>2025-03-25af_unix: Move internal definitions to net/unix/.Kuniyuki Iwashima d=89a82ef87e012061989fcaf7dd51d706ff2090e3'>crypto: atmel-authenc - add support to authenc(hmac(shaX), Y(aes)) modesCyrille Pitchen 2017-02-03crypto: atmel-sha - add support to hmac(shaX)Cyrille Pitchen 2017-02-03crypto: atmel-sha - add simple DMA transfersCyrille Pitchen 2017-02-03crypto: atmel-sha - add atmel_sha_cpu_start()Cyrille Pitchen 2017-02-03crypto: atmel-sha - add atmel_sha_wait_for_data_ready()Cyrille Pitchen 2017-02-03crypto: atmel-sha - redefine SHA_FLAGS_SHA* flags to match SHA_MR_ALGO_SHA*Cyrille Pitchen 2017-02-03crypto: atmel-sha - make atmel_sha_done_task more genericCyrille Pitchen 2017-02-03crypto: atmel-sha - update request queue management to make it more genericCyrille Pitchen 2017-02-03crypto: atmel-sha - create function to get an Atmel SHA deviceCyrille Pitchen 2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds 2016-03-11crypto: atmel - fix checks of error code returned by devm_ioremap_resource()Vladimir Zapolskiy 2016-02-17crypto: atmel-sha - fix race in atmel_sha_final()Cyrille Pitchen 2016-02-17crypto: atmel-sha - fix .import()/.export() implementationCyrille Pitchen 2016-02-06crypto: atmel-sha - remove calls of clk_prepare() from atomic contextsCyrille Pitchen 2016-02-06crypto: atmel-sha - fix atmel_sha_remove()Cyrille Pitchen 2016-01-30crypto: atmel-sha - fix algorihtm registrationCyrille Pitchen 2016-01-25crypto: atmel-sha - fix context switchesCyrille Pitchen 2016-01-25crypto: atmel-sha - add support of sama5d2x SoCsCyrille Pitchen 2016-01-25crypto: atmel-sha - fix a race between the 'done' tasklet and the crypto clientCyrille Pitchen 2016-01-25crypto: atmel-sha - fix crash when computing digest on empty messageCyrille Pitchen 2015-12-17crypto: atmel-sha - Removed unused variable "err"Rahul Pathak 2015-10-14crypto: atmel - use devm_xxx() managed functionLABBE Corentin 2015-10-08crypto: atmel - Check for clk_prepare_enable() return valueLABBE Corentin 2015-04-08crypto: atmel-sha - correct the max burst sizeLeilei Zhao 2015-04-08crypto: atmel-sha - initialize spinlock in probeLeilei Zhao 2015-04-08crypto: atmel-sha - fix sg list managementLeilei Zhao 2015-04-08crypto: atmel-sha - correct the way data are splitLudovic Desroches 2015-04-08crypto: atmel-sha - add new versionLeilei Zhao 2015-03-04crypto: atmel - fix typo in dev_err error messageColin Ian King 2014-12-22crypto: atmel_sha - remove unused shash fallback instance.Svenning Sørensen 2014-10-20crypto: drop owner assignment from platform_driversWolfram Sang 2014-08-01crypto: atmel-sha - Switch to managed version of kzallocPramod Gurav