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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-02
ide: factor out adding drive to hwgroup from init_irq()
Bartlomiej Zolnierkiewicz
1
-11
/
+18
2008-02-02
ide: move hwif->rqsize init from ide_init_queue() to init_irq()
Bartlomiej Zolnierkiewicz
1
-7
/
+8
2008-02-02
ide: merge init_gendisk() into hwif_register_devices()
Bartlomiej Zolnierkiewicz
1
-28
/
+16
2008-02-02
ide: call init_gendisk() after ide_acpi_init()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-02-02
ide: move blk_register_region() call out from init_gendisk()
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2008-02-02
ide: skip not present devices in init_gendisk()
Bartlomiej Zolnierkiewicz
1
-0
/
+4
2008-02-02
ide: remove incorrect init_gendisk() comment
Bartlomiej Zolnierkiewicz
1
-6
/
+0
2008-02-02
ide: add ->port_init_devs method to ide_hwif_t
Bartlomiej Zolnierkiewicz
5
-26
/
+59
2008-02-02
ide: add IDE_HFLAG_NO_{IO32_BIT,UNMASK_IRQS} host flags
Bartlomiej Zolnierkiewicz
5
-17
/
+16
2008-02-02
ide: factor out code initializing devices from ide_init_port()
Bartlomiej Zolnierkiewicz
1
-15
/
+17
2008-02-02
ide: fix ide_unregister() usage in host drivers
Bartlomiej Zolnierkiewicz
8
-10
/
+10
2008-02-02
ide: add ide_deprecated_find_port() helper
Bartlomiej Zolnierkiewicz
5
-20
/
+100
2008-02-02
ide: add 'init_default' and 'restore' arguments to ide_unregister()
Bartlomiej Zolnierkiewicz
10
-18
/
+25
2008-02-02
ide: remove redundant init_hwif_default() call from ide_register_hw()
Bartlomiej Zolnierkiewicz
1
-3
/
+1
2008-02-02
ide: remove redundant hwif->present check from ide_register_hw()
Bartlomiej Zolnierkiewicz
1
-2
/
+0
2008-02-02
pdc202xx_old: remove surplus initialiser
Alan Cox
1
-1
/
+1
2008-02-02
ide-floppy: bump driver version number
Borislav Petkov
1
-4
/
+1
2008-02-02
ide-floppy: fix most of the remaining checkpatch.pl issues
Borislav Petkov
1
-195
/
+160
2008-02-02
ide-floppy: remove atomic test_*bit macros
Borislav Petkov
1
-56
/
+69
2008-02-02
ide-floppy: remove unused flag PC_ABORT
Borislav Petkov
1
-13
/
+6
2008-02-02
ide-floppy: remove IDEFLOPPY_DEBUG_INFO
Borislav Petkov
1
-50
/
+13
2008-02-02
ide-floppy: remove unused IDEFLOPPY_USE_READ12
Borislav Petkov
1
-11
/
+7
2008-02-02
ide-floppy: merge idefloppy_{input,output}_buffers
Borislav Petkov
1
-46
/
+19
2008-02-02
ide-floppy: use an xfer_func_t and io_buf_t typedefs in order to unify rw
Borislav Petkov
3
-19
/
+19
2008-02-02
ide-floppy: remove IDEFLOPPY_DEBUG_BUGS macro
Borislav Petkov
1
-6
/
+1
2008-02-02
ide-floppy: mv idefloppy_{should_,}report_error
Borislav Petkov
1
-24
/
+14
2008-02-02
ide-floppy: report DMA handling in idefloppy_pc_intr() properly
Borislav Petkov
1
-1
/
+5
2008-02-02
ide-floppy: factor out ioctl handlers from idefloppy_ioctl()
Borislav Petkov
1
-75
/
+78
2008-02-02
ide-floppy: remove struct idefloppy_capacity_descriptor
Borislav Petkov
1
-100
/
+76
2008-02-02
ide-floppy: remove struct idefloppy_flexible_disk_page
Borislav Petkov
1
-54
/
+36
2008-02-02
ide-floppy: remove struct idefloppy_mode_parameter_header
Borislav Petkov
1
-23
/
+3
2008-02-02
ide-floppy: remove struct idefloppy_request_sense_result
Borislav Petkov
1
-58
/
+24
2008-02-02
ide-floppy: remove struct idefloppy_inquiry_result
Borislav Petkov
1
-41
/
+0
2008-02-02
ide-floppy: remove struct idefloppy_capabilities_page
Borislav Petkov
1
-49
/
+6
2008-02-02
ide-floppy: cleanup and unify debugging macro calls
Borislav Petkov
1
-37
/
+31
2008-02-02
ide-floppy: include the proper headers
Borislav Petkov
1
-3
/
+3
2008-02-02
ide-floppy: disambiguate function names
Borislav Petkov
1
-3
/
+3
2008-02-02
ide-floppy: remove unnecessary ->handler != NULL check
Borislav Petkov
1
-4
/
+3
2008-02-02
ide-floppy: replace ntoh{s,l} and hton{s,l} calls with the generic byteorder
Borislav Petkov
1
-14
/
+14
2008-02-02
ide-floppy: convert to generic packet commands
Borislav Petkov
1
-32
/
+12
2008-02-02
ide: remove needless includes from PCI host drivers
Bartlomiej Zolnierkiewicz
32
-134
/
+4
2008-02-02
ide: add ->cable_detect method to ide_hwif_t
Bartlomiej Zolnierkiewicz
22
-150
/
+137
2008-02-02
ide: add struct ide_port_info instances to legacy host drivers
Bartlomiej Zolnierkiewicz
29
-270
/
+258
2008-02-02
ide: separate PCI specific init from generic init in ide_pci_setup_ports()
Bartlomiej Zolnierkiewicz
1
-8
/
+21
2008-02-02
ide: always set DMA masks in ide_pci_setup_ports()
Bartlomiej Zolnierkiewicz
1
-4
/
+9
2008-02-02
macide: remove drive->capacity64 quirk
Bartlomiej Zolnierkiewicz
1
-10
/
+0
2008-02-02
atiixp/cs5535/scc_pata: fix "idex=ata66" parameter handling
Bartlomiej Zolnierkiewicz
3
-15
/
+26
2008-02-02
au1xxx-ide: fix ->io_32bit handling
Bartlomiej Zolnierkiewicz
1
-2
/
+1
2008-02-02
dtc2278: fix ->io_32bit handling
Bartlomiej Zolnierkiewicz
2
-10
/
+6
2008-02-02
ieee1394: sbp2: fix bogus s/g access change
Stefan Richter
1
-3
/
+2
[prev]
[next]