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-07-23
Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
50
-270
/
+442
2008-07-23
Merge branch 'core/softlockup-for-linus' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
6
-15
/
+86
2008-07-23
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
94
-795
/
+7354
2008-07-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...
Linus Torvalds
10
-248
/
+573
2008-07-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djb...
Linus Torvalds
33
-339
/
+4590
2008-07-23
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...
Linus Torvalds
17
-113
/
+1025
2008-07-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
Linus Torvalds
57
-1466
/
+1613
2008-07-23
ide: small whitespace fixes
Pavel Machek
2
-2
/
+2
2008-07-23
ide: ide-cd_ioctl.c fix sparse integer as NULL pointer warnings
Harvey Harrison
1
-4
/
+4
2008-07-23
ide: ide-cd.c fix sparse endianness warnings
Harvey Harrison
1
-11
/
+8
2008-07-23
ide-cd: convert to using the new atapi_flags
Borislav Petkov
3
-109
/
+64
2008-07-23
ide: remove unused PC_FLAG_DRQ_INTERRUPT
Borislav Petkov
2
-3
/
+1
2008-07-23
ide-scsi: convert to using the new atapi_flags
Borislav Petkov
1
-16
/
+1
2008-07-23
ide-tape: convert to using the new atapi_flags
Borislav Petkov
1
-45
/
+23
2008-07-23
ide-floppy: convert to using the new atapi_flags (take 2)
Borislav Petkov
3
-50
/
+31
2008-07-23
ide: add per-device flags
Borislav Petkov
1
-0
/
+60
2008-07-23
ide: use rq->cmd instead of pc->c in atapi common code
Borislav Petkov
1
-5
/
+13
2008-07-23
ide-scsi: pass packet command in rq->cmd
Borislav Petkov
1
-0
/
+2
2008-07-23
ide-tape: pass packet command in rq->cmd
Borislav Petkov
1
-8
/
+11
2008-07-23
ide-tape: make room for packet command ids in rq->cmd
Borislav Petkov
1
-11
/
+11
2008-07-23
ide-floppy: pass packet command in rq->cmd
Borislav Petkov
1
-0
/
+4
2008-07-23
ide: remove pc->callback member from ide_atapi_pc
Borislav Petkov
1
-2
/
+0
2008-07-23
ide-scsi: use drive->pc_callback instead of pc->callback
Borislav Petkov
2
-10
/
+5
2008-07-23
ide-tape: use drive->pc_callback instead of pc->callback
Borislav Petkov
2
-5
/
+6
2008-07-23
ide-floppy: use drive->pc_callback instead of pc->callback
Borislav Petkov
2
-4
/
+10
2008-07-23
ide: push pc callback pointer into the ide_drive_t structure
Borislav Petkov
1
-2
/
+7
2008-07-23
drivers/ide/ide-tape.c: remove double kfree
Darren Jenkins
1
-1
/
+0
2008-07-23
ide: add ide_host_free() helper (take 2)
Bartlomiej Zolnierkiewicz
6
-20
/
+88
2008-07-23
ide: allocate ide_hwif_t instances dynamically
Bartlomiej Zolnierkiewicz
2
-9
/
+6
2008-07-23
ide: add ide_ports[]
Bartlomiej Zolnierkiewicz
1
-2
/
+9
2008-07-23
ide: move ide_remove_port_from_hwgroup() to ide-probe.c
Bartlomiej Zolnierkiewicz
2
-35
/
+35
2008-07-23
ide: fix IDE port slots reservation and freeing (take 2)
Bartlomiej Zolnierkiewicz
1
-37
/
+50
2008-07-23
ide: fix ide_host_register() return value
Bartlomiej Zolnierkiewicz
1
-20
/
+18
2008-07-23
ide: add ide_host_add() helper
Bartlomiej Zolnierkiewicz
23
-136
/
+72
2008-07-23
ide: add struct ide_host (take 3)
Bartlomiej Zolnierkiewicz
27
-349
/
+264
2008-07-23
ide: add struct ide_tp_ops (take 2)
Bartlomiej Zolnierkiewicz
23
-225
/
+358
2008-07-23
ide: add 'config' field to hw_regs_t
Bartlomiej Zolnierkiewicz
3
-3
/
+3
2008-07-23
ide-generic: probing fix
Bartlomiej Zolnierkiewicz
1
-7
/
+1
2008-07-23
gayle: reserve memory resources at once
Bartlomiej Zolnierkiewicz
1
-14
/
+11
2008-07-23
ide: filter out "default" transfer mode values in set_xfer_rate()
Bartlomiej Zolnierkiewicz
13
-35
/
+8
2008-07-23
ide: filter out invalid transfer mode values in set_xfer_rate()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-07-23
ide: remove dead Virtual DMA support
Bartlomiej Zolnierkiewicz
5
-39
/
+4
2008-07-23
ide: mark hpt34x host driver as BROKEN
Bartlomiej Zolnierkiewicz
1
-0
/
+1
2008-07-23
ide: limit cy82c693 host driver to ALPHA
Bartlomiej Zolnierkiewicz
1
-0
/
+1
2008-07-23
ide: remove ->INB, ->OUTB and ->OUTBSYNC methods
Bartlomiej Zolnierkiewicz
14
-115
/
+15
2008-07-23
ide: add ide_read_bcount_and_ireason() helper
Bartlomiej Zolnierkiewicz
4
-12
/
+22
2008-07-23
ide: add ide_read_ireason() helper
Bartlomiej Zolnierkiewicz
1
-3
/
+14
2008-07-23
ide: add ide_read_device() helper
Bartlomiej Zolnierkiewicz
1
-3
/
+14
2008-07-23
ide: use ->tf_read in ide_read_error()
Bartlomiej Zolnierkiewicz
5
-7
/
+24
2008-07-23
ide: use ->tf_load in SELECT_DRIVE()
Bartlomiej Zolnierkiewicz
1
-1
/
+5
[next]