summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2022-06-03Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-06-03Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-05-27Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2022-05-24Merge tag 'for-linus-4.19-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds
2022-05-24Merge tag 'tpmdd-next-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-24Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-05-23Merge tag 'for-linus-5.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-05-23Merge tag 'x86_misc_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-05-23tpm: Add field upgrade mode support for Infineon TPM2 modulesStefan Mahnke-Hartmann
2022-05-23tpm: Fix buffer access in tpm2_get_tpm_pt()Stefan Mahnke-Hartmann
2022-05-23char: tpm: cr50_i2c: Suppress duplicated error message in .remove()Uwe Kleine-König
2022-05-23tpm: cr50: Add new device/vendor ID 0x504a6666Jes B. Klinke
2022-05-23tpm: Remove read16/read32/write32 calls from tpm_tis_phy_opsJohannes Holland
2022-05-23tpm: ibmvtpm: Correct the return value in tpm_ibmvtpm_probe()Xiu Jianfeng
2022-05-23tpm/tpm_ftpm_tee: Return true/false (not 1/0) from bool functionsHaowen Bai
2022-05-22random: check for signals after page of pool writesJason A. Donenfeld
2022-05-20random: wire up fops->splice_{read,write}_iter()Jens Axboe
2022-05-20random: convert to using fops->write_iter()Jens Axboe
2022-05-20random: convert to using fops->read_iter()Jens Axboe
2022-05-20hwrng: omap3-rom - fix using wrong clk_disable() in omap_rom_rng_runtime_resu...Yang Yingliang
2022-05-19pcmcia: synclink_cs: Don't allow CS5-6Ilpo Järvinen
2022-05-19tty: remove CMSPAR ifdefsIlpo Järvinen
2022-05-19random: unify batched entropy implementationsJason A. Donenfeld
2022-05-19random: move randomize_page() into mm where it belongsJason A. Donenfeld
2022-05-19random: remove mostly unused async readiness notifierJason A. Donenfeld
2022-05-19random: remove get_random_bytes_arch() and add rng_has_arch_random()Jason A. Donenfeld
2022-05-19random: move initialization functions out of hot pagesJason A. Donenfeld
2022-05-19random: make consistent use of buf and lenJason A. Donenfeld
2022-05-19random: use static branch for crng_ready()Jason A. Donenfeld
2022-05-19xen/tpmfront: use xenbus_setup_ring() and xenbus_teardown_ring()Juergen Gross
2022-05-18random: credit architectural init the exact amountJason A. Donenfeld
2022-05-18random: handle latent entropy and command line from random_init()Jason A. Donenfeld
2022-05-18random: use proper jiffies comparison macroJason A. Donenfeld
2022-05-18random: remove ratelimiting for in-kernel unseeded randomnessJason A. Donenfeld
2022-05-18random: move initialization out of reseeding hot pathJason A. Donenfeld
2022-05-18random: avoid initializing twice in credit raceJason A. Donenfeld
2022-05-18random: use symbolic constants for crng_init statesJason A. Donenfeld
2022-05-18siphash: use one source of truth for siphash permutationsJason A. Donenfeld
2022-05-18random: help compiler out with fast_mix() by using simpler argumentsJason A. Donenfeld
2022-05-18random: do not use input pool from hard IRQsJason A. Donenfeld
2022-05-16Merge 5.18-rc7 into usb-nextGreg Kroah-Hartman
2022-05-16random: order timer entropy functions below interrupt functionsJason A. Donenfeld
2022-05-15random: do not pretend to handle premature next security modelJason A. Donenfeld
2022-05-13random: use first 128 bits of input as fast initJason A. Donenfeld
2022-05-13random: do not use batches when !crng_ready()Jason A. Donenfeld
2022-05-13random: mix in timestamps and reseed on system restoreJason A. Donenfeld
2022-05-13random: vary jitter iterations based on cycle counter speedJason A. Donenfeld
2022-05-13random: insist on random_get_entropy() existing in order to simplifyJason A. Donenfeld
2022-05-12ipmi:ipmb: Fix refcount leak in ipmi_ipmb_probeMiaoqian Lin
2022-05-12ipmi: remove unnecessary type castingsYu Zhe