index
:
kernel-crypto.git
audit
bugfixes
herbert
integration
master
ncr-audit
ncr-integration
ncr-rhel5-patches
ncr-standalone-master
ncr-standalone-rename
ncr-submission-2
ncr-userspace-crypto
User-space crypto API development for Linux
Miloslav Trmac
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
2009-01-06
1
-1
/
+1
|
\
|
*
mwave: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
2009-01-06
1
-1
/
+1
*
|
random: don't try to look at entropy_count outside the lock
Matt Mackall
2009-01-06
1
-3
/
+2
*
|
consolemap: indentation & braces disagree - reindent
Ilpo Järvinen
2009-01-06
1
-1
/
+1
*
|
genrtc: disable genrtc on Blackfin systems
Mike Frysinger
2009-01-06
1
-1
/
+1
*
|
sysrq: more explicit, less terse help messages
Randy Dunlap
2009-01-06
1
-10
/
+10
*
|
mm: make vread() and vwrite() declaration
KOSAKI Motohiro
2009-01-06
1
-3
/
+0
|
/
*
sparseirq: move set/get_timer_rand_state back to .c
Yinghai Lu
2009-01-03
1
-6
/
+34
*
Merge branch 'i8k-updates' from Alan
Linus Torvalds
2009-01-02
1
-1
/
+15
|
\
|
*
i8k: Add Dell Vostro systems
Federico Heinz
2009-01-02
1
-1
/
+8
|
*
i8k: Enable i8k on Dell Precision Systems
Andy Spencer
2009-01-02
1
-0
/
+7
*
|
drivers/char/cyclades.c: cy_pci_probe: fix error path
Andrew Morton
2009-01-02
1
-1
/
+1
*
|
synclink_cs: Convert to tty_port
Alan Cox
2009-01-02
1
-298
/
+181
*
|
tty: use port methods for the rocket driver
Alan Cox
2009-01-02
2
-159
/
+21
*
|
tty: kref the rocket driver
Alan Cox
2009-01-02
1
-37
/
+41
*
|
tty: make rocketport use standard port->flags
Alan Cox
2009-01-02
1
-19
/
+19
*
|
tty: Redo the rocket driver locking
Alan Cox
2009-01-02
2
-24
/
+20
*
|
tty: Make epca use the port helpers
Alan Cox
2009-01-02
2
-149
/
+26
*
|
tty: refcount the epca driver
Alan Cox
2009-01-02
1
-12
/
+15
*
|
tty: relock epca
Alan Cox
2009-01-02
1
-91
/
+104
*
|
tty: kref nozomi
Alan Cox
2009-01-02
1
-40
/
+45
*
|
tty: Remove some pointless casts
Alan Cox
2009-01-02
16
-150
/
+150
*
|
tty: PTYs set TTY_DO_WRITE_WAKEUP when they don't need to
Alan Cox
2009-01-02
1
-3
/
+0
*
|
tty: N_TTY SIGIO only works for read
Thomas Pfaff
2009-01-02
1
-3
/
+3
*
|
tty: Introduce some close helpers for ports
Alan Cox
2009-01-02
9
-390
/
+123
*
|
tty: tty port zero baud open
Alan Cox
2009-01-02
1
-1
/
+2
*
|
tty: ESP has been broken for locking etc forver
Alan Cox
2009-01-02
1
-1
/
+1
*
|
tty: rework stallion to use the tty_port bits
Alan Cox
2009-01-02
1
-104
/
+38
*
|
tty: Rework istallion to use the tty port changes
Alan Cox
2009-01-02
1
-116
/
+43
*
|
tty: Introduce a tty_port generic block_til_ready
Alan Cox
2009-01-02
6
-235
/
+113
*
|
tty: relock the mxser driver
Alan Cox
2009-01-02
1
-15
/
+13
*
|
tty: relock riscom8 using port locks
Alan Cox
2009-01-02
1
-10
/
+20
*
|
tty: rocketport uses different port flags to everyone else
Alan Cox
2009-01-02
3
-26
/
+21
*
|
tty: relock generic_serial
Alan Cox
2009-01-02
1
-13
/
+24
*
|
isicom: redo locking to use tty port locks
Alan Cox
2009-01-02
3
-26
/
+53
*
|
tty: Pull the dtr raise into tty port
Alan Cox
2009-01-02
6
-25
/
+77
*
|
rio: Kill off ckmalloc
Alan Cox
2009-01-02
1
-13
/
+4
*
|
tty_port: Add a port level carrier detect operation
Alan Cox
2009-01-02
17
-238
/
+418
*
|
tty: Fix PPP hang under load
Alan Cox
2009-01-02
1
-9
/
+21
*
|
n_tty: Output bells immediately on a full buffer
Joe Peterson
2009-01-02
1
-17
/
+9
*
|
n_tty: Fix hanfling of buffer full corner cases
Joe Peterson
2009-01-02
1
-17
/
+38
*
|
n_tty: Fix handling of control characters and continuations
Joe Peterson
2009-01-02
1
-9
/
+15
*
|
pty: simplify resize
Alan Cox
2009-01-02
4
-30
/
+71
*
|
tty: Fix sparse static warning for tty_driver_lookup_tty
Jason Wessel
2009-01-02
1
-1
/
+1
*
|
Add DEVPTS_MULTIPLE_INSTANCES config token
Sukadev Bhattiprolu
2009-01-02
1
-0
/
+11
*
|
n_tty: clean up coding style
Alan Cox
2009-01-02
1
-16
/
+13
*
|
n_tty: Fix loss of echoed characters and remove bkl from n_tty
Joe Peterson
2009-01-02
3
-156
/
+588
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
Linus Torvalds
2008-12-30
2
-1
/
+30
|
\
|
*
virtio_console: support console resizing
Christian Borntraeger
2008-12-30
2
-1
/
+30
*
|
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
2008-12-30
2
-18
/
+15
|
\
\
[next]