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
2022-06-09
Revert "random: use static branch for crng_ready()"
Jason A. Donenfeld
2022-06-09
ipmi:ipmb: Fix refcount leak in ipmi_ipmb_probe
Miaoqian Lin
2022-06-09
hwrng: omap3-rom - fix using wrong clk_disable() in omap_rom_rng_runtime_resu...
Yang Yingliang
2022-06-09
hwrng: cn10k - Make check_rng_health() return an error code
Vladis Dronov
2022-06-09
hwrng: cn10k - Optimize cn10k_rng_read()
Vladis Dronov
2022-06-09
char: tpm: cr50_i2c: Suppress duplicated error message in .remove()
Uwe Kleine-König
2022-06-09
ipmi: Fix pr_fmt to avoid compilation issues
Corey Minyard
2022-06-09
ipmi: Add an intializer for ipmi_smi_msg struct
Corey Minyard
2022-06-09
ipmi:ssif: Check for NULL msg when handling events and messages
Corey Minyard
2022-06-06
tpm: ibmvtpm: Correct the return value in tpm_ibmvtpm_probe()
Xiu Jianfeng
2022-06-06
tpm: Fix buffer access in tpm2_get_tpm_pt()
Stefan Mahnke-Hartmann
2022-05-30
random: check for signals after page of pool writes
Jason A. Donenfeld
2022-05-30
random: wire up fops->splice_{read,write}_iter()
Jens Axboe
2022-05-30
random: convert to using fops->write_iter()
Jens Axboe
2022-05-30
random: convert to using fops->read_iter()
Jens Axboe
2022-05-30
random: unify batched entropy implementations
Jason A. Donenfeld
2022-05-30
random: move randomize_page() into mm where it belongs
Jason A. Donenfeld
2022-05-30
random: move initialization functions out of hot pages
Jason A. Donenfeld
2022-05-30
random: make consistent use of buf and len
Jason A. Donenfeld
2022-05-30
random: use static branch for crng_ready()
Jason A. Donenfeld
2022-05-30
random: credit architectural init the exact amount
Jason A. Donenfeld
2022-05-30
random: handle latent entropy and command line from random_init()
Jason A. Donenfeld
2022-05-30
random: use proper jiffies comparison macro
Jason A. Donenfeld
2022-05-30
random: remove ratelimiting for in-kernel unseeded randomness
Jason A. Donenfeld
2022-05-30
random: move initialization out of reseeding hot path
Jason A. Donenfeld
2022-05-30
random: avoid initializing twice in credit race
Jason A. Donenfeld
2022-05-30
random: use symbolic constants for crng_init states
Jason A. Donenfeld
2022-05-30
siphash: use one source of truth for siphash permutations
Jason A. Donenfeld
2022-05-30
random: help compiler out with fast_mix() by using simpler arguments
Jason A. Donenfeld
2022-05-30
random: do not use input pool from hard IRQs
Jason A. Donenfeld
2022-05-30
random: order timer entropy functions below interrupt functions
Jason A. Donenfeld
2022-05-30
random: do not pretend to handle premature next security model
Jason A. Donenfeld
2022-05-30
random: use first 128 bits of input as fast init
Jason A. Donenfeld
2022-05-30
random: do not use batches when !crng_ready()
Jason A. Donenfeld
2022-05-30
random: insist on random_get_entropy() existing in order to simplify
Jason A. Donenfeld
2022-05-04
Merge tag 'for-linus-5.17-2' of https://github.com/cminyard/linux-ipmi
Linus Torvalds
2022-04-29
ipmi:ipmi_ipmb: Fix null-ptr-deref in ipmi_unregister_smi()
Corey Minyard
2022-04-29
ipmi: When handling send message responses, don't process the message
Corey Minyard
2022-04-25
random: document crng_fast_key_erasure() destination possibility
Jason A. Donenfeld
2022-04-16
random: use memmove instead of memcpy for remaining 32 bytes
Jason A. Donenfeld
2022-04-13
random: make random_get_entropy() return an unsigned long
Jason A. Donenfeld
2022-04-13
random: allow partial reads if later user copies fail
Jason A. Donenfeld
2022-04-07
random: check for signals every PAGE_SIZE chunk of /dev/[u]random
Jason A. Donenfeld
2022-04-06
random: check for signal_pending() outside of need_resched() check
Jann Horn
2022-04-06
random: do not allow user to keep crng key around on stack
Jason A. Donenfeld
2022-04-05
random: opportunistically initialize on /dev/urandom reads
Jason A. Donenfeld
2022-04-04
random: do not split fast init input in add_hwgenerator_randomness()
Jan Varho
2022-03-31
Merge tag 'random-5.18-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2022-03-31
random: mix build-time latent entropy into pool at init
Jason A. Donenfeld
2022-03-29
Merge tag 'dma-mapping-5.18' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
[next]