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
2013-03-01
dm persistent data: add bitset
Joe Thornber
3
-0
/
+329
2013-03-01
dm persistent data: add transactional array
Joe Thornber
3
-0
/
+975
2013-03-01
dm thin: remove cells from stack
Joe Thornber
3
-23
/
+43
2013-03-01
dm bio prison: pass cell memory in
Joe Thornber
3
-101
/
+176
2013-03-01
dm persistent data: add btree_walk
Joe Thornber
4
-0
/
+69
2013-03-01
dm: add target num_write_bios fn
Alasdair G Kergon
1
-7
/
+15
2013-03-01
dm kcopyd: introduce configurable throttling
Mikulas Patocka
4
-4
/
+132
2013-03-01
dm ioctl: allow message to return data
Mikulas Patocka
1
-1
/
+35
2013-03-01
dm ioctl: optimize functions without variable params
Mikulas Patocka
1
-18
/
+34
2013-03-01
dm ioctl: introduce ioctl_flags
Mikulas Patocka
1
-23
/
+41
2013-03-01
dm: merge io_pool and tio_pool
Jun'ichi Nomura
1
-49
/
+27
2013-03-01
dm: remove unused _rq_bio_info_cache
Jun'ichi Nomura
1
-21
/
+10
2013-03-01
dm: fix limits initialization when there are no data devices
Mike Christie
1
-5
/
+7
2013-03-01
dm snapshot: add missing module aliases
Mikulas Patocka
1
-0
/
+2
2013-03-01
dm persistent data: set some btree fn parms const
Mike Snitzer
2
-9
/
+9
2013-03-01
dm: refactor bio cloning
Alasdair G Kergon
1
-68
/
+96
2013-03-01
dm: rename bio cloning functions
Alasdair G Kergon
1
-32
/
+31
2013-03-01
dm: rename request variables to bios
Alasdair G Kergon
14
-66
/
+66
2013-03-01
dm: clean up clone_bio
Alasdair G Kergon
1
-45
/
+57
2013-03-01
dm persistent data: remove CONFIG_EXPERIMENTAL
Kees Cook
1
-1
/
+1
2013-03-01
dm: remove CONFIG_EXPERIMENTAL
Alasdair G Kergon
1
-12
/
+12
2013-03-01
dm thin: use block_size_is_power_of_two
Mike Snitzer
1
-12
/
+13
2013-03-01
dm bufio: use WRITE_FLUSH instead of REQ_FLUSH
Mikulas Patocka
1
-1
/
+1
2013-03-01
dm table: remove superfluous variable reset
Wang Sheng-Hui
1
-1
/
+0
2013-03-01
dm thin: support a non power of 2 discard_granularity
Mike Snitzer
1
-8
/
+1
2013-03-01
dm: fix truncated status strings
Mikulas Patocka
12
-113
/
+97
2013-03-01
dm: do not replace bioset for request based dm
Jun'ichi Nomura
1
-9
/
+21
2013-02-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-691
/
+1161
2013-02-28
Merge branch 'for-3.9/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
21
-1418
/
+3980
2013-02-28
Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-12
/
+5
2013-02-28
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
49
-923
/
+2165
2013-02-27
Merge branch 'akpm' (final batch from Andrew)
Linus Torvalds
115
-1163
/
+1220
2013-02-27
hlist: drop the node parameter from iterators
Sasha Levin
32
-176
/
+117
2013-02-27
w1: add support for DS2413 Dual Channel Addressable Switch
Mariusz Bialonczyk
4
-5
/
+189
2013-02-27
memstick: move the dereference below the NULL test
Wei Yongjun
1
-1
/
+2
2013-02-27
drivers/pps/clients/pps-gpio.c: use devm_kzalloc
Julia Lawall
1
-4
/
+2
2013-02-27
mtd: mtd_stresstest: use prandom_bytes()
Akinobu Mita
1
-2
/
+1
2013-02-27
mtd: mtd_subpagetest: convert to use prandom library
Akinobu Mita
1
-30
/
+12
2013-02-27
mtd: mtd_speedtest: use prandom_bytes
Akinobu Mita
1
-8
/
+1
2013-02-27
mtd: mtd_pagetest: convert to use prandom library
Akinobu Mita
1
-30
/
+13
2013-02-27
mtd: mtd_oobtest: convert to use prandom library
Akinobu Mita
1
-33
/
+16
2013-02-27
mtd: mtd_nandecctest: use prandom_bytes instead of get_random_bytes()
Akinobu Mita
1
-1
/
+1
2013-02-27
nbd: fix sparse warning
Alex Elder
1
-0
/
+1
2013-02-27
nbd: show read-only state in sysfs
Paolo Bonzini
1
-0
/
+3
2013-02-27
nbd: fsync and kill block device on shutdown
Paolo Bonzini
1
-0
/
+10
2013-02-27
nbd: support FLUSH requests
Alex Bligh
1
-2
/
+20
2013-02-27
drivers/char/misc.c:misc_register(): do not loop on misc_list unconditionally
Dae S. Kim
1
-7
/
+9
2013-02-27
ipmi: add options to disable openfirmware and PCI scanning
Corey Minyard
1
-10
/
+28
2013-02-27
ipmi: add new kernel options to prevent automatic ipmi init
Corey Minyard
1
-4
/
+24
2013-02-27
idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.c
Tejun Heo
3
-4
/
+2
[next]