index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: get rid of the trace rq insert wrapper
Chaitanya Kulkarni
2021-02-22
6
-10
/
+10
*
blktrace: fix blk_rq_merge documentation
Chaitanya Kulkarni
2021-02-22
1
-1
/
+1
*
blktrace: fix blk_rq_issue documentation
Chaitanya Kulkarni
2021-02-22
1
-1
/
+1
*
blktrace: add blk_fill_rwbs documentation comment
Chaitanya Kulkarni
2021-02-22
2
-1
/
+11
*
block: remove superfluous param in blk_fill_rwbs()
Chaitanya Kulkarni
2021-02-22
4
-15
/
+15
*
block: Remove unused blk_pm_*() function definitions
Bart Van Assche
2021-02-22
2
-39
/
+0
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2021-02-22
207
-15312
/
+13961
|
\
|
*
hwrng: timeriomem - Use device-managed registration API
Tian Tao
2021-02-10
1
-2
/
+1
|
*
crypto: hisilicon/qm - fix printing format issue
Weili Qian
2021-02-10
2
-9
/
+9
|
*
crypto: hisilicon/qm - do not reset hardware when CE happens
Weili Qian
2021-02-10
5
-7
/
+24
|
*
crypto: hisilicon/qm - update irqflag
Sihang Chen
2021-02-10
1
-4
/
+3
|
*
crypto: hisilicon/qm - fix the value of 'QM_SQC_VFT_BASE_MASK_V2'
Weili Qian
2021-02-10
1
-1
/
+1
|
*
crypto: hisilicon/qm - fix request missing error
Weili Qian
2021-02-10
1
-0
/
+28
|
*
crypto: hisilicon/qm - removing driver after reset
Weili Qian
2021-02-10
5
-20
/
+36
|
*
crypto: octeontx2 - fix -Wpointer-bool-conversion warning
Arnd Bergmann
2021-02-10
1
-2
/
+1
|
*
crypto: hisilicon/hpre - enable Elliptic curve cryptography
Hui Tang
2021-02-10
1
-1
/
+8
|
*
crypto: hisilicon - PASID fixed on Kunpeng 930
Weili Qian
2021-02-10
5
-10
/
+24
|
*
crypto: hisilicon/qm - fix use of 'dma_map_single'
Weili Qian
2021-02-10
1
-23
/
+27
|
*
crypto: hisilicon/hpre - tiny fix
Hui Tang
2021-02-10
1
-5
/
+8
|
*
crypto: hisilicon/hpre - adapt the number of clusters
Hui Tang
2021-02-10
2
-27
/
+52
|
*
crypto: cpt - remove casting dma_alloc_coherent
Xu Wang
2021-02-10
1
-4
/
+4
|
*
crypto: keembay-ocs-aes - Fix 'q' assignment during CCM B0 generation
Daniele Alessandrelli
2021-02-10
1
-3
/
+3
|
*
crypto: xor - Fix typo of optimization
Bhaskar Chowdhury
2021-02-10
1
-1
/
+1
|
*
hwrng: optee - Use device-managed registration API
Tian Tao
2021-02-10
1
-2
/
+1
|
*
crypto: arm64/crc-t10dif - move NEON yield to C code
Ard Biesheuvel
2021-02-10
2
-38
/
+35
|
*
crypto: arm64/aes-ce-mac - simplify NEON yield
Ard Biesheuvel
2021-02-10
2
-40
/
+33
|
*
crypto: arm64/aes-neonbs - remove NEON yield calls
Ard Biesheuvel
2021-02-10
1
-6
/
+2
|
*
crypto: arm64/sha512-ce - simplify NEON yield
Ard Biesheuvel
2021-02-10
2
-48
/
+34
|
*
crypto: arm64/sha3-ce - simplify NEON yield
Ard Biesheuvel
2021-02-10
2
-56
/
+39
|
*
crypto: arm64/sha2-ce - simplify NEON yield
Ard Biesheuvel
2021-02-10
2
-35
/
+25
|
*
crypto: arm64/sha1-ce - simplify NEON yield
Ard Biesheuvel
2021-02-10
2
-40
/
+29
|
*
crypto: ecdh_helper - Ensure 'len >= secret.len' in decode_key()
Daniele Alessandrelli
2021-02-10
1
-0
/
+3
|
*
crypto: powerpc/sha256 - remove unneeded semicolon
Yang Li
2021-02-10
1
-1
/
+1
|
*
crypto: caam - Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE
Jiapeng Chong
2021-02-10
1
-2
/
+2
|
*
crypto: twofish - use unaligned accessors instead of alignmask
Ard Biesheuvel
2021-02-10
1
-8
/
+3
|
*
crypto: fcrypt - drop unneeded alignmask
Ard Biesheuvel
2021-02-10
1
-1
/
+0
|
*
crypto: cast6 - use unaligned accessors instead of alignmask
Ard Biesheuvel
2021-02-10
1
-22
/
+17
|
*
crypto: cast5 - use unaligned accessors instead of alignmask
Ard Biesheuvel
2021-02-10
1
-14
/
+9
|
*
crypto: camellia - use unaligned accessors instead of alignmask
Ard Biesheuvel
2021-02-10
1
-29
/
+16
|
*
crypto: blowfish - use unaligned accessors instead of alignmask
Ard Biesheuvel
2021-02-10
1
-14
/
+9
|
*
crypto: serpent - use unaligned accessors instead of alignmask
Ard Biesheuvel
2021-02-10
1
-27
/
+17
|
*
crypto: serpent - get rid of obsolete tnepres variant
Ard Biesheuvel
2021-02-10
5
-169
/
+7
|
*
crypto: michael_mic - fix broken misalignment handling
Ard Biesheuvel
2021-02-10
1
-19
/
+12
|
*
hwrng: timeriomem - Fix cooldown period calculation
Jan Henrik Weinstock
2021-02-10
1
-1
/
+1
|
*
crypto: marvell - CRYPTO_DEV_OCTEONTX2_CPT should depend on ARCH_THUNDER2
Geert Uytterhoeven
2021-02-10
1
-1
/
+1
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux for-next/crypto
Herbert Xu
2021-02-10
1
-0
/
+16
|
|
\
|
*
|
crypto: crypto4xx - Avoid linking failure with HW_RANDOM=m
Florian Fainelli
2021-02-05
1
-1
/
+1
|
*
|
crypto: octeontx2 - Add dependency on NET_VENDOR_MARVELL
Herbert Xu
2021-02-05
1
-0
/
+1
|
*
|
crypto: octeontx2 - fix signedness bug in cptvf_register_interrupts()
Dan Carpenter
2021-02-05
1
-1
/
+1
|
*
|
crypto: ccree - fix spelling typo of allocated
dingsenjie
2021-02-05
1
-1
/
+1
[next]