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
2009-08-19
NFS: Add a dns resolver for use with NFSv4 referrals and migration
Trond Myklebust
9
-1
/
+639
2009-08-19
SUNRPC: Fix a typo in cache_pipefs_files
Trond Myklebust
1
-1
/
+1
2009-08-19
Merge branch 'nfsv4_xdr_cleanups-for-2.6.32' into nfs-for-2.6.32
Trond Myklebust
158
-1436
/
+3577
2009-08-14
nfs: nfs4xdr: optimize low level decoding
Benny Halevy
1
-59
/
+59
2009-08-14
nfs: nfs4xdr: get rid of READ_BUF
Benny Halevy
1
-96
/
+379
2009-08-14
nfs: nfs4xdr: simplify decode_exchange_id by reusing decode_opaque_inline
Benny Halevy
1
-9
/
+10
2009-08-14
nfs: nfs4xdr: get rid of COPYMEM
Benny Halevy
1
-8
/
+3
2009-08-14
nfs: nfs4xdr: introduce decode_sessionid helper
Benny Halevy
1
-10
/
+15
2009-08-14
nfs: nfs4xdr: introduce decode_verifier helper
Benny Halevy
1
-10
/
+12
2009-08-14
nfs: nfs4xdr: introduce decode_opaque_fixed and decode_stateid helpers
Benny Halevy
1
-31
/
+40
2009-08-14
nfs: nfs4xdr: introduce print_overflow_msg
Benny Halevy
1
-4
/
+8
2009-08-14
nfs: nfs4xdr: get rid of READTIME
Benny Halevy
1
-5
/
+0
2009-08-14
nfs: nfs4xdr: get rid of READ64
Benny Halevy
1
-29
/
+25
2009-08-14
nfs: nfs4xdr: get rid of READ32
Benny Halevy
1
-73
/
+72
2009-08-14
nfs: nfs4xdr: merge xdr_encode_int+xdr_encode_opaque_fixed into xdr_encode_op...
Benny Halevy
1
-28
/
+14
2009-08-14
nfs: nfs4xdr: optimize low level encoding
Benny Halevy
1
-64
/
+64
2009-08-14
nfs: nfs4xdr: change RESERVE_SPACE macro into a static helper
Benny Halevy
1
-73
/
+65
2009-08-14
nfs: nfs4xdr: encode_compound_hdr does not have to round up reserved bytes
Benny Halevy
1
-1
/
+1
2009-08-14
nfs: nfs4xdr: optimize RESERVE_SPACE in encode_create_session and encode_sequ...
Benny Halevy
1
-17
/
+5
2009-08-14
nfs: nfs4xdr: get rid of WRITEMEM
Benny Halevy
1
-36
/
+32
2009-08-14
nfs: nfs4xdr: get rid of WRITE64
Benny Halevy
1
-24
/
+20
2009-08-14
nfs: nfs4xdr: get rid of WRITE32
Benny Halevy
1
-146
/
+145
2009-08-14
sunrpc: ntoh -> be*_to_cpu
Benny Halevy
2
-6
/
+5
2009-08-14
sunrpc: hton -> cpu_to_be*
Benny Halevy
2
-6
/
+5
2009-08-13
Linux 2.6.31-rc6
v2.6.31-rc6
Linus Torvalds
1
-1
/
+1
2009-08-13
genirq: prevent wakeup of freed irq thread
Linus Torvalds
1
-10
/
+7
2009-08-13
Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
11
-190
/
+429
2009-08-13
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-11
/
+37
2009-08-13
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
4
-37
/
+48
2009-08-13
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
16
-135
/
+357
2009-08-13
Merge branch 'for-linus' of git://neil.brown.name/md
Linus Torvalds
3
-20
/
+56
2009-08-13
Merge branch 'sh/for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
26
-26
/
+26
2009-08-13
Make sock_sendpage() use kernel_sendpage()
Linus Torvalds
1
-1
/
+1
2009-08-13
perf_counter: Report the cloning task as parent on perf_counter_fork()
Peter Zijlstra
1
-2
/
+2
2009-08-13
perf_counter: Fix an ipi-deadlock
Peter Zijlstra
1
-1
/
+5
2009-08-13
perf: Rework/fix the whole read vs group stuff
Peter Zijlstra
2
-83
/
+238
2009-08-13
perf_counter: Fix swcounter context invariance
Peter Zijlstra
1
-26
/
+18
2009-08-13
perf report: Don't show unresolved DSOs and symbols when -S/-d is used
Arnaldo Carvalho de Melo
1
-2
/
+3
2009-08-13
perf tools: Add a general option to enable raw sample records
Frederic Weisbecker
1
-0
/
+5
2009-08-13
perf tools: Add a per tracepoint counter attribute to get raw sample
Frederic Weisbecker
2
-1
/
+11
2009-08-13
perf_counter: Provide hw_perf_counter_setup_online() APIs
Ingo Molnar
2
-1
/
+11
2009-08-13
perf list: Fix large list output by using the pager
Arnaldo Carvalho de Melo
1
-1
/
+2
2009-08-13
sh: fix i2c init order on ap325rxa V2
Magnus Damm
1
-1
/
+1
2009-08-13
sh: fix i2c init order on Migo-R V2
Magnus Damm
1
-1
/
+1
2009-08-13
sh: convert processor device setup functions to arch_initcall()
Magnus Damm
24
-24
/
+24
2009-08-13
md: allow upper limit for resync/reshape to be set when array is read-only
NeilBrown
1
-0
/
+1
2009-08-13
md/raid5: Properly remove excess drives after shrinking a raid5/6
NeilBrown
1
-2
/
+9
2009-08-13
md/raid5: make sure a reshape restarts at the correct address.
NeilBrown
1
-1
/
+1
2009-08-13
md/raid5: allow new reshape modes to be restarted in the middle.
NeilBrown
1
-1
/
+20
2009-08-13
md: never advance 'events' counter by more than 1.
NeilBrown
1
-8
/
+5
[next]