index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
Age
Commit message (
Expand
)
Author
2022-03-12
random: provide notifier for VM fork
Jason A. Donenfeld
2022-03-12
random: replace custom notifier chain with standard one
Jason A. Donenfeld
2022-03-12
random: do not export add_vmfork_randomness() unless needed
Jason A. Donenfeld
2022-03-12
random: add mechanism for VM forks to reinitialize crng
Jason A. Donenfeld
2022-03-12
random: don't let 644 read-only sysctls be written to
Jason A. Donenfeld
2022-03-12
random: give sysctl_random_min_urandom_seed a more sensible value
Jason A. Donenfeld
2022-03-12
random: block in /dev/urandom
Jason A. Donenfeld
2022-03-10
tpm: use try_get_ops() in tpm-space.c
James Bottomley
2022-03-08
tpm: fix reference counting for struct tpm_chip
Lino Sanfilippo
2022-03-08
tpm: xen-tpmfront: Use struct_size() helper
Gustavo A. R. Silva
2022-03-08
tpm: Fix error handling in async work
Tadeusz Struk
2022-03-04
virtio_console: break out of buf poll on remove
Michael S. Tsirkin
2022-03-03
hwrng: cavium - fix NULL but dereferenced coccicheck error
Wan Jiabing
2022-03-03
hwrng: atmel - remove extra line
Claudiu Beznea
2022-03-03
hwrng: atmel - add runtime pm support
Claudiu Beznea
2022-03-03
hwrng: atmel - use __maybe_unused and pm_ptr() for pm ops
Claudiu Beznea
2022-03-03
hwrng: atmel - move set of TRNG_HALFR in atmel_trng_init()
Claudiu Beznea
2022-03-03
hwrng: atmel - rename enable/disable functions to init/cleanup
Claudiu Beznea
2022-03-03
hwrng: atmel - disable trng on failure path
Claudiu Beznea
2022-03-03
hwrng: atmel - add wait for ready support on read
Claudiu Beznea
2022-02-28
ipmi: kcs: aspeed: Remove old bindings support
Joel Stanley
2022-02-28
random: do crng pre-init loading in worker rather than irq
Jason A. Donenfeld
2022-02-28
random: unify cycles_t and jiffies usage and types
Jason A. Donenfeld
2022-02-28
random: cleanup UUID handling
Jason A. Donenfeld
2022-02-27
tpm: vtpm_proxy: Check length to avoid compiler warning
Kees Cook
2022-02-25
agp/intel: Remove usage of the deprecated "pci-dma-compat.h" API
Christophe JAILLET
2022-02-25
Merge tag 'tee-shm-for-v5.18' of git://git.linaro.org:/people/jens.wiklander/...
Arnd Bergmann
2022-02-25
powerpc/BSR: Make use of the helper macro LIST_HEAD()
Cai Huoqing
2022-02-25
xilinx_hwicap: cleanup comments
Tom Rix
2022-02-24
random: only wake up writers after zap if threshold was passed
Jason A. Donenfeld
2022-02-24
random: round-robin registers as ulong, not u32
Jason A. Donenfeld
2022-02-23
ipmi:ipmb: Add the ability to have a separate slave and master device
Corey Minyard
2022-02-23
ipmi:ipmi_ipmb: Unregister the SMI on remove
Corey Minyard
2022-02-22
ipmi: kcs: aspeed: Add AST2600 compatible string
Joel Stanley
2022-02-21
random: clear fast pool, crng, and batches in cpuhp bring up
Jason A. Donenfeld
2022-02-21
random: pull add_hwgenerator_randomness() declaration into random.h
Jason A. Donenfeld
2022-02-21
random: check for crng_init == 0 in add_device_randomness()
Jason A. Donenfeld
2022-02-21
random: unify early init crng load accounting
Jason A. Donenfeld
2022-02-21
random: do not take pool spinlock at boot
Jason A. Donenfeld
2022-02-21
random: defer fast pool mixing to worker
Jason A. Donenfeld
2022-02-21
random: rewrite header introductory comment
Jason A. Donenfeld
2022-02-21
random: group sysctl functions
Jason A. Donenfeld
2022-02-21
random: group userspace read/write functions
Jason A. Donenfeld
2022-02-21
random: group entropy collection functions
Jason A. Donenfeld
2022-02-21
random: group entropy extraction functions
Jason A. Donenfeld
2022-02-21
random: group crng functions
Jason A. Donenfeld
2022-02-21
random: group initialization wait functions
Jason A. Donenfeld
2022-02-21
random: remove whitespace and reorder includes
Jason A. Donenfeld
2022-02-21
random: introduce drain_entropy() helper to declutter crng_reseed()
Jason A. Donenfeld
2022-02-21
random: deobfuscate irq u32/u64 contributions
Jason A. Donenfeld
[prev]
[next]