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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-17
drivers/char/ip2: fix used-uninit'd bug
Jeff Garzik
1
-5
/
+1
2007-10-17
lp_console: cleanups
Pavel Machek
1
-9
/
+8
2007-10-17
HVC console is also used by iSeries, so add that to HVC_DRIVER help.
Rusty Russell
1
-1
/
+1
2007-10-17
Delay creation of khcvd thread
Rusty Russell
2
-18
/
+42
2007-10-17
tty: expose new methods needed for drivers to get termios right
Alan Cox
1
-10
/
+72
2007-10-17
lk201: remove obsolete driver
Maciej W. Rozycki
7
-1373
/
+0
2007-10-17
Make the pr_*() family of macros in kernel.h complete
Emil Medve
4
-17
/
+8
2007-10-17
I2O: Fix "defined but not used" build warnings
Satyam Sharma
1
-47
/
+47
2007-10-17
add CONFIG_VT_UNICODE
Bill Nottingham
5
-5
/
+26
2007-10-17
make dmapool code use __set_current_state()
Arjan van de Ven
1
-1
/
+1
2007-10-17
Remove final traces of long-deprecated "ramdisk" kernel parm
Robert P. J. Day
1
-6
/
+1
2007-10-17
drivers/block/cciss.c: fix check-after-use
Adrian Bunk
1
-29
/
+27
2007-10-17
n_hdlc.c: fix check-after-use
Adrian Bunk
1
-1
/
+1
2007-10-17
cciss: fix error reporting for SG_IO
Steve Cameron
1
-18
/
+61
2007-10-17
NBD: allow hung network I/O to be cancelled
Paul Clements
1
-31
/
+62
2007-10-17
NBD: set uninitialized devices to size 0
Paul Clements
1
-2
/
+5
2007-10-17
floppy: tolerate DMA channel unavailability
Jan Beulich
1
-5
/
+9
2007-10-17
jsm: Remove further unneeded crud
Alan Cox
1
-40
/
+3
2007-10-17
mxser: Remove use of dead TTY_FLIPBUF_SIZE definition
Alan Cox
1
-2
/
+1
2007-10-17
unicode diacritics support
Samuel Thibault
9
-35
/
+146
2007-10-17
aoe: remove unecessary wrapper function
Ed L. Cashin
3
-17
/
+8
2007-10-17
pnp: avoid a small unlikely memory leak in proc_read_escd()
Jesper Juhl
1
-2
/
+3
2007-10-17
Tweak /proc/ipmi removal
Alexey Dobriyan
1
-1
/
+1
2007-10-17
tpm: pay attention to IRQ info from PNP
Bjorn Helgaas
1
-9
/
+13
2007-10-17
drivers/char/ip2/ip2main.c: kmalloc + memset conversion to kzalloc
Mariusz Kozlowski
1
-3
/
+2
2007-10-17
drivers/char/consolemap.c: kmalloc + memset conversion to kzalloc
Mariusz Kozlowski
1
-2
/
+1
2007-10-17
epca.c: reformat comments and coding style improvements
Alexey Dobriyan
1
-1409
/
+1202
2007-10-17
Remove "unsafe" from module struct
Rusty Russell
1
-5
/
+4
2007-10-17
convert ill defined log2() to ilog2()
Fengguang Wu
3
-14
/
+7
2007-10-17
Clean up duplicate includes in drivers/w1/
Jesper Juhl
1
-1
/
+0
2007-10-17
Clean up duplicate includes in drivers/char/
Jesper Juhl
3
-6
/
+0
2007-10-17
pcmcia: CompactFlash driver for PA Semi Electra boards
Olof Johansson
3
-0
/
+385
2007-10-17
Remove unneeded lock_kernel() in driver/block/loop.c
Diego Woitasen
1
-2
/
+0
2007-10-17
nbd: change a parameter's type to remove a memcpy call
Denis Cheng
1
-5
/
+3
2007-10-17
nbd: use list_for_each_entry_safe to make it more consolidated and readable
Denis Cheng
1
-4
/
+2
2007-10-17
kill DECLARE_MUTEX_LOCKED
Christoph Hellwig
1
-1
/
+3
2007-10-17
Driver for the Atmel on-chip SSC on AT32AP and AT91
Hans-Christian Egtvedt
3
-0
/
+187
2007-10-17
oom: move prototypes to appropriate header file
David Rientjes
1
-0
/
+1
2007-10-17
Slab API: remove useless ctor parameter and reorder parameters
Christoph Lameter
2
-4
/
+3
2007-10-17
mm: bdi init hooks
Peter Zijlstra
2
-1
/
+24
2007-10-17
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...
Linus Torvalds
12
-216
/
+558
2007-10-17
missing include in mmc
Al Viro
1
-0
/
+1
2007-10-17
fix adbhid mismerge
Al Viro
1
-1
/
+1
2007-10-17
WOL bugfix for 3c59x.c
Steffen Klassert
1
-1
/
+7
2007-10-17
skge 1.12
Stephen Hemminger
1
-1
/
+1
2007-10-17
skge: add a debug interface
Stephen Hemminger
3
-0
/
+156
2007-10-17
skge: eeprom support
Stephen Hemminger
2
-2
/
+102
2007-10-17
skge: internal stats
Stephen Hemminger
2
-30
/
+24
2007-10-17
skge: XM PHY handling fixes
Stephen Hemminger
2
-44
/
+50
2007-10-17
skge: changing MTU while running causes problems
Stephen Hemminger
1
-7
/
+44
[next]