summaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)AuthorLines
2020-01-23char: hpet: Use flexible-array memberGustavo A. R. Silva-1/+1
2020-01-22tpm: Add tpm_version_major sysfs fileJerry Snitselaar-7/+27
2020-01-20drivers: ipmi: fix off-by-one bounds check that leads to a out-of-bounds writeColin Ian King-1/+1
2020-01-14ttyprintk: fix a potential deadlock in interrupt context issueZhenzhong Duan-6/+9
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-29/+18
2020-01-08tpm: Handle negative priv->response_len in tpm_common_read()Tadeusz Struk-2/+2
2020-01-07random: remove some dead code of poolinfoYangtao Li-30/+0
2020-01-07random: fix typo in add_timer_randomness()Yangtao Li-1/+1
2020-01-07random: Add and use pr_fmt()Yangtao Li-12/+11
2020-01-07random: convert to ENTROPY_BITS for better code readabilityYangtao Li-3/+2
2020-01-07random: remove unnecessary unlikely()Yangtao Li-4/+2
2020-01-07random: remove kernel.random.read_wakeup_thresholdAndy Lutomirski-17/+1
2020-01-07random: delete code to pull data into poolsAndy Lutomirski-40/+0
2020-01-07random: remove the blocking poolAndy Lutomirski-106/+0
2020-01-07random: make /dev/random be almost like /dev/urandomAndy Lutomirski-41/+14
2020-01-07random: ignore GRND_RANDOM in getentropy(2)Andy Lutomirski-3/+0
2020-01-07random: add GRND_INSECURE to return best-effort non-cryptographic bytesAndy Lutomirski-2/+9
2020-01-07random: Add a urandom_read_nowait() for random APIs that don't warnAndy Lutomirski-6/+15
2020-01-07random: Don't wake crng_init_wait when crng_init == 1Andy Lutomirski-1/+0
2020-01-07char/random: silence a lockdep splat with printk()Sergey Senozhatsky-2/+3
2020-01-06tpm: Revert "tpm_tis_core: Turn on the TPM before probing IRQ's"Stefan Berger-2/+0
2020-01-06tpm: Revert "tpm_tis_core: Set TPM_CHIP_FLAG_IRQ before probing for interrupts"Stefan Berger-1/+0
2020-01-06tpm: Revert "tpm_tis: reserve chip for duration of tpm_tis_core_init"Jarkko Sakkinen-18/+17
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig-7/+7
2020-01-03agp: remove unused variable arqsz in agp_3_5_enable()Yunfeng Ye-3/+1
2020-01-03agp: remove unused variable mcapndxYunfeng Ye-5/+0
2019-12-23ipmi:ssif: Handle a possible NULL pointer referenceCorey Minyard-3/+7
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-22/+46
2019-12-20Merge tag 'char-misc-5.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+1
2019-12-19tpm/tpm_ftpm_tee: add shutdown call backPavel Tatashin-4/+18
2019-12-17random: don't forget compat_ioctl on urandomJason A. Donenfeld-0/+1
2019-12-17tpm: fix invalid locking in NONBLOCKING modeTadeusz Struk-0/+8
2019-12-17security: keys: trusted: fix lost handle flushJames Bottomley-1/+1
2019-12-17tpm_tis: reserve chip for duration of tpm_tis_core_initJerry Snitselaar-17/+18
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin-1/+1
2019-12-11drivers: ipmi: Modify max length of IPMB packetVijay Khemka-1/+1
2019-12-11drivers: ipmi: Support raw i2c packet in IPMBVijay Khemka-0/+29
2019-12-11hwrng: iproc-rng200 - Add support for BCM2711Stefan Wahren-1/+2
2019-12-06Merge tag 'drm-next-2019-12-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-9/+6
2019-12-04agp: Add bridge parameter documentationCorentin Labbe-0/+3
2019-12-04agp: remove unused variable num_segmentsCorentin Labbe-2/+1
2019-12-04agp: remove unused variable size in agp_generic_create_gatt_tableCorentin Labbe-7/+2
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds-22/+4
2019-11-30Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Linus Torvalds-9/+7
2019-11-27Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-70/+79
2019-11-25Merge tag 'for-linus-5.5-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds-86/+50
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-139/+558
2019-11-25Merge tag 'tpmdd-next-20191112' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds-715/+701
2019-11-22ipmi: fix ipmb_poll()'s return typeLuc Van Oostenryck-3/+3
2019-11-22hwrng: ks-sa - Enable COMPILE_TESTHerbert Xu-1/+1