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-03-05
Merge branch 'for-linus' of git://git.infradead.org/~dedekind/ubi-2.6
Linus Torvalds
4
-8
/
+11
2008-03-05
parisc: fix IOMMU's device boundary overflow bug on 32bits arch
FUJITA Tomonori
2
-4
/
+4
2008-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6
Linus Torvalds
25
-326
/
+375
2008-03-05
Merge branch 'fixes-25' of git://git.kernel.org/pub/scm/linux/kernel/git/dave...
Linus Torvalds
2
-10
/
+12
2008-03-05
Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
Linus Torvalds
4
-11
/
+13
2008-03-05
[SCSI] mpt fusion: don't oops if NumPhys==0
Krzysztof Oledzki
1
-0
/
+5
2008-03-05
[CPUFREQ] fix section mismatch warnings
Sam Ravnborg
2
-2
/
+2
2008-03-05
[CPUFREQ] Fix missing cpufreq_cpu_put() call in ->store
Dave Jones
1
-4
/
+5
2008-03-05
[CPUFREQ] Fix missing cpufreq_cpu_put() call in ->show
Dave Jones
1
-4
/
+5
2008-03-05
[SCSI] iscsi class: regression - fix races with state manipulation and blocki...
Mike Christie
1
-28
/
+48
2008-03-05
[SCSI] qla4xxx: regression - add start scan callout
Mike Christie
1
-12
/
+14
2008-03-05
[SCSI] qla4xxx: fix host reset dpc race
Mike Christie
2
-5
/
+10
2008-03-05
ahci: work around ATI SB600 h/w quirk
Jeff Garzik
1
-1
/
+13
2008-03-05
pata_hpt*, pata_serverworks: fix UDMA masking
Alan Cox
3
-7
/
+7
2008-03-05
[S390] zcrypt: fix ap_device_list handling
Ralph Wuerthner
1
-5
/
+7
2008-03-05
[S390] sclp_vt220: speed up console output for interactive work
Christian Borntraeger
1
-1
/
+1
2008-03-05
[S390] dasd: fix reference counting in display method for proc/dasd/devices
Stefan Weinhuber
1
-1
/
+3
2008-03-05
[S390] dasd: let dasd erp matching recognize alias recovery
Stefan Weinhuber
1
-4
/
+2
2008-03-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
8
-26
/
+39
2008-03-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6
Linus Torvalds
3
-103
/
+21
2008-03-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6
Linus Torvalds
9
-48
/
+26
2008-03-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
13
-66
/
+128
2008-03-04
input: add I2C to config since the driver makes several i2c*() calls
Randy Dunlap
1
-3
/
+3
2008-03-04
md: the md RAID10 resync thread could cause a md RAID10 array deadlock
K.Tanaka
1
-0
/
+2
2008-03-04
md: fix possible raid1/raid10 deadlock on read error during resync
NeilBrown
2
-4
/
+18
2008-03-04
md: don't attempt read-balancing for raid10 'far' layouts
Keld Simonsen
1
-3
/
+9
2008-03-04
md: lock access to rdev attributes properly
NeilBrown
1
-9
/
+26
2008-03-04
md: make sure a reshape is started when device switches to read-write
NeilBrown
1
-0
/
+1
2008-03-04
md: clean up irregularity with raid autodetect
NeilBrown
1
-1
/
+3
2008-03-04
md: guard against possible bad array geometry in v1 metadata
NeilBrown
1
-2
/
+6
2008-03-04
md: reduce CPU wastage on idle md array with a write-intent bitmap
NeilBrown
1
-2
/
+17
2008-03-04
md: fix deadlock in md/raid1 and md/raid10 when handling a read error
NeilBrown
2
-43
/
+81
2008-03-04
iommu: parisc: make the IOMMUs respect the segment boundary limits
FUJITA Tomonori
3
-18
/
+58
2008-03-04
iommu: parisc: pass struct device to iommu_alloc_range
FUJITA Tomonori
3
-7
/
+7
2008-03-04
hisax_fcpcipnp: move request_irq later in probe
Kyle McMartin
1
-17
/
+17
2008-03-04
ACPI: thinkpad-acpi: fix hotkey_get_tablet_mode
Henrique de Moraes Holschuh
1
-1
/
+2
2008-03-04
drivers/serial/m32r_sio.c: correct use of ! and &
Julia Lawall
1
-1
/
+1
2008-03-04
drivers/isdn: correct use of ! and &
Julia Lawall
2
-4
/
+5
2008-03-04
drivers/char/isicom.c: correct use of ! and &
Julia Lawall
1
-1
/
+1
2008-03-04
ipwireless: fix potential tty == NULL dereference
David Sterba
1
-1
/
+4
2008-03-04
sm501: add support for the SM502 programmable PLL
Ville Syrjala
1
-35
/
+128
2008-03-04
sm501: remove a duplicated table
Ville Syrjala
1
-32
/
+13
2008-03-04
sm501fb: fix timing limits
Ville Syrjala
1
-2
/
+4
2008-03-04
sm501fb: set transp.offset to 0 in 8bpp and 16bpp modes
Ville Syrjala
1
-0
/
+2
2008-03-04
sm501fb: RGB offsets are reversed in 16bpp modes
Ville Syrjala
1
-4
/
+4
2008-03-04
sm501fb: direct color visual does not work
Ville Syrjala
1
-1
/
+3
2008-03-04
ds1wm: report bus reset error
Anton Vorontsov
1
-9
/
+9
2008-03-04
ds1wm: should check for IS_ERR(clk) instead of NULL
Anton Vorontsov
1
-2
/
+3
2008-03-04
powerpc: mpc5200: fix build error on mpc52xx_psc_spi device driver
Grant Likely
1
-3
/
+8
2008-03-04
pktcdvd: reduce stack consumption
Peter Osterlund
1
-8
/
+13
[next]