aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-09____call_usermodehelper: don't flush_signals()Oleg Nesterov1-1/+0
2007-05-09unify flush_work/flush_work_keventd and rename it to cancel_work_syncOleg Nesterov1-19/+17
2007-05-09zap_other_threads: remove unneeded ->exit_signal changeOleg Nesterov1-11/+0
2007-05-09worker_thread: fix racy try_to_freeze() usageOleg Nesterov1-4/+4
2007-05-09worker_thread: don't play with signalsOleg Nesterov1-7/+0
2007-05-09workqueue: kill NOAUTOREL worksOleg Nesterov1-3/+2
2007-05-09make cancel_rearming_delayed_work() work on any workqueue, not just keventd_wqOleg Nesterov1-18/+9
2007-05-09workqueue: introduce wq_per_cpu() helperOleg Nesterov1-13/+13
2007-05-09unify queue_delayed_work() and queue_delayed_work_on()Oleg Nesterov1-22/+10
2007-05-09make queue_delayed_work() friendly to flush_fork()Oleg Nesterov1-10/+18
2007-05-09workqueues: shift kthread_bind() from CPU_UP_PREPARE to CPU_ONLINEOleg Nesterov1-8/+15
2007-05-09workqueue: make init_workqueues() __initOleg Nesterov1-1/+1
2007-05-09workqueue: introduce workqueue_struct->singlethreadOleg Nesterov1-4/+6
2007-05-09workqueue: introduce cpu_singlethread_mapOleg Nesterov1-30/+25
2007-05-09workqueue: make cancel_rearming_delayed_workqueue() work on idle dworkOleg Nesterov1-0/+4
2007-05-09workqueue: don't save interrupts in run_workqueue()Oleg Nesterov1-10/+8
2007-05-09workqueue: kill run_scheduled_work()Oleg Nesterov1-73/+0
2007-05-09workqueue: don't migrate pending works from the dead CPUOleg Nesterov1-219/+211
2007-05-09workqueue: don't clear cwq->thread until it exitsOleg Nesterov1-10/+5
2007-05-09workqueue: fix flush_workqueue() vs CPU_DEAD raceOleg Nesterov1-19/+25
2007-05-09workqueue: fix freezeable workqueues implementationOleg Nesterov1-9/+9
2007-05-09call cpu_chain with CPU_DOWN_FAILED if CPU_DOWN_PREPARE failedHeiko Carstens1-9/+10
2007-05-09Eliminate lock_cpu_hotplug in kernel/schedcGautham R Shenoy1-10/+18
2007-05-09Define and use new events,CPU_LOCK_ACQUIRE and CPU_LOCK_RELEASEGautham R Shenoy1-5/+14
2007-05-09Extend notifier_call_chain to count nr_calls madeGautham R Shenoy1-17/+77
2007-05-09relay: use plain timer instead of delayed workTom Zanussi1-19/+16
2007-05-09flush_cpu_workqueue: don't flush an empty ->worklistOleg Nesterov1-8/+17
2007-05-09flush_workqueue(): use preempt_disable to hold off cpu hotplugAndrew Morton1-6/+10
2007-05-09implement flush_work()Oleg Nesterov1-3/+92
2007-05-09reimplement flush_workqueue()Oleg Nesterov1-39/+31
2007-05-09schedule_on_each_cpu(): use preempt_disable()Andrew Morton1-2/+2
2007-05-09Fix printk format warnings in timer_list.cDavid Miller1-11/+14
2007-05-09clocksource: spelling error in watchdog codeDaniel Walker1-3/+3
2007-05-09Move sig_kernel_* et al macros to linux/signal.hRoland McGrath1-119/+0
2007-05-09use simple_read_from_buffer in kernel/Akinobu Mita2-18/+4
2007-05-09Fix Linuxdoc commentJeff Dike1-1/+0
2007-05-09PM: Separate hibernation code from suspend codeRafael J. Wysocki5-127/+132
2007-05-09swsusp: clean up printkAndrew Morton1-1/+1
2007-05-09general: convert "kernel" subdirectory to UTF-8John Anthony Kazos Jr1-1/+1
2007-05-09Fix occurrences of "the the "Michael Opdenacker2-2/+2
2007-05-09[POWERPC] swsusp: Introduce register_nosave_region_lateJohannes Berg1-3/+9
2007-05-09Fix minor typoes in kernel/module.cRobert P. J. Day1-5/+5
2007-05-09Fix trivial typos in Kconfig* filesDavid Sterba1-2/+2
2007-05-08revert 'sched: redundant reschedule when set_user_nice() boosts a prio of a task from the "expired" array'Andrew Morton1-16/+18
2007-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-2/+2
2007-05-08Add IRQF_IRQPOLL flag (common code)Bernhard Walle2-1/+5
2007-05-08Kprobes: The ON/OFF knob thru debugfsAnanth N Mavinakayanahalli1-7/+149
2007-05-08kprobes: kretprobes simplificationsChristoph Hellwig1-43/+21
2007-05-08kprobes: codingstyle cleanupsChristoph Hellwig1-25/+30
2007-05-08kprobes: use hlist_for_each_entryChristoph Hellwig1-6/+3