aboutsummaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2019-05-08Merge tag 'for-linus-5.2' of git://github.com/cminyard/linux-ipmiLinus Torvalds
2019-05-08Merge tag 'tty-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2019-05-07Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-05-07Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-05-07Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds
2019-05-07Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxLinus Torvalds
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov
2019-05-06dtlk: remove double call to nonseekable_openKirill Smelkov
2019-04-24ipmi: Remove warning if no slave address is presentCorey Minyard
2019-04-24ipmi:ssif: Only unregister the platform driver if it was registeredCorey Minyard
2019-04-24ipmi:ssif: compare block number correctly for multi-part return messagesKamlakant Patel
2019-04-24ipmi: Add the i2c-addr property for SSIF interfacesCorey Minyard
2019-04-21Merge 5.1-rc6 into tty-nextGreg Kroah-Hartman
2019-04-21Merge 5.1-rc6 into char-misc-nextGreg Kroah-Hartman
2019-04-20random: add a spinlock_t to struct batched_entropySebastian Andrzej Siewior
2019-04-19random: document get_random_int() familyGeorge Spelvin
2019-04-19random: fix CRNG initialization when random.trust_cpu=1Jon DeVree
2019-04-19random: move rand_initialize() earlierKees Cook
2019-04-19Make anon_inodes unconditionalDavid Howells
2019-04-17ipmi: avoid atomic_inc in exit functionArnd Bergmann
2019-04-17ipmi: Remove file from ipmi_file_privateCorey Minyard
2019-04-17ipmi_si: remove an unused variable in try_smi_init()Dan Carpenter
2019-04-17ipmi: Make ipmi_interfaces_srcu variable staticYueHaibing
2019-04-17ipmi: fix sleep-in-atomic in free_user at cleanup SRCU user->release_barrierCorey Minyard
2019-04-17random: only read from /dev/random after its pool has received 128 bitsTheodore Ts'o
2019-04-17drivers/char/random.c: make primary_crng staticRasmus Villemoes
2019-04-17drivers/char/random.c: remove unused stuct poolinfo::poolbitsRasmus Villemoes
2019-04-17drivers/char/random.c: constify poolinfo_tableRasmus Villemoes
2019-04-16ipmi: ipmi_si_hardcode.c: init si_type array to fix a crashTony Camuso
2019-04-16ipmi: Fix failure on SMBIOS specified devicesCorey Minyard
2019-04-15hwrng: stm32 - set default random qualityLionel Debieve
2019-04-15hwrng: stm32 - fix unbalanced pm_runtime_enableLionel Debieve
2019-04-08tpm: Fix the type of the return value in calc_tpm2_event_size()Yue Haibing
2019-04-08tpm: fix an invalid condition in tpm_common_pollTadeusz Struk
2019-04-08tpm: turn on TPM on suspend for TPM 1.xJarkko Sakkinen
2019-04-05tty: mark Siemens R3964 line discipline as BROKENGreg Kroah-Hartman
2019-03-28char: hpet: fix a missing check of ioremapKangjie Lu
2019-03-28virtio_console: initialize vtermno value for portsPankaj Gupta
2019-03-22hwrng: omap - Set default qualityRouven Czerwinski
2019-03-10Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds
2019-03-08Merge tag 'for-linus-5.1' of git://github.com/cminyard/linux-ipmiLinus Torvalds
2019-03-06Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-03-06Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds
2019-03-05agp: efficeon: no need to set PG_reserved on GATT tablesDavid Hildenbrand
2019-03-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-02-28hwrng: bcm2835 - fix probe as platform deviceJonas Gorski
2019-02-26hpet: Use struct_size() in kzalloc()Gustavo A. R. Silva
2019-02-22ipmi_si: Potential array underflow in hotmod_handler()Dan Carpenter