aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linux-3.0.y' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Chirayu Desai2013-05-202-3/+15
|\
| * ipmi: ipmi_devintf: compat_ioctl method fails to take ipmi_mutexBenjamin LaHaise2013-05-191-1/+13
| * drivers/char/ipmi: memcpy, need additional 2 bytes to avoid memory overflowChen Gang2013-05-191-2/+2
* | Merge 3.0.75Pawit Pornkitprasan2013-04-291-13/+1
|\ \ | |/
| * vm: convert HPET mmap to vm_iomap_memory() helperLinus Torvalds2013-04-251-13/+1
* | Merge 3.0.70Pawit Pornkitprasan2013-03-212-5/+27
|\ \ | |/
| * virtio: rng: disallow multiple device registrations, fixes crashesAmit Shah2013-03-201-2/+11
| * hw_random: make buffer usable in scatterlist.Rusty Russell2013-03-141-3/+16
* | Merge 3.0.66Pawit Pornkitprasan2013-02-241-1/+2
|\ \ | |/
| * virtio_console: Don't access uninitialized data.Sjur Brændeland2013-02-141-1/+2
* | Merge 3.0.52Pawit Pornkitprasan2012-11-206-127/+274
|\ \ | |/
| * tpm: Propagate error from tpm_transmit to fix a timeout hangPeter Huewe2012-10-211-7/+14
| * TTY: ttyprintk, don't touch behind tty->write_bufJiri Slaby2012-10-071-1/+1
| * random: mix in architectural randomness in extract_buf()H. Peter Anvin2012-08-151-24/+32
| * random: Add comment to random_initialize()Tony Luck2012-08-151-0/+10
| * random: remove rand_initialize_irq()Theodore Ts'o2012-08-151-55/+0
| * random: add tracepoints for easier debugging and verificationTheodore Ts'o2012-08-151-4/+22
| * random: add new get_random_bytes_arch() functionTheodore Ts'o2012-08-151-4/+23
| * random: use the arch-specific rng in xfer_secondary_poolTheodore Ts'o2012-08-151-9/+16
| * random: create add_device_randomness() interfaceLinus Torvalds2012-08-151-0/+28
| * random: use lockless techniques in the interrupt pathTheodore Ts'o2012-08-151-39/+39
| * random: make 'add_interrupt_randomness()' do something saneTheodore Ts'o2012-08-151-17/+86
| * drivers/char/random.c: fix boot id uniqueness raceMathieu Desnoyers2012-08-151-3/+8
| * random: Adjust the number of loops when initializingH. Peter Anvin2012-08-151-1/+1
| * random: Use arch-specific RNG to initialize the entropy storeTheodore Ts'o2012-08-151-0/+6
| * random: Use arch_get_random_int instead of cycle counter if availLinus Torvalds2012-08-151-2/+6
| * fix typo/thinko in get_random_bytes()Luck, Tony2012-08-151-1/+1
| * random: Add support for architectural random hooksH. Peter Anvin2012-08-151-2/+21
| * Redefine ATOMIC_INIT and ATOMIC64_INIT to drop the castsTony Luck2012-08-151-1/+1
| * char/agp: add another Ironlake host bridgeEugeni Dodonov2012-06-172-0/+2
* | Merge commit 'v3.0.8' into android-3.0Colin Cross2011-10-272-327/+16
|\ \ | |/
| * TPM: Zero buffer after copying to userspacePeter Huewe2011-10-031-1/+5
| * TPM: Call tpm_transmit with correct sizePeter Huewe2011-10-031-0/+3
| * net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller2011-08-151-326/+8
* | Merge commit 'v3.0' into android-3.0Colin Cross2011-08-101-3/+4
|\ \ | |/
| * agp/intel: Fix typo in G4x_GMCH_SIZE_VT_2MChris Wilson2011-07-131-3/+4
* | Merge commit 'v3.0-rc5' into android-3.0Colin Cross2011-06-291-2/+23
|\ \ | |/
| * drivers/char/hpet.c: fix periodic-emulation for delayed interruptsNils Carlson2011-06-151-2/+23
* | Make /dev/mem configurable, as we don't want it.Robert Love2011-06-142-0/+30
* | [ARM] armv6 dcc tty driverArve Hjønnevåg2011-06-143-0/+331
|/
* virtio console: don't manually set or finalize VIRTIO_CONSOLE_F_MULTIPORT.Rusty Russell2011-05-301-5/+0
* drivers/char/ppdev.c: put gotten port valueJulia Lawall2011-05-261-0/+1
* drivers/char/mspec.c: use {k,v}zalloc to allocate memoryRakib Mullick2011-05-261-3/+2
* ipmi: convert to seq_file interfaceAlexey Dobriyan2011-05-262-85/+141
* i8k: Integrate with the hwmon subsystemJean Delvare2011-05-251-0/+162
* i8k: Avoid lahf in 64-bit codeLuca Tettamanti2011-05-251-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2011-05-243-3/+3
|\
| * pcmcia: Convert pcmcia_device_id declarations to constJoe Perches2011-05-063-3/+3
* | Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-05-244-1/+22
|\ \
| * | agp/uninorth: Fix lockups with radeon KMS and >1x.Michel Dänzer2011-05-221-1/+1