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
/
char
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-03
dtlk: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-07-03
hpet: Support 32-bit userspace
He Zhe
1
-5
/
+29
2024-07-01
tpm_tis_spi: add missing attpm20p SPI device ID entry
Vitor Soares
1
-0
/
+1
2024-07-01
char: tpm: Fix possible memory leak in tpm_bios_measurements_open()
Joe Hattori
1
-0
/
+2
2024-06-28
hwrng: core - Fix wrong quality calculation at hw rng registration
Harald Freudenberger
1
-1
/
+3
2024-06-28
hwrng: exynos - Enable Exynos850 support
Sam Protsenko
1
-0
/
+3
2024-06-28
hwrng: exynos - Add SMC based TRNG operation
Sam Protsenko
1
-10
/
+130
2024-06-28
hwrng: exynos - Implement bus clock control
Sam Protsenko
1
-1
/
+9
2024-06-28
hwrng: exynos - Use devm_clk_get_enabled() to get the clock
Sam Protsenko
1
-17
/
+4
2024-06-28
hwrng: exynos - Improve coding style
Sam Protsenko
1
-31
/
+28
2024-06-24
agp: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
5
-0
/
+5
2024-06-22
video: agp: add remaining missing MODULE_DESCRIPTION() macros
Jeff Johnson
8
-0
/
+8
2024-06-21
hwrng: drivers - add missing Arm & Cavium MODULE_DESCRIPTION() macros
Jeff Johnson
3
-0
/
+3
2024-06-19
Merge drm/drm-next into drm-intel-next
Jani Nikula
36
-185
/
+1739
2024-06-17
Merge tag 'v6.10-rc4' into char-misc-next
Greg Kroah-Hartman
3
-3
/
+4
2024-06-14
ipmi: ssif_bmc: prevent integer overflow on 32bit systems
Dan Carpenter
1
-2
/
+4
2024-06-07
hwrng: omap - add missing MODULE_DESCRIPTION() macro
Jeff Johnson
2
-0
/
+2
2024-06-07
hwrng: stm32 - use sizeof(*priv) instead of sizeof(struct stm32_rng_private)
Marek Vasut
1
-1
/
+1
2024-06-07
hwrng: stm32 - cache device pointer in struct stm32_rng_private
Marek Vasut
1
-18
/
+13
2024-06-07
hwrng: stm32 - use pm_runtime_resume_and_get()
Marek Vasut
1
-1
/
+3
2024-06-07
hwrng: amd - Convert PCIBIOS_* return codes to errnos
Ilpo Järvinen
1
-1
/
+3
2024-06-05
tpm: Switch to new Intel CPU model defines
Tony Luck
2
-2
/
+2
2024-06-05
tpm_tis: Do *not* flush uninitialized work
Jan Beulich
1
-1
/
+2
2024-06-04
char: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
3
-0
/
+3
2024-06-04
tlclk: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-06-04
ppdev: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-05-31
drm: move intel-gtt.h under include/drm/intel
Jani Nikula
2
-2
/
+2
2024-05-29
Merge tag 'v6.10-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-43
/
+4
2024-05-28
tpm: Enable TCG_TPM2_HMAC by default only for X86_64
Jarkko Sakkinen
1
-1
/
+1
2024-05-28
tpm: Rename TPM2_OA_TMPL to TPM2_OA_NULL_KEY and make it local
Jarkko Sakkinen
1
-2
/
+19
2024-05-28
tpm: Open code tpm_buf_parameters()
Jarkko Sakkinen
2
-27
/
+9
2024-05-28
tpm_tis_spi: Account for SPI header when allocating TPM SPI xfer buffer
Matthew R. Ochs
1
-1
/
+2
2024-05-26
hwrng: core - Remove add_early_randomness
Herbert Xu
1
-43
/
+4
2024-05-25
Merge tag 'for-linus-6.10-1' of https://github.com/cminyard/linux-ipmi
Linus Torvalds
10
-45
/
+35
2024-05-23
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2
-3
/
+0
2024-05-22
Merge tag 'char-misc-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
4
-12
/
+20
2024-05-22
virtio_console: drop owner assignment
Krzysztof Kozlowski
1
-2
/
+0
2024-05-22
hwrng: virtio: drop owner assignment
Krzysztof Kozlowski
1
-1
/
+0
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+1
2024-05-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linux
Linus Torvalds
1
-1
/
+0
2024-05-13
Merge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
3
-8
/
+21
2024-05-13
Merge tag 'tpmdd-next-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd
Linus Torvalds
13
-67
/
+1652
2024-05-13
Merge tag 'asm-generic-alpha' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
Linus Torvalds
1
-1
/
+1
2024-05-09
tpm: disable the TPM if NULL name changes
James Bottomley
3
-16
/
+67
2024-05-09
tpm: add the null key name as a sysfs export
James Bottomley
1
-0
/
+18
2024-05-09
tpm: add session encryption protection to tpm2_get_random()
James Bottomley
1
-4
/
+17
2024-05-09
tpm: add hmac checks to tpm2_pcr_extend()
James Bottomley
1
-17
/
+10
2024-05-09
tpm: Add the rest of the session HMAC API
James Bottomley
1
-0
/
+400
2024-05-09
tpm: Add HMAC session name/handle append
James Bottomley
1
-0
/
+129
2024-05-09
tpm: Add HMAC session start and end functions
James Bottomley
4
-0
/
+291
[prev]
[next]