index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
mmu_notifier.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-06-03
hwrng: omap - Use pm_runtime_resume_and_get() to replace open coding
Tian Tao
1
-4
/
+2
2021-06-03
hwrng: exynos - Use pm_runtime_resume_and_get() to replace open coding
Tian Tao
1
-2
/
+1
2021-06-03
crypto: hisilicon - switch to memdup_user_nul()
Zou Wei
1
-10
/
+3
2021-05-28
crypto: hisilicon/qm - support address prefetching
Longfang Liu
5
-0
/
+182
2021-05-28
crypto: hisilicon/qm - add MSI detection steps on Kunpeng930
Weili Qian
1
-24
/
+100
2021-05-28
crypto: ecdh - add test suite for NIST P384
Hui Tang
2
-0
/
+68
2021-05-28
crypto: ecdh - register NIST P384 tfm
Hui Tang
1
-0
/
+33
2021-05-28
crypto: ecdh - fix 'ecdh_init'
Hui Tang
1
-1
/
+10
2021-05-28
crypto: ecdh - fix ecdh-nist-p192's entry in testmgr
Hui Tang
3
-5
/
+1
2021-05-28
crypto: hisilicon/qm - fix the process of VF's list adding
Kai Ye
1
-8
/
+8
2021-05-28
crypto: hisilicon/qm - add dfx log if not use hardware crypto algs
Kai Ye
1
-2
/
+5
2021-05-28
crypto: qce - Fix inconsistent indenting
Jiapeng Chong
1
-1
/
+1
2021-05-28
crypto: nx - Fix typo in comment
Shaokun Zhang
1
-2
/
+2
2021-05-28
MAINTAINERS: Add maintainer for Qualcomm crypto drivers
Thara Gopinath
1
-0
/
+7
2021-05-28
crypto: qce: skcipher: Fix incorrect sg count for dma transfers
Thara Gopinath
1
-7
/
+8
2021-05-28
crypto: DRBG - switch to HMAC SHA512 DRBG as default DRBG
Stephan Müller
1
-6
/
+6
2021-05-28
hwrng: core - Use DEVICE_ATTR_<RW|RO> macro
YueHaibing
1
-21
/
+15
2021-05-28
crypto: tcrypt - enable tests for xxhash and blake2
Ard Biesheuvel
1
-0
/
+36
2021-05-28
crypto: ccp: ccp-dev: Fix a little doc-rot
Lee Jones
1
-1
/
+1
2021-05-28
crypto: nx: nx-aes-gcm: Kernel-doc formatting should not be used for headers
Lee Jones
1
-13
/
+11
2021-05-28
crypto: cavium: Fix a bunch of kernel-doc related issues
Lee Jones
6
-13
/
+15
2021-05-28
hwrng: core - remove redundant initialization of variable err
Shaokun Zhang
1
-1
/
+1
2021-05-28
crypto: qce - Fix some error handling path
Wei Yongjun
1
-3
/
+9
2021-05-28
crypto: khazad,wp512 - remove leading spaces before tabs
Hui Tang
2
-22
/
+20
2021-05-28
crypto: header - Fix spelling errors
Zhen Lei
3
-3
/
+3
2021-05-28
hwrng: Kconfig - Remove leading spaces
Juerg Haefliger
1
-4
/
+4
2021-05-28
crypto: qat - remove unused macro in FW loader
Jack Xu
1
-1
/
+0
2021-05-28
crypto: qat - check return code of qat_hal_rd_rel_reg()
Jack Xu
1
-1
/
+5
2021-05-28
crypto: qat - report an error if MMP file size is too large
Jack Xu
1
-4
/
+2
2021-05-28
crypto: qat - check MMP size before writing to the SRAM
Jack Xu
3
-6
/
+6
2021-05-28
crypto: qat - return error when failing to map FW
Jack Xu
1
-1
/
+2
2021-05-23
crypto: ccp - Fix a resource leak in an error handling path
Christophe JAILLET
1
-2
/
+4
2021-05-23
crypto: hisilicon/qm - enable to close master ooo when NFE occurs
Weili Qian
4
-76
/
+150
2021-05-23
crypto: hisilicon/qm - adjust order of device error configuration
Weili Qian
4
-20
/
+18
2021-05-23
crypto: hisilicon/qm - modify 'QM_RESETTING' clearing error
Weili Qian
1
-1
/
+1
2021-05-23
crypto: hisilicon/qm - initialize the device before doing tasks
Weili Qian
1
-6
/
+8
2021-05-23
crypto: sa2ul - Remove child devices in remove
Suman Anna
1
-0
/
+2
2021-05-23
crypto: sa2ul - Use devm_platform_ioremap_resource()
Suman Anna
1
-5
/
+5
2021-05-23
crypto: sa2ul - Use of_device_get_match_data() helper
Suman Anna
1
-8
/
+4
2021-05-23
crypto: sa2ul - Fix pm_runtime enable in sa_ul_probe()
Suman Anna
1
-0
/
+1
2021-05-23
crypto: sa2ul - Fix leaks on failure paths with sa_dma_init()
Suman Anna
1
-9
/
+12
2021-05-23
hwrng: omap - Enable driver for TI K3 family
Suman Anna
1
-1
/
+1
2021-05-21
crypto: hisilicon/hpre - add 'default' for switch statement
Hui Tang
1
-2
/
+2
2021-05-21
crypto: hisilicon/hpre - delete rudundant macro definition
Hui Tang
1
-2
/
+1
2021-05-21
crypto: hisilicon/hpre - use 'GENMASK' to generate mask value
Hui Tang
2
-10
/
+10
2021-05-21
crypto: hisilicon/hpre - delete rudundant initialization
Hui Tang
1
-2
/
+2
2021-05-21
crypto: hisilicon/hpre - remove the macro of 'HPRE_DEV'
Hui Tang
1
-27
/
+26
2021-05-21
crypto: hisilicon/hpre - replace macro with inline function
Hui Tang
1
-9
/
+16
2021-05-21
crypto: hisilicon/hpre - init a structure member each line
Hui Tang
1
-14
/
+42
2021-05-21
crypto: hisilicon/hpre - the macro 'HPRE_ADDR' expands
Hui Tang
1
-30
/
+29
[next]