summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | [POWERPC] Rename prom_n_size_cells to of_n_size_cellsStephen Rothwell2007-04-131-1/+1
| * | | | | [POWERPC] Rename prom_n_addr_cells to of_n_addr_cellsStephen Rothwell2007-04-131-1/+1
* | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2007-04-291-10/+43
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Pull sony into release branchLen Brown2007-04-281-10/+43
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | sonypi: use mutex instead of semaphoreMatthias Kaehlcke2007-04-281-10/+10
| | * | | | sonypi: try to detect if sony-laptop has already taken one of the known ioportsmalattia@linux.it2007-04-281-0/+27
| | * | | | sonypi: suggest sonypi users to try sony-laptop insteadmalattia@linux.it2007-04-281-0/+6
* | | | | | [NET]: random functions can use nsec resolution instead of usecEric Dumazet2007-04-251-23/+13
* | | | | | [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-1/+1
* | | | | | [TCP/DCCP/RANDOM]: Remove unused exports.Adrian Bunk2007-04-251-2/+0
|/ / / / /
* | | | | Char: mxser, fix TIOCMIWAITJiri Slaby2007-04-241-34/+14
* | | | | Char: mxser_new, fix TIOCMIWAITJiri Slaby2007-04-241-29/+9
* | | | | Char: mxser_new, fix recursive lockingJan Yenya Kasprzak2007-04-241-0/+7
* | | | | fix bogon in /dev/mem mmap'ing on nommuBenjamin Herrenschmidt2007-04-171-1/+1
| |/ / / |/| | |
* | | | Merge branch 'for-2.6.21' of master.kernel.org:/pub/scm/linux/kernel/git/dave...Linus Torvalds2007-04-101-2/+1
|\ \ \ \ | |/ / / |/| | |
| * | | [AGPGART] intel_agp: fix G965 GTT size detectWang Zhenyu2007-04-091-2/+1
* | | | Merge branch 'for-2.6.21' of master.kernel.org:/pub/scm/linux/kernel/git/dave...Linus Torvalds2007-04-091-2/+12
|\| | |
| * | | [AGPGART] intel_agp: PCI id update for Intel 965GMWang Zhenyu2007-04-081-2/+12
* | | | [PATCH] vt: fix potential race in VT_WAITACTIVE handlerMichal Januszewski2007-04-021-2/+14
* | | | [PATCH] Wire up DEC serial drivers in KconfigRalf Baechle2007-03-291-0/+33
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2007-03-284-1280/+0
|\ \ \ \
| * | | | [DRM]: Delete sparc64 FFB driver code that never gets built.David S. Miller2007-03-264-1280/+0
| |/ / /
* / / / [PATCH] generic_serial: fix decoding of baud rateDaniel Drake2007-03-271-7/+0
|/ / /
* | | [PATCH] tty: Fix two reported pid leaksEric W. Biederman2007-03-181-0/+5
* | | [PATCH] machzwd warning fixAndrew Morton2007-03-181-12/+12
* | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-03-161-5/+0
|\ \ \
| * | | [CHAR] lcd: Fix two warnings.Ralf Baechle2007-03-171-5/+0
* | | | [PATCH] Initialise SAK member for each virtual console to prevent oopsBernhard Walle2007-03-161-0/+1
* | | | [PATCH] swsusp: fix suspend when console is in VT_AUTO+KD_GRAPHICS modeAndrew Johnson2007-03-162-2/+20
|/ / /
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2007-03-141-0/+1
|\ \ \
| * | | [WATCHDOG] i8xx TCO driver - mark for removalWim Van Sebroeck2007-03-111-0/+1
| | |/ | |/|
* / | [PATCH] misc NULL noiseAl Viro2007-03-141-1/+1
|/ /
* | [CHAR] ds1286: Fix handling of seconds in RTC_ALM_SET ioctl.Ralf Baechle2007-03-081-3/+6
* | [PATCH] minor updat to tlclk Kconfig entryMark Gross2007-03-061-7/+8
* | [PATCH] Fix buffer overflow in Omnikey CardMan 4040 driver (CVE-2007-0005)Marcel Holtmann2007-03-061-1/+2
* | [PATCH] char/epca.c: remove unused functionMichal Piotrowski2007-03-051-17/+0
* | [PATCH] ipmi: check, if default ports are accessible on PPCChristian Krafft2007-03-051-0/+5
* | [PATCH] cyclades: return closing_waitAndrew Morton2007-03-051-0/+1
* | [PATCH] tty_io: fix race in master pty close/slave pty close pathAristeu Sergio Rozanski Filho2007-03-011-0/+14
* | [AGPGART] fix compile errorsRyusuke Konishi2007-02-274-5/+5
* | [PARISC] parisc-agp: Fix thinko const-ifyingKyle McMartin2007-02-261-1/+1
* | [PATCH] Make hvc_console.c compile on non-powerpc: Remove NO_IRQRusty Russell2007-02-261-8/+8
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds2007-02-261-1/+1
|\ \
| * \ Merge branch 'parisc' from /home/kyle/repos/parisc-2.6.gitKyle McMartin2007-02-171-1/+1
| |\ \
| | * | [PARISC] parisc-agp: Fix integer/pointer warningMatthew Wilcox2006-12-081-1/+1
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds2007-02-2618-57/+58
|\ \ \ \
| * | | | [AGPGART] Further constification.Dave Jones2007-02-2217-56/+56
| * | | | [AGPGART] Fix modular agpgart ia64 allmodconfigZwane Mwaikambo2007-02-201-1/+2
* | | | | Fix bogus 'inline' in drivers/char/ip2/i2lib.cLinus Torvalds2007-02-211-2/+2
* | | | | [PATCH] tty: use NULL for ptrsRandy Dunlap2007-02-201-1/+1