summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2007-05-09unify flush_work/flush_work_keventd and rename it to cancel_work_syncOleg Nesterov
2007-05-09zap_other_threads: remove unneeded ->exit_signal changeOleg Nesterov
2007-05-09worker_thread: fix racy try_to_freeze() usageOleg Nesterov
2007-05-09worker_thread: don't play with signalsOleg Nesterov
2007-05-09workqueue: kill NOAUTOREL worksOleg Nesterov
2007-05-09make cancel_rearming_delayed_work() work on any workqueue, not just keventd_wqOleg Nesterov
2007-05-09workqueue: introduce wq_per_cpu() helperOleg Nesterov
2007-05-09unify queue_delayed_work() and queue_delayed_work_on()Oleg Nesterov
2007-05-09make queue_delayed_work() friendly to flush_fork()Oleg Nesterov
2007-05-09workqueues: shift kthread_bind() from CPU_UP_PREPARE to CPU_ONLINEOleg Nesterov
2007-05-09workqueue: make init_workqueues() __initOleg Nesterov
2007-05-09workqueue: introduce workqueue_struct->singlethreadOleg Nesterov
2007-05-09workqueue: introduce cpu_singlethread_mapOleg Nesterov
2007-05-09workqueue: make cancel_rearming_delayed_workqueue() work on idle dworkOleg Nesterov
2007-05-09workqueue: don't save interrupts in run_workqueue()Oleg Nesterov
2007-05-09workqueue: kill run_scheduled_work()Oleg Nesterov
2007-05-09workqueue: don't migrate pending works from the dead CPUOleg Nesterov
2007-05-09workqueue: don't clear cwq->thread until it exitsOleg Nesterov
2007-05-09workqueue: fix flush_workqueue() vs CPU_DEAD raceOleg Nesterov
2007-05-09workqueue: fix freezeable workqueues implementationOleg Nesterov
2007-05-09call cpu_chain with CPU_DOWN_FAILED if CPU_DOWN_PREPARE failedHeiko Carstens
2007-05-09Eliminate lock_cpu_hotplug in kernel/schedcGautham R Shenoy
2007-05-09Define and use new events,CPU_LOCK_ACQUIRE and CPU_LOCK_RELEASEGautham R Shenoy
2007-05-09Extend notifier_call_chain to count nr_calls madeGautham R Shenoy
2007-05-09relay: use plain timer instead of delayed workTom Zanussi
2007-05-09flush_cpu_workqueue: don't flush an empty ->worklistOleg Nesterov
2007-05-09flush_workqueue(): use preempt_disable to hold off cpu hotplugAndrew Morton
2007-05-09implement flush_work()Oleg Nesterov
2007-05-09reimplement flush_workqueue()Oleg Nesterov
2007-05-09schedule_on_each_cpu(): use preempt_disable()Andrew Morton
2007-05-09Fix printk format warnings in timer_list.cDavid Miller
2007-05-09clocksource: spelling error in watchdog codeDaniel Walker
2007-05-09Move sig_kernel_* et al macros to linux/signal.hRoland McGrath
2007-05-09use simple_read_from_buffer in kernel/Akinobu Mita
2007-05-09Fix Linuxdoc commentJeff Dike
2007-05-09PM: Separate hibernation code from suspend codeRafael J. Wysocki
2007-05-09swsusp: clean up printkAndrew Morton
2007-05-08revert 'sched: redundant reschedule when set_user_nice() boosts a prio of a t...Andrew Morton
2007-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds
2007-05-08Add IRQF_IRQPOLL flag (common code)Bernhard Walle
2007-05-08Kprobes: The ON/OFF knob thru debugfsAnanth N Mavinakayanahalli
2007-05-08kprobes: kretprobes simplificationsChristoph Hellwig
2007-05-08kprobes: codingstyle cleanupsChristoph Hellwig
2007-05-08kprobes: use hlist_for_each_entryChristoph Hellwig
2007-05-08rcutorture: Remove redundant assignment to cur_ops in for loopJosh Triplett
2007-05-08rcutorture: style cleanup: avoid != NULL in boolean testsJosh Triplett
2007-05-08rcutorture: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish
2007-05-08sched: align rq to cacheline boundarySiddha, Suresh B
2007-05-08sched: redundant reschedule when set_user_nice() boosts a prio of a task from...Dmitry Adamushko
2007-05-08sched: optimize siblings status check logic in wake_idle()Siddha, Suresh B