Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-05-09 | flush_cpu_workqueue: don't flush an empty ->worklist | Oleg Nesterov | 1 | -8/+17 |
2007-05-09 | flush_workqueue(): use preempt_disable to hold off cpu hotplug | Andrew Morton | 1 | -6/+10 |
2007-05-09 | implement flush_work() | Oleg Nesterov | 2 | -4/+95 |
2007-05-09 | reimplement flush_workqueue() | Oleg Nesterov | 1 | -39/+31 |
2007-05-09 | schedule_on_each_cpu(): use preempt_disable() | Andrew Morton | 1 | -2/+2 |
2007-05-09 | atmel_spi: remove unnecessary (and wrong) #ifdefs | Haavard Skinnemoen | 1 | -5/+0 |
2007-05-09 | Use common cpu_is_xxx() macros on AT91 and AVR32 | Haavard Skinnemoen | 2 | -0/+39 |
2007-05-09 | AFS: implement basic file write support | David Howells | 11 | -27/+1483 |
2007-05-09 | AFS: AFS fixups | David Howells | 12 | -109/+121 |
2007-05-09 | AFS: export a couple of core functions for AFS write support | David Howells | 1 | -0/+2 |
2007-05-09 | Fix printk format warnings in timer_list.c | David Miller | 1 | -11/+14 |
2007-05-09 | kernel-doc: small kernel-doc optimization | Borislav Petkov | 1 | -3/+4 |
2007-05-09 | doc: what a patch series is | Randy Dunlap | 1 | -1/+2 |