summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
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
2022-05-12ipmi: Make two logs uniqueCorey Minyard
2022-05-12ipmi:si: Convert pr_debug() to dev_dbg()Corey Minyard
2022-05-12ipmi: Convert pr_debug() to dev_dbg()Corey Minyard
2022-05-12ipmi: Fix pr_fmt to avoid compilation issuesCorey Minyard
2022-05-12ipmi: Add an intializer for ipmi_recv_msg structCorey Minyard
2022-05-12ipmi: Add an intializer for ipmi_smi_msg structCorey Minyard
2022-05-12ipmi:ssif: Check for NULL msg when handling events and messagesCorey Minyard
2022-05-12ipmi: use simple i2c probe functionStephen Kitt
2022-05-12ipmi: Add a sysfs count of total outstanding messages for an interfaceCorey Minyard
2022-05-12ipmi: Add a sysfs interface to view the number of usersCorey Minyard
2022-05-12ipmi: Limit the number of message a user may have outstandingCorey Minyard
2022-05-12ipmi: Add a limit on the number of users that may use IPMICorey Minyard
2022-05-06hwrng: cn10k - Enable compile testingHerbert Xu
2022-05-04Merge tag 'for-linus-5.17-2' of https://github.com/cminyard/linux-ipmiLinus Torvalds
2022-05-02Merge 5.18-rc5 into tty-nextGreg Kroah-Hartman
2022-05-02Merge 5.18-rc5 into char-misc-nextGreg Kroah-Hartman
2022-04-29ipmi:ipmi_ipmb: Fix null-ptr-deref in ipmi_unregister_smi()Corey Minyard
2022-04-29ipmi: When handling send message responses, don't process the messageCorey Minyard
2022-04-29hwrng: optee - remove redundant initialization to variable rng_sizeColin Ian King
2022-04-26Revert "hwrng: mpfs - Enable COMPILE_TEST"Herbert Xu
2022-04-25random: document crng_fast_key_erasure() destination possibilityJason A. Donenfeld
2022-04-24/dev/mem: make reads and writes interruptibleJason A. Donenfeld
2022-04-24char: xillybus: fix a refcount leak in cleanup_dev()Hangyu Hua
2022-04-24char: xillybus: replace usage of found with dedicated list iterator variableJakob Koschel
2022-04-24char: misc: remove usage of list iterator past the loop bodyJakob Koschel
2022-04-22char: ttyprintk: register consoleVincent Whitchurch
2022-04-21hwrng: mpfs - Enable COMPILE_TESTHerbert Xu
2022-04-21hwrng: cn10k - Make check_rng_health() return an error codeVladis Dronov
2022-04-21hwrng: cn10k - Optimize cn10k_rng_read()Vladis Dronov
2022-04-20tty: synclink_cs: Use bitwise instead of arithmetic operator for flagsHaowen Bai
2022-04-16random: use memmove instead of memcpy for remaining 32 bytesJason A. Donenfeld
2022-04-15hwrng: mpfs - add polarfire soc hwrng supportConor Dooley
2022-04-13random: make random_get_entropy() return an unsigned longJason A. Donenfeld
2022-04-13random: allow partial reads if later user copies failJason A. Donenfeld
2022-04-07random: check for signals every PAGE_SIZE chunk of /dev/[u]randomJason A. Donenfeld
2022-04-06random: check for signal_pending() outside of need_resched() checkJann Horn
2022-04-06random: do not allow user to keep crng key around on stackJason A. Donenfeld