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
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
kernel/utsname.c: fix wrong comment about clone_uts_ns()
Yuanhan Liu
1
-1
/
+1
2013-02-27
nbd: fix sparse warning
Alex Elder
1
-0
/
+1
2013-02-27
nbd: update documentation and link to mailinglist
Wouter Verhelst
2
-34
/
+5
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
2
-3
/
+22
2013-02-27
kernel/utsname_sysctl.c: put get/get_uts() into CONFIG_PROC_SYSCTL code block
Yuanhan Liu
1
-1
/
+2
2013-02-27
sysctl: fix null checking in bin_dn_node_address()
Xi Wang
1
-1
/
+2
2013-02-27
block/partitions: optimize memory allocation in check_partition()
Ming Lei
3
-8
/
+37
2013-02-27
block/partitions/mac.c: obey the state->limit constraint
Ming Lei
1
-0
/
+4
2013-02-27
block/partitions/efi.c: ensure that the GPT header is at least the size of th...
Peter Jones
1
-2
/
+10
2013-02-27
block/partition/msdos: detect AIX formatted disks even without 55aa
Philippe De Muyter
1
-3
/
+8
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
2
-16
/
+40
2013-02-27
ipmi: add new kernel options to prevent automatic ipmi init
Corey Minyard
1
-4
/
+24
2013-02-27
ipmi: remove superfluous kernel/userspace explanation
Robert P. J. Day
2
-13
/
+1
2013-02-27
idr: explain WARN_ON_ONCE() on negative IDs out-of-range ID
Tejun Heo
1
-0
/
+10
2013-02-27
idr: implement lookup hint
Tejun Heo
2
-23
/
+40
2013-02-27
idr: add idr_layer->prefix
Tejun Heo
2
-0
/
+14
2013-02-27
idr: make idr_layer larger
Tejun Heo
1
-8
/
+7
2013-02-27
idr: remove length restriction from idr_layer->bitmap
Tejun Heo
2
-28
/
+18
2013-02-27
idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.c
Tejun Heo
6
-22
/
+20
2013-02-27
idr: fix top layer handling
Tejun Heo
1
-15
/
+23
2013-02-27
nfs4client: convert to idr_alloc()
Tejun Heo
1
-7
/
+6
2013-02-27
sctp: convert to idr_alloc()
Tejun Heo
1
-16
/
+15
2013-02-27
mac80211: convert to idr_alloc()
Tejun Heo
2
-16
/
+4
2013-02-27
net/9p: convert to idr_alloc()
Tejun Heo
1
-11
/
+6
2013-02-27
posix-timers: convert to idr_alloc()
Tejun Heo
1
-10
/
+8
2013-02-27
events: convert to idr_alloc()
Tejun Heo
1
-7
/
+3
2013-02-27
cgroup: convert to idr_alloc()
Tejun Heo
1
-19
/
+8
2013-02-27
ipc: convert to idr_alloc()
Tejun Heo
1
-21
/
+9
2013-02-27
ocfs2: convert to idr_alloc()
Tejun Heo
1
-19
/
+13
2013-02-27
inotify: convert to idr_alloc()
Tejun Heo
1
-13
/
+11
2013-02-27
dlm: convert to idr_alloc()
Tejun Heo
2
-26
/
+19
2013-02-27
vfio: convert to idr_alloc()
Tejun Heo
1
-16
/
+1
2013-02-27
uio: convert to idr_alloc()
Tejun Heo
1
-15
/
+4
2013-02-27
thermal: convert to idr_alloc()
Tejun Heo
2
-24
/
+10
2013-02-27
scsi/lpfc: convert to idr_alloc()
Tejun Heo
1
-8
/
+4
2013-02-27
target/iscsi: convert to idr_alloc()
Tejun Heo
2
-16
/
+14
2013-02-27
scsi: convert to idr_alloc()
Tejun Heo
3
-57
/
+34
2013-02-27
scsi/bfa: convert to idr_alloc()
Tejun Heo
1
-11
/
+4
2013-02-27
rpmsg: convert to idr_alloc()
Tejun Heo
1
-18
/
+12
2013-02-27
remoteproc: convert to idr_alloc()
Tejun Heo
1
-7
/
+3
2013-02-27
pps: convert to idr_alloc()
Tejun Heo
2
-23
/
+15
[prev]
[next]