summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-5.2' of git://github.com/cminyard/linux-ipmiLinus Torvalds2019-05-0810-26/+34
|\
| * ipmi: Remove warning if no slave address is presentCorey Minyard2019-04-242-5/+3
| * ipmi:ssif: Only unregister the platform driver if it was registeredCorey Minyard2019-04-241-1/+2
| * ipmi:ssif: compare block number correctly for multi-part return messagesKamlakant Patel2019-04-241-1/+5
| * ipmi: Add the i2c-addr property for SSIF interfacesCorey Minyard2019-04-245-12/+22
| * ipmi: avoid atomic_inc in exit functionArnd Bergmann2019-04-171-1/+1
| * ipmi: Remove file from ipmi_file_privateCorey Minyard2019-04-171-3/+0
| * ipmi_si: remove an unused variable in try_smi_init()Dan Carpenter2019-04-171-2/+0
| * ipmi: Make ipmi_interfaces_srcu variable staticYueHaibing2019-04-171-1/+1
* | Merge tag 'tty-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-05-081-1/+2
|\ \
| * | Merge 5.1-rc6 into tty-nextGreg Kroah-Hartman2019-04-217-15/+36
| |\|
| * | virtio_console: initialize vtermno value for portsPankaj Gupta2019-03-281-1/+2
* | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-071-63/+136
|\ \ \
| * | | random: add a spinlock_t to struct batched_entropySebastian Andrzej Siewior2019-04-201-25/+27
| * | | random: document get_random_int() familyGeorge Spelvin2019-04-191-7/+76
| * | | random: fix CRNG initialization when random.trust_cpu=1Jon DeVree2019-04-191-1/+4
| * | | random: move rand_initialize() earlierKees Cook2019-04-191-3/+2
| * | | random: only read from /dev/random after its pool has received 128 bitsTheodore Ts'o2019-04-171-22/+22
| * | | drivers/char/random.c: make primary_crng staticRasmus Villemoes2019-04-171-1/+1
| * | | drivers/char/random.c: remove unused stuct poolinfo::poolbitsRasmus Villemoes2019-04-171-3/+3
| * | | drivers/char/random.c: constify poolinfo_tableRasmus Villemoes2019-04-171-1/+1
* | | | Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-071-0/+2
|\ \ \ \
| * \ \ \ Merge 5.1-rc6 into char-misc-nextGreg Kroah-Hartman2019-04-217-15/+36
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | char: hpet: fix a missing check of ioremapKangjie Lu2019-03-281-0/+2
| | |_|/ | |/| |
* | | | Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-05-071-1/+0
|\ \ \ \
| * | | | Make anon_inodes unconditionalDavid Howells2019-04-191-1/+0
* | | | | Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxLinus Torvalds2019-05-076-7/+6
|\ \ \ \ \
| * | | | | *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-066-6/+6
| * | | | | dtlk: remove double call to nonseekable_openKirill Smelkov2019-05-061-1/+0
| | |_|/ / | |/| | |
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-062-0/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | hwrng: stm32 - set default random qualityLionel Debieve2019-04-151-0/+1
| * | | | hwrng: stm32 - fix unbalanced pm_runtime_enableLionel Debieve2019-04-151-0/+8
| * | | | hwrng: omap - Set default qualityRouven Czerwinski2019-03-221-0/+1
| | |/ / | |/| |
* | | | ipmi: fix sleep-in-atomic in free_user at cleanup SRCU user->release_barrierCorey Minyard2019-04-171-2/+17
* | | | ipmi: ipmi_si_hardcode.c: init si_type array to fix a crashTony Camuso2019-04-161-0/+2
* | | | ipmi: Fix failure on SMBIOS specified devicesCorey Minyard2019-04-161-1/+0
| |_|/ |/| |
* | | tpm: Fix the type of the return value in calc_tpm2_event_size()Yue Haibing2019-04-081-2/+2
* | | tpm: fix an invalid condition in tpm_common_pollTadeusz Struk2019-04-081-1/+8
* | | tpm: turn on TPM on suspend for TPM 1.xJarkko Sakkinen2019-04-081-8/+6
| |/ |/|
* | tty: mark Siemens R3964 line discipline as BROKENGreg Kroah-Hartman2019-04-051-1/+1
|/
* Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2019-03-1026-700/+721
|\
| * tpm/ppi: Enable submission of optional command parameter for PPI 1.3Stefan Berger2019-02-131-6/+16
| * tpm/ppi: Possibly show command parameter if TPM PPI 1.3 is usedStefan Berger2019-02-131-2/+29
| * tpm/ppi: Display up to 101 operations as define for version 1.3Stefan Berger2019-02-131-1/+1
| * tpm/ppi: rename TPM_PPI_REVISION_ID to TPM_PPI_REVISION_ID_1Stefan Berger2019-02-131-10/+11
| * tpm/ppi: pass function revision ID to tpm_eval_dsm()Stefan Berger2019-02-131-8/+8
| * tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend()Roberto Sassu2019-02-133-27/+15
| * tpm: move tpm_chip definition to include/linux/tpm.hRoberto Sassu2019-02-131-97/+4
| * tpm: retrieve digest size of unknown algorithms with PCR readRoberto Sassu2019-02-134-29/+81
| * tpm: rename and export tpm2_digest and tpm2_algorithmsRoberto Sassu2019-02-134-23/+12