index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-08
crypto: hisilicon - Kunpeng916 crypto driver don't sleep when in softirq
Zhengchao Shao
2
-8
/
+8
2022-07-08
crypto: hisilicon/sec - don't sleep when in softirq
Zhengchao Shao
2
-11
/
+11
2022-07-08
crypto: hisilicon/sec - fix inconsistent argument
Jianglei Nie
1
-1
/
+1
2022-07-08
crypto: nx - Hold the reference returned by of_find_compatible_node
Liang He
1
-1
/
+4
2022-07-08
crypto: amcc - Hold the reference returned by of_find_compatible_node
Liang He
1
-16
/
+24
2022-07-08
crypto: vmx - Fix warning on p8_ghash_alg
Herbert Xu
1
-0
/
+1
2022-07-08
crypto: qat - expose device config through sysfs for 4xxx
Giovanni Cabiddu
2
-4
/
+115
2022-07-08
crypto: qat - relocate and rename adf_sriov_prepare_restart()
Giovanni Cabiddu
3
-27
/
+28
2022-07-08
crypto: qat - change behaviour of adf_cfg_add_key_value_param()
Giovanni Cabiddu
1
-1
/
+40
2022-07-08
crypto: qat - expose device state through sysfs for 4xxx
Giovanni Cabiddu
8
-1
/
+151
2022-06-30
crypto: arm64/gcm - Select AEAD for GHASH_ARM64_CE
Qian Cai
1
-0
/
+1
2022-06-30
crypto: testmgr - fix version number of RSA tests
lei he
1
-3
/
+3
2022-06-30
crypto: vmx - drop unexpected word 'for' in comments
Jiang Jian
1
-1
/
+1
2022-06-30
crypto: caam - drop unexpected word 'for' in comments
Jiang Jian
1
-1
/
+1
2022-06-30
crypto: caam - drop unexpected word 'a' in comments
Jiang Jian
2
-2
/
+2
2022-06-30
crypto: cavium - fix typos in comments
Jiang Jian
1
-1
/
+1
2022-06-30
crypto: arm64/aes-neon - Fix typo in comment
Jilin Yuan
1
-1
/
+1
2022-06-30
crypto: ux500/hash - drop unexpected word "the"
Jiang Jian
1
-1
/
+1
2022-06-30
crypto: nx - drop unexpected word "the"
Jiang Jian
1
-1
/
+1
2022-06-30
crypto: lib/blake2s - reduce stack frame usage in self test
Jason A. Donenfeld
1
-3
/
+3
2022-06-24
crypto: qat - Removes the x86 dependency on the QAT drivers
Yoan Picchi
1
-7
/
+7
2022-06-24
crypto: qat - replace get_current_node() with numa_node_id()
Andre Przywara
3
-9
/
+4
2022-06-24
crypto: rsa - implement Chinese Remainder Theorem for faster private key oper...
Ignat Korchagin
3
-6
/
+75
2022-06-24
crypto: ccp - During shutdown, check SEV data pointer before using
Tom Lendacky
1
-1
/
+1
2022-06-17
crypto: hisilicon/sec - only HW V2 needs to change the BD err detection
Kai Ye
1
-7
/
+8
2022-06-17
crypto: sun8i-ss - fix infinite loop in sun8i_ss_setup_ivs()
Alexey Khoroshilov
1
-0
/
+1
2022-06-17
crypto: hisilicon/qm - modify event irq processing
Weili Qian
2
-51
/
+99
2022-06-17
crypto: hisilicon/qm - move alloc qm->wq to qm.c
Weili Qian
3
-49
/
+27
2022-06-17
crypto: hisilicon/qm - add functions for releasing resources
Weili Qian
1
-12
/
+16
2022-06-17
crypto: hisilicon/trng - fix local variable type
Weili Qian
1
-1
/
+1
2022-06-17
MAINTAINERS: update HiSilicon ZIP and QM maintainers
Zhou Wang
1
-3
/
+12
2022-06-10
crypto: sun8i-ss - fix a NULL vs IS_ERR() check in sun8i_ss_hashkey
Peng Wu
1
-2
/
+2
2022-06-10
crypto: octeontx2 - fix potential null pointer access
Shijith Thotton
1
-3
/
+12
2022-06-10
crypto: blake2s - remove shash module
Jason A. Donenfeld
15
-624
/
+76
2022-06-10
crypto: memneq - move into lib/
Jason A. Donenfeld
6
-1
/
+7
2022-06-10
crypto: octeontx2 - add firmware version in devlink info
Shijith Thotton
3
-3
/
+42
2022-06-10
crypto: ccp - fix typo in comment
Julia Lawall
1
-1
/
+1
2022-06-10
crypto: hisilicon/sec - fix typos in comment
Julia Lawall
1
-2
/
+2
2022-06-10
fscrypt: Add HCTR2 support for filename encryption
Nathan Huckleberry
5
-10
/
+38
2022-06-10
crypto: arm64/polyval - Add PMULL accelerated implementation of POLYVAL
Nathan Huckleberry
4
-0
/
+560
2022-06-10
crypto: x86/polyval - Add PCLMULQDQ accelerated implementation of POLYVAL
Nathan Huckleberry
6
-0
/
+581
2022-06-10
crypto: arm64/aes-xctr - Improve readability of XCTR and CTR modes
Nathan Huckleberry
2
-68
/
+185
2022-06-10
crypto: arm64/aes-xctr - Add accelerated implementation of XCTR
Nathan Huckleberry
3
-66
/
+168
2022-06-10
crypto: x86/aesni-xctr - Add accelerated implementation of XCTR
Nathan Huckleberry
3
-82
/
+266
2022-06-10
crypto: hctr2 - Add HCTR2 support
Nathan Huckleberry
6
-0
/
+1278
2022-06-10
crypto: polyval - Add POLYVAL support
Nathan Huckleberry
7
-0
/
+412
2022-06-10
crypto: xctr - Add XCTR support
Nathan Huckleberry
6
-0
/
+901
2022-06-10
crypto: atmel-ecc - Remove duplicated error reporting in .remove()
Uwe Kleine-König
1
-2
/
+10
2022-06-10
crypto: sun8i-ss - Fix error codes for dma_mapping_error()
Dan Carpenter
1
-2
/
+4
2022-06-10
crypto: sun8i-ss - fix error codes in allocate_flows()
Dan Carpenter
1
-4
/
+12
[next]