aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-12pty: Fix documentationAlan Cox1-3/+1
2009-01-12m68k: amiserial - Kill warn_unused_result warningsGeert Uytterhoeven1-6/+30
2009-01-12m68k: ser_a2232 - Kill warn_unused_result warningsGeert Uytterhoeven1-2/+10
2009-01-12m68k: vme_scc - Kill warn_unused_result warningsGeert Uytterhoeven1-30/+136
2009-01-09Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds1-150/+270
2009-01-09[S390] hvc_iucv: Special handling of IUCV HVC devicesHendrik Brueckner1-12/+28
2009-01-09[S390] hvc_iucv: Refactor console and device initializationHendrik Brueckner1-16/+9
2009-01-09[S390] hvc_iucv: Update function documentationHendrik Brueckner1-101/+75
2009-01-09[S390] hvc_iucv: Limit rate of outgoing IUCV messagesHendrik Brueckner1-37/+174
2009-01-09[S390] hvc_iucv: Change IUCV term id and use one device as defaultHendrik Brueckner1-3/+3
2009-01-09Merge branch 'linus' into releaseLen Brown62-2390/+3378
2009-01-08Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds1-13/+4
2009-01-08RTC: Remove the BKL.David John1-13/+4
2009-01-08Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds2-2/+3
2009-01-08Make various things staticRoel Kluin2-3/+2
2009-01-08tpm: clean up tpm_nsc driver for platform_device suspend/resume complianceDavid Smith1-13/+22
2009-01-08powerpc/cell: Use correct types in beat filesIngo Molnar1-2/+2
2009-01-08powerpc: Fix iseries drivers build failure without CONFIG_VIOPATHKamalesh Babulal1-0/+1
2009-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-1/+1
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-1/+1
2009-01-06random: don't try to look at entropy_count outside the lockMatt Mackall1-3/+2
2009-01-06consolemap: indentation & braces disagree - reindentIlpo Järvinen1-1/+1
2009-01-06genrtc: disable genrtc on Blackfin systemsMike Frysinger1-1/+1
2009-01-06sysrq: more explicit, less terse help messagesRandy Dunlap1-10/+10
2009-01-06mm: make vread() and vwrite() declarationKOSAKI Motohiro1-3/+0
2009-01-06sparc64: Fix unsigned long long warnings in drivers.Sam Ravnborg1-1/+1
2009-01-06mwave: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2009-01-06trivial: fix an -> a typos in documentation and commentsFrederik Schwarzer1-1/+1
2009-01-03sparseirq: move set/get_timer_rand_state back to .cYinghai Lu1-6/+34
2009-01-02Merge branch 'i8k-updates' from AlanLinus Torvalds1-1/+15
2009-01-02i8k: Add Dell Vostro systemsFederico Heinz1-1/+8
2009-01-02i8k: Enable i8k on Dell Precision SystemsAndy Spencer1-0/+7
2009-01-02drivers/char/cyclades.c: cy_pci_probe: fix error pathAndrew Morton1-1/+1
2009-01-02synclink_cs: Convert to tty_portAlan Cox1-298/+181
2009-01-02tty: use port methods for the rocket driverAlan Cox2-159/+21
2009-01-02tty: kref the rocket driverAlan Cox1-37/+41
2009-01-02tty: make rocketport use standard port->flagsAlan Cox1-19/+19
2009-01-02tty: Redo the rocket driver lockingAlan Cox2-24/+20
2009-01-02tty: Make epca use the port helpersAlan Cox2-149/+26
2009-01-02tty: refcount the epca driverAlan Cox1-12/+15
2009-01-02tty: relock epcaAlan Cox1-91/+104
2009-01-02tty: kref nozomiAlan Cox1-40/+45
2009-01-02tty: Remove some pointless castsAlan Cox16-150/+150
2009-01-02tty: PTYs set TTY_DO_WRITE_WAKEUP when they don't need toAlan Cox1-3/+0
2009-01-02tty: N_TTY SIGIO only works for readThomas Pfaff1-3/+3
2009-01-02tty: Introduce some close helpers for portsAlan Cox9-390/+123
2009-01-02tty: tty port zero baud openAlan Cox1-1/+2
2009-01-02tty: ESP has been broken for locking etc forverAlan Cox1-1/+1
2009-01-02tty: rework stallion to use the tty_port bitsAlan Cox1-104/+38