summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2014-01-21Merge tag 'tty-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-2/+2
2014-01-21Merge tag 'char-misc-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-161/+208
2014-01-14drivers/char: don't use module_init in non-modular ttyprintk.cPaul Gortmaker1-1/+1
2014-01-09char: nwbutton: open-code interruptible_sleep_onArnd Bergmann1-1/+4
2014-01-08tty: synclink: avoid sleep_on raceArnd Bergmann1-2/+2
2014-01-05ACPI / TPM: fix memory leak when walking ACPI namespaceJiang Liu1-6/+9
2013-12-19i8k: Implement hwmon based fan speed controlGuenter Roeck1-5/+44
2013-12-19i8k: Stop reading SMM BIOS version during driver probeGuenter Roeck1-40/+2
2013-12-19i8k: Use driver_data field of dmi_system_id to override fan multiplierGuenter Roeck1-1/+10
2013-12-19i8k: Add support for Dell XPS M140Guenter Roeck1-0/+7
2013-12-19i8k: Add support for Dell Studio laptopsGuenter Roeck1-0/+7
2013-12-19i8k: Add copyrightGuenter Roeck1-0/+1
2013-12-19i8k: Force SMM to run on CPU 0Guenter Roeck1-2/+17
2013-12-19i8k: Drop driver version number and info message at startupGuenter Roeck1-5/+0
2013-12-19i8k: Remove obsolete link to out-of-tree driverGuenter Roeck1-2/+0
2013-12-19i8k: Support additional temperature sensorsGuenter Roeck1-19/+45
2013-12-19i8k: Convert to use to hwmon_device_register_with_groups hwmon APIGuenter Roeck1-78/+54
2013-12-19i8k: Fix various checkpatch warnings and errorsGuenter Roeck1-17/+23
2013-12-19i8k: Convert to use pr_ functions instead of printkGuenter Roeck1-9/+10
2013-12-19char: Int overflow in lp_do_ioctl().Yongjian Xu1-0/+2
2013-12-17Merge 3.13-rc4 into char-misc-nextGreg Kroah-Hartman7-4/+375
2013-12-09char: amd64-agp: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2013-12-09Merge tag 'char-misc-3.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+7
2013-12-05drivers/char/i8k.c: add Dell XPLS L421XAlan Cox1-0/+7
2013-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds6-4/+368
2013-11-22Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds14-126/+1092
2013-11-16Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-242/+405
2013-11-15Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-16/+13
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+4
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2-4/+30
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-9/+3
2013-11-13drivers/char/hpet.c: allow user controlled mmap for user processesPrarit Bhargava2-4/+30
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-0/+3
2013-11-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds4-3/+106
2013-11-11random32: add prandom_reseed_late() and call when nonblocking pool becomes in...Hannes Frederic Sowa1-1/+4
2013-11-11powerpc: add missing explicit OF includes for ppcRob Herring1-0/+1
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring1-6/+5
2013-11-04random: add debugging code to detect early use of get_random_bytes()Theodore Ts'o1-0/+9
2013-11-04random: initialize the last_time field in struct timer_rand_stateTheodore Ts'o1-2/+6
2013-11-04random: don't zap entropy count in rand_initialize()Theodore Ts'o1-7/+9
2013-11-04random: printk notifications for urandom pool initializationTheodore Ts'o1-1/+11
2013-11-04random: make add_timer_randomness() fill the nonblocking pool firstTheodore Ts'o1-3/+4
2013-10-30hwrng: msm - Add PRNG support for MSM SoC'sStanimir Varbanov3-0/+210
2013-10-29virtio_console: verify if queue is broken after virtqueue_get_buf()Heinz Graalfs1-2/+4
2013-10-25consolidate the reassignments of ->f_op in ->open() instancesAl Viro1-9/+3
2013-10-22tpm: use tabs instead of whitespaces in KconfigPeter Huewe1-8/+8
2013-10-22tpm: Fix module name description in Kconfig for tpm_i2c_infineonPeter Huewe1-1/+1
2013-10-22tpm: Add support for Atmel I2C TPMsJason Gunthorpe3-0/+294
2013-10-22tpm: Add support for the Nuvoton NPCT501 I2C TPMJason Gunthorpe3-0/+721