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-10-09
sg: remove unnecessary blk_rq_unmap_user
FUJITA Tomonori
1
-7
/
+0
2008-10-09
sg: remove sg_read_xfer
FUJITA Tomonori
1
-28
/
+5
2008-10-09
sg: remove sg_write_xfer
FUJITA Tomonori
1
-32
/
+0
2008-10-09
sg: incorporate sg_build_direct into sg_start_req
FUJITA Tomonori
1
-47
/
+33
2008-10-09
sg: remove __sg_start_req
FUJITA Tomonori
1
-25
/
+13
2008-10-09
sg: remove b_malloc_len in sg_scatter_hold struct
FUJITA Tomonori
1
-2
/
+0
2008-10-09
sg: remove SG_ALLOW_DIO_CODE define
FUJITA Tomonori
1
-3
/
+1
2008-10-09
sg: rename sg_cmd_done sg_rq_end_io
FUJITA Tomonori
1
-11
/
+12
2008-10-09
dm: Call blk_abort_queue on failed paths
Mike Anderson
1
-1
/
+14
2008-10-09
block: unify request timeout handling
Jens Axboe
28
-313
/
+150
2008-10-09
SCSI sd driver calls revalidate_disk wrapper.
Andrew Patterson
1
-2
/
+2
2008-10-09
sg: set dxferp to NULL for READ with the older SG interface
FUJITA Tomonori
1
-1
/
+4
2008-10-09
sg: use blk_rq_aligned helper function
FUJITA Tomonori
1
-3
/
+1
2008-10-09
sg: convert the indirect IO path to use the block layer
FUJITA Tomonori
1
-292
/
+105
2008-10-09
sg: convert the direct IO path to use the block layer
FUJITA Tomonori
1
-146
/
+27
2008-10-09
sg: convert the non-data path to use the block layer
FUJITA Tomonori
1
-5
/
+48
2008-10-09
block: introduce struct rq_map_data to use reserved pages
FUJITA Tomonori
2
-2
/
+2
2008-10-09
block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iov
FUJITA Tomonori
2
-2
/
+2
2008-10-09
block: allow disk to have extended device number
Tejun Heo
2
-21
/
+55
2008-10-09
block: replace @ext_minors with GENHD_FL_EXT_DEVT
Tejun Heo
2
-16
/
+7
2008-10-09
block: move stats from disk to part0
Tejun Heo
9
-45
/
+52
2008-10-09
block: always set bdev->bd_part
Tejun Heo
1
-4
/
+1
2008-10-09
block: move policy from disk to part0
Tejun Heo
2
-2
/
+2
2008-10-09
block: move capacity from disk to part0
Tejun Heo
3
-4
/
+4
2008-10-09
block: implement and use {disk|part}_to_dev()
Tejun Heo
5
-12
/
+12
2008-10-09
block: implement CONFIG_DEBUG_BLOCK_EXT_DEVT
Tejun Heo
2
-0
/
+12
2008-10-09
sd/ide-disk: apply extended minors to sd and ide
Tejun Heo
2
-5
/
+15
2008-10-09
block: fix diskstats access
Tejun Heo
8
-32
/
+53
2008-10-09
block: fix disk->part[] dereferencing race
Tejun Heo
1
-1
/
+5
2008-10-09
block: don't depend on consecutive minor space
Tejun Heo
11
-18
/
+20
2008-10-09
block: misc updates
Tejun Heo
1
-1
/
+1
2008-10-09
driver-core: use klist for class device list and implement iterator
Tejun Heo
3
-37
/
+107
2008-10-09
block: make bi_phys_segments an unsigned int instead of short
Jens Axboe
1
-6
/
+6
2008-10-09
block: raid fixups for removal of bi_hw_segments
Jens Axboe
3
-17
/
+51
2008-10-09
drop vmerge accounting
Mikulas Patocka
2
-6
/
+0
2008-10-09
virtio_blk: use a wrapper function to access io context information of IO req...
Fernando Luis Vázquez Cao
1
-2
/
+2
2008-10-09
Kill REQ_TYPE_FLUSH
David Woodhouse
1
-3
/
+6
2008-10-09
Support 'discard sectors' operation.
David Woodhouse
1
-0
/
+24
2008-10-09
Support 'discard sectors' operation in translation layer support core
David Woodhouse
1
-0
/
+16
2008-10-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2
-5
/
+5
2008-10-07
Revert "V4L/DVB (8904): cx88: add missing unlock_kernel"
Linus Torvalds
1
-1
/
+0
2008-10-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
Linus Torvalds
6
-205
/
+7
2008-10-06
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...
Linus Torvalds
29
-85
/
+128
2008-10-06
atmel-mci: Initialize BLKR before sending data transfer command
Haavard Skinnemoen
1
-2
/
+4
2008-10-06
[Bluetooth] Add reset quirk for A-Link BlueUSB21 dongle
Marcel Holtmann
1
-0
/
+1
2008-10-06
[Bluetooth] Add reset quirk for new Targus and Belkin dongles
Marcel Holtmann
1
-0
/
+4
2008-10-06
[Bluetooth] Fix double frees on error paths of btusb and bpa10x drivers
Marcel Holtmann
2
-5
/
+0
2008-10-05
ide: workaround for bogus gcc warning in ide_sysfs_register_port()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-10-05
ide-cd: Optiarc DVD RW AD-7200A does play audio
Bodo Eggert
1
-0
/
+1
2008-10-05
IDE: Fix platform device registration in Swarm IDE driver (v2)
Ralf Baechle
3
-202
/
+0
[next]