index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
ip2
Commit message (
Expand
)
Author
Age
Files
Lines
*
ip2: fix compiler warning on ip2main_pci_tbl
Namhyung Kim
2010-12-10
1
-1
/
+1
*
drivers/char/ip2/Makefile: replace the use of <module>-objs with <module>-y
Tracey Dent
2010-10-27
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
Linus Torvalds
2010-10-22
1
-29
/
+43
|
\
|
*
tty: icount changeover for other main devices
Alan Cox
2010-10-22
1
-29
/
+43
*
|
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
2010-10-22
1
-0
/
+1
|
\
\
|
*
|
llseek: automatically add .llseek fop
Arnd Bergmann
2010-10-15
1
-0
/
+1
|
|
/
*
/
drivers: autoconvert trivial BKL users to private mutex
Arnd Bergmann
2010-10-05
1
-4
/
+4
|
/
*
ip2: return -EFAULT on copy_to_user errors
Dan Carpenter
2010-08-23
1
-0
/
+2
*
ip2: remove unneeded NULL check
Dan Carpenter
2010-08-23
1
-1
/
+1
*
tty: release BTM while sleeping in block_til_ready
Arnd Bergmann
2010-08-10
1
-0
/
+4
*
Merge branch 'for-next' into for-linus
Jiri Kosina
2010-03-08
1
-1
/
+1
|
\
|
*
tree-wide: Assorted spelling fixes
Daniel Mack
2010-02-09
1
-1
/
+1
*
|
tty: declare MODULE_FIRMWARE in various drivers
Ben Hutchings
2010-03-02
1
-0
/
+2
*
|
ip2: Add module parameter.
Rakib Mullick
2010-03-02
1
-0
/
+13
*
|
ip2: remove #ifdef MODULE from ip2main.c
Rakib Mullick
2010-03-02
1
-6
/
+5
|
/
*
tty: rewrite the ldisc locking
Alan Cox
2009-06-11
2
-4
/
+4
*
proc tty: switch ip2 to ->proc_fops
Alexey Dobriyan
2009-04-01
1
-40
/
+34
*
device create: char: convert device_create_drvdata to device_create
Greg Kroah-Hartman
2008-10-16
1
-6
/
+6
*
tty: kref the tty driver object
Alan Cox
2008-10-13
1
-3
/
+3
*
ip2: avoid add_timer with pending timer
Akinobu Mita
2008-10-13
1
-15
/
+4
*
ip2: init/deinit cleanup
Jiri Slaby
2008-10-13
3
-251
/
+198
*
ip2: fix sparse warnings
Jiri Slaby
2008-10-13
1
-9
/
+5
*
ip2: cleanup globals
Jiri Slaby
2008-10-13
1
-11
/
+7
*
Char: merge ip2main and ip2base
Jiri Slaby
2008-10-13
3
-125
/
+77
*
ip2: push BKL down for the firmware interface
Alan Cox
2008-07-25
1
-5
/
+8
*
device create: char: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
1
-6
/
+6
*
tty: Ldisc revamp
Alan Cox
2008-07-20
2
-5
/
+6
*
Merge branch 'for-2.6.27' of git://git.infradead.org/users/dwmw2/firmware-2.6
Linus Torvalds
2008-07-14
3
-2163
/
+38
|
\
|
*
ip2: use request_firmware()
David Woodhouse
2008-07-10
3
-2163
/
+38
*
|
Merge commit 'v2.6.26' into bkl-removal
Jonathan Corbet
2008-07-14
2
-25
/
+2
|
\
|
|
*
ip2: fix crashes on load/unload
Alan Cox
2008-05-24
2
-25
/
+2
*
|
Add a bunch of cycle_kernel_lock() calls
Jonathan Corbet
2008-06-20
1
-32
/
+2
|
/
*
ip2: switch remaining direct call of ops->flush_buffer
Alan Cox
2008-04-30
1
-2
/
+1
*
tty: The big operations rework
Alan Cox
2008-04-30
1
-6
/
+6
*
Char: ip2, macros cleanup
Jiri Slaby
2008-04-30
6
-383
/
+211
*
drivers/char/ip2/ip2main.c: replace init_module&cleanup_module with module_in...
Jon Schindler
2008-04-30
1
-4
/
+6
*
proc: switch /proc/ip2mem to seq_file interface
Alexey Dobriyan
2008-04-29
1
-28
/
+25
*
proc: remove proc_root from drivers
Alexey Dobriyan
2008-04-29
1
-2
/
+2
*
Char: ip2, fix sparse warnings
Jiri Slaby
2008-04-02
1
-5
/
+7
*
Char: char/serial, remove SERIAL_TYPE_NORMAL redefines
Jiri Slaby
2008-02-07
1
-3
/
+0
*
drivers/char/: Spelling fixes
Joe Perches
2008-02-03
2
-2
/
+2
*
drivers/char/ip2: separate polling and irq-driven work entry points
Jeff Garzik
2007-10-23
1
-7
/
+20
*
drivers/char/ip2: split out irq core logic into separate function
Jeff Garzik
2007-10-23
1
-18
/
+26
*
drivers/char/ip2: fix used-uninit'd bug
Jeff Garzik
2007-10-17
1
-5
/
+1
*
drivers/char/ip2/ip2main.c: kmalloc + memset conversion to kzalloc
Mariusz Kozlowski
2007-10-17
1
-3
/
+2
*
Convert from class_device to device in drivers/char
tonyj@suse.de
2007-10-12
1
-6
/
+6
*
ip2main warning fix
Andrew Morton
2007-07-31
1
-1
/
+2
*
unregister_chrdev(): ignore the return value
Akinobu Mita
2007-07-19
1
-3
/
+1
*
Char: ip2, use msleep for sleeping
Jiri Slaby
2007-07-16
1
-43
/
+1
*
Fix bogus 'inline' in drivers/char/ip2/i2lib.c
Linus Torvalds
2007-02-21
1
-2
/
+2
[next]