index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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
2007-05-09
Eliminate lock_cpu_hotplug in kernel/schedc
Gautham R Shenoy
1
-10
/
+18
2007-05-09
Define and use new events,CPU_LOCK_ACQUIRE and CPU_LOCK_RELEASE
Gautham R Shenoy
2
-5
/
+16
2007-05-09
Extend notifier_call_chain to count nr_calls made
Gautham R Shenoy
2
-39
/
+107
2007-05-09
relay: use plain timer instead of delayed work
Tom Zanussi
2
-20
/
+18
2007-05-09
phy: use flush_work_keventd()
Andrew Morton
1
-3
/
+3
2007-05-09
libata: use flush_work()
Andrew Morton
1
-4
/
+4
2007-05-09
e1000: use flush_work_keventd()
Andrew Morton
1
-1
/
+1
2007-05-09
tg3: use flush_work_keventd()
Andrew Morton
2
-11
/
+2
2007-05-09
kblockd: use flush_work
Andrew Morton
3
-6
/
+5
2007-05-09
aio: use flush_work()
Andrew Morton
1
-4
/
+3
[prev]
[next]