summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2013-04-10virtio: console: add locking around c_ovq operationsAmit Shah
2013-04-10virtio: console: rename cvq_lock to c_ivq_lockAmit Shah
2013-03-20virtio: rng: disallow multiple device registrations, fixes crashesAmit Shah
2013-03-20hw_random: make buffer usable in scatterlist.Rusty Russell
2013-02-20virtio_console: Don't access uninitialized data.Sjur Brændeland
2013-01-03ramoops: fix use of rounddown_pow_of_two()Marco Stornelli
2013-01-03drm/i915: add Ivy Bridge GT2 Server entriesEugeni Dodonov
2012-10-30tpm: Propagate error from tpm_transmit to fix a timeout hangPeter Huewe
2012-10-17TTY: ttyprintk, don't touch behind tty->write_bufJiri Slaby
2012-09-12random: Add comment to random_initialize()Tony Luck
2012-09-12drivers/char/random.c: fix boot id uniqueness raceMathieu Desnoyers
2012-08-10random: mix in architectural randomness in extract_buf()H. Peter Anvin
2012-08-10Redefine ATOMIC_INIT and ATOMIC64_INIT to drop the castsTony Luck
2012-08-10random: add new get_random_bytes_arch() functionTheodore Ts'o
2012-08-10random: use the arch-specific rng in xfer_secondary_poolTheodore Ts'o
2012-08-10random: create add_device_randomness() interfaceLinus Torvalds
2012-08-10random: use lockless techniques in the interrupt pathTheodore Ts'o
2012-08-10random: make 'add_interrupt_randomness()' do something saneTheodore Ts'o
2012-08-10random: Adjust the number of loops when initializingH. Peter Anvin
2012-08-10random: Use arch-specific RNG to initialize the entropy storeTheodore Ts'o
2012-08-10random: Use arch_get_random_int instead of cycle counter if availLinus Torvalds
2012-07-04hwrng: atmel-rng - fix data valid checkPeter Korsgaard
2012-06-19hwrng: atmel-rng - fix race condition leading to repeated bitsPeter Korsgaard
2012-06-19char/agp: add another Ironlake host bridgeEugeni Dodonov
2012-04-02TPM: Zero buffer whole after copying to userspaceTim Gardner
2012-04-02ima: fix Kconfig dependenciesFabio Estevam
2012-02-03tpm_tis: add delay after aborting commandStefan Berger
2011-12-20ipmi_watchdog: restore settings when BMC resetCorey Minyard
2011-11-17fix typo/thinko in get_random_bytes()Luck, Tony
2011-11-08agp: iommu_gfx_mapped only available if CONFIG_INTEL_IOMMU is setKeith Packard
2011-11-08drm/i915: fix if statement (bogus semi-colon)Dan Carpenter
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-02Merge branch 'misc-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl...Linus Torvalds
2011-11-02Merge git://github.com/rustyrussell/linuxLinus Torvalds
2011-11-02Merge branch 'for-linus' of git://github.com/richardweinberger/linuxLinus Torvalds
2011-11-02um: switch to use of drivers/KconfigAl Viro
2011-11-02um: clean Kconfig up a bitAl Viro
2011-11-01Merge branch 'next/driver' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds
2011-11-02virtio: console: wait for first console port for early console outputChristian Borntraeger
2011-11-02virtio: console: add port stats for bytes received, sent and discardedAmit Shah
2011-11-02virtio: console: make discard_port_data() use get_inbuf()Amit Shah
2011-11-02virtio: console: rename variableAmit Shah
2011-11-02virtio: console: make get_inbuf() return port->inbuf if presentAmit Shah
2011-11-02virtio: console: Fix return type for get_inbuf()Amit Shah
2011-11-02virtio: console: Use wait_event_freezable instead of _interruptibleAmit Shah
2011-11-02virtio: console: Ignore port name update request if name already setAmit Shah
2011-11-02virtio: console: Fix indentationAmit Shah
2011-11-02virtio-console: Use virtio_config_val() for retrieving configSasha Levin
2011-10-31drivers/char: Fix implicit use of err.h in ramoops.cPaul Gortmaker
2011-10-31drivers/char: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker