summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2015-06-19virtio_console: avoid config access from irqMichael S. Tsirkin1-0/+16
2015-06-19virtio_console: init work unconditionallyMichael S. Tsirkin1-1/+2
2015-02-02random: add and use memzero_explicit() for clearing dataDaniel Borkmann1-5/+5
2014-07-01applicom: dereferencing NULL on error pathDan Carpenter1-1/+0
2014-06-11virtio: console: add locking around c_ovq operationsAmit Shah1-0/+5
2014-06-11virtio: console: rename cvq_lock to c_ivq_lockAmit Shah1-8/+9
2014-06-08random: fix accounting race condition with lockless irq entropy_count updateJiri Kosina1-8/+16
2014-06-08ipmi: Reset the KCS timeout when starting error recoveryCorey Minyard1-2/+3
2014-06-08ipmi: Fix a race restarting the timerBodo Stroesser1-18/+28
2014-04-27Char: ipmi_bt_sm, fix infinite loopJiri Slaby1-1/+1
2014-02-22raw: test against runtime value of max_raw_minorsPaul Bolle1-1/+1
2013-12-12drivers/char/i8k.c: add Dell XPLS L421XAlan Cox1-0/+7
2013-10-22random: run random_int_secret_init() run after all late_initcallsTheodore Ts'o1-2/+1
2013-08-15virtio: console: return -ENODEV on all read operations after unplugAmit Shah1-1/+5
2013-08-15virtio: console: fix raising SIGIO after port unplugAmit Shah1-3/+5
2013-08-15virtio: console: clean up port data immediately at time of unplugAmit Shah1-8/+8
2013-08-15virtio: console: fix race in port_fops_open() and port unplugAmit Shah1-0/+4
2013-08-15virtio: console: fix race with port unplug and open/closeAmit Shah1-7/+6
2013-05-19ipmi: ipmi_devintf: compat_ioctl method fails to take ipmi_mutexBenjamin LaHaise1-1/+13
2013-05-19drivers/char/ipmi: memcpy, need additional 2 bytes to avoid memory overflowChen Gang1-2/+2
2013-04-26vm: convert HPET mmap to vm_iomap_memory() helperLinus Torvalds1-13/+1
2013-03-21virtio: rng: disallow multiple device registrations, fixes crashesAmit Shah1-2/+11
2013-03-14hw_random: make buffer usable in scatterlist.Rusty Russell1-3/+16
2013-02-14virtio_console: Don't access uninitialized data.Sjur Brændeland1-1/+2
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-13Merge tag 'tty-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+2
2012-04-13drivers/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-07Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds1-6/+6
2012-04-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-04-06Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-7/+1
2012-04-06simple_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