summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds2007-05-091-3/+1
|\
| * [IA64-SN2][KJ] mmtimer.c-kzallocvignesh babu2007-05-081-3/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2007-05-091-1/+2
|\ \
| * | [POWERPC] iSeries: Make HVC_ISERIES the defaultStephen Rothwell2007-05-091-1/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2007-05-097-11/+11
|\ \ \
| * | | Fix occurrences of "the the "Michael Opdenacker2007-05-094-4/+4
| * | | Correct comments in genrtc.c to refer to correct /proc file.Robert P. J. Day2007-05-091-2/+2
| * | | Fix misspellings collected by members of KJ list.Robert P. J. Day2007-05-091-4/+4
| * | | Fix trivial typos in Kconfig* filesDavid Sterba2007-05-091-1/+1
| |/ /
* | | tty_set_ldisc() receive_room fixPaul Fulghum2007-05-091-7/+7
* | | pasemi: hardware rng driverOlof Johansson2007-05-093-0/+171
* | | cm4000_cs: use bitrevAkinobu Mita2007-05-092-29/+7
* | | cm4000_cs: fix error pathsAkinobu Mita2007-05-092-3/+13
|/ /
* | Merge branch 'drm-patches' of master.kernel.org:/pub/scm/linux/kernel/git/air...Linus Torvalds2007-05-0813-152/+222
|\ \
| * | via: Make sure we flush write-combining using a follow-up read.Thomas Hellstrom2007-05-081-2/+4
| * | via: Try to improve command-buffer chaining.Thomas Hellstrom2007-05-082-66/+46
| * | drm: remove old taskqueue remnantDave Airlie2007-05-081-3/+0
| * | drm: rename badly named define and cleanup ioctl code spacingDave Airlie2007-05-081-6/+4
| * | radeon: Don't mess up page flipping when a file descriptor is closed.Michel Dänzer2007-05-082-28/+19
| * | drm/radeon: upgrade to 1.27 - make PCI GART more flexibleDave Airlie2007-05-089-48/+150
| |/
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2007-05-085-6/+6
|\ \
| * | Merge branch 'linux-2.6'Paul Mackerras2007-05-0839-429/+598
| |\|
| * | [POWERPC] Rename device_is_compatible to of_device_is_compatibleStephen Rothwell2007-05-073-3/+3
| * | [POWERPC] Rename get_property to of_get_property: driversStephen Rothwell2007-05-023-3/+3
* | | use mutex instead of semaphore in virtual console driverMatthias Kaehlcke2007-05-082-10/+13
* | | vt: expose system-wide UTF-8 default setting via sysfsAntonino A. Daplas2007-05-081-1/+3
* | | vt: add color support to the "underline" and "italic" attributesJan Engelhardt2007-05-081-6/+28
* | | vt: allow for the palette to be exposed and changed via sysfsJan Engelhardt2007-05-081-0/+4
* | | Char: cyclades, copyright and version changesJiri Slaby2007-05-081-4/+4
* | | Char: cyclades, probe cleanupJiri Slaby2007-05-081-270/+198
* | | Char: cyclades, dynamic portsJiri Slaby2007-05-081-73/+69
* | | Char: cyclades, fix tty device unregisterJiri Slaby2007-05-081-2/+2
* | | Char: cyclades, conditions cleanupJiri Slaby2007-05-081-39/+21
* | | Char: cyclades, remove locking macrosJiri Slaby2007-05-081-127/+118
* | | Char: cyclades, remove unused timestampsJiri Slaby2007-05-081-12/+0
* | | Char: cyclades, timers cleanupJiri Slaby2007-05-081-12/+5
* | | Char: cyclades, fix blockmoveJiri Slaby2007-05-081-18/+16
* | | Char: cyclades, remove sleep_onJiri Slaby2007-05-081-29/+16
* | | Char: cyclades, make info->card a pointerJiri Slaby2007-05-081-161/+162
* | | Char: cyclades, get rid of phys addressesJiri Slaby2007-05-081-8/+3
* | | Char: cyclades, simplify variables initializationJiri Slaby2007-05-081-112/+44
* | | Char: cyclades, mark cyy_init_card as __devinit, not __initJiri Slaby2007-05-081-2/+2
* | | Char: cyclades, printk cleanupsJiri Slaby2007-05-081-310/+220
* | | Char: cyclades, irq is intJiri Slaby2007-05-081-18/+12
* | | Char: cyclades, remove useless fileds from cyclades_cardJiri Slaby2007-05-081-9/+0
* | | Char: cyclades, unexport struct cyclades_cardJiri Slaby2007-05-081-8/+0
* | | Char: cyclades, depends on PCI or ISAJiri Slaby2007-05-081-1/+1
* | | Char: cyclades, switch to pci probingJiri Slaby2007-05-081-48/+17
* | | Char: cyclades, use IS_CYC_Z macroJiri Slaby2007-05-081-11/+6
* | | Char: isicom, use pr_debugJiri Slaby2007-05-081-2/+1