index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-02
tty: release_one_tty() forgets to put pids
Oleg Nesterov
1
-0
/
+2
2010-03-24
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...
Linus Torvalds
1
-3
/
+31
2010-03-22
virtio: console: Check if port is valid in resize_console
Amit Shah
1
-0
/
+4
2010-03-22
virtio: console: Generate a kobject CHANGE event on adding 'name' attribute
Amit Shah
1
-2
/
+9
2010-03-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
Linus Torvalds
4
-33
/
+43
2010-03-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
1
-0
/
+10
2010-03-19
tty_port,usb-console: Fix usb serial console open/close regression
Jason Wessel
1
-1
/
+1
2010-03-19
tty_buffer: Fix distinct type warning
Fang Wenqi
1
-2
/
+2
2010-03-19
hvc_console: Fix race between hvc_close and hvc_remove
Amit Shah
1
-10
/
+21
2010-03-19
Revert "tty: Add a new VT mode which is like VT_PROCESS but doesn't require a...
Greg Kroah-Hartman
1
-20
/
+19
2010-03-19
sysfs: fix sysfs lockdep warning in ipmi code
Greg Kroah-Hartman
1
-0
/
+10
2010-03-18
agp/intel: Don't do the chipset flush on Sandybridge.
Eric Anholt
1
-2
/
+7
2010-03-18
agp/intel: Respect the GTT size on Sandybridge for scratch page setup.
Eric Anholt
1
-1
/
+24
2010-03-17
hpet: use for_each_set_bit()
Akinobu Mita
1
-3
/
+1
2010-03-13
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2010-03-13
x86, k8 nb: Fix boot crash: enable k8_northbridges unconditionally on AMD sys...
Borislav Petkov
1
-1
/
+1
2010-03-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
11
-789
/
+10
2010-03-12
drivers/char/mmtimer.c: eliminate useless code
Julia Lawall
1
-1
/
+1
2010-03-12
ldisc n_tty: add new method n_tty_inherit_ops()
Rodolfo Giometti
1
-0
/
+17
2010-03-12
ipmi: fix slave_addrs setting to actually work
Bela Lubkin
1
-2
/
+3
2010-03-12
ipmi: add parameter to limit CPU usage in kipmid
Martin Wilck
1
-2
/
+64
2010-03-12
copy_signal() cleanup: clean tty_audit_fork()
Veaceslav Falico
1
-1
/
+0
2010-03-12
drivers/char/mem.c: cleanups
Andrew Morton
1
-102
/
+102
2010-03-12
/dev/mem: dont allow seek to last page
Wu Fengguang
1
-6
/
+13
2010-03-08
Merge branch 'for-next' into for-linus
Jiri Kosina
11
-789
/
+10
2010-03-08
[S390] hvc_iucv: allocate memory buffers for IUCV in zone DMA
Hendrik Brueckner
1
-2
/
+4
2010-03-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/amit/virtio-console
Linus Torvalds
1
-13
/
+16
2010-03-04
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
1
-10
/
+113
2010-03-04
virtio: console: Use better variable names for fill_queue operation
Amit Shah
1
-12
/
+15
2010-03-04
virtio: console: Fix type of 'len' as unsigned int
Amit Shah
1
-1
/
+1
2010-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
1
-5
/
+6
2010-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
Linus Torvalds
14
-261
/
+307
2010-03-02
USB: tty: Add a function to insert a string of characters with the same flag
Alan Cox
1
-5
/
+6
2010-03-02
tty: Add a new VT mode which is like VT_PROCESS but doesn't require a VT_RELD...
Ari Entlich
1
-19
/
+20
2010-03-02
tty: Keep the default buffering to sub-page units
Alan Cox
1
-2
/
+4
2010-03-02
tty: Fix up char drivers request_room usage
Alan Cox
3
-6
/
+1
2010-03-02
tty: Fix the ldisc hangup race
Alan Cox
1
-20
/
+30
2010-03-02
nozomi: Tidy up the PCI table
Alan Cox
1
-5
/
+1
2010-03-02
nozomi: Fix mutex handling
Alan Cox
1
-22
/
+12
2010-03-02
nozomi: Add tty_port usage
Alan Cox
1
-47
/
+68
2010-03-02
Char: synclink, remove unnecessary checks
Jiri Slaby
1
-2
/
+2
2010-03-02
tty: declare MODULE_FIRMWARE in various drivers
Ben Hutchings
4
-0
/
+11
2010-03-02
ip2: Add module parameter.
Rakib Mullick
1
-0
/
+13
2010-03-02
ip2: remove #ifdef MODULE from ip2main.c
Rakib Mullick
1
-6
/
+5
2010-03-02
tty: moxa: remove #ifdef MODULE completely.
Rakib Mullick
1
-11
/
+6
2010-03-02
hvc_console: fix test on unsigned in hvc_console_print()
Roel Kluin
1
-1
/
+1
2010-03-02
serial: isicom.c: use pr_fmt and pr_<level>
Joe Perches
1
-23
/
+26
2010-03-02
tty: char: mxser, remove unnecessary tty test
Jiri Slaby
1
-2
/
+1
2010-03-02
serial: cyclades: allow overriding ISA defaults also when the driver is built-in
Bartlomiej Zolnierkiewicz
1
-8
/
+1
2010-03-02
serial: Char: cyclades, fix compiler warning
Jiri Slaby
1
-6
/
+0
[next]