summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2007-05-10timer: revert parenthesis fix in tbase_get_deferrable() etcakpm@linux-foundation.org
2007-05-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds
2007-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds
2007-05-09rename thread_info to stackRoman Zippel
2007-05-09wrap access to thread_infoRoman Zippel
2007-05-09clocksource: fix resume logicThomas Gleixner
2007-05-09Make vm statistics update interval configurableChristoph Lameter
2007-05-09microcode: use suspend-related CPU hotplug notificationsRafael J. Wysocki
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki
2007-05-09timer: parenthesis fix in tbase_get_deferrable() etcJarek Poplawski
2007-05-09FUTEX: new PRIVATE futexesEric Dumazet
2007-05-09futex_requeue_pi optimizationPierre Peiffer
2007-05-09Make futex_wait() use an hrtimer for timeoutPierre Peiffer
2007-05-09futex priority based wakeupPierre Peiffer
2007-05-09make cancel_rearming_delayed_work() reliableOleg Nesterov
2007-05-09Remove kthread_bind() call from _cpu_down()Gautham R Shenoy
2007-05-09change kernel threads to ignore signals instead of blocking themOleg Nesterov
2007-05-09worker_thread: don't play with SIGCHLD and numa policyOleg Nesterov
2007-05-09wait_for_helper: remove unneeded do_sigaction()Oleg Nesterov
2007-05-09Change reparent_to_init to reparent_to_kthreaddEric W. Biederman
2007-05-09kthread: don't depend on work queuesEric W. Biederman
2007-05-09____call_usermodehelper: don't flush_signals()Oleg Nesterov
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