aboutsummaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2018-08-20Merge tag 'rtc-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Gravatar Linus Torvalds 1-13/+0
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 8-44/+27
2018-08-15Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Gravatar Linus Torvalds 11-292/+272
2018-08-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-14/+49
2018-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxGravatar Herbert Xu 7-45/+49
2018-08-02random: Make crng state queryableGravatar Jason A. Donenfeld 1-0/+15
2018-08-02char: rtc: remove task handlingGravatar Alexandre Belloni 1-13/+0
2018-07-28Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+9
2018-07-28tpm: replace TPM_TRANSMIT_RAW with TPM_TRANSMIT_NESTEDGravatar Jarkko Sakkinen 4-25/+20
2018-07-28tpm: Convert tpm_find_get_ops() to use tpm_default_chip()Gravatar Stefan Berger 1-19/+13
2018-07-28tpm: Implement tpm_default_chip() to find a TPM chipGravatar Stefan Berger 1-0/+27
2018-07-28tpm: rename tpm_chip_find_get() to tpm_find_get_ops()Gravatar Stefan Berger 3-11/+14
2018-07-28tpm: Allow tpm_tis drivers to set hwrng quality.Gravatar Louis Collard 2-0/+3
2018-07-28tpm: Return the actual size when receiving an unsupported commandGravatar Ricardo Schwarzmeier 1-1/+1
2018-07-28tpm: separate cmd_ready/go_idle from runtime_pmGravatar Tomas Winkler 4-92/+88
2018-07-28tpm/tpm_i2c_infineon: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Gravatar Peter Rosin 1-4/+4
2018-07-28tpm_tis_spi: Pass the SPI IRQ down to the driverGravatar Linus Walleij 1-1/+8
2018-07-28tpm: migrate tpm2_get_random() to use struct tpm_bufGravatar Jarkko Sakkinen 2-70/+51
2018-07-28tpm: migrate tpm2_get_tpm_pt() to use struct tpm_bufGravatar Jarkko Sakkinen 1-42/+27
2018-07-28tpm: migrate tpm2_probe() to use struct tpm_bufGravatar Jarkko Sakkinen 1-17/+23
2018-07-28tpm: migrate tpm2_shutdown() to use struct tpm_bufGravatar Jarkko Sakkinen 1-32/+15
2018-07-27hwrng: msm - remove msm hw_random driverGravatar Vinod Koul 3-197/+0
2018-07-26mm: fix vma_is_anonymous() false-positivesGravatar Kirill A. Shutemov 1-0/+1
2018-07-24random: remove preempt disabled regionGravatar Ingo Molnar 1-4/+0
2018-07-24random: add a config option to trust the CPU's hwrngGravatar Theodore Ts'o 2-1/+24
2018-07-17random: Return nbytes filled from hw RNGGravatar Tobin C. Harding 1-7/+9
2018-07-17random: Fix whitespace pre random-bytes workGravatar Tobin C. Harding 1-2/+1
2018-07-17random: mix rdrand with entropy sent in from userspaceGravatar Theodore Ts'o 1-1/+9
2018-07-16virtio: virtconsole: Use seq_file for debugfs operationsGravatar Tuomas Tynkkynen 1-38/+22
2018-07-16Merge 4.18-rc5 into char-misc-nextGravatar Greg Kroah-Hartman 3-39/+27
2018-07-10char: amd64-agp: Use 64-bit arithmetic instead of 32-bitGravatar Gustavo A. R. Silva 1-2/+2
2018-07-10char: agp: Change return type to vm_fault_tGravatar Souptick Joarder 1-1/+1
2018-07-07Merge tag 'for-linus-4.18-2' of git://github.com/cminyard/linux-ipmiGravatar Linus Torvalds 2-23/+14
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hGravatar Randy Dunlap 4-0/+4
2018-07-07/dev/mem: Mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-0/+1
2018-07-03char: pcmcia: remove redundant pointer devGravatar Colin Ian King 1-4/+0
2018-07-03hpet: remove redundant pointer hpetGravatar Colin Ian King 1-2/+0
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLGravatar Linus Torvalds 1-16/+13
2018-06-24ipmi: kcs_bmc: fix IRQ exception if the channel is not openGravatar Haiyue Wang 1-21/+10
2018-06-24ipmi: Cleanup oops on initialization failureGravatar Corey Minyard 1-2/+4
2018-06-24Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-2/+9
2018-06-15docs: Fix some broken referencesGravatar Mauro Carvalho Chehab 1-1/+1
2018-06-15hwrng: core - Always drop the RNG in hwrng_unregister()Gravatar Michael Büsch 1-2/+9
2018-06-12treewide: Use array_size() in vzalloc()Gravatar Kees Cook 1-1/+2
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 4-4/+7
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 5-14/+22
2018-06-12Convert virtio_console to struct_sizeGravatar Matthew Wilcox 1-2/+1
2018-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcGravatar Linus Torvalds 3-0/+252
2018-06-07Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Gravatar Linus Torvalds 17-269/+350