summaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)AuthorLines
2014-01-05ACPI / TPM: fix memory leak when walking ACPI namespaceJiang Liu-6/+9
2013-12-08Merge tag 'char-misc-3.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+7
2013-12-04drivers/char/i8k.c: add Dell XPLS L421XAlan Cox-0/+7
2013-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-4/+368
2013-11-21Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds-126/+1092
2013-11-16Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-242/+405
2013-11-15Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-16/+13
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang-1/+1
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-1/+4
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds-4/+30
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-9/+3
2013-11-13drivers/char/hpet.c: allow user controlled mmap for user processesPrarit Bhargava-4/+30
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+3
2013-11-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds-3/+106
2013-11-11random32: add prandom_reseed_late() and call when nonblocking pool becomes in...Hannes Frederic Sowa-1/+4
2013-11-11powerpc: add missing explicit OF includes for ppcRob Herring-0/+1
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring-6/+5
2013-11-03random: add debugging code to detect early use of get_random_bytes()Theodore Ts'o-0/+9
2013-11-03random: initialize the last_time field in struct timer_rand_stateTheodore Ts'o-2/+6
2013-11-03random: don't zap entropy count in rand_initialize()Theodore Ts'o-7/+9
2013-11-03random: printk notifications for urandom pool initializationTheodore Ts'o-1/+11
2013-11-03random: make add_timer_randomness() fill the nonblocking pool firstTheodore Ts'o-3/+4
2013-10-30hwrng: msm - Add PRNG support for MSM SoC'sStanimir Varbanov-0/+210
2013-10-29virtio_console: verify if queue is broken after virtqueue_get_buf()Heinz Graalfs-2/+4
2013-10-24consolidate the reassignments of ->f_op in ->open() instancesAl Viro-9/+3
2013-10-22tpm: use tabs instead of whitespaces in KconfigPeter Huewe-8/+8
2013-10-22tpm: Fix module name description in Kconfig for tpm_i2c_infineonPeter Huewe-1/+1
2013-10-22tpm: Add support for Atmel I2C TPMsJason Gunthorpe-0/+294
2013-10-22tpm: Add support for the Nuvoton NPCT501 I2C TPMJason Gunthorpe-0/+721
2013-10-22tpm: Merge the tpm-bios module with tpm.oJason Gunthorpe-11/+3
2013-10-22tpm: Rename tpm.c to tpm-interface.cJason Gunthorpe-0/+2
2013-10-22tpm: cleanup checkpatch warningsPeter Huewe-22/+22
2013-10-22tpm: Remove tpm_show_caps_1_2Jason Gunthorpe-39/+27
2013-10-22tpm: st33: Remove chip->data_buffer access from this driverJason Gunthorpe-8/+0
2013-10-22tpm: Remove redundant dev_set_drvdataJason Gunthorpe-6/+0
2013-10-22tpm: Use container_of to locate the tpm_chip in tpm_openJason Gunthorpe-17/+4
2013-10-22tpm: Store devname in the tpm_chipJason Gunthorpe-11/+7
2013-10-22tpm atmel: Call request_region with the correct baseJason Gunthorpe-1/+1
2013-10-22tpm: ibmvtpm: Use %zd formatting for size_t format argumentsJason Gunthorpe-2/+2
2013-10-19Merge 3.12-rc6 into char-misc-nextGreg Kroah-Hartman-6/+6
2013-10-17virtio: use size-based config accessors.Rusty Russell-10/+5
2013-10-16tlclk: remove deprecated IRQF_DISABLEDMichael Opdenacker-1/+1
2013-10-16various char drivers: remove deprecated IRQF_DISABLEDMichael Opdenacker-8/+5
2013-10-16hpet: remove deprecated IRQF_DISABLEDMichael Opdenacker-2/+1
2013-10-16hwrng: OMAP3 ROM Random Number Generator supportPali Rohár-0/+155
2013-10-15Merge tag 'stable/for-linus-3.12-rc4-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-0/+1
2013-10-11hwrng: Add a driver for the hwrng found in power7+ systemsMichael Ellerman-0/+95
2013-10-11hwrng: Return errors to upper levels in pseries-rng.cMichael Ellerman-3/+11
2013-10-10Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-6/+5
2013-10-10random: convert DEBUG_ENT to tracepointsTheodore Ts'o-36/+16