index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
ip2
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-01
proc tty: switch ip2 to ->proc_fops
Alexey Dobriyan
1
-40
/
+34
2008-10-16
device create: char: convert device_create_drvdata to device_create
Greg Kroah-Hartman
1
-6
/
+6
2008-10-13
tty: kref the tty driver object
Alan Cox
1
-3
/
+3
2008-10-13
ip2: avoid add_timer with pending timer
Akinobu Mita
1
-15
/
+4
2008-10-13
ip2: init/deinit cleanup
Jiri Slaby
3
-251
/
+198
2008-10-13
ip2: fix sparse warnings
Jiri Slaby
1
-9
/
+5
2008-10-13
ip2: cleanup globals
Jiri Slaby
1
-11
/
+7
2008-10-13
Char: merge ip2main and ip2base
Jiri Slaby
3
-125
/
+77
2008-07-25
ip2: push BKL down for the firmware interface
Alan Cox
1
-5
/
+8
2008-07-22
device create: char: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-6
/
+6
2008-07-21
tty: Ldisc revamp
Alan Cox
2
-5
/
+6
2008-07-15
Merge branch 'for-2.6.27' of git://git.infradead.org/users/dwmw2/firmware-2.6
Linus Torvalds
3
-2163
/
+38
2008-07-15
Merge commit 'v2.6.26' into bkl-removal
Jonathan Corbet
2
-25
/
+2
2008-07-10
ip2: use request_firmware()
David Woodhouse
3
-2163
/
+38
2008-06-21
Add a bunch of cycle_kernel_lock() calls
Jonathan Corbet
1
-32
/
+2
2008-05-24
ip2: fix crashes on load/unload
Alan Cox
2
-25
/
+2
2008-04-30
ip2: switch remaining direct call of ops->flush_buffer
Alan Cox
1
-2
/
+1
2008-04-30
tty: The big operations rework
Alan Cox
1
-6
/
+6
2008-04-30
Char: ip2, macros cleanup
Jiri Slaby
6
-383
/
+211
2008-04-30
drivers/char/ip2/ip2main.c: replace init_module&cleanup_module with module_in...
Jon Schindler
1
-4
/
+6
2008-04-29
proc: switch /proc/ip2mem to seq_file interface
Alexey Dobriyan
1
-28
/
+25
2008-04-29
proc: remove proc_root from drivers
Alexey Dobriyan
1
-2
/
+2
2008-04-03
Char: ip2, fix sparse warnings
Jiri Slaby
1
-5
/
+7
2008-02-07
Char: char/serial, remove SERIAL_TYPE_NORMAL redefines
Jiri Slaby
1
-3
/
+0
2008-02-03
drivers/char/: Spelling fixes
Joe Perches
2
-2
/
+2
2007-10-24
drivers/char/ip2: separate polling and irq-driven work entry points
Jeff Garzik
1
-7
/
+20
2007-10-24
drivers/char/ip2: split out irq core logic into separate function
Jeff Garzik
1
-18
/
+26
2007-10-17
drivers/char/ip2: fix used-uninit'd bug
Jeff Garzik
1
-5
/
+1
2007-10-17
drivers/char/ip2/ip2main.c: kmalloc + memset conversion to kzalloc
Mariusz Kozlowski
1
-3
/
+2
2007-10-13
Convert from class_device to device in drivers/char
tonyj@suse.de
1
-6
/
+6
2007-08-01
ip2main warning fix
Andrew Morton
1
-1
/
+2
2007-07-19
unregister_chrdev(): ignore the return value
Akinobu Mita
1
-3
/
+1
2007-07-16
Char: ip2, use msleep for sleeping
Jiri Slaby
1
-43
/
+1
2007-02-21
Fix bogus 'inline' in drivers/char/ip2/i2lib.c
Linus Torvalds
1
-2
/
+2
2007-02-12
[PATCH] tty: update the tty layer to work with struct pid
Eric W. Biederman
1
-2
/
+2
2007-02-12
[PATCH] Char: timers cleanup
Jiri Slaby
1
-13
/
+17
2007-02-11
[PATCH] Char: tty_wakeup cleanup
Jiri Slaby
1
-9
/
+1
2007-01-06
[PATCH] ip2 warning fix
Andrew Morton
1
-2
/
+2
2006-12-08
[PATCH] tty: switch to ktermios
Alan Cox
1
-5
/
+5
2006-12-08
[PATCH] struct path: convert char-drivers
Josef Sipek
1
-1
/
+1
2006-12-07
[PATCH] char: ip2 remove broken macro
Mariusz Kozlowski
1
-5
/
+0
2006-12-07
[PATCH] i2lib unused variable cleanup
Mariusz Kozlowski
1
-1
/
+0
2006-11-22
WorkStruct: make allyesconfig
David Howells
2
-17
/
+18
2006-10-11
[PATCH] i2Output always takes kernel data now
Al Viro
3
-11
/
+6
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-5
/
+4
2006-10-03
[PATCH] drivers/char/ip2: kill unused code, label
Jeff Garzik
1
-2
/
+0
2006-10-02
[PATCH] const struct tty_operations
Jeff Dike
1
-1
/
+1
2006-10-01
[PATCH] ip2: use newer pci_get functions
Alan Cox
1
-3
/
+7
2006-07-11
[PATCH] Add Computone IntelliPort Plus serial hotplug support
Chuck Short
1
-0
/
+7
2006-07-04
[PATCH] make more file_operation structs static
Arjan van de Ven
1
-1
/
+1
[next]