summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
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-25vm: convert HPET mmap to vm_iomap_memory() helperLinus Torvalds1-13/+1
2013-03-20virtio: 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-4/+23
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-15drivers/char/random.c: fix boot id uniqueness raceMathieu Desnoyers1-3/+8
2012-08-15random: Adjust the number of loops when initializingH. Peter Anvin1-1/+1
2012-08-15random: Use arch-specific RNG to initialize the entropy storeTheodore Ts'o1-0/+6
2012-08-15random: Use arch_get_random_int instead of cycle counter if availLinus Torvalds1-2/+6
2012-08-15fix typo/thinko in get_random_bytes()Luck, Tony1-1/+1
2012-08-15random: Add support for architectural random hooksH. Peter Anvin1-2/+21
2012-08-15Redefine ATOMIC_INIT and ATOMIC64_INIT to drop the castsTony Luck1-1/+1
2012-06-17char/agp: add another Ironlake host bridgeEugeni Dodonov2-0/+2
2011-10-03TPM: Zero buffer after copying to userspacePeter Huewe1-1/+5
2011-10-03TPM: Call tpm_transmit with correct sizePeter Huewe1-0/+3
2011-08-15net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller1-326/+8
2011-07-13agp/intel: Fix typo in G4x_GMCH_SIZE_VT_2MChris Wilson1-3/+4
2011-06-15drivers/char/hpet.c: fix periodic-emulation for delayed interruptsNils Carlson1-2/+23
2011-05-30virtio console: don't manually set or finalize VIRTIO_CONSOLE_F_MULTIPORT.Rusty Russell1-5/+0
2011-05-26drivers/char/ppdev.c: put gotten port valueJulia Lawall1-0/+1
2011-05-26drivers/char/mspec.c: use {k,v}zalloc to allocate memoryRakib Mullick1-3/+2
2011-05-26ipmi: convert to seq_file interfaceAlexey Dobriyan2-85/+141
2011-05-25i8k: Integrate with the hwmon subsystemJean Delvare1-0/+162
2011-05-25i8k: Avoid lahf in 64-bit codeLuca Tettamanti1-2/+2
2011-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds3-3/+3
2011-05-24Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-1/+22
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-5/+0
2011-05-23apm-emulation: apm_mutex breaks ACK; remove itPaul Parsons1-5/+0
2011-05-22agp/uninorth: Fix lockups with radeon KMS and >1x.Michel Dänzer1-1/+1
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-1/+10
2011-05-20Merge remote branch 'origin/master' into mergeBenjamin Herrenschmidt4-28/+56
2011-05-19Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-23/+55
2011-05-19Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-5/+1
2011-05-19Merge branch 'merge' into nextBenjamin Herrenschmidt5-24/+34
2011-05-18drivercore: revert addition of of_match to struct deviceGrant Likely3-9/+19
2011-05-14Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-a...Thomas Gleixner139-93321/+913
2011-05-13agp/intel: add Ivy Bridge supportJesse Barnes3-0/+21
2011-05-06RAW driver: Remove call to kobject_put().Robert P. J. Day1-1/+0