index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-22
hwrng: s390 - replace snprintf in show functions with sysfs_emit
Qing Wang
1
-2
/
+2
2021-10-15
crypto: octeontx2 - set assoclen in aead_do_fallback()
Ovidiu Panait
1
-0
/
+1
2021-10-15
crypto: ccp - Fix whitespace in sev_cmd_buffer_len()
Peter Gonda
1
-1
/
+1
2021-10-08
hwrng: mtk - Force runtime pm ops for sleep ops
Markus Schneider-Pargmann
1
-2
/
+7
2021-10-08
crypto: testmgr - Only disable migration in crypto_disable_simd_for_test()
Sebastian Andrzej Siewior
1
-2
/
+2
2021-10-08
crypto: qat - share adf_enable_pf2vf_comms() from adf_pf2vf_msg.c
Marco Chiappero
6
-23
/
+26
2021-10-08
crypto: qat - extract send and wait from adf_vf2pf_request_version()
Marco Chiappero
1
-13
/
+37
2021-10-08
crypto: qat - add VF and PF wrappers to common send function
Marco Chiappero
3
-8
/
+36
2021-10-08
crypto: qat - rename pfvf collision constants
Marco Chiappero
1
-13
/
+13
2021-10-08
crypto: qat - move pfvf collision detection values
Marco Chiappero
2
-9
/
+9
2021-10-08
crypto: qat - make pfvf send message direction agnostic
Marco Chiappero
1
-7
/
+8
2021-10-08
crypto: qat - use hweight for bit counting
Giovanni Cabiddu
1
-14
/
+2
2021-10-08
crypto: qat - remove duplicated logic across GEN2 drivers
Marco Chiappero
8
-245
/
+107
2021-10-08
crypto: qat - fix handling of VF to PF interrupts
Marco Chiappero
9
-76
/
+133
2021-10-08
crypto: qat - remove unnecessary collision prevention step in PFVF
Marco Chiappero
1
-19
/
+1
2021-10-08
crypto: qat - disregard spurious PFVF interrupts
Giovanni Cabiddu
2
-0
/
+12
2021-10-08
crypto: qat - detect PFVF collision after ACK
Giovanni Cabiddu
1
-0
/
+7
2021-10-08
crypto: ccree - avoid out-of-range warnings from clang
Arnd Bergmann
1
-1
/
+2
2021-10-08
crypto: hisilicon/qm - modify the uacce mode check
Kai Ye
1
-8
/
+14
2021-10-01
crypto: api - Export crypto_boot_test_finished
Herbert Xu
1
-0
/
+1
2021-10-01
crypto: hisilicon/zip - Fix spelling mistake "COMSUMED" -> "CONSUMED"
Colin Ian King
1
-1
/
+1
2021-10-01
crypto: ecc - fix CRYPTO_DEFAULT_RNG dependency
Arnd Bergmann
1
-1
/
+1
2021-10-01
hwrng: meson - Improve error handling for core clock
Uwe Kleine-König
1
-2
/
+3
2021-09-24
crypto: api - Fix built-in testing dependency failures
Herbert Xu
3
-27
/
+108
2021-09-24
crypto: marvell/cesa - drop unneeded MODULE_ALIAS
Krzysztof Kozlowski
1
-1
/
+0
2021-09-24
crypto: qat - power up 4xxx device
Giovanni Cabiddu
4
-0
/
+47
2021-09-24
crypto: caam - disable pkc for non-E SoCs
Michael Walle
2
-4
/
+18
2021-09-17
crypto: aesni - check walk.nbytes instead of err
Shreyansh Chouhan
1
-1
/
+1
2021-09-17
crypto: drbg - Fix unused value warning in drbg_healthcheck_sanity()
Tim Gardner
1
-1
/
+1
2021-09-17
crypto: img-hash - remove need for error return variable ret
Colin Ian King
1
-6
/
+1
2021-09-17
hwrng: ixp4xx - Make use of the helper function devm_platform_ioremap_resource()
Cai Huoqing
1
-3
/
+1
2021-09-17
crypto: qat - remove unneeded packed attribute
Giovanni Cabiddu
1
-6
/
+6
2021-09-17
crypto: qat - free irq in case of failure
Wojciech Ziemba
1
-29
/
+34
2021-09-17
crypto: qat - free irqs only if allocated
Maksim Lukoshkov
3
-37
/
+35
2021-09-17
crypto: qat - remove unmatched CPU affinity to cluster IRQ
Wojciech Ziemba
1
-1
/
+0
2021-09-17
crypto: qat - replace deprecated MSI API
Wojciech Ziemba
3
-60
/
+55
2021-09-17
crypto: hisilicon/qm - support the userspace task resetting
Kai Ye
1
-1
/
+45
2021-09-17
crypto: hisilicon/qm - fix the uacce mmap failed
Kai Ye
1
-1
/
+3
2021-09-17
crypto: hisilicon - Fix sscanf format signedness
Herbert Xu
1
-1
/
+1
2021-09-17
crypto: arm64/aes-ccm - avoid by-ref argument for ce_aes_ccm_auth_data
Ard Biesheuvel
2
-24
/
+18
2021-09-17
crypto: arm64/aes-ccm - reduce NEON begin/end calls for common case
Ard Biesheuvel
2
-32
/
+49
2021-09-17
crypto: arm64/aes-ccm - remove non-SIMD fallback path
Ard Biesheuvel
1
-121
/
+32
2021-09-17
crypto: arm64/aes-ccm - yield NEON when processing auth-only data
Ard Biesheuvel
1
-0
/
+1
2021-09-17
crypto: arm64/aes-ce - stop using SIMD helper for skciphers
Ard Biesheuvel
2
-93
/
+13
2021-09-17
crypto: arm64/aes-neonbs - stop using SIMD helper for skciphers
Ard Biesheuvel
2
-115
/
+9
2021-09-17
crypto: arm64/gcm-aes-ce - remove non-SIMD fallback path
Ard Biesheuvel
1
-158
/
+51
2021-09-17
crypto: sm4 - Do not change section of ck and sbox
Nathan Chancellor
1
-2
/
+2
2021-09-17
hwrng: Kconfig - Add helper dependency on COMPILE_TEST
Cai Huoqing
1
-6
/
+6
2021-09-17
crypto: jitter - drop kernel-doc notation
Randy Dunlap
1
-12
/
+12
2021-09-12
Linux 5.15-rc1
Linus Torvalds
1
-2
/
+2
[next]