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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-30
debugobjects: add timer specific object debugging code
Thomas Gleixner
1
-1
/
+3
2008-04-30
drivers: replace remaining __FUNCTION__ occurrences
Harvey Harrison
9
-18
/
+18
2008-04-30
Add macros similar to min/max/min_t/max_t
Harvey Harrison
2
-8
/
+0
2008-04-30
Basic braille screen reader support
Samuel Thibault
9
-0
/
+429
2008-04-30
mm: Add NR_WRITEBACK_TEMP counter
Miklos Szeredi
1
-0
/
+2
2008-04-30
mxser: convert large macros to functions
Christoph Hellwig
2
-152
/
+214
2008-04-30
devpts: factor out PTY index allocation
Sukadev Bhattiprolu
1
-34
/
+6
2008-04-30
devpts: propagate error code from devpts_pty_new
Sukadev Bhattiprolu
1
-2
/
+2
2008-04-30
tty: fix routine name in ptmx_open()
Hiroshi Shimamoto
1
-1
/
+1
2008-04-30
char serial: switch drivers to ioremap_nocache
Alan Cox
8
-20
/
+25
2008-04-30
ip2: switch remaining direct call of ops->flush_buffer
Alan Cox
1
-2
/
+1
2008-04-30
tty: add throttle/unthrottle helpers
Alan Cox
7
-25
/
+25
2008-04-30
isicom: fix buffer allocation
Alan Cox
1
-8
/
+6
2008-04-30
esp: clean up to modern coding style
Alan Cox
1
-308
/
+283
2008-04-30
epca: coding style
Alan Cox
1
-118
/
+158
2008-04-30
riscom8: coding style
Alan Cox
1
-340
/
+304
2008-04-30
strip: Fix up strip for the new order
Alan Cox
1
-42
/
+24
2008-04-30
tty: The big operations rework
Alan Cox
23
-601
/
+461
2008-04-30
isicom: bring into coding style
Alan Cox
1
-53
/
+56
2008-04-30
serial: switch the serial core to int put_char methods
Alan Cox
1
-4
/
+8
2008-04-30
pc300: Update to tty_set_operations
Alan Cox
1
-9
/
+15
2008-04-30
pty: prepare for tty->ops changes
Alan Cox
1
-3
/
+26
2008-04-30
isdn: switch to int put_char method
Alan Cox
1
-3
/
+6
2008-04-30
consoles: switch to int put_char method
Alan Cox
2
-5
/
+6
2008-04-30
synclink series: switch to int put_char method
Alan Cox
3
-14
/
+22
2008-04-30
specialix: Switch to int put_char method
Alan Cox
1
-4
/
+5
2008-04-30
serial167: switch to int put_char method
Alan Cox
1
-3
/
+4
2008-04-30
riscom/rocket: switch to int put_char method
Alan Cox
2
-5
/
+9
2008-04-30
pcmcia: serial to int put_char method
Alan Cox
1
-3
/
+4
2008-04-30
mxser: switch to put_char being int
Alan Cox
1
-3
/
+4
2008-04-30
char: switch gs, cyclades and esp to return int for put_char
Alan Cox
3
-12
/
+17
2008-04-30
amiserial: Switch put char to return success/fail
Alan Cox
1
-5
/
+6
2008-04-30
usb gadget: switch to put_char returning int
Alan Cox
1
-4
/
+6
2008-04-30
serial m68k: put_char returns
Alan Cox
3
-5
/
+7
2008-04-30
s390 tty: Prepare for put_char to return success/fail
Alan Cox
4
-6
/
+12
2008-04-30
tty/serial: lay the foundations for the next set of reworks
Alan Cox
26
-234
/
+189
2008-04-30
drivers/char/ds1286.c: use time_before, time_before_eq, etc
Julia Lawall
1
-1
/
+2
2008-04-30
Char: rio, fix cirrus defines
Jiri Slaby
7
-185
/
+191
2008-04-30
cyclades: use ioremap_nocache for clarity as proposed
Alan Cox
1
-1
/
+1
2008-04-30
cyclades: coding style & review
Alan Cox
1
-159
/
+149
2008-04-30
istallion: TIOCG/SSOFTCAR handling removal
Alan Cox
1
-10
/
+0
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-30
epca.c: static functions and integer as NULL pointer fixes
Harvey Harrison
1
-4
/
+5
2008-04-30
cyclades.c: fix sparse shadowed variable warnings
Harvey Harrison
1
-2
/
+2
2008-04-30
char: rocket.c: fix sparse variable shadowing and int as NULL pointer
Harvey Harrison
1
-4
/
+5
2008-04-30
char: esp.c: fix possible double-unlock
Harvey Harrison
1
-2
/
+2
2008-04-30
char: fix sparse shadowed variable warnings in esp.c
Harvey Harrison
1
-6
/
+0
2008-04-30
Char: moxa, add firmware loading fix
Jiri Slaby
1
-1
/
+4
2008-04-30
Char: moxa, update credits
Jiri Slaby
1
-2
/
+3
[next]