summaryrefslogtreecommitdiffstats
path: root/drivers/char/stallion.c
Commit message (Expand)AuthorAgeFilesLines
* Convert from class_device to device in drivers/chartonyj@suse.de2007-10-121-4/+3Star
* unregister_chrdev(): ignore the return valueAkinobu Mita2007-07-191-4/+1Star
* stallion: remove unneeded lock_kernelAlan Cox2007-07-171-2/+0Star
* Char: stallion, remove user class report requestJiri Slaby2007-07-171-3/+0Star
* Char: stallion, fix oops during init with ISA cardsIngo Korb2007-06-241-3/+4
* Char: stallion, proper fail return valuesJiri Slaby2007-06-091-1/+5
* Char: stallion, alloc tty before pci devices initJiri Slaby2007-06-091-39/+34Star
* Char: stallion, don't fail with less than max panelsJiri Slaby2007-06-091-1/+1
* [PATCH] Char: stallion, use dynamic devJiri Slaby2006-12-081-6/+27
* [PATCH] Char: stallion, variables cleanupJiri Slaby2006-12-081-36/+31Star
* [PATCH] Char: stallion, remove syntactic sugarJiri Slaby2006-12-081-97/+81Star
* [PATCH] Char: stallion, brd struct lockingJiri Slaby2006-12-081-5/+13
* [PATCH] Char: stallion, fix fail pathsJiri Slaby2006-12-081-29/+52
* [PATCH] Char: stallion, functions cleanupJiri Slaby2006-12-081-167/+40Star
* [PATCH] Char: stallion, correct __init macrosJiri Slaby2006-12-081-5/+5
* [PATCH] Char: stallion, implement fail pathsJiri Slaby2006-12-081-71/+128
* [PATCH] Char: stallion, prints cleanupJiri Slaby2006-12-081-13/+2Star
* [PATCH] Char: stallion, convert to pci probingJiri Slaby2006-12-081-82/+83
* [PATCH] tty: switch to ktermiosAlan Cox2006-12-081-9/+11
* [PATCH] Char: stallion, remove many prototypesJiri Slaby2006-12-081-131/+91Star
* [PATCH] Char: stallion, mark functions as initJiri Slaby2006-12-081-8/+8
* [PATCH] Char: stallion, uninline functionsJiri Slaby2006-12-081-19/+9Star
* [PATCH] Char: stallion, move init/deinitJiri Slaby2006-12-081-136/+120Star
* [PATCH] Char: stallion, kill typedefsJiri Slaby2006-12-081-231/+227Star
* [PATCH] Char: stallion, remove unneeded castsJiri Slaby2006-12-081-136/+136
* [PATCH] Char: stallion, use pr_debug macroJiri Slaby2006-12-081-237/+86Star
* [PATCH] drivers/{char|isdn}: work_struct-induced breakageAl Viro2006-12-061-6/+4Star
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-3/+2Star
* [PATCH] const struct tty_operationsJeff Dike2006-10-021-1/+1
* [PATCH] make more file_operation structs staticArjan van de Ven2006-07-041-1/+1
* [PATCH] irq-flags: drivers/char: Use the new IRQF_ constantsThomas Gleixner2006-07-021-2/+2
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds2006-06-291-12/+2Star
|\
| * [PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-1/+0Star
| * [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-261-1/+0Star
| * [PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman2006-06-261-4/+1Star
| * [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman2006-06-261-5/+1Star
| * [PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman2006-06-261-1/+0Star
* | [PATCH] stallion: fix recent SMP locking cleanupAlan Cox2006-06-281-0/+3
* | [PATCH] stallion clean upAlan Cox2006-06-281-122/+86Star
|/
* [PATCH] drivers/char/[i]stallion: Clean up kmalloc usageTobias Klauser2006-03-311-31/+15Star
* [PATCH] sem2mutex: drivers/char/Ingo Molnar2006-03-231-1/+0Star
* return statement cleanup - kill pointless parenthesesJesper Juhl2006-01-151-64/+64
* [PATCH] TTY layer buffering revampAlan Cox2006-01-101-35/+15Star
* [PATCH] drivers/char: Use ARRAY_SIZE macroTobias Klauser2006-01-101-8/+7Star
* [PATCH] kfree cleanup: drivers/charJesper Juhl2005-11-071-4/+2Star
* [PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman2005-10-281-1/+3
* [PATCH] class: convert drivers/char/* to use the new class api instead of cla...gregkh@suse.de2005-06-211-5/+5
* [PATCH] make lots of things staticAdrian Bunk2005-05-011-2/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+5197