summaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)Author
2018-07-28tpm: migrate tpm2_probe() to use struct tpm_bufJarkko Sakkinen
2018-07-28tpm: migrate tpm2_shutdown() to use struct tpm_bufJarkko Sakkinen
2018-07-27hwrng: msm - remove msm hw_random driverVinod Koul
2018-07-26mm: fix vma_is_anonymous() false-positivesKirill A. Shutemov
2018-07-24random: remove preempt disabled regionIngo Molnar
2018-07-24random: add a config option to trust the CPU's hwrngTheodore Ts'o
2018-07-17random: Return nbytes filled from hw RNGTobin C. Harding
2018-07-17random: Fix whitespace pre random-bytes workTobin C. Harding
2018-07-17random: mix rdrand with entropy sent in from userspaceTheodore Ts'o
2018-07-16virtio: virtconsole: Use seq_file for debugfs operationsTuomas Tynkkynen
2018-07-16Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman
2018-07-10char: amd64-agp: Use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva
2018-07-10char: agp: Change return type to vm_fault_tSouptick Joarder
2018-07-07Merge tag 'for-linus-4.18-2' of git://github.com/cminyard/linux-ipmiLinus Torvalds
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap
2018-07-07/dev/mem: Mark expected switch fall-throughGustavo A. R. Silva
2018-07-03char: pcmcia: remove redundant pointer devColin Ian King
2018-07-03hpet: remove redundant pointer hpetColin Ian King
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-24ipmi: kcs_bmc: fix IRQ exception if the channel is not openHaiyue Wang
2018-06-24ipmi: Cleanup oops on initialization failureCorey Minyard
2018-06-24Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab
2018-06-15hwrng: core - Always drop the RNG in hwrng_unregister()Michael Büsch
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-12Convert virtio_console to struct_sizeMatthew Wilcox
2018-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2018-06-07Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds
2018-06-06Merge tag 'for-linus-4.18' of git://github.com/cminyard/linux-ipmiLinus Torvalds
2018-06-05Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-06-05char: sparc64: Add privileged ADI driverTom Hromatka
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-30tpm: fix race condition in tpm_common_write()Tadeusz Struk
2018-05-26random: convert to ->poll_maskChristoph Hellwig
2018-05-24ipmi: Properly release srcu locks on error conditionsCorey Minyard
2018-05-23ipmi: NPCM7xx KCS BMC: enable interrupt to the hostAvi Fishman
2018-05-22ipmi:bt: Set the timeout before doing a capabilities checkCorey Minyard
2018-05-19hwrng: n2 - fix spelling mistake: "restesting" -> "retesting"Colin Ian King
2018-05-18tpm: reduce polling time to usecs for even finer granularityNayna Jain
2018-05-16tty: replace ->proc_fops with ->proc_showChristoph Hellwig
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig
2018-05-14tpm: replace kmalloc() + memcpy() with kmemdup()Ji-Hun Kim
2018-05-14tpm: replace kmalloc() + memcpy() with kmemdup()Ji-Hun Kim
2018-05-14tpm: fix use after free in tpm2_load_context()Tadeusz Struk
2018-05-14tpm: reduce poll sleep time in tpm_transmit()Nayna Jain