index
:
linux.git
dev
master
v4.9.13
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
Age
Commit message (
Expand
)
Author
2023-11-20
hwrng: geode - fix accessing registers
Jonas Gorski
2023-10-10
parisc: sba: Fix compile warning wrt list of SBA devices
Helge Deller
2023-09-23
tpm_tis: Resend command to recover from data transfer errors
Alexander Steffen
2023-08-11
tpm_tis: Explicitly check for error code
Alexander Steffen
2023-08-11
hwrng: imx-rngc - fix the timeout for init and self check
Martin Kaiser
2023-08-11
tpm: tpm_vtpm_proxy: fix a race condition in /dev/vtpmx creation
Jarkko Sakkinen
2023-01-18
tpm: tpm_tis: Add the missed acpi_put_table() to fix memory leak
Hanjun Guo
2023-01-18
tpm: tpm_crb: Add the missed acpi_put_table() to fix memory leak
Hanjun Guo
2023-01-18
ipmi: fix memleak when unload ipmi driver
Zhang Yuchen
2023-01-18
hwrng: geode - Fix PCI device refcount leak
Xiongfeng Wang
2023-01-18
hwrng: amd - Fix PCI device refcount leak
Xiongfeng Wang
2023-01-18
tpm/tpm_crb: Fix error message in __crb_relinquish_locality()
Michael Kelley
2022-10-26
random: use expired timer rather than wq for mixing fast pool
Jason A. Donenfeld
2022-10-26
random: avoid reading two cache lines on irq randomness
Jason A. Donenfeld
2022-10-26
random: restore O_NONBLOCK support
Jason A. Donenfeld
2022-10-26
random: clamp credited irq bits to maximum mixed
Jason A. Donenfeld
2022-07-29
Revert "Revert "char/random: silence a lockdep splat with printk()""
Jason A. Donenfeld
2022-07-02
random: quiet urandom warning ratelimit suppression message
Jason A. Donenfeld
2022-07-02
random: schedule mix_interrupt_randomness() less often
Jason A. Donenfeld
2022-06-25
random: credit cpu and bootloader seeds by default
Jason A. Donenfeld
2022-06-25
random: account for arch randomness in bits
Jason A. Donenfeld
2022-06-25
random: mark bootloader randomness code as __init
Jason A. Donenfeld
2022-06-25
random: avoid checking crng_ready() twice in random_init()
Jason A. Donenfeld
2022-06-25
crypto: drbg - make reseeding from get_random_bytes() synchronous
Nicolai Stange
2022-06-25
Revert "random: use static branch for crng_ready()"
Jason A. Donenfeld
2022-06-25
random: check for signals after page of pool writes
Jason A. Donenfeld
2022-06-25
random: wire up fops->splice_{read,write}_iter()
Jens Axboe
2022-06-25
random: convert to using fops->write_iter()
Jens Axboe
2022-06-25
random: move randomize_page() into mm where it belongs
Jason A. Donenfeld
2022-06-25
random: move initialization functions out of hot pages
Jason A. Donenfeld
2022-06-25
random: use proper return types on get_random_{int,long}_wait()
Jason A. Donenfeld
2022-06-25
random: use static branch for crng_ready()
Jason A. Donenfeld
2022-06-25
random: credit architectural init the exact amount
Jason A. Donenfeld
2022-06-25
random: handle latent entropy and command line from random_init()
Jason A. Donenfeld
2022-06-25
random: use proper jiffies comparison macro
Jason A. Donenfeld
2022-06-25
random: remove ratelimiting for in-kernel unseeded randomness
Jason A. Donenfeld
2022-06-25
random: avoid initializing twice in credit race
Jason A. Donenfeld
2022-06-25
random: use symbolic constants for crng_init states
Jason A. Donenfeld
2022-06-25
siphash: use one source of truth for siphash permutations
Jason A. Donenfeld
2022-06-25
random: help compiler out with fast_mix() by using simpler arguments
Jason A. Donenfeld
2022-06-25
random: do not use input pool from hard IRQs
Jason A. Donenfeld
2022-06-25
random: order timer entropy functions below interrupt functions
Jason A. Donenfeld
2022-06-25
random: do not pretend to handle premature next security model
Jason A. Donenfeld
2022-06-25
random: do not use batches when !crng_ready()
Jason A. Donenfeld
2022-06-25
random: insist on random_get_entropy() existing in order to simplify
Jason A. Donenfeld
2022-06-25
random: document crng_fast_key_erasure() destination possibility
Jason A. Donenfeld
2022-06-25
random: make random_get_entropy() return an unsigned long
Jason A. Donenfeld
2022-06-25
random: check for signals every PAGE_SIZE chunk of /dev/[u]random
Jason A. Donenfeld
2022-06-25
random: check for signal_pending() outside of need_resched() check
Jann Horn
2022-06-25
random: do not allow user to keep crng key around on stack
Jason A. Donenfeld
[next]