index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-07
dz.c: Use a helper to cast from "struct uart_port *"
Maciej W. Rozycki
1
-11
/
+16
2008-02-07
dz: clean up and improve the setup of termios settings
Maciej W. Rozycki
2
-51
/
+56
2008-02-07
dz: handle special conditions on reception correctly
Maciej W. Rozycki
2
-38
/
+46
2008-02-07
dz: fix locking issues
Maciej W. Rozycki
1
-11
/
+12
2008-02-07
dz: rename the serial console structure
Maciej W. Rozycki
1
-3
/
+3
2008-02-07
dz: update kconfig description
Maciej W. Rozycki
1
-6
/
+10
2008-02-07
dz: add and reorder inclusions, remove unneeded ones
Maciej W. Rozycki
1
-10
/
+13
2008-02-07
dz: don't panic() when request_irq() fails
Maciej W. Rozycki
1
-5
/
+15
2008-02-07
dz: always check if it is safe to console_putchar()
Maciej W. Rozycki
1
-2
/
+2
2008-02-07
dz.h: remove useless unused module junk
Maciej W. Rozycki
1
-5
/
+0
2008-02-07
drivers/edac/i3000: document type promotion
Jason Uhlenkott
1
-0
/
+7
2008-02-07
drivers/edac: i3000: missing init code
Hitoshi Mitake
1
-0
/
+13
2008-02-07
drivers/edac: mpc85xx: add static scope
Doug Thompson
1
-1
/
+1
2008-02-07
drivers/edac: i3000: 64bit build
Jason Uhlenkott
1
-1
/
+1
2008-02-07
drivers/edac: pci: broken parity regression
Bryan Boatright
1
-4
/
+8
2008-02-07
drivers-edac: add marvell mv64x60 driver
Dave Jiang
4
-0
/
+977
2008-02-07
drivers-edac: add freescale mpc85xx driver
Dave Jiang
4
-0
/
+1213
2008-02-07
drivers-edac: i3000 replace macros with functions
Jason Uhlenkott
1
-15
/
+35
2008-02-07
drivers-edac: i3000 code tidying
Jason Uhlenkott
1
-97
/
+110
2008-02-07
drivers-edac: add Cell MC driver
Benjamin Herrenschmidt
3
-0
/
+266
2008-02-07
drivers-edac: add Cell XDR memory types
Benjamin Herrenschmidt
2
-1
/
+4
2008-02-07
drivers-edac: use round_jiffies_relative
Anton Blanchard
2
-3
/
+3
2008-02-07
drivers-edac: turn on edac device error logging
Doug Thompson
1
-0
/
+4
2008-02-07
ASIC3 driver
Samuel Ortiz
3
-0
/
+596
2008-02-07
DS1WM: decouple host IRQ and INTR active state settings
Philipp Zabel
1
-4
/
+5
2008-02-07
power_supply: remove capacity_level from list of sysfs attributes
Thadeu Lima de Souza Cascardo
1
-1
/
+0
2008-02-06
Merge branch 'async-tx-for-linus' of git://lost.foo-projects.org/~dwillia2/gi...
Linus Torvalds
4
-135
/
+96
2008-02-06
scsi: megaraid: trivial drop duplicate mutex.h include
Daniel Walker
1
-1
/
+0
2008-02-06
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
10
-84
/
+412
2008-02-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
29
-311
/
+555
2008-02-06
fb: fix warning: no return statement in function returning non-void
Anton Vorontsov
1
-0
/
+1
2008-02-06
virtio: add missing #include <linux/delay.h>
Johann Felix Soden
1
-0
/
+1
2008-02-06
PNP: disable Supermicro H8DCE motherboard resources that overlap SATA BARs
Bjorn Helgaas
1
-0
/
+43
2008-02-06
PNP: do not test PNP_DRIVER_RES_DO_NOT_CHANGE on suspend/resume
Rene Herman
1
-5
/
+7
2008-02-06
isapnp driver semaphore to mutex
Daniel Walker
2
-15
/
+17
2008-02-06
pnp: declare PNP option parsing functions as __init
Thomas Renninger
3
-39
/
+40
2008-02-06
simplify pnp_activate_dev() and pnp_disable_dev() return values
Bjorn Helgaas
1
-4
/
+4
2008-02-06
md: fix an occasional deadlock in raid5
NeilBrown
1
-9
/
+5
2008-02-06
md: change ITERATE_RDEV_GENERIC to rdev_for_each_list, and remove ITERATE_RDE...
NeilBrown
1
-4
/
+4
2008-02-06
md: change ITERATE_RDEV to rdev_for_each
NeilBrown
9
-46
/
+46
2008-02-06
md: change INTERATE_MDDEV to for_each_mddev
NeilBrown
1
-6
/
+6
2008-02-06
md: change a few 'int' to 'size_t' in md
NeilBrown
1
-3
/
+3
2008-02-06
md: fix use-after-free bug when dropping an rdev from an md array
NeilBrown
1
-3
/
+5
2008-02-06
md: allow an md array to appear with 0 drives if it has external metadata
NeilBrown
1
-3
/
+4
2008-02-06
md: lock address when changing attributes of component devices
NeilBrown
1
-1
/
+7
2008-02-06
md: allow devices to be shared between md arrays
NeilBrown
1
-10
/
+78
2008-02-06
md: set and test the ->persistent flag for md devices more consistently
NeilBrown
1
-3
/
+6
2008-02-06
md: allow a maximum extent to be set for resyncing
NeilBrown
4
-10
/
+95
2008-02-06
md: give userspace control over removing failed devices when external metdata...
NeilBrown
1
-9
/
+34
2008-02-06
md: support 'external' metadata for md arrays
NeilBrown
1
-19
/
+58
[next]