summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2016-10-121-1/+0Star
* random: remove unused randomize_range()Jason Cooper2016-10-121-19/+0Star
* random: simplify API for random address requestsJason Cooper2016-10-121-0/+33
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-111-1/+1
|\
| * fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-281-1/+1
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-10-1015-177/+340
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-10-101-1/+1
| |\ \
| * | | hwrng: omap - Only fail if pm_runtime_get_sync returns < 0Dave Gerlach2016-09-221-2/+2
| * | | hwrng: geode - fix return value check in mod_init()Wei Yongjun2016-09-221-2/+2
| * | | hwrng: amd - Fix return value check in mod_init()Wei Yongjun2016-09-221-4/+4
| * | | hwrng: geode - Use linux/io.h instead of asm/io.hPrasannaKumar Muralidharan2016-09-131-4/+4
| * | | hwrng: geode - Migrate to managed APIPrasannaKumar Muralidharan2016-09-131-35/+15Star
| * | | hwrng: st - Fix missing clk_disable_unprepare() on error in st_rng_probe()Wei Yongjun2016-09-131-0/+1
| * | | hwrng: amd - Migrate to managed APIPrasannaKumar Muralidharan2016-09-131-37/+11Star
| * | | hwrng: core - Allocate memory during module initPrasannaKumar Muralidharan2016-09-131-17/+20
| * | | hwrng: pasemi - Use linux/io.h instead of asm/io.hPrasannaKumar Muralidharan2016-09-131-1/+1
| * | | hwrng: pasemi - Migrate to managed APIPrasannaKumar Muralidharan2016-09-071-30/+7Star
| * | | hwrng: bcm2835 - handle of_iomap failuresArvind Yadav2016-09-071-2/+3
| * | | hwrng: tx4939 - Use devm_hwrng_register instead of hwrng_registerPrasannaKumar Muralidharan2016-08-311-10/+1Star
| * | | hwrng: Remove check for max less than 4 bytesPrasannaKumar Muralidharan2016-08-312-6/+0Star
| * | | hwrng: amd - Convert to new hwrng read() APICorentin LABBE2016-08-311-19/+28
| * | | hwrng: amd - Access hardware via ioread32/iowrite32Corentin LABBE2016-08-311-6/+25
| * | | hwrng: amd - Replace global variable with private structCorentin LABBE2016-08-311-19/+38
| * | | hwrng: amd - release_region must be called after hwrng_unregisterCorentin LABBE2016-08-311-1/+2
| * | | hwrng: amd - Remove asm/io.hCorentin LABBE2016-08-311-4/+3Star
| * | | hwrng: amd - Be consitent with the driver nameCorentin LABBE2016-08-311-6/+5Star
| * | | hwrng: amd - use the BIT macroCorentin LABBE2016-08-311-3/+3
| * | | hwrng: amd - Fix style problem with blank lineCorentin LABBE2016-08-311-5/+1Star
| * | | hwrng: cavium - Add Cavium HWRNG driver for ThunderX SoC.Omer Khaliq2016-08-314-0/+207
| * | | hwrng: omap3-rom - Remove obsoleted functionsPrasannaKumar Muralidharan2016-08-241-8/+2Star
| * | | hwrng: pic32 - Delete unnecessary assignment for the field "owner"Markus Elfring2016-08-161-1/+0Star
* | | | Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-10-081-1/+1
|\ \ \ \
| * | | | hwrng: pasemi-rng - Use linux/io.h instead of asm/io.hPrasannaKumar Muralidharan2016-09-131-1/+1
* | | | | Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-081-1/+1
|\ \ \ \ \
| * | | | | pipe: add pipe_buf_steal() helperMiklos Szeredi2016-10-061-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-10-048-163/+170
|\ \ \ \ \
| * | | | | Revert "tpm/tpm_crb: implement tpm crb idle state"Jarkko Sakkinen2016-09-271-69/+0Star
| * | | | | Revert "tmp/tpm_crb: fix Intel PTT hw bug during idle state"Jarkko Sakkinen2016-09-271-39/+8Star
| * | | | | Revert "tpm/tpm_crb: open code the crb_init into acpi_add"Jarkko Sakkinen2016-09-271-10/+16
| * | | | | Revert "tmp/tpm_crb: implement runtime pm for tpm_crb"Jarkko Sakkinen2016-09-272-39/+3Star
| * | | | | tmp/tpm_crb: implement runtime pm for tpm_crbWinkler, Tomas2016-09-162-3/+39
| * | | | | tpm/tpm_crb: open code the crb_init into acpi_addWinkler, Tomas2016-09-161-16/+10Star
| * | | | | tmp/tpm_crb: fix Intel PTT hw bug during idle stateWinkler, Tomas2016-09-161-8/+39
| * | | | | tpm/tpm_crb: implement tpm crb idle stateWinkler, Tomas2016-09-161-0/+69
| * | | | | tpm: add check for minimum buffer size in tpm_transmit()Jarkko Sakkinen2016-09-151-0/+3
| * | | | | tpm: constify TPM 1.x header structuresJulia Lawall2016-09-152-6/+6
| * | | | | tpm/tpm_crb: fix the over 80 characters checkpatch warringTomas Winkler2016-09-151-2/+1Star
| * | | | | tpm/tpm_crb: drop useless cpu_to_le32 when writing to registersTomas Winkler2016-09-151-2/+2
| * | | | | tpm/tpm_crb: cache cmd_size register value.Tomas Winkler2016-09-151-5/+5
| * | | | | tmp/tpm_crb: drop include to platform_deviceTomas Winkler2016-09-151-1/+0Star