summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2017-10-12tpm: fix a kernel memory leak in tpm-sysfs.cJarkko Sakkinen1-1/+2
2017-09-15drivers: char: mem: Fix wraparound check to allow mappings up to the endJulius Werner1-1/+1
2017-09-15drivers: char: mem: Check for address space wraparound with mmap()Julius Werner1-0/+5
2017-07-18char: lp: fix possible integer overflow in lp_setup()Willy Tarreau1-1/+5
2017-07-18mm: Tighten x86 /dev/mem with zeroing readsKees Cook1-30/+52
2016-11-20tpm: read burstcount from TPM_STS in one 32-bit transactionAndrey Pronin1-5/+4
2016-08-23hwmon: (dell-smm) Restrict fan control and serial number to CAP_SYS_ADMIN by ...Pali Rohár1-6/+12
2016-08-23char: Drop bogus dependency of DEVPORT on !M68KGeert Uytterhoeven1-1/+0
2016-06-15ipmi: fix timeout calculation when bmc is disconnectedXie XiuQi1-1/+1
2015-12-30ipmi: move timer init to before irq is setupJan Stancek1-4/+4
2015-08-12agp/intel: Fix typo in needs_ilk_vtd_wa()Chris Wilson1-1/+1
2015-05-10virtio_console: avoid config access from irqMichael S. Tsirkin1-0/+16
2015-05-10TPM: Add new TPMs to the tail of the list to prevent inadvertent change of devDavid Howells1-1/+1
2014-12-14random: add and use memzero_explicit() for clearing dataDaniel Borkmann1-5/+5
2014-09-14tpm: Provide a generic means to override the chip returned timeoutsJason Gunthorpe3-21/+75
2014-08-06applicom: dereferencing NULL on error pathDan Carpenter1-1/+0
2014-04-30Char: ipmi_bt_sm, fix infinite loopJiri Slaby1-1/+1
2014-04-02raw: test against runtime value of max_raw_minorsPaul Bolle1-1/+1
2014-01-03drivers/char/i8k.c: add Dell XPLS L421XAlan Cox1-0/+7
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