aboutsummaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2008-10-16Merge branch 'agp-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2008-10-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2008-10-16Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2008-10-16drivers/char/tpm/tpm.c: fix error-path memory leakAndrew Morton
2008-10-16tpm: work around bug in Broadcom BCM0102 chipsetValdis Kletnieks
2008-10-16tpm: correct tpm timeouts to jiffies conversionMarcin Obara
2008-10-16sysctl: simplify ->strategyAlexey Dobriyan
2008-10-16proc: move sysrq-trigger out of fs/proc/Alexey Dobriyan
2008-10-16char: moxa.c sparse annotationHarvey Harrison
2008-10-16applicom.c: fix apparently-broken code in do_ac_read()Andrew Morton
2008-10-16Char: ds1286, eliminate busy waitingJiri Slaby
2008-10-16legacy rtc: remove needless/confusing HPET_RTC_IRQ optionDavid Brownell
2008-10-16Remove Andrew Morton's old email accountsFrancois Cami
2008-10-16sysrq: add enable_mask in sysrq_moom_opNaohiro Ooiwa
2008-10-16device create: char: convert device_create_drvdata to device_createGreg Kroah-Hartman
2008-10-16agp/nvidia: Support agp user-memory on nvidia agp.Thomas Hellstrom
2008-10-16agp/amd-k7: Suspend support for AMD K7 GART driverStuart Bennett
2008-10-16agp/intel: Reduce extraneous PCI posting reads during initKeith Packard
2008-10-16agp: Fix stolen memory counting on G4X.Eric Anholt
2008-10-15Merge branch 'next' into for-linusDmitry Torokhov
2008-10-15Merge branch 'fixes' into for-linusRussell King
2008-10-15tty: make sure that proc_clear_tty stores the cpu flagsArjan van de Ven
2008-10-15Merge commit 'origin'Benjamin Herrenschmidt
2008-10-15hvc_console: Fix free_irq in spinlocked sectionChristian Borntraeger
2008-10-14Merge branch 's3c-move' into develRussell King
2008-10-14Revert "vt: fix background color on line feed"Linus Torvalds
2008-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds
2008-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2008-10-13Merge phase #5 (misc) of git://git.kernel.org/pub/scm/linux/kernel/git/tip/li...Linus Torvalds
2008-10-13tty: rename the remaining oddly named n_tty functionsAlan Cox
2008-10-13tty: tty_io.c shadows sparse fixJason Wessel
2008-10-13applicom: Fix an unchecked user ioctl range and an error returnAlan Cox
2008-10-13tty: Minor tidyups and document fixes for n_ttyAlan Cox
2008-10-13tty: Remove lots of NULL checksAlan Cox
2008-10-13tty: some ICANON magic is in the wrong placesAlan Cox
2008-10-13tty: simplify ktermios allocationAlan Cox
2008-10-13pty: simplify unix98 allocationAlan Cox
2008-10-13pty: Fix allocation failure double freeAlan Cox
2008-10-13pty: Coding style and polishAlan Cox
2008-10-13Add an instance parameter devpts interfacesSukadev Bhattiprolu
2008-10-13Move tty lookup/reopen to callerSukadev Bhattiprolu
2008-10-13tty: extract the pty init time special casesAlan Cox
2008-10-13tty: Finish fixing up the init_dev interface to use ERR_PTRAlan Cox
2008-10-13tty: More driver operationsAlan Cox
2008-10-13tty: kref the tty driver objectAlan Cox
2008-10-13tty: Clean up the tty_init_dev changes furtherAlan Cox
2008-10-13tty: Move parts of tty_init_dev into new functionsSukadev Bhattiprolu
2008-10-13tty: Remove more special casing and out of place codeAlan Cox
2008-10-13tty: shutdown methodAlan Cox