aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* kthread: don't depend on work queuesEric W. Biederman2007-05-091-56/+68
* ____call_usermodehelper: don't flush_signals()Oleg Nesterov2007-05-091-1/+0
* unify flush_work/flush_work_keventd and rename it to cancel_work_syncOleg Nesterov2007-05-091-19/+17
* zap_other_threads: remove unneeded ->exit_signal changeOleg Nesterov2007-05-091-11/+0
* worker_thread: fix racy try_to_freeze() usageOleg Nesterov2007-05-091-4/+4
* worker_thread: don't play with signalsOleg Nesterov2007-05-091-7/+0
* workqueue: kill NOAUTOREL worksOleg Nesterov2007-05-091-3/+2
* make cancel_rearming_delayed_work() work on any workqueue, not just keventd_wqOleg Nesterov2007-05-091-18/+9
* workqueue: introduce wq_per_cpu() helperOleg Nesterov2007-05-091-13/+13
* unify queue_delayed_work() and queue_delayed_work_on()Oleg Nesterov2007-05-091-22/+10
* make queue_delayed_work() friendly to flush_fork()Oleg Nesterov2007-05-091-10/+18
* workqueues: shift kthread_bind() from CPU_UP_PREPARE to CPU_ONLINEOleg Nesterov2007-05-091-8/+15
* workqueue: make init_workqueues() __initOleg Nesterov2007-05-091-1/+1
* workqueue: introduce workqueue_struct->singlethreadOleg Nesterov2007-05-091-4/+6
* workqueue: introduce cpu_singlethread_mapOleg Nesterov2007-05-091-30/+25
* workqueue: make cancel_rearming_delayed_workqueue() work on idle dworkOleg Nesterov2007-05-091-0/+4
* workqueue: don't save interrupts in run_workqueue()Oleg Nesterov2007-05-091-10/+8
* workqueue: kill run_scheduled_work()Oleg Nesterov2007-05-091-73/+0
* workqueue: don't migrate pending works from the dead CPUOleg Nesterov2007-05-091-219/+211
* workqueue: don't clear cwq->thread until it exitsOleg Nesterov2007-05-091-10/+5
* workqueue: fix flush_workqueue() vs CPU_DEAD raceOleg Nesterov2007-05-091-19/+25
* workqueue: fix freezeable workqueues implementationOleg Nesterov2007-05-091-9/+9
* call cpu_chain with CPU_DOWN_FAILED if CPU_DOWN_PREPARE failedHeiko Carstens2007-05-091-9/+10
* Eliminate lock_cpu_hotplug in kernel/schedcGautham R Shenoy2007-05-091-10/+18
* Define and use new events,CPU_LOCK_ACQUIRE and CPU_LOCK_RELEASEGautham R Shenoy2007-05-091-5/+14
* Extend notifier_call_chain to count nr_calls madeGautham R Shenoy2007-05-091-17/+77
* relay: use plain timer instead of delayed workTom Zanussi2007-05-091-19/+16
* flush_cpu_workqueue: don't flush an empty ->worklistOleg Nesterov2007-05-091-8/+17
* flush_workqueue(): use preempt_disable to hold off cpu hotplugAndrew Morton2007-05-091-6/+10
* implement flush_work()Oleg Nesterov2007-05-091-3/+92
* reimplement flush_workqueue()Oleg Nesterov2007-05-091-39/+31
* schedule_on_each_cpu(): use preempt_disable()Andrew Morton2007-05-091-2/+2
* Fix printk format warnings in timer_list.cDavid Miller2007-05-091-11/+14
* clocksource: spelling error in watchdog codeDaniel Walker2007-05-091-3/+3
* Move sig_kernel_* et al macros to linux/signal.hRoland McGrath2007-05-091-119/+0
* use simple_read_from_buffer in kernel/Akinobu Mita2007-05-092-18/+4
* Fix Linuxdoc commentJeff Dike2007-05-091-1/+0
* PM: Separate hibernation code from suspend codeRafael J. Wysocki2007-05-095-127/+132
* swsusp: clean up printkAndrew Morton2007-05-091-1/+1
* revert 'sched: redundant reschedule when set_user_nice() boosts a prio of a t...Andrew Morton2007-05-081-16/+18
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2007-05-081-2/+2
|\
| * Merge branch 'linux-2.6'Paul Mackerras2007-05-0822-265/+563
| |\
| * | [POWERPC] powermac: Suspend to disk on G5Johannes Berg2007-05-071-2/+2
* | | Add IRQF_IRQPOLL flag (common code)Bernhard Walle2007-05-082-1/+5
* | | Kprobes: The ON/OFF knob thru debugfsAnanth N Mavinakayanahalli2007-05-081-7/+149
* | | kprobes: kretprobes simplificationsChristoph Hellwig2007-05-081-43/+21
* | | kprobes: codingstyle cleanupsChristoph Hellwig2007-05-081-25/+30
* | | kprobes: use hlist_for_each_entryChristoph Hellwig2007-05-081-6/+3
* | | rcutorture: Remove redundant assignment to cur_ops in for loopJosh Triplett2007-05-081-9/+6
* | | rcutorture: style cleanup: avoid != NULL in boolean testsJosh Triplett2007-05-081-14/+14