summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2020-01-07random: Add and use pr_fmt()Yangtao Li1-12/+11
2020-01-07random: convert to ENTROPY_BITS for better code readabilityYangtao Li1-3/+2
2020-01-07random: remove unnecessary unlikely()Yangtao Li1-4/+2
2020-01-07random: remove kernel.random.read_wakeup_thresholdAndy Lutomirski1-17/+1
2020-01-07random: delete code to pull data into poolsAndy Lutomirski1-40/+0
2020-01-07random: remove the blocking poolAndy Lutomirski1-106/+0
2020-01-07random: make /dev/random be almost like /dev/urandomAndy Lutomirski1-41/+14
2020-01-07random: ignore GRND_RANDOM in getentropy(2)Andy Lutomirski1-3/+0
2020-01-07random: add GRND_INSECURE to return best-effort non-cryptographic bytesAndy Lutomirski1-2/+9
2020-01-07random: Add a urandom_read_nowait() for random APIs that don't warnAndy Lutomirski1-6/+15
2020-01-07random: Don't wake crng_init_wait when crng_init == 1Andy Lutomirski1-1/+0
2020-01-07char/random: silence a lockdep splat with printk()Sergey Senozhatsky1-2/+3
2020-01-06tpm: Revert "tpm_tis_core: Turn on the TPM before probing IRQ's"Stefan Berger1-2/+0
2020-01-06tpm: Revert "tpm_tis_core: Set TPM_CHIP_FLAG_IRQ before probing for interrupts"Stefan Berger1-1/+0
2020-01-06tpm: Revert "tpm_tis: reserve chip for duration of tpm_tis_core_init"Jarkko Sakkinen1-18/+17
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig5-7/+7
2020-01-03agp: remove unused variable arqsz in agp_3_5_enable()Yunfeng Ye1-3/+1
2020-01-03agp: remove unused variable mcapndxYunfeng Ye1-5/+0
2019-12-23ipmi:ssif: Handle a possible NULL pointer referenceCorey Minyard1-3/+7
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller6-22/+46
2019-12-20Merge tag 'char-misc-5.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2019-12-19tpm/tpm_ftpm_tee: add shutdown call backPavel Tatashin1-4/+18
2019-12-17random: don't forget compat_ioctl on urandomJason A. Donenfeld1-0/+1
2019-12-17tpm: fix invalid locking in NONBLOCKING modeTadeusz Struk1-0/+8
2019-12-17security: keys: trusted: fix lost handle flushJames Bottomley2-1/+1
2019-12-17tpm_tis: reserve chip for duration of tpm_tis_core_initJerry Snitselaar1-17/+18
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-12-11drivers: ipmi: Modify max length of IPMB packetVijay Khemka1-1/+1
2019-12-11drivers: ipmi: Support raw i2c packet in IPMBVijay Khemka1-0/+29
2019-12-11hwrng: iproc-rng200 - Add support for BCM2711Stefan Wahren2-1/+2
2019-12-06Merge tag 'drm-next-2019-12-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-9/+6
2019-12-04agp: Add bridge parameter documentationCorentin Labbe1-0/+3
2019-12-04agp: remove unused variable num_segmentsCorentin Labbe1-2/+1
2019-12-04agp: remove unused variable size in agp_generic_create_gatt_tableCorentin Labbe1-7/+2
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds4-22/+4
2019-11-30Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Linus Torvalds1-9/+7
2019-11-27Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-70/+79
2019-11-25Merge tag 'for-linus-5.5-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds4-86/+50
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds20-139/+558
2019-11-25Merge tag 'tpmdd-next-20191112' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds13-715/+701
2019-11-22ipmi: fix ipmb_poll()'s return typeLuc Van Oostenryck1-3/+3
2019-11-22hwrng: ks-sa - Enable COMPILE_TESTHerbert Xu1-1/+1
2019-11-21char: Fix Kconfig indentation, continuedKrzysztof Kozlowski2-58/+58
2019-11-20char: Fix Kconfig indentationKrzysztof Kozlowski4-19/+19
2019-11-19virtio_console: allocate inbufs in add_port() only if it is neededLaurent Vivier1-15/+13
2019-11-16Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-7/+2
2019-11-17Revert "hwrng: core - Freeze khwrng thread during suspend"Herbert Xu2-7/+2
2019-11-17hwrng: ks-sa - Add minimum sleep time before ready-pollingAlexander Sverdlin1-0/+38
2019-11-15hwrng: atmel - add new platform support for sam9x60Codrin Ciubotariu1-2/+37
2019-11-13lp: fix sparc64 LPSETTIMEOUT ioctlArnd Bergmann1-0/+4