summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2012-10-21tpm: Propagate error from tpm_transmit to fix a timeout hangPeter Huewe1-7/+14
2012-10-07TTY: ttyprintk, don't touch behind tty->write_bufJiri Slaby1-1/+1
2012-08-15random: mix in architectural randomness in extract_buf()H. Peter Anvin1-24/+32
2012-08-15random: Add comment to random_initialize()Tony Luck1-0/+10
2012-08-15random: remove rand_initialize_irq()Theodore Ts'o1-55/+0
2012-08-15random: add tracepoints for easier debugging and verificationTheodore Ts'o1-4/+22
2012-08-15random: add new get_random_bytes_arch() functionTheodore Ts'o1-5/+24
2012-08-15random: use the arch-specific rng in xfer_secondary_poolTheodore Ts'o1-9/+16
2012-08-15random: create add_device_randomness() interfaceLinus Torvalds1-0/+28
2012-08-15random: use lockless techniques in the interrupt pathTheodore Ts'o1-39/+39
2012-08-15random: make 'add_interrupt_randomness()' do something saneTheodore Ts'o1-17/+86
2012-08-15Redefine ATOMIC_INIT and ATOMIC64_INIT to drop the castsTony Luck1-1/+1
2012-08-09TPM: chip disabled state erronously being reported as errorRajiv Andrade1-2/+10
2012-06-22hwrng: atmel-rng - fix data valid checkPeter Korsgaard1-1/+1
2012-06-17hwrng: atmel-rng - fix race condition leading to repeated bitsPeter Korsgaard1-0/+7
2012-06-17char/agp: add another Ironlake host bridgeEugeni Dodonov2-0/+2
2012-05-17virtio: console: tell host of open ports after resume from s3/s4Amit Shah1-0/+7
2012-04-12Merge tag 'tty-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+2
2012-04-12drivers/char/random.c: fix boot id uniqueness raceMathieu Desnoyers1-3/+8
2012-04-09printk(): add KERN_CONT where needed in hpet and vt codeKay Sievers1-2/+2
2012-04-06Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds1-6/+6
2012-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-7/+1
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-7/+1
2012-04-03APM: fix deadlock in APM_IOC_SUSPEND ioctlNeilBrown1-1/+1
2012-04-02tile-srom.c driver: minor code cleanupChris Metcalf1-6/+6
2012-04-02drm/i915: disable ppgtt on snb when dmar is enabledDaniel Vetter1-1/+0
2012-04-02drm/i915: add Ivy Bridge GT2 Server entriesEugeni Dodonov2-0/+3
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+1
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds4-168/+171
2012-03-28ipmi: use locks on watchdog timeout set on rebootCorey Minyard1-2/+2
2012-03-28ipmi: simplify lockingCorey Minyard1-33/+21
2012-03-28ipmi: fix message handling during panicsCorey Minyard2-64/+56
2012-03-28ipmi: use a tasklet for handling received messagesCorey Minyard2-67/+88
2012-03-28ipmi: increase KCS timeoutsMatthew Garrett1-2/+2
2012-03-28ipmi: decrease the IPMI message transaction time in interrupt modeSrinivas_Gowda1-1/+3
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds18-18/+0
2012-03-28Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds1-2/+2
2012-03-28Remove all #inclusions of asm/system.hDavid Howells18-18/+0
2012-03-27Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+2
2012-03-27watchdog: nowayout is boolWim Van Sebroeck1-2/+2
2012-03-23Merge branch 'amba' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-12/+1
2012-03-22Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-5/+6
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-1041/+0
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds4-9/+14
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-4/+1
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-8/+8
2012-03-20Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds5-286/+1
2012-03-20Merge tag 'char-misc-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds3-3/+2
2012-03-16ARM: 7362/1: AMBA: Add module_amba_driver() helper macro for amba_driverviresh kumar1-12/+1