Age | Commit message (Expand) | Author |
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 |
2022-03-28 | Merge tag 'for-linus-5.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2022-03-28 | Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2022-03-25 | Merge tag 'for-linus-5.17-1' of https://github.com/cminyard/linux-ipmi | Linus Torvalds |
2022-03-25 | random: re-add removed comment about get_random_{u32,u64} reseeding | Jason A. Donenfeld |
2022-03-25 | random: treat bootloader trust toggle the same way as cpu trust toggle | Jason A. Donenfeld |
2022-03-25 | random: skip fast_init if hwrng provides large chunk of entropy | Jason A. Donenfeld |
2022-03-24 | Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds |
2022-03-23 | Merge tag 'arm-drivers-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2022-03-22 | Revert "random: block in /dev/urandom" | Linus Torvalds |
2022-03-21 | Merge tag 'bounds-fixes-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2022-03-21 | Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni... | Linus Torvalds |
2022-03-21 | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block | Linus Torvalds |
2022-03-21 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2022-03-21 | Merge tag 'random-5.18-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2022-03-20 | ipmi: initialize len variable | Tom Rix |
2022-03-18 | virtio_console: eliminate anonymous module_init & module_exit | Randy Dunlap |
2022-03-15 | xen/grant-table: remove readonly parameter from functions | Juergen Gross |
2022-03-14 | hwrng: nomadik - Change clk_disable to clk_disable_unprepare | Miaoqian Lin |
2022-03-12 | random: check for signal and try earlier when generating entropy | Jason A. Donenfeld |
2022-03-12 | random: reseed more often immediately after booting | Jason A. Donenfeld |
2022-03-12 | random: make consistent usage of crng_ready() | Jason A. Donenfeld |
2022-03-12 | random: use SipHash as interrupt entropy accumulator | Jason A. Donenfeld |
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 |