aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-30random: Fix crashes with sparse node idsMichael Ellerman1-3/+2
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds30-1452/+2968
2016-07-28Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-2/+1
2016-07-27random: use for_each_online_node() to iterate over NUMA nodesTheodore Ts'o1-2/+1
2016-07-27Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-98/+384
2016-07-27Merge branch 'i2c/for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-1/+5
2016-07-27ipmi: remove trydefaults parameter and default initTony Camuso3-87/+2
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+24
2016-07-26shmem: get_unmapped_area align huge pageHugh Dickins1-0/+24
2016-07-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds7-16/+209
2016-07-25Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+1
2016-07-19tpm: Add TPM 2.0 support to the Nuvoton i2c driver (NPCT6xx family)Jason Gunthorpe1-6/+20
2016-07-19tpm: Factor out common startup codeJason Gunthorpe11-63/+87
2016-07-19tpm: use devm_add_action_or_resetSudip Mukherjee1-4/+4
2016-07-19tpm2_i2c_nuvoton: add irq validity checkAndrew Zamansky1-4/+2