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
/
ide
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-11
ide: use module_param_named rather than module_param_call
Rusty Russell
1
-7
/
+13
2010-08-10
Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
12
-82
/
+163
2010-08-09
tx493xide: use min_t() macro instead of min()
Atsushi Nemoto
2
-2
/
+2
2010-08-09
drivers/ide: Use memdup_user
Julia Lawall
1
-7
/
+3
2010-08-09
via82cxxx: fix typo for VT6415 PCIE PATA IDE Host Controller support.
Yann Dirson
1
-1
/
+1
2010-08-09
ide-cd: Do not access completed requests in the irq handler
Borislav Petkov
1
-3
/
+11
2010-08-07
block: push down BKL into .open and .release
Arnd Bergmann
3
-7
/
+33
2010-08-07
block: push down BKL into .locked_ioctl
Arnd Bergmann
5
-10
/
+41
2010-08-07
block: remove q->prepare_flush_fn completely
FUJITA Tomonori
1
-1
/
+1
2010-08-07
ide: stop using q->prepare_flush_fn
FUJITA Tomonori
1
-5
/
+11
2010-08-07
block: fix some more cmd_type cleanup fallout
Christoph Hellwig
3
-6
/
+6
2010-08-07
block: unify flags for struct bio and struct request
Christoph Hellwig
2
-2
/
+2
2010-08-07
block: remove wrappers for request type/flags
Christoph Hellwig
8
-58
/
+76
2010-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
Linus Torvalds
1
-19
/
+20
2010-08-03
pcmcia: do not use io_req_t when calling pcmcia_request_io()
Dominik Brodowski
1
-14
/
+16
2010-08-03
pcmcia: do not use io_req_t after call to pcmcia_request_io()
Dominik Brodowski
1
-4
/
+4
2010-07-30
pcmcia: remove cs_types.h
Dominik Brodowski
1
-1
/
+0
2010-06-16
Merge branch 'master' into for-next
Jiri Kosina
7
-109
/
+118
2010-06-16
fix typos concerning "initiali[zs]e"
Uwe Kleine-König
1
-1
/
+1
2010-06-02
powerpc/macio: Fix probing of macio devices by using the right of match table
Benjamin Herrenschmidt
1
-2
/
+5
2010-05-26
m68k: amiga - Amiga Gayle IDE platform device conversion
Geert Uytterhoeven
1
-65
/
+82
2010-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6
Linus Torvalds
3
-6
/
+6
2010-05-22
Merge remote branch 'origin' into secretlab/next-devicetree
Grant Likely
3
-44
/
+31
2010-05-21
Merge branch 'master' into for-2.6.35
Jens Axboe
1
-15
/
+9
2010-05-21
block,ide: simplify bdops->set_capacity() to ->unlock_native_capacity()
Tejun Heo
2
-31
/
+20
2010-05-18
of: Always use 'struct device.of_node' to get device node pointer.
Grant Likely
1
-5
/
+5
2010-05-11
cmd640: fix kernel oops in test_irq() method
Sergei Shtylyov
1
-4
/
+2
2010-05-10
pcmcia: dev_node removal (drivers with updated printk call)
Dominik Brodowski
1
-8
/
+4
2010-05-10
pcmcia: re-work pcmcia_request_irq()
Dominik Brodowski
1
-5
/
+3
2010-05-05
pata_pcmcia / ide-cs: Fix bad hashes for Transcend and kingston IDs
Kristoffer Ericson
1
-2
/
+2
2010-04-22
pdc202xx_old: ignore "FIFO empty" bit in test_irq() method
Sergei Shtylyov
1
-2
/
+2
2010-04-22
pdc202xx_old: wire test_irq() method for PDC2026x
Sergei Shtylyov
1
-0
/
+1
2010-04-22
pata_pcmcia/ide-cs: add IDs for transcend and kingston cards
Kristoffer Ericson
1
-0
/
+4
2010-04-15
IDE: pass IRQ flags to the IDE core
Yegor Yefremov
1
-0
/
+1
2010-04-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6
Linus Torvalds
4
-6
/
+5
2010-04-06
ide: Fix IDE taskfile with cfq scheduler
Mikulas Patocka
1
-4
/
+2
2010-04-01
ide: Must hold queue lock when requeueing
Herbert Xu
1
-1
/
+1
2010-04-01
ide: Requeue request after DMA timeout
Herbert Xu
2
-1
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
19
-3
/
+16
2010-03-28
Revert "ide: skip probe if there are no devices on the port (v2)"
David S. Miller
1
-9
/
+3
2010-03-27
Revert "via82cxxx: workaround h/w bugs"
David S. Miller
1
-57
/
+0
2010-03-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-next-2.6
Linus Torvalds
50
-638
/
+611
2010-03-02
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/id...
David S. Miller
5
-26
/
+79
2010-03-01
Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...
Linus Torvalds
1
-4
/
+4
2010-03-01
Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
3
-6
/
+5
2010-02-27
MIPS: Alchemy: change dbdma to accept physical memory addresses
Manuel Lauss
1
-4
/
+4
2010-02-27
MIPS: Alchemy: remove dbdma compat macros
Manuel Lauss
1
-12
/
+9
2010-02-26
block: Consolidate phys_segment and hw_segment limits
Martin K. Petersen
1
-2
/
+1
2010-02-26
block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors
Martin K. Petersen
3
-4
/
+4
2010-02-03
drivers/ide: Fix continuation line formats
Joe Perches
2
-4
/
+4
[next]