summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS (unfollow)
Commit message (Expand)AuthorFilesLines
2008-02-07Char: mxser, add support for CP-114ULJiri Slaby1-10/+19
2008-02-07Char: mxser, remove itJiri Slaby7-5493/+1891
2008-02-07Char: mxser, ioctl cleanupJiri Slaby2-45/+31
2008-02-07Char: mxser, simplify mxser_get_serial_infoJiri Slaby1-15/+12
2008-02-07Char: mxser, reorder mxser_cardinfo fieldsJiri Slaby1-30/+30
2008-02-07Char: mxser, 0 to NULL in pointerJiri Slaby1-1/+1
2008-02-07Char: mxser, remove special baudrate processingJiri Slaby2-101/+23
2008-02-07mxser/mxser_new: first pass over termios reporting for the mxser cardsAlan Cox2-15/+28
2008-02-07Char: riscom8, remove wakeup and hangup bottomhalvesJiri Slaby2-50/+4
2008-02-07Char: serial167, remove bottomhalfJiri Slaby2-82/+8
2008-02-07Char: stallion, remove bottomhalfJiri Slaby2-45/+24
2008-02-07Char: specialix, remove bottomhalvesJiri Slaby2-71/+4
2008-02-07Char: istallion, remove hangup bottomhalfJiri Slaby2-23/+1
2008-02-07Char: esp, remove hangup and wakeup bottomhalvesJiri Slaby2-57/+5
2008-02-07Char: riscom8, change rc_init_drivers prototypeJiri Slaby1-1/+1
2008-02-07Char: stallion, fix compiler warningsJiri Slaby1-4/+6
2008-02-07Char: mxser_new, ioaddresses are ulongJiri Slaby1-1/+1
2008-02-07Char: char/serial, remove SERIAL_TYPE_NORMAL redefinesJiri Slaby9-24/+0
2008-02-07Char: rocket, remove useless macrosJiri Slaby2-27/+2
2008-02-07Char: rocket, printk cleanupJiri Slaby2-44/+51
2008-02-07Char: rocket, switch long delay to sleepJiri Slaby1-4/+4
2008-02-07i8k: Inspiron E1705 fixFrank Sorenson1-0/+7
2008-02-07I8K: add i8k driver to the x86_64 KconfigBradley Smith1-1/+0
2008-02-07I8K: allow i8k driver to be built on x86_64 systemsBradley Smith1-1/+28
2008-02-07Add cmpxchg_local to xtensaMathieu Desnoyers1-0/+22
2008-02-07Add cmpxchg_local to v850Mathieu Desnoyers1-0/+15
2008-02-07Add cmpxchg_local to sparc64Mathieu Desnoyers1-0/+29
2008-02-07Add cmpxchg_local to sparc, move __cmpxchg to system.hMathieu Desnoyers2-36/+48
2008-02-07Add cmpxchg_local to s390Mathieu Desnoyers1-3/+41
2008-02-07Add cmpxchg_local to ppcGunnar Larisch1-2/+49
2008-02-07Add cmpxchg_local to pariscMathieu Desnoyers1-0/+33
2008-02-07Add cmpxchg_local to m68knommuMathieu Desnoyers1-17/+11
2008-02-07Add cmpxchg_local to m86kMathieu Desnoyers1-3/+24
2008-02-07local_t m32r use architecture specific cmpxchg_localMathieu Desnoyers1-1/+361
2008-02-07m32r: build fix of arch/m32r/kernel/smpboot.cMathieu Desnoyers1-0/+1
2008-02-07Fix m32r __xchgMathieu Desnoyers1-3/+1
2008-02-07New cmpxchg_local (optimized for UP case) for m32rMathieu Desnoyers1-10/+101
2008-02-07Add cmpxchg_local, cmpxchg64 and cmpxchg64_local to ia64Mathieu Desnoyers1-3/+9
2008-02-07Add cmpxchg_local to h8300Mathieu Desnoyers1-0/+15
2008-02-07Add cmpxchg_local to frvMathieu Desnoyers1-0/+24
2008-02-07Add cmpxchg_local to crisMathieu Desnoyers1-0/+15
2008-02-07Add cmpxchg_local to blackfin, replace __cmpxchg by generic cmpxchgMathieu Desnoyers1-46/+11
2008-02-07Add cmpxchg_local to avr32Mathieu Desnoyers1-0/+23
2008-02-07Add cmpxchg_local to armMathieu Desnoyers1-0/+15
2008-02-07Add cmpxchg64 and cmpxchg64_local to x86_64Mathieu Desnoyers1-6/+16
2008-02-07Add cmpxchg64 and cmpxchg64_local to powerpcMathieu Desnoyers1-2/+16
2008-02-07Add cmpxchg64 and cmpxchg64_local to mipsMathieu Desnoyers1-0/+17
2008-02-07Add cmpxchg64 and cmpxchg64_local to alphaMathieu Desnoyers1-2/+13
2008-02-07Add cmpxchg_local to asm-generic for per cpu atomic operationsMathieu Desnoyers2-0/+87
2008-02-07Sanitize the type of struct user.u_ar0H. Peter Anvin18-22/+18