aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-16tpm: work around bug in Broadcom BCM0102 chipsetValdis Kletnieks1-0/+7
2008-10-16tpm: correct tpm timeouts to jiffies conversionMarcin Obara1-7/+7
2008-10-16sysctl: simplify ->strategyAlexey Dobriyan1-1/+1
2008-10-16proc: move sysrq-trigger out of fs/proc/Alexey Dobriyan1-0/+30
2008-10-16char: moxa.c sparse annotationHarvey Harrison1-1/+1
2008-10-16applicom.c: fix apparently-broken code in do_ac_read()Andrew Morton1-1/+1
2008-10-16Char: ds1286, eliminate busy waitingJiri Slaby1-3/+1
2008-10-16legacy rtc: remove needless/confusing HPET_RTC_IRQ optionDavid Brownell2-10/+1
2008-10-16Remove Andrew Morton's old email accountsFrancois Cami1-1/+1
2008-10-16sysrq: add enable_mask in sysrq_moom_opNaohiro Ooiwa1-0/+1
2008-10-16device create: char: convert device_create_drvdata to device_createGreg Kroah-Hartman18-49/+43
2008-10-16genirq: revert dynarrayThomas Gleixner1-5/+0
2008-10-16genirq: remove sparse irq codeThomas Gleixner1-31/+0
2008-10-16x86: put timer_rand_state pointer into irq_descYinghai Lu1-5/+61
2008-10-16irqs: make irq_timer_state to use dyn_arrayYinghai Lu1-0/+6
2008-10-16drivers/char: use nr_irqsYinghai Lu3-4/+4
2008-10-16agp/nvidia: Support agp user-memory on nvidia agp.Thomas Hellstrom1-4/+18
2008-10-16agp/amd-k7: Suspend support for AMD K7 GART driverStuart Bennett1-6/+32
2008-10-16agp/intel: Reduce extraneous PCI posting reads during initKeith Packard1-3/+3
2008-10-16agp: Fix stolen memory counting on G4X.Eric Anholt1-5/+7
2008-10-15Merge branch 'next' into for-linusDmitry Torokhov1-1/+1
2008-10-15Merge branch 'fixes' into for-linusRussell King61-2189/+2612
2008-10-15tty: make sure that proc_clear_tty stores the cpu flagsArjan van de Ven1-2/+3
2008-10-15Merge commit 'origin'Benjamin Herrenschmidt61-2194/+2626
2008-10-15hvc_console: Fix free_irq in spinlocked sectionChristian Borntraeger1-5/+5
2008-10-14Merge branch 's3c-move' into develRussell King1-2/+12
2008-10-14Revert "vt: fix background color on line feed"Linus Torvalds1-3/+2
2008-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds4-130/+79
2008-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds3-52/+61
2008-10-13Merge phase #5 (misc) of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-70/+89
2008-10-13tty: rename the remaining oddly named n_tty functionsAlan Cox1-13/+13
2008-10-13tty: tty_io.c shadows sparse fixJason Wessel1-4/+4
2008-10-13applicom: Fix an unchecked user ioctl range and an error returnAlan Cox1-4/+2
2008-10-13tty: Minor tidyups and document fixes for n_ttyAlan Cox1-11/+37
2008-10-13tty: Remove lots of NULL checksAlan Cox6-79/+1
2008-10-13tty: some ICANON magic is in the wrong placesAlan Cox3-43/+54
2008-10-13tty: simplify ktermios allocationAlan Cox1-39/+7
2008-10-13pty: simplify unix98 allocationAlan Cox1-11/+7
2008-10-13pty: Fix allocation failure double freeAlan Cox1-2/+0
2008-10-13pty: Coding style and polishAlan Cox1-42/+44
2008-10-13Add an instance parameter devpts interfacesSukadev Bhattiprolu2-14/+18
2008-10-13Move tty lookup/reopen to callerSukadev Bhattiprolu1-15/+16
2008-10-13tty: extract the pty init time special casesAlan Cox2-142/+182
2008-10-13tty: Finish fixing up the init_dev interface to use ERR_PTRAlan Cox2-33/+25
2008-10-13tty: More driver operationsAlan Cox2-10/+63
2008-10-13tty: kref the tty driver objectAlan Cox3-53/+68
2008-10-13tty: Clean up the tty_init_dev changes furtherAlan Cox2-41/+72
2008-10-13tty: Move parts of tty_init_dev into new functionsSukadev Bhattiprolu1-52/+87
2008-10-13tty: Remove more special casing and out of place codeAlan Cox4-155/+188
2008-10-13tty: shutdown methodAlan Cox3-41/+57