summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-06-171-1/+1
|\
| * char: lp: remove redundant initialization of errShreenidhi Shedi2022-06-101-1/+1
* | Merge tag 'random-5.19-rc2-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-06-122-41/+48
|\ \
| * | random: remove rng_has_arch_random()Jason A. Donenfeld2022-06-101-13/+0
| * | random: credit cpu and bootloader seeds by defaultJason A. Donenfeld2022-06-101-19/+31
| * | random: do not use jump labels before they are initializedJason A. Donenfeld2022-06-101-1/+10
| * | random: account for arch randomness in bitsJason A. Donenfeld2022-06-101-5/+5
| * | random: mark bootloader randomness code as __initJason A. Donenfeld2022-06-101-4/+3
| * | random: avoid checking crng_ready() twice in random_init()Jason A. Donenfeld2022-06-101-1/+1
| |/
* / virtio-rng: make device ready before making requestJason Wang2022-06-081-0/+2
|/
* Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-06-035-27/+28
|\
| * Merge 5.18-rc5 into char-misc-nextGreg Kroah-Hartman2022-05-021-23/+26
| |\
| * | /dev/mem: make reads and writes interruptibleJason A. Donenfeld2022-04-241-1/+1
| * | char: xillybus: fix a refcount leak in cleanup_dev()Hangyu Hua2022-04-241-0/+1
| * | char: xillybus: replace usage of found with dedicated list iterator variableJakob Koschel2022-04-241-14/+12
| * | char: misc: remove usage of list iterator past the loop bodyJakob Koschel2022-04-241-11/+13
| * | tty: synclink_cs: Use bitwise instead of arithmetic operator for flagsHaowen Bai2022-04-201-1/+1
* | | Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-06-033-4/+23
|\ \ \
| * | | pcmcia: synclink_cs: Don't allow CS5-6Ilpo Järvinen2022-05-191-1/+5
| * | | tty: remove CMSPAR ifdefsIlpo Järvinen2022-05-191-2/+0
| * | | Merge 5.18-rc7 into usb-nextGreg Kroah-Hartman2022-05-162-5/+7
| |\ \ \
| * \ \ \ Merge 5.18-rc5 into tty-nextGreg Kroah-Hartman2022-05-021-23/+26
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | char: ttyprintk: register consoleVincent Whitchurch2022-04-222-1/+18
| | |_|/ | |/| |
* | | | Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-05-276-17/+138
|\ \ \ \
| * | | | hwrng: omap3-rom - fix using wrong clk_disable() in omap_rom_rng_runtime_resu...Yang Yingliang2022-05-201-1/+1
| * | | | hwrng: cn10k - Enable compile testingHerbert Xu2022-05-061-1/+1
| * | | | hwrng: optee - remove redundant initialization to variable rng_sizeColin Ian King2022-04-291-1/+1
| * | | | Revert "hwrng: mpfs - Enable COMPILE_TEST"Herbert Xu2022-04-261-1/+1
| * | | | hwrng: mpfs - Enable COMPILE_TESTHerbert Xu2022-04-211-1/+1
| * | | | hwrng: cn10k - Make check_rng_health() return an error codeVladis Dronov2022-04-211-8/+7
| * | | | hwrng: cn10k - Optimize cn10k_rng_read()Vladis Dronov2022-04-211-6/+10
| * | | | hwrng: mpfs - add polarfire soc hwrng supportConor Dooley2022-04-153-0/+118
* | | | | Merge tag 'for-linus-4.19-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds2022-05-247-54/+154
|\ \ \ \ \
| * | | | | ipmi:ipmb: Fix refcount leak in ipmi_ipmb_probeMiaoqian Lin2022-05-121-0/+1
| * | | | | ipmi: remove unnecessary type castingsYu Zhe2022-05-122-6/+6
| * | | | | ipmi: Make two logs uniqueCorey Minyard2022-05-121-2/+2
| * | | | | ipmi:si: Convert pr_debug() to dev_dbg()Corey Minyard2022-05-121-8/+9
| * | | | | ipmi: Convert pr_debug() to dev_dbg()Corey Minyard2022-05-121-4/+7
| * | | | | ipmi: Fix pr_fmt to avoid compilation issuesCorey Minyard2022-05-121-2/+2
| * | | | | ipmi: Add an intializer for ipmi_recv_msg structCorey Minyard2022-05-122-12/+6
| * | | | | ipmi: Add an intializer for ipmi_smi_msg structCorey Minyard2022-05-122-12/+6
| * | | | | ipmi:ssif: Check for NULL msg when handling events and messagesCorey Minyard2022-05-121-0/+23
| * | | | | ipmi: use simple i2c probe functionStephen Kitt2022-05-123-8/+6
| * | | | | ipmi: Add a sysfs count of total outstanding messages for an interfaceCorey Minyard2022-05-121-0/+29
| * | | | | ipmi: Add a sysfs interface to view the number of usersCorey Minyard2022-05-121-0/+21
| * | | | | ipmi: Limit the number of message a user may have outstandingCorey Minyard2022-05-121-0/+21
| * | | | | ipmi: Add a limit on the number of users that may use IPMICorey Minyard2022-05-121-0/+15
| | |_|_|/ | |/| | |
* | | | | Merge tag 'tpmdd-next-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-2410-169/+141
|\ \ \ \ \
| * | | | | tpm: Add field upgrade mode support for Infineon TPM2 modulesStefan Mahnke-Hartmann2022-05-231-1/+5
| * | | | | tpm: Fix buffer access in tpm2_get_tpm_pt()Stefan Mahnke-Hartmann2022-05-231-1/+10