summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-04-013-24/+79
|\ \ \ \
| * | | | hwrng: imx-rngc - simplify interrupt mask/unmaskMartin Kaiser2020-03-121-15/+28
| * | | | hwrng: imx-rngc - check the rng typeMartin Kaiser2020-03-121-1/+27
| * | | | hwrng: imx-rngc - (trivial) simplify error printsMartin Kaiser2020-03-121-2/+2
| * | | | hwrng: imx-rngc - use automatic seedingMartin Kaiser2020-03-121-2/+14
| * | | | hwrng: imx-rngc - fix an error pathMartin Kaiser2020-03-121-1/+3
| * | | | hwrng: ks-sa - move TI Keystone driver into the config menu structureRandy Dunlap2020-03-121-7/+7
| * | | | hwrng: omap3-rom - Include linux/io.h for virt_to_physHerbert Xu2020-02-281-0/+1
| * | | | hwrng: imx-rngc - improve dependenciesUwe Kleine-König2020-02-221-1/+2
| |/ / /
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-302-5/+4
|\ \ \ \
| * \ \ \ Merge branch 'x86/cpu' into perf/core, to resolve conflictIngo Molnar2020-03-252-5/+4
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | hwrng: via_rng: Convert to new X86 CPU match macrosThomas Gleixner2020-03-241-4/+3
| | * | | x86/amd_nb, char/amd64-agp: Use amd_nb_num() accessorBorislav Petkov2020-03-171-1/+1
* | | | | tpm: ibmvtpm: Add support for TPM2Stefan Berger2020-03-153-1/+10
* | | | | tpm: ibmvtpm: Wait for buffer to be set before proceedingStefan Berger2020-03-152-0/+10
* | | | | tpm: of: Handle IBM,vtpm20 case when getting log parametersStefan Berger2020-03-131-1/+2
* | | | | tpm: tpm_tis_spi_cr50: use new structure for SPI transfer delaysSergiu Cuciurean2020-03-131-1/+6
* | | | | tpm_tis_spi: use new 'delay' structure for SPI transfer delaysAlexandru Ardelean2020-03-131-1/+2
* | | | | tpm: tpm2_bios_measurements_next should increase position indexVasily Averin2020-03-131-1/+1
* | | | | tpm: tpm1_bios_measurements_next should increase position indexVasily Averin2020-03-131-1/+1
* | | | | tpm: Don't make log failures fatalMatthew Garrett2020-03-133-12/+6
|/ / / /
* | | / ipmi_si: Avoid spurious errors for optional IRQsTakashi Iwai2020-03-111-2/+2
| |_|/ |/| |
* | | tpm: Initialize crypto_id of allocated_banks to HASH_ALGO__LASTRoberto Sassu2020-02-171-0/+2
* | | tpm: Revert tpm_tis_spi_mod.ko to tpm_tis_spi.ko.Jarkko Sakkinen2020-02-172-3/+5
|/ /
* | Merge tag 'for-linus-5.6-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds2020-02-162-5/+38
|\ \ | |/ |/|
| * drivers: ipmi: fix off-by-one bounds check that leads to a out-of-bounds writeColin Ian King2020-01-201-1/+1
| * ipmi:ssif: Handle a possible NULL pointer referenceCorey Minyard2019-12-231-3/+7
| * drivers: ipmi: Modify max length of IPMB packetVijay Khemka2019-12-111-1/+1
| * drivers: ipmi: Support raw i2c packet in IPMBVijay Khemka2019-12-111-0/+29
* | treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada2020-02-042-3/+3
* | Merge tag 'char-misc-5.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-02-031-1/+1
|\ \
| * | char: hpet: Fix out-of-bounds read bugGustavo A. R. Silva2020-01-301-1/+1
* | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-02-011-263/+53
|\ \ \ | |/ / |/| |
| * | random: remove some dead code of poolinfoYangtao Li2020-01-071-30/+0
| * | random: fix typo in add_timer_randomness()Yangtao Li2020-01-071-1/+1
| * | random: Add and use pr_fmt()Yangtao Li2020-01-071-12/+11
| * | random: convert to ENTROPY_BITS for better code readabilityYangtao Li2020-01-071-3/+2
| * | random: remove unnecessary unlikely()Yangtao Li2020-01-071-4/+2
| * | random: remove kernel.random.read_wakeup_thresholdAndy Lutomirski2020-01-071-17/+1
| * | random: delete code to pull data into poolsAndy Lutomirski2020-01-071-40/+0
| * | random: remove the blocking poolAndy Lutomirski2020-01-071-106/+0
| * | random: make /dev/random be almost like /dev/urandomAndy Lutomirski2020-01-071-41/+14
| * | random: ignore GRND_RANDOM in getentropy(2)Andy Lutomirski2020-01-071-3/+0
| * | random: add GRND_INSECURE to return best-effort non-cryptographic bytesAndy Lutomirski2020-01-071-2/+9
| * | random: Add a urandom_read_nowait() for random APIs that don't warnAndy Lutomirski2020-01-071-6/+15
| * | random: Don't wake crng_init_wait when crng_init == 1Andy Lutomirski2020-01-071-1/+0
| * | char/random: silence a lockdep splat with printk()Sergey Senozhatsky2020-01-071-2/+3
* | | Merge tag 'char-misc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-01-291-1/+1
|\ \ \
| * | | char: hpet: Use flexible-array memberGustavo A. R. Silva2020-01-231-1/+1
* | | | Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-291-6/+9
|\ \ \ \