summaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)AuthorLines
2009-01-27tty_open can return to userspace holding tty_mutexEric Paris-1/+3
2009-01-26Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds-1/+1
2009-01-24[ARM] omap: ensure OMAP drivers pass a struct device to clk_get()Russell King-1/+1
2009-01-16hvc_console: Remove tty->low_latencyHendrik Brueckner-2/+0
2009-01-16powerpc/ps3: Printing fixups for l64 to ll64 conversion drivers/charStephen Rothwell-9/+9
2009-01-15synclink_gt: enable RI interruptPaul Fulghum-10/+6
2009-01-15sysrq: add commentary on why we use the console loglevel over using KERN_EMERGAndy Whitcroft-0/+6
2009-01-15tty: Fix race in the flush for some ldiscsAlan Cox-1/+1
2009-01-13hvc_console: Use kzalloc() instead of kmalloc() + memset()Milton Miller-3/+1
2009-01-13hvc_console: Do not set low_latency when using interruptsMilton Miller-1/+2
2009-01-13hvc_console: Call free_irq() only if request_irq() was successfulMilton Miller-1/+1
2009-01-13hvc_console: Change an mb() to smp_mb() and add some commentsMilton Miller-2/+5
2009-01-13powerpc: Cleanup from l64 to ll64 change: drivers/charStephen Rothwell-1/+1
2009-01-12pty: Fix documentationAlan Cox-3/+1
2009-01-12m68k: amiserial - Kill warn_unused_result warningsGeert Uytterhoeven-6/+30
2009-01-12m68k: ser_a2232 - Kill warn_unused_result warningsGeert Uytterhoeven-2/+10
2009-01-12m68k: vme_scc - Kill warn_unused_result warningsGeert Uytterhoeven-30/+136
2009-01-09Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds-150/+270
2009-01-09[S390] hvc_iucv: Special handling of IUCV HVC devicesHendrik Brueckner-12/+28
2009-01-09[S390] hvc_iucv: Refactor console and device initializationHendrik Brueckner-16/+9
2009-01-09[S390] hvc_iucv: Update function documentationHendrik Brueckner-101/+75
2009-01-09[S390] hvc_iucv: Limit rate of outgoing IUCV messagesHendrik Brueckner-37/+174
2009-01-09[S390] hvc_iucv: Change IUCV term id and use one device as defaultHendrik Brueckner-3/+3
2009-01-09Merge branch 'linus' into releaseLen Brown-2390/+3378
2009-01-08Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds-13/+4
2009-01-08RTC: Remove the BKL.David John-13/+4
2009-01-08Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds-2/+3
2009-01-08Make various things staticRoel Kluin-3/+2
2009-01-08tpm: clean up tpm_nsc driver for platform_device suspend/resume complianceDavid Smith-13/+22
2009-01-08powerpc/cell: Use correct types in beat filesIngo Molnar-2/+2
2009-01-08powerpc: Fix iseries drivers build failure without CONFIG_VIOPATHKamalesh Babulal-0/+1
2009-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds-1/+1
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2009-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds-1/+1
2009-01-06random: don't try to look at entropy_count outside the lockMatt Mackall-3/+2
2009-01-06consolemap: indentation & braces disagree - reindentIlpo Järvinen-1/+1
2009-01-06genrtc: disable genrtc on Blackfin systemsMike Frysinger-1/+1
2009-01-06sysrq: more explicit, less terse help messagesRandy Dunlap-10/+10
2009-01-06mm: make vread() and vwrite() declarationKOSAKI Motohiro-3/+0
2009-01-06sparc64: Fix unsigned long long warnings in drivers.Sam Ravnborg-1/+1
2009-01-06mwave: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers-1/+1
2009-01-06trivial: fix an -> a typos in documentation and commentsFrederik Schwarzer-1/+1
2009-01-03sparseirq: move set/get_timer_rand_state back to .cYinghai Lu-6/+34
2009-01-02Merge branch 'i8k-updates' from AlanLinus Torvalds-1/+15
2009-01-02i8k: Add Dell Vostro systemsFederico Heinz-1/+8
2009-01-02i8k: Enable i8k on Dell Precision SystemsAndy Spencer-0/+7
2009-01-02drivers/char/cyclades.c: cy_pci_probe: fix error pathAndrew Morton-1/+1
2009-01-02synclink_cs: Convert to tty_portAlan Cox-298/+181
2009-01-02tty: use port methods for the rocket driverAlan Cox-159/+21
2009-01-02tty: kref the rocket driverAlan Cox-37/+41