aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-15tpm_crb: fix incorrect values of cmdReady and goIdle bitsJarkko Sakkinen1-2/+2
2016-09-15tpm_crb: refine the naming of constantsJarkko Sakkinen1-11/+11
2016-09-15tpm_crb: remove wmb()'sJarkko Sakkinen1-3/+0
2016-09-15tpm_crb: fix crb_req_canceled behaviorJarkko Sakkinen1-2/+5
2016-09-15tpm: use tpm_pcr_read_dev() in tpm_do_selftest()Jarkko Sakkinen1-5/+3
2016-09-15tpm: use tpm_transmit_cmd() in tpm2_probe()Jarkko Sakkinen1-3/+1
2016-09-15tpm: replace tpm_gen_interrupt() with tpm_tis_gen_interrupt()Jarkko Sakkinen4-38/+17
2016-09-15tpm: remove unnecessary externs from tpm.hJarkko Sakkinen1-18/+18
2016-09-15tpm/st33zp24: Remove useless tpm_gen_interruptJason Gunthorpe1-2/+0
2016-09-15tpm: fix a race condition in tpm2_unseal_trusted()Jarkko Sakkinen5-65/+103
2016-09-15tpm: invalid self test error messageJarkko Sakkinen1-2/+1
2016-09-13ttyprintk: Neaten and simplify printingJoe Perches1-38/+31
2016-09-13hwrng: geode - Use linux/io.h instead of asm/io.hPrasannaKumar Muralidharan1-4/+4
2016-09-13hwrng: geode - Migrate to managed APIPrasannaKumar Muralidharan1-35/+15
2016-09-13hwrng: st - Fix missing clk_disable_unprepare() on error in st_rng_probe()Wei Yongjun1-0/+1
2016-09-13hwrng: amd - Migrate to managed APIPrasannaKumar Muralidharan1-37/+11
2016-09-13hwrng: core - Allocate memory during module initPrasannaKumar Muralidharan1-17/+20
2016-09-13hwrng: pasemi - Use linux/io.h instead of asm/io.hPrasannaKumar Muralidharan1-1/+1
2016-09-13hwrng: pasemi-rng - Use linux/io.h instead of asm/io.hPrasannaKumar Muralidharan1-1/+1
2016-09-09Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-8/+15
2016-09-09virtio_console: Stop doing DMA on the stackAndy Lutomirski1-8/+15
2016-09-07hwrng: pasemi - Migrate to managed APIPrasannaKumar Muralidharan1-30/+7
2016-09-07hwrng: bcm2835 - handle of_iomap failuresArvind Yadav1-2/+3
2016-09-05Merge 4.8-rc5 into char-misc-nextGreg Kroah-Hartman2-3/+2
2016-09-03tpm: invalid self test error messageJarkko Sakkinen1-2/+1
2016-08-31hwrng: tx4939 - Use devm_hwrng_register instead of hwrng_registerPrasannaKumar Muralidharan1-10/+1
2016-08-31hwrng: Remove check for max less than 4 bytesPrasannaKumar Muralidharan2-6/+0
2016-08-31hwrng: amd - Convert to new hwrng read() APICorentin LABBE1-19/+28
2016-08-31hwrng: amd - Access hardware via ioread32/iowrite32Corentin LABBE1-6/+25
2016-08-31hwrng: amd - Replace global variable with private structCorentin LABBE1-19/+38
2016-08-31hwrng: amd - release_region must be called after hwrng_unregisterCorentin LABBE1-1/+2
2016-08-31hwrng: amd - Remove asm/io.hCorentin LABBE1-4/+3
2016-08-31hwrng: amd - Be consitent with the driver nameCorentin LABBE1-6/+5
2016-08-31hwrng: amd - use the BIT macroCorentin LABBE1-3/+3
2016-08-31hwrng: amd - Fix style problem with blank lineCorentin LABBE1-5/+1
2016-08-31hwrng: cavium - Add Cavium HWRNG driver for ThunderX SoC.Omer Khaliq4-0/+207
2016-08-31drivers: char: mem: Check {read,write}_kmem() addressesRobin Murphy1-0/+6
2016-08-31char: xillybus: Fix spelling mistake and commentEli Billauer1-2/+2
2016-08-31snsc: check return value of class_createZhouyi Zhou1-1/+6
2016-08-31char/mwave: remove custom BOOLEAN typeArnd Bergmann7-97/+93
2016-08-31ppdev: use new parport device modelSudip Mukherjee1-5/+20
2016-08-31miscdevice: Use module_misc_device() macroPrasannaKumar Muralidharan1-39/+1
2016-08-30tile-srom: avoid krealloc(... __GFP_ZERO) patternChris Metcalf1-13/+15
2016-08-24hwrng: omap3-rom - Remove obsoleted functionsPrasannaKumar Muralidharan1-8/+2
2016-08-24hwrng: mxc-rnga - Fix Kconfig dependencyFabian Frederick1-1/+1
2016-08-18agp/intel: Flush chipset writes after updating a single PTEChris Wilson1-0/+2
2016-08-16hwrng: pic32 - Delete unnecessary assignment for the field "owner"Markus Elfring1-1/+0
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds3-567/+1
2016-08-01Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+8
2016-07-30Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds3-0/+238