index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-28
crypto: rockchip - rename ablk functions to cipher
Corentin Labbe
1
-16
/
+16
2022-10-28
crypto: rockchip - add support for rk3328
Corentin Labbe
1
-0
/
+1
2022-10-28
crypto: rockchip - fix style issue
Corentin Labbe
1
-6
/
+6
2022-10-28
crypto: rockchip - use read_poll_timeout
Corentin Labbe
1
-12
/
+12
2022-10-28
crypto: rockchip - use clk_bulk to simplify clock management
Corentin Labbe
2
-61
/
+11
2022-10-28
crypto: rockchip - handle reset also in PM
Corentin Labbe
1
-12
/
+10
2022-10-28
crypto: rockchip - introduce PM
Corentin Labbe
4
-2
/
+69
2022-10-28
crypto: rockchip - add debugfs
Corentin Labbe
5
-0
/
+91
2022-10-28
crypto: rockchip - rewrite type
Corentin Labbe
4
-23
/
+28
2022-10-28
crypto: rockchip - rework by using crypto_engine
Corentin Labbe
5
-365
/
+221
2022-10-28
crypto: rockchip - remove non-aligned handling
Corentin Labbe
4
-103
/
+31
2022-10-28
crypto: rockchip - better handle cipher key
Corentin Labbe
2
-3
/
+8
2022-10-28
crypto: rockchip - add fallback for ahash
Corentin Labbe
1
-0
/
+38
2022-10-28
crypto: rockchip - add fallback for cipher
Corentin Labbe
3
-13
/
+90
2022-10-28
crypto: rockchip - do not store mode globally
Corentin Labbe
2
-22
/
+41
2022-10-28
crypto: rockchip - fix privete/private typo
Corentin Labbe
1
-1
/
+1
2022-10-28
crypto: rockchip - do not do custom power management
Corentin Labbe
4
-8
/
+6
2022-10-28
crypto: rockchip - do not use uninitialized variable
Corentin Labbe
1
-1
/
+1
2022-10-28
crypto: rockchip - use dev_err for error message about interrupt
Corentin Labbe
1
-2
/
+1
2022-10-21
hwrng: stm32 - fix read of the last word
Tomas Marek
1
-1
/
+1
2022-10-21
hwrng: stm32 - fix number of returned bytes on read
Tomas Marek
1
-2
/
+4
2022-10-21
crypto: talitos - Use the defined variable to clean code
jianchunfu
1
-3
/
+3
2022-10-21
hwrng: mtk - add mt7986 support
Mingming.Su
1
-2
/
+3
2022-10-21
crypto: n2 - add missing hash statesize
Corentin Labbe
1
-0
/
+6
2022-10-21
crypto: ixp4xx - Fix sparse warnings
Herbert Xu
1
-5
/
+5
2022-10-21
hwrng: npcm - Add NPCM8XX support
Tomer Maimon
1
-4
/
+10
2022-10-21
crypto: stm32 - Fix spelling mistake "wite" -> "write"
Colin Ian King
1
-2
/
+2
2022-10-21
crypto: ccp - Add support for TEE for PCI ID 0x14CA
Mario Limonciello
1
-1
/
+10
2022-10-21
crypto: nitrox - avoid double free on error path in nitrox_sriov_init()
Natalia Petrova
1
-0
/
+1
2022-10-21
crypto: ccp - Remove unused struct ccp_crypto_cpu
Yuan Can
1
-7
/
+0
2022-10-21
crypto: sun8i-ss - use dma_addr instead u32
Corentin Labbe
1
-1
/
+1
2022-10-21
crypto: inside-secure - Add MaxLinear platform
Peter Harliman Liem
2
-1
/
+13
2022-10-21
crypto: inside-secure - Add fw_little_endian option
Peter Harliman Liem
2
-4
/
+11
2022-10-21
crypto: inside-secure - Expand soc data structure
Peter Harliman Liem
2
-15
/
+35
2022-10-21
crypto: talitos - Replace zero-length arrays with DECLARE_FLEX_ARRAY() helper
Gustavo A. R. Silva
1
-2
/
+2
2022-10-21
crypto: ccp - Add __init/__exit annotations to module init/exit funcs
ruanjinjie
1
-2
/
+2
2022-10-21
crypto: hisilicon/qm - re-enable communicate interrupt before notifying PF
Weili Qian
1
-1
/
+1
2022-10-21
crypto: hisilicon/sec - enabling clock gating of the address prefetch module
Weili Qian
1
-1
/
+1
2022-10-21
crypto: hisilicon/qm - fix incorrect parameters usage
Weili Qian
1
-2
/
+2
2022-10-21
crypto: hisilicon/qm - drop unnecessary IS_ENABLE(CONFIG_NUMA) check
Yicong Yang
1
-6
/
+4
2022-10-21
crypto: hisilicon/hpre - fix resource leak in remove process
Zhiqi Song
1
-8
/
+2
2022-10-16
Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random
Linus Torvalds
57
-116
/
+103
2022-10-16
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
Linus Torvalds
15
-124
/
+1810
2022-10-15
Merge tag 'pci-v6.1-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
1
-61
/
+1
2022-10-14
Merge tag 'libnvdimm-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
5
-28
/
+18
2022-10-14
Merge tag 'rtc-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
Linus Torvalds
11
-247
/
+98
2022-10-14
Merge tag 'i3c/for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux
Linus Torvalds
1
-4
/
+3
2022-10-14
Merge tag 'for-linus-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs
Linus Torvalds
10
-27
/
+32
2022-10-14
Merge tag 'arm-fixes-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
2
-0
/
+2
2022-10-14
Merge branch 'clk-rate-range' into clk-next
Stephen Boyd
9
-113
/
+1805
[next]