index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
zorro.txt
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2007-05-09
workqueue: introduce cpu_singlethread_map
Oleg Nesterov
1
-30
/
+25
2007-05-09
workqueue: make cancel_rearming_delayed_workqueue() work on idle dwork
Oleg Nesterov
1
-0
/
+4
2007-05-09
workqueue: don't save interrupts in run_workqueue()
Oleg Nesterov
1
-10
/
+8
2007-05-09
workqueue: kill run_scheduled_work()
Oleg Nesterov
2
-74
/
+0
2007-05-09
workqueue: don't migrate pending works from the dead CPU
Oleg Nesterov
1
-219
/
+211
2007-05-09
workqueue: don't clear cwq->thread until it exits
Oleg Nesterov
1
-10
/
+5
2007-05-09
workqueue: fix flush_workqueue() vs CPU_DEAD race
Oleg Nesterov
1
-19
/
+25
2007-05-09
workqueue: fix freezeable workqueues implementation
Oleg Nesterov
1
-9
/
+9
2007-05-09
slab: use CPU_LOCK_[ACQUIRE|RELEASE]
Heiko Carstens
1
-8
/
+5
2007-05-09
call cpu_chain with CPU_DOWN_FAILED if CPU_DOWN_PREPARE failed
Heiko Carstens
1
-9
/
+10
[next]