summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | hpet: remove redundant pointer hpetColin Ian King2018-07-031-2/+0
* | | | | Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2018-08-1511-292/+272
|\ \ \ \ \
| * | | | | tpm: replace TPM_TRANSMIT_RAW with TPM_TRANSMIT_NESTEDJarkko Sakkinen2018-07-284-25/+20
| * | | | | tpm: Convert tpm_find_get_ops() to use tpm_default_chip()Stefan Berger2018-07-281-19/+13
| * | | | | tpm: Implement tpm_default_chip() to find a TPM chipStefan Berger2018-07-281-0/+27
| * | | | | tpm: rename tpm_chip_find_get() to tpm_find_get_ops()Stefan Berger2018-07-283-11/+14
| * | | | | tpm: Allow tpm_tis drivers to set hwrng quality.Louis Collard2018-07-282-0/+3
| * | | | | tpm: Return the actual size when receiving an unsupported commandRicardo Schwarzmeier2018-07-281-1/+1
| * | | | | tpm: separate cmd_ready/go_idle from runtime_pmTomas Winkler2018-07-284-92/+88
| * | | | | tpm/tpm_i2c_infineon: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin2018-07-281-4/+4
| * | | | | tpm_tis_spi: Pass the SPI IRQ down to the driverLinus Walleij2018-07-281-1/+8
| * | | | | tpm: migrate tpm2_get_random() to use struct tpm_bufJarkko Sakkinen2018-07-282-70/+51
| * | | | | tpm: migrate tpm2_get_tpm_pt() to use struct tpm_bufJarkko Sakkinen2018-07-281-42/+27
| * | | | | tpm: migrate tpm2_probe() to use struct tpm_bufJarkko Sakkinen2018-07-281-17/+23
| * | | | | tpm: migrate tpm2_shutdown() to use struct tpm_bufJarkko Sakkinen2018-07-281-32/+15
| |/ / / /
* | | | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-152-14/+49
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | random: Make crng state queryableJason A. Donenfeld2018-08-021-0/+15
| * | | | random: remove preempt disabled regionIngo Molnar2018-07-241-4/+0
| * | | | random: add a config option to trust the CPU's hwrngTheodore Ts'o2018-07-242-1/+24
| * | | | random: Return nbytes filled from hw RNGTobin C. Harding2018-07-171-7/+9
| * | | | random: Fix whitespace pre random-bytes workTobin C. Harding2018-07-171-2/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2018-08-037-45/+49
|\ \ \ \ \
| * \ \ \ \ Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-07-281-1/+9
| |\ \ \ \ \ | | |/ / / /
| | * | | | random: mix rdrand with entropy sent in from userspaceTheodore Ts'o2018-07-171-1/+9
| | | |/ / | | |/| |
| * | | | mm: fix vma_is_anonymous() false-positivesKirill A. Shutemov2018-07-261-0/+1
| * | | | char: amd64-agp: Use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva2018-07-101-2/+2
| * | | | char: agp: Change return type to vm_fault_tSouptick Joarder2018-07-101-1/+1
| |/ / /
| * | | Merge tag 'for-linus-4.18-2' of git://github.com/cminyard/linux-ipmiLinus Torvalds2018-07-072-23/+14
| |\ \ \
| | * | | ipmi: kcs_bmc: fix IRQ exception if the channel is not openHaiyue Wang2018-06-241-21/+10
| | * | | ipmi: Cleanup oops on initialization failureCorey Minyard2018-06-241-2/+4
| | | |/ | | |/|
| * | | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-16/+13
| | |/ | |/|
| * | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-06-241-2/+9
| |\ \ | | |/ | |/|
| | * hwrng: core - Always drop the RNG in hwrng_unregister()Michael Büsch2018-06-151-2/+9
* | | hwrng: msm - remove msm hw_random driverVinod Koul2018-07-273-197/+0
|/ /
* | docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-1/+1
* | treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-1/+2
* | treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-1/+1
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-124-4/+7
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-125-14/+22
* | Convert virtio_console to struct_sizeMatthew Wilcox2018-06-121-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2018-06-093-0/+252
|\ \
| * | char: sparc64: Add privileged ADI driverTom Hromatka2018-06-053-0/+252
* | | Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2018-06-0717-269/+350
|\ \ \
| * | | tpm: fix race condition in tpm_common_write()Tadeusz Struk2018-05-302-23/+19
| * | | tpm: reduce polling time to usecs for even finer granularityNayna Jain2018-05-182-3/+6
| * | | tpm: replace kmalloc() + memcpy() with kmemdup()Ji-Hun Kim2018-05-141-2/+1
| * | | tpm: replace kmalloc() + memcpy() with kmemdup()Ji-Hun Kim2018-05-141-3/+1
| * | | tpm: fix use after free in tpm2_load_context()Tadeusz Struk2018-05-141-1/+2
| * | | tpm: reduce poll sleep time in tpm_transmit()Nayna Jain2018-05-143-10/+5
| * | | tpm_tis: verify locality released before returning from release_localityJerry Snitselaar2018-05-141-1/+46
OpenPOWER on IntegriCloud