Age | Commit message (Expand) | Author | Files | Lines |
2007-05-08 | Char: cyclades, use IS_CYC_Z macro | Jiri Slaby | 1 | -11/+6 |
2007-05-08 | Char: isicom, use pr_debug | Jiri Slaby | 1 | -2/+1 |
2007-05-08 | Char: cyclades, allow DEBUG_SHIRQ | Jiri Slaby | 1 | -0/+4 |
2007-05-08 | Char: cyclades, clear interrupts before releasing | Jiri Slaby | 1 | -0/+13 |
2007-05-08 | Char: cyclades, tty_register_device separately for each device | Jiri Slaby | 1 | -1/+19 |
2007-05-08 | Char: cyclades, cy_init error handling | Jiri Slaby | 1 | -4/+19 |
2007-05-08 | Char: cyclades, remove some global vars | Jiri Slaby | 1 | -9/+4 |
2007-05-08 | Char: cyclades, init card struct immediately | Jiri Slaby | 1 | -22/+15 |
2007-05-08 | Char: cyclades, move card entries init into function | Jiri Slaby | 1 | -155/+156 |
2007-05-08 | Char: cyclades, create cy_pci_probe | Jiri Slaby | 1 | -305/+318 |
2007-05-08 | Char: cyclades, init Ze immediately | Jiri Slaby | 1 | -51/+8 |
2007-05-08 | Char: cyclades, use pci_iomap/unmap | Jiri Slaby | 1 | -10/+32 |
2007-05-08 | Char: cyclades, create cy_init_Ze | Jiri Slaby | 1 | -73/+90 |
2007-05-08 | Char: cyclades, remove useless casts | Jiri Slaby | 1 | -19/+19 |
2007-05-08 | Char: cyclades, remove volatiles | Jiri Slaby | 1 | -27/+25 |
2007-05-08 | Char: cyclades, timer cleanup | Jiri Slaby | 1 | -12/+6 |
2007-05-08 | Char: cyclades, cy_readX/writeX cleanup | Jiri Slaby | 1 | -165/+150 |
2007-05-08 | Char: cyclades, remove PAUSE | Jiri Slaby | 1 | -9/+0 |
2007-05-08 | no longer #include <asm/kdebug.h> | Adrian Bunk | 1 | -1/+0 |
2007-05-08 | use mutex instead of semaphore for misc char devices | Matthias Kaehlcke | 1 | -13/+14 |
2007-05-08 | use mutex instead of semaphore in TPM driver | Matthias Kaehlcke | 2 | -13/+16 |
2007-05-08 | use mutex instead of semaphore in RocketPort driver | Matthias Kaehlcke | 2 | -9/+14 |
2007-05-08 | synclink_gt use dynamic tty device registration | Paul Fulghum | 1 | -16/+18 |
2007-05-08 | old buffer overflow in moxa driver | dann frazier | 1 | -2/+6 |
2007-05-08 | tpm: fix sleep-in-spinlock | Parag Warudkar | 1 | -4/+8 |
2007-05-08 | drivers/char: use __set_current_state() | Milind Arun Choudhary | 11 | -15/+15 |
2007-05-08 | console UTF-8 fixes | Egmont Koblinger | 2 | -81/+182 |
2007-05-08 | SPIN_LOCK_UNLOCKED cleanup in drivers/char/keyboard | Milind Arun Choudhary | 1 | -1/+1 |
2007-05-08 | dtlk: fix error checks in module_init() | Akinobu Mita | 1 | -4/+10 |
2007-05-08 | i386: sched.h inclusion from module.h is baack | Alexey Dobriyan | 1 | -0/+1 |
2007-05-08 | ROUND_UP macro cleanup in drivers/char/lp.c | Milind Arun Choudhary | 1 | -4/+1 |
2007-05-08 | Make /dev/port conditional on config symbol | Russell King | 2 | -4/+10 |
2007-05-08 | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 14 | -14/+0 |
2007-05-08 | layered parport code uses parport->dev | David Brownell | 3 | -3/+3 |
2007-05-08 | Protect tty drivers list with tty_mutex | Alexey Dobriyan | 1 | -1/+4 |
2007-05-08 | Char: cs5535_gpio, add MODULE_DEVICE_TABLE | Jiri Slaby | 1 | -0/+1 |
2007-05-08 | Char: rocket, add MODULE_DEVICE_TABLE | Jiri Slaby | 1 | -0/+6 |
2007-05-08 | move die notifier handling to common code | Christoph Hellwig | 1 | -0/+1 |
2007-05-08 | tty: introduce no_tty and use it in selinux | Eric W. Biederman | 1 | -4/+15 |
2007-05-08 | tty: simplify calling of put_pid. | Eric W. Biederman | 1 | -17/+6 |
2007-05-08 | tty: remove unnecessary export of proc_clear_tty | Eric W. Biederman | 1 | -1/+0 |
2007-05-08 | Fixes and cleanups for earlyprintk aka boot console | Gerd Hoffmann | 1 | -5/+0 |
2007-05-08 | cyclades: remove custom types | Klaus Kudielka | 1 | -25/+24 |
2007-05-08 | fix cyclades.h for x86_64 (and probably others) | Klaus Kudielka | 1 | -1/+1 |
2007-05-08 | drivers/char/synclink.c: check kmalloc() return value | Amit Choudhary | 1 | -1/+6 |
2007-05-08 | remove unused header file: drivers/char/digi.h | Robert P. J. Day | 1 | -71/+0 |
2007-05-08 | rocket: remove modversions include | Robert P. J. Day | 1 | -4/+0 |
2007-05-08 | tpm_infineon: add support for devices in mmio space | Alex Williamson | 1 | -66/+165 |
2007-05-08 | Use stop_machine_run in the Intel RNG driver | Prarit Bhargava | 1 | -97/+122 |
2007-05-08 | drivers/char/hvc_console.c: cleanups | Adrian Bunk | 1 | -7/+5 |