aboutsummaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2011-06-15drivers/char/hpet.c: fix periodic-emulation for delayed interruptsGravatar Nils Carlson 1-2/+23
2011-05-30virtio console: don't manually set or finalize VIRTIO_CONSOLE_F_MULTIPORT.Gravatar Rusty Russell 1-5/+0
2011-05-26drivers/char/ppdev.c: put gotten port valueGravatar Julia Lawall 1-0/+1
2011-05-26drivers/char/mspec.c: use {k,v}zalloc to allocate memoryGravatar Rakib Mullick 1-3/+2
2011-05-26ipmi: convert to seq_file interfaceGravatar Alexey Dobriyan 2-85/+141
2011-05-25i8k: Integrate with the hwmon subsystemGravatar Jean Delvare 1-0/+162
2011-05-25i8k: Avoid lahf in 64-bit codeGravatar Luca Tettamanti 1-2/+2
2011-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Gravatar Linus Torvalds 3-3/+3
2011-05-24Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 4-1/+22
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-5/+0
2011-05-23apm-emulation: apm_mutex breaks ACK; remove itGravatar Paul Parsons 1-5/+0
2011-05-22agp/uninorth: Fix lockups with radeon KMS and >1x.Gravatar Michel Dänzer 1-1/+1
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 2-1/+10
2011-05-20Merge remote branch 'origin/master' into mergeGravatar Benjamin Herrenschmidt 4-28/+56
2011-05-19Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-23/+55
2011-05-19Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/l...Gravatar Linus Torvalds 1-5/+1
2011-05-19Merge branch 'merge' into nextGravatar Benjamin Herrenschmidt 5-24/+34
2011-05-18drivercore: revert addition of of_match to struct deviceGravatar Grant Likely 3-9/+19
2011-05-14Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-a...Gravatar Thomas Gleixner 139-93321/+913
2011-05-13agp/intel: add Ivy Bridge supportGravatar Jesse Barnes 3-0/+21
2011-05-06RAW driver: Remove call to kobject_put().Gravatar Robert P. J. Day 1-1/+0
2011-05-06Allow setting of number of raw devices as a module parameterGravatar Jan Kara 2-7/+28
2011-05-06pcmcia: Convert pcmcia_device_id declarations to constGravatar Joe Perches 3-3/+3
2011-05-04powerpc/pseries/bsr: Remove redundant initialization of bsr dev_t declaration.Gravatar Robert P. J. Day 1-1/+1
2011-05-04hwrng: amd - enable AMD hw rnd driver for Maple PPC boardsGravatar Dmitry Eremin-Solenikov 1-1/+1
2011-05-04hwrng: amd - manage resource allocationGravatar Dmitry Eremin-Solenikov 1-0/+9
2011-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusGravatar Linus Torvalds 1-11/+0
2011-04-21virtio: console: Enable call to hvc_remove() on console port removeGravatar Amit Shah 1-11/+0
2011-04-21agp: fix arbitrary kernel memory writesGravatar Vasiliy Kulikov 1-3/+8
2011-04-21agp: fix OOM and buffer overflowGravatar Vasiliy Kulikov 1-1/+7
2011-04-19kmsg: properly support writev to avoid interleaved printk lines fixGravatar Andrew Morton 1-3/+4
2011-04-19printk: /dev/kmsg - properly support writev() to avoid interleaved printk() l...Gravatar Kay Sievers 1-15/+26
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 14-18/+18
2011-03-29char/tpm: Fix unitialized usage of data bufferGravatar Peter Huewe 1-1/+1
2011-03-23drivers/char/mem.c: clean up the codeGravatar Changli Gao 1-4/+1
2011-03-23drivers/char: add MSM smd_pkt driverGravatar Niranjana Vishwanathapura 3-0/+475
2011-03-23drivers/char/ipmi/ipmi_si_intf.c: fix cleanup_one_si section mismatchGravatar Sergey Senozhatsky 1-1/+1
2011-03-20Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Gravatar Linus Torvalds 2-3/+3
2011-03-17Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/...Gravatar Linus Torvalds 1-1/+1
2011-03-17char: change to new flag variableGravatar matt mooney 2-3/+3
2011-03-17Merge branches 'aaci', 'mmci-dma', 'pl' and 'pl011' into driversGravatar Russell King 14-118/+1957
2011-03-16Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 4-141/+83
2011-03-16Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 108-93082/+9
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 5-11/+237
2011-03-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-11/+19
2011-03-10ipmi: Fix IPMI errors due to timing problemsGravatar Doe, YiCheng 1-0/+8
2011-03-07tty: move cd1865.h to drivers/staging/tty/Gravatar Arnd Bergmann 1-263/+0
2011-03-07Staging: tty: fix build with epca.c driverGravatar Greg Kroah-Hartman 3-278/+0
2011-03-06virtio: console: Don't access vqs if device was unpluggedGravatar Amit Shah 1-0/+8
2011-03-01Revert "TPM: Long default timeout fix"Gravatar Linus Torvalds 1-6/+4