aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* merge more stuff from 3.2.72Wolfgang Wiedmeyer2015-10-2321-121/+487
* initial merge with 3.2.72Wolfgang Wiedmeyer2015-10-233-0/+802
|\
| * agp/intel: Fix typo in needs_ilk_vtd_wa()Chris Wilson2015-08-121-1/+1
| * virtio_console: avoid config access from irqMichael S. Tsirkin2015-05-091-0/+16
| * TPM: Add new TPMs to the tail of the list to prevent inadvertent change of devDavid Howells2015-05-091-1/+1
| * random: add and use memzero_explicit() for clearing dataDaniel Borkmann2014-12-141-5/+5
| * tpm: Provide a generic means to override the chip returned timeoutsJason Gunthorpe2014-09-133-21/+75
| * applicom: dereferencing NULL on error pathDan Carpenter2014-08-061-1/+0
| * Char: ipmi_bt_sm, fix infinite loopJiri Slaby2014-04-301-1/+1
| * raw: test against runtime value of max_raw_minorsPaul Bolle2014-04-021-1/+1
| * drivers/char/i8k.c: add Dell XPLS L421XAlan Cox2014-01-031-0/+7
| * random: allow architectures to optionally define random_get_entropy()Theodore Ts'o2013-11-281-4/+4
| * random: run random_int_secret_init() run after all late_initcallsTheodore Ts'o2013-11-281-2/+1
| * virtio: console: return -ENODEV on all read operations after unplugAmit Shah2013-09-101-1/+5
| * virtio: console: fix raising SIGIO after port unplugAmit Shah2013-09-101-3/+5
| * virtio: console: clean up port data immediately at time of unplugAmit Shah2013-09-101-8/+8
| * virtio: console: fix race in port_fops_open() and port unplugAmit Shah2013-09-101-0/+4
| * virtio: console: fix race with port unplug and open/closeAmit Shah2013-09-101-7/+6
| * random: fix accounting race condition with lockless irq entropy_count updateJiri Kosina2013-05-301-8/+16
| * ipmi: ipmi_devintf: compat_ioctl method fails to take ipmi_mutexBenjamin LaHaise2013-05-301-1/+13
| * drivers/char/ipmi: memcpy, need additional 2 bytes to avoid memory overflowChen Gang2013-05-301-2/+2
| * vm: convert HPET mmap to vm_iomap_memory() helperLinus Torvalds2013-05-131-13/+1
| * virtio: console: add locking around c_ovq operationsAmit Shah2013-04-101-0/+5
| * virtio: console: rename cvq_lock to c_ivq_lockAmit Shah2013-04-101-7/+8
| * virtio: rng: disallow multiple device registrations, fixes crashesAmit Shah2013-03-201-2/+11
| * hw_random: make buffer usable in scatterlist.Rusty Russell2013-03-201-3/+16
| * virtio_console: Don't access uninitialized data.Sjur Brændeland2013-02-201-1/+2
| * ramoops: fix use of rounddown_pow_of_two()Marco Stornelli2013-01-031-2/+2
| * drm/i915: add Ivy Bridge GT2 Server entriesEugeni Dodonov2013-01-032-0/+3
| * tpm: Propagate error from tpm_transmit to fix a timeout hangPeter Huewe2012-10-301-7/+14
| * TTY: ttyprintk, don't touch behind tty->write_bufJiri Slaby2012-10-171-1/+1
| * random: Add comment to random_initialize()Tony Luck2012-09-121-0/+10
| * drivers/char/random.c: fix boot id uniqueness raceMathieu Desnoyers2012-09-121-3/+8
| * random: mix in architectural randomness in extract_buf()H. Peter Anvin2012-08-101-24/+32
| * Redefine ATOMIC_INIT and ATOMIC64_INIT to drop the castsTony Luck2012-08-101-1/+1
| * random: add new get_random_bytes_arch() functionTheodore Ts'o2012-08-101-5/+24
| * random: use the arch-specific rng in xfer_secondary_poolTheodore Ts'o2012-08-101-9/+16
| * random: create add_device_randomness() interfaceLinus Torvalds2012-08-101-0/+28
| * random: use lockless techniques in the interrupt pathTheodore Ts'o2012-08-101-39/+39
| * random: make 'add_interrupt_randomness()' do something saneTheodore Ts'o2012-08-101-17/+86
| * random: Adjust the number of loops when initializingH. Peter Anvin2012-08-101-1/+1
| * random: Use arch-specific RNG to initialize the entropy storeTheodore Ts'o2012-08-101-0/+6
| * random: Use arch_get_random_int instead of cycle counter if availLinus Torvalds2012-08-101-2/+6
| * hwrng: atmel-rng - fix data valid checkPeter Korsgaard2012-07-041-1/+1
| * hwrng: atmel-rng - fix race condition leading to repeated bitsPeter Korsgaard2012-06-191-0/+7
| * char/agp: add another Ironlake host bridgeEugeni Dodonov2012-06-192-0/+2
| * TPM: Zero buffer whole after copying to userspaceTim Gardner2012-04-021-1/+2
| * ima: fix Kconfig dependenciesFabio Estevam2012-04-021-1/+0
| * tpm_tis: add delay after aborting commandStefan Berger2012-02-031-0/+3
| * ipmi_watchdog: restore settings when BMC resetCorey Minyard2011-12-201-3/+38