summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2013-11-28random: allow architectures to optionally define random_get_entropy()Theodore Ts'o1-4/+4
2013-11-28random: run random_int_secret_init() run after all late_initcallsTheodore Ts'o1-2/+1
2013-09-10virtio: console: return -ENODEV on all read operations after unplugAmit Shah1-1/+5
2013-09-10virtio: console: fix raising SIGIO after port unplugAmit Shah1-3/+5
2013-09-10virtio: console: clean up port data immediately at time of unplugAmit Shah1-8/+8
2013-09-10virtio: console: fix race in port_fops_open() and port unplugAmit Shah1-0/+4
2013-09-10virtio: console: fix race with port unplug and open/closeAmit Shah1-7/+6
2013-05-30random: fix accounting race condition with lockless irq entropy_count updateJiri Kosina1-8/+16
2013-05-30ipmi: ipmi_devintf: compat_ioctl method fails to take ipmi_mutexBenjamin LaHaise1-1/+13
2013-05-30drivers/char/ipmi: memcpy, need additional 2 bytes to avoid memory overflowChen Gang1-2/+2
2013-05-13vm: convert HPET mmap to vm_iomap_memory() helperLinus Torvalds1-13/+1
2013-04-10virtio: console: add locking around c_ovq operationsAmit Shah1-0/+5
2013-04-10virtio: console: rename cvq_lock to c_ivq_lockAmit Shah1-7/+8
2013-03-20virtio: rng: disallow multiple device registrations, fixes crashesAmit Shah1-2/+11
2013-03-20hw_random: make buffer usable in scatterlist.Rusty Russell1-3/+16
2013-02-20virtio_console: Don't access uninitialized data.Sjur Brændeland1-1/+2
2013-01-03ramoops: fix use of rounddown_pow_of_two()Marco Stornelli1-2/+2
2013-01-03drm/i915: add Ivy Bridge GT2 Server entriesEugeni Dodonov2-0/+3
2012-10-31tpm: Propagate error from tpm_transmit to fix a timeout hangPeter Huewe1-7/+14
2012-10-17TTY: ttyprintk, don't touch behind tty->write_bufJiri Slaby1-1/+1
2012-09-12random: Add comment to random_initialize()Tony Luck1-0/+10
2012-09-12drivers/char/random.c: fix boot id uniqueness raceMathieu Desnoyers1-3/+8
2012-08-10random: mix in architectural randomness in extract_buf()H. Peter Anvin1-24/+32
2012-08-10Redefine ATOMIC_INIT and ATOMIC64_INIT to drop the castsTony Luck1-1/+1
2012-08-10random: add new get_random_bytes_arch() functionTheodore Ts'o1-5/+24
2012-08-10random: use the arch-specific rng in xfer_secondary_poolTheodore Ts'o1-9/+16
2012-08-10random: create add_device_randomness() interfaceLinus Torvalds1-0/+28
2012-08-10random: use lockless techniques in the interrupt pathTheodore Ts'o1-39/+39
2012-08-10random: make 'add_interrupt_randomness()' do something saneTheodore Ts'o1-17/+86
2012-08-10random: Adjust the number of loops when initializingH. Peter Anvin1-1/+1
2012-08-10random: Use arch-specific RNG to initialize the entropy storeTheodore Ts'o1-0/+6
2012-08-10random: Use arch_get_random_int instead of cycle counter if availLinus Torvalds1-2/+6
2012-07-04hwrng: atmel-rng - fix data valid checkPeter Korsgaard1-1/+1
2012-06-20hwrng: atmel-rng - fix race condition leading to repeated bitsPeter Korsgaard1-0/+7
2012-06-20char/agp: add another Ironlake host bridgeEugeni Dodonov2-0/+2
2012-04-02TPM: Zero buffer whole after copying to userspaceTim Gardner1-1/+2
2012-04-02ima: fix Kconfig dependenciesFabio Estevam1-1/+0
2012-02-03tpm_tis: add delay after aborting commandStefan Berger1-0/+3
2011-12-20ipmi_watchdog: restore settings when BMC resetCorey Minyard1-3/+38
2011-11-17fix typo/thinko in get_random_bytes()Luck, Tony1-1/+1
2011-11-08agp: iommu_gfx_mapped only available if CONFIG_INTEL_IOMMU is setKeith Packard1-2/+3
2011-11-08drm/i915: fix if statement (bogus semi-colon)Dan Carpenter1-1/+1
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-0/+6
2011-11-03Merge branch 'misc-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl...Linus Torvalds1-2/+4
2011-11-03Merge git://github.com/rustyrussell/linuxLinus Torvalds1-41/+79
2011-11-02Merge branch 'for-linus' of git://github.com/richardweinberger/linuxLinus Torvalds3-4/+19
2011-11-02um: switch to use of drivers/KconfigAl Viro2-4/+4
2011-11-02um: clean Kconfig up a bitAl Viro1-0/+15
2011-11-02Merge branch 'next/driver' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds3-0/+172
2011-11-02virtio: console: wait for first console port for early console outputChristian Borntraeger1-0/+20