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
2007-05-09
Add suspend-related notifications for CPU hotplug
Rafael J. Wysocki
47
-27
/
+152
2007-05-09
fs: deprecate memclear_highpage_flush
Nate Diller
1
-2
/
+1
2007-05-09
reiserfs: use zero_user_page
Nate Diller
2
-39
/
+13
2007-05-09
ext3: use zero_user_page
Nate Diller
1
-10
/
+2
2007-05-09
affs: use zero_user_page
Nate Diller
1
-5
/
+1
2007-05-09
fs: convert core functions to zero_user_page
Nate Diller
7
-81
/
+42
2007-05-09
timer: parenthesis fix in tbase_get_deferrable() etc
Jarek Poplawski
1
-5
/
+5
2007-05-09
FUTEX: new PRIVATE futexes
Eric Dumazet
2
-117
/
+236
2007-05-09
futex_requeue_pi optimization
Pierre Peiffer
5
-88
/
+540
2007-05-09
Make futex_wait() use an hrtimer for timeout
Pierre Peiffer
3
-55
/
+57
2007-05-09
futex priority based wakeup
Pierre Peiffer
1
-29
/
+49
2007-05-09
declare struct ktime
Andrew Morton
1
-2
/
+4
2007-05-09
aio is unlikely
Andrew Morton
1
-1
/
+2
2007-05-09
knfsd: avoid Oops if buggy userspace performs confusing filehandle->dentry ma...
NeilBrown
1
-6
/
+50
2007-05-09
knfsd: various nfsd xdr cleanups
NeilBrown
2
-60
/
+34
2007-05-09
knfsd: trivial makefile cleanup
Christoph Hellwig
1
-1
/
+0
2007-05-09
knfsd: simplify a 'while' condition in svcsock.c
NeilBrown
1
-8
/
+13
2007-05-09
knfsd: rpcgss: RPC_GSS_PROC_ DESTROY request will get a bad rpc
Wei Yongjun
1
-0
/
+2
2007-05-09
knfsd: fix resource leak resulting in module refcount leak for rpcsec_gss_krb...
Frank Filz
1
-1
/
+4
2007-05-09
knfsd: rpc: fix server-side wrapping of krb5i replies
NeilBrown
1
-7
/
+1
2007-05-09
knfsd: avoid use of unitialised variables on error path when nfs exports
NeilBrown
1
-7
/
+7
2007-05-09
sunrpc: fix error path in module_init
Akinobu Mita
2
-3
/
+12
2007-05-09
RPC: add wrapper for svc_reserve to account for checksum
Jeff Layton
4
-3
/
+22
2007-05-09
nfsd/nfs4state: remove unnecessary daemonize call
Eric W. Biederman
1
-2
/
+0
2007-05-09
knfsd: rename sk_defer_lock to sk_lock
NeilBrown
3
-12
/
+14
2007-05-09
The NFSv2/NFSv3 server does not handle zero length WRITE requests correctly
Peter Staubach
2
-17
/
+77
2007-05-09
remove nfs4_acl_add_ace()
Adrian Bunk
2
-18
/
+0
2007-05-09
make cancel_rearming_delayed_work() reliable
Oleg Nesterov
1
-49
/
+91
2007-05-09
Remove kthread_bind() call from _cpu_down()
Gautham R Shenoy
1
-4
/
+0
2007-05-09
change kernel threads to ignore signals instead of blocking them
Oleg Nesterov
4
-15
/
+15
2007-05-09
worker_thread: don't play with SIGCHLD and numa policy
Oleg Nesterov
1
-12
/
+0
2007-05-09
wait_for_helper: remove unneeded do_sigaction()
Oleg Nesterov
1
-5
/
+0
2007-05-09
usbatm_heavy_init: don't use CLONE_SIGHAND
Oleg Nesterov
1
-1
/
+1
2007-05-09
Change reparent_to_init to reparent_to_kthreadd
Eric W. Biederman
1
-8
/
+8
2007-05-09
kthread: don't depend on work queues
Eric W. Biederman
3
-56
/
+76
2007-05-09
____call_usermodehelper: don't flush_signals()
Oleg Nesterov
1
-1
/
+0
2007-05-09
unify flush_work/flush_work_keventd and rename it to cancel_work_sync
Oleg Nesterov
9
-40
/
+41
2007-05-09
slab: shut down cache_reaper when cpu goes down
Christoph Lameter
1
-0
/
+14
2007-05-09
zap_other_threads: remove unneeded ->exit_signal change
Oleg Nesterov
1
-11
/
+0
2007-05-09
worker_thread: fix racy try_to_freeze() usage
Oleg Nesterov
1
-4
/
+4
2007-05-09
worker_thread: don't play with signals
Oleg Nesterov
1
-7
/
+0
2007-05-09
workqueue: kill NOAUTOREL works
Oleg Nesterov
2
-58
/
+11
2007-05-09
ipvs: flush defense_work before module unload
Oleg Nesterov
1
-0
/
+1
2007-05-09
make cancel_rearming_delayed_work() work on any workqueue, not just keventd_wq
Oleg Nesterov
2
-21
/
+19
2007-05-09
workqueue: introduce wq_per_cpu() helper
Oleg Nesterov
1
-13
/
+13
2007-05-09
unify queue_delayed_work() and queue_delayed_work_on()
Oleg Nesterov
1
-22
/
+10
2007-05-09
make queue_delayed_work() friendly to flush_fork()
Oleg Nesterov
1
-10
/
+18
2007-05-09
workqueues: shift kthread_bind() from CPU_UP_PREPARE to CPU_ONLINE
Oleg Nesterov
1
-8
/
+15
2007-05-09
workqueue: make init_workqueues() __init
Oleg Nesterov
1
-1
/
+1
2007-05-09
workqueue: introduce workqueue_struct->singlethread
Oleg Nesterov
1
-4
/
+6
[next]