summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
...
| * | | tpm_crb: fix mapping of the buffersJarkko Sakkinen2016-06-251-11/+28
| * | | tpm/st33zp24: Remove unneeded tpm_reg in get_burstcountChristophe Ricard2016-06-251-5/+5
| * | | tpm/st33zp24/spi: Drop two useless checks in ACPI probe pathChristophe Ricard2016-06-251-12/+1Star
| * | | tpm/st33zp24/i2c: Drop two useless checks in ACPI probe pathChristophe Ricard2016-06-251-12/+1Star
| * | | tpm_crb: drop struct resource res from struct crb_privJarkko Sakkinen2016-06-251-13/+16
| * | | tpm: fix crash in tpm_tis deinitializationJarkko Sakkinen2016-06-254-7/+1Star
| * | | tpm: cleanup tpm_tis_remove()Jarkko Sakkinen2016-06-251-6/+4Star
| * | | tpm: fix tpm_bios_log_setup stub prototypeArnd Bergmann2016-06-251-1/+1
| * | | tpm: Replace device number bitmap with IDRStefan Berger2016-06-253-42/+48
| * | | tpm: Split out the devm stuff from tpmm_chip_allocJason Gunthorpe2016-06-252-15/+38
| * | | tpm: Get rid of module lockingStefan Berger2016-06-251-5/+1Star
| * | | tpm: Provide strong locking for device removalJason Gunthorpe2016-06-255-21/+100
| * | | tpm: Get rid of devnameJason Gunthorpe2016-06-256-12/+15
| * | | tpm: Get rid of chip->pdevJason Gunthorpe2016-06-2513-93/+89Star
| * | | tpm/st33zp24/spi: Change xxx_request_resources headerChristophe RICARD2016-06-251-14/+17
| * | | tpm/st33zp24/i2c: Change xxx_request_resources headerChristophe RICARD2016-06-251-9/+12
| * | | tpm: st33zp24: Add support for acpi probing for spi device.Christophe RICARD2016-06-251-0/+49
| * | | tpm/st33zp24: Add support for acpi probing for i2c device.Christophe RICARD2016-06-251-0/+50
| * | | tpm/st33zp24: Extend Copyright headersChristophe RICARD2016-06-252-2/+2
| * | | tpm/st33zp24/spi: Improve st33zp24_spi_evaluate_latencyChristophe RICARD2016-06-251-0/+5
| * | | tpm/st33zp24: Remove unneeded CONFIG_OF switchesChristophe RICARD2016-06-252-69/+7Star
| * | | tpm/st33zp24/spi: Remove field spi_xfer from st33zp24_spi_phy structureChristophe RICARD2016-06-251-24/+25
| * | | tpm/st33zp24/spi: Remove useless use of memcpy.Christophe RICARD2016-06-251-14/+4Star
| * | | tpm/st33zp24/spi: Use functions name with st33zp24_spi_ prefixChristophe RICARD2016-06-251-22/+23
| * | | tpm/st33zp24/spi: Remove nbr_dummy_bytes variable usageChristophe RICARD2016-06-251-112/+72Star
| * | | tpm/st33zp24/spi: Change xxx_request_resources headerChristophe RICARD2016-06-251-14/+17
| * | | tpm/st33zp24/i2c: Change xxx_request_resources headerChristophe RICARD2016-06-251-9/+12
| * | | tpm: st33zp24: Add support for acpi probing for spi device.Christophe RICARD2016-06-251-0/+49
| * | | tpm/st33zp24: Add support for acpi probing for i2c device.Christophe RICARD2016-06-251-0/+50
| * | | tpm/st33zp24: Extend Copyright headersChristophe RICARD2016-06-254-4/+4
| * | | tpm/st33zp24/spi: Improve st33zp24_spi_evaluate_latencyChristophe RICARD2016-06-251-0/+5
| * | | tpm/st33zp24: Auto-select core moduleChristophe RICARD2016-06-251-6/+5Star
| * | | tpm/st33zp24: Remove unneeded CONFIG_OF switchesChristophe RICARD2016-06-252-18/+0Star
| * | | tpm/st33zp24/spi: Remove field spi_xfer from st33zp24_spi_phy structureChristophe RICARD2016-06-251-24/+25
| * | | tpm/st33zp24/spi: Remove useless use of memcpy.Christophe RICARD2016-06-251-14/+4Star
| * | | tpm/st33zp24/spi: Use functions name with st33zp24_spi_ prefixChristophe RICARD2016-06-251-22/+23
| * | | tpm/st33zp24/spi: Remove nbr_dummy_bytes variable usageChristophe RICARD2016-06-251-11/+9Star
| |/ /
* | | Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-07-281-2/+1Star
|\ \ \
| * | | random: use for_each_online_node() to iterate over NUMA nodesTheodore Ts'o2016-07-281-2/+1Star
* | | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-07-281-98/+384
|\| | |
| * | | random: strengthen input validation for RNDADDTOENTCNTTheodore Ts'o2016-07-031-6/+7
| * | | random: add backtracking protection to the CRNGTheodore Ts'o2016-07-031-5/+49
| * | | random: make /dev/urandom scalable for silly userspace programsTheodore Ts'o2016-07-031-4/+58
| * | | random: replace non-blocking pool with a Chacha20-based CRNGTheodore Ts'o2016-07-031-102/+276
| * | | random: properly align get_random_int_hashEric Biggers2016-06-131-1/+3
| * | | random: add interrupt callback to VMBus IRQ handlerStephan Mueller2016-06-131-0/+1
| * | | random: print a warning for the first ten uninitialized random usersTheodore Ts'o2016-06-131-4/+8
| * | | random: initialize the non-blocking pool via add_hwgenerator_randomness()Theodore Ts'o2016-06-131-5/+11
| |/ /
* | | Merge branch 'i2c/for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2016-07-271-1/+5
|\ \ \
| * | | i2c: add a protocol parameter to the alert callbackBenjamin Tissoires2016-06-171-1/+5
| |/ /