aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2007-05-09workqueue: introduce cpu_singlethread_mapGravatar Oleg Nesterov 1-30/+25
2007-05-09workqueue: make cancel_rearming_delayed_workqueue() work on idle dworkGravatar Oleg Nesterov 1-0/+4
2007-05-09workqueue: don't save interrupts in run_workqueue()Gravatar Oleg Nesterov 1-10/+8
2007-05-09workqueue: kill run_scheduled_work()Gravatar Oleg Nesterov 1-73/+0
2007-05-09workqueue: don't migrate pending works from the dead CPUGravatar Oleg Nesterov 1-219/+211
2007-05-09workqueue: don't clear cwq->thread until it exitsGravatar Oleg Nesterov 1-10/+5
2007-05-09workqueue: fix flush_workqueue() vs CPU_DEAD raceGravatar Oleg Nesterov 1-19/+25
2007-05-09workqueue: fix freezeable workqueues implementationGravatar Oleg Nesterov 1-9/+9
2007-05-09call cpu_chain with CPU_DOWN_FAILED if CPU_DOWN_PREPARE failedGravatar Heiko Carstens 1-9/+10
2007-05-09Eliminate lock_cpu_hotplug in kernel/schedcGravatar Gautham R Shenoy 1-10/+18
2007-05-09Define and use new events,CPU_LOCK_ACQUIRE and CPU_LOCK_RELEASEGravatar Gautham R Shenoy 1-5/+14
2007-05-09Extend notifier_call_chain to count nr_calls madeGravatar Gautham R Shenoy 1-17/+77
2007-05-09relay: use plain timer instead of delayed workGravatar Tom Zanussi 1-19/+16
2007-05-09flush_cpu_workqueue: don't flush an empty ->worklistGravatar Oleg Nesterov 1-8/+17
2007-05-09flush_workqueue(): use preempt_disable to hold off cpu hotplugGravatar Andrew Morton 1-6/+10
2007-05-09implement flush_work()Gravatar Oleg Nesterov 1-3/+92
2007-05-09reimplement flush_workqueue()Gravatar Oleg Nesterov 1-39/+31
2007-05-09schedule_on_each_cpu(): use preempt_disable()Gravatar Andrew Morton 1-2/+2
2007-05-09Fix printk format warnings in timer_list.cGravatar David Miller 1-11/+14
2007-05-09clocksource: spelling error in watchdog codeGravatar Daniel Walker 1-3/+3
2007-05-09Move sig_kernel_* et al macros to linux/signal.hGravatar Roland McGrath 1-119/+0
2007-05-09use simple_read_from_buffer in kernel/Gravatar Akinobu Mita 2-18/+4
2007-05-09Fix Linuxdoc commentGravatar Jeff Dike 1-1/+0
2007-05-09PM: Separate hibernation code from suspend codeGravatar Rafael J. Wysocki 5-127/+132
2007-05-09swsusp: clean up printkGravatar Andrew Morton 1-1/+1
2007-05-08revert 'sched: redundant reschedule when set_user_nice() boosts a prio of a t...Gravatar Andrew Morton 1-16/+18
2007-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Gravatar Linus Torvalds 1-2/+2
2007-05-08Add IRQF_IRQPOLL flag (common code)Gravatar Bernhard Walle 2-1/+5
2007-05-08Kprobes: The ON/OFF knob thru debugfsGravatar Ananth N Mavinakayanahalli 1-7/+149
2007-05-08kprobes: kretprobes simplificationsGravatar Christoph Hellwig 1-43/+21
2007-05-08kprobes: codingstyle cleanupsGravatar Christoph Hellwig 1-25/+30
2007-05-08kprobes: use hlist_for_each_entryGravatar Christoph Hellwig 1-6/+3
2007-05-08rcutorture: Remove redundant assignment to cur_ops in for loopGravatar Josh Triplett 1-9/+6
2007-05-08rcutorture: style cleanup: avoid != NULL in boolean testsGravatar Josh Triplett 1-14/+14
2007-05-08rcutorture: Use ARRAY_SIZE macro when appropriateGravatar Ahmed S. Darwish 1-1/+1
2007-05-08sched: align rq to cacheline boundaryGravatar Siddha, Suresh B 1-1/+1
2007-05-08sched: redundant reschedule when set_user_nice() boosts a prio of a task from...Gravatar Dmitry Adamushko 1-18/+16
2007-05-08sched: optimize siblings status check logic in wake_idle()Gravatar Siddha, Suresh B 1-1/+10
2007-05-08Speed up divides by cpu_power in schedulerGravatar Eric Dumazet 1-29/+54
2007-05-08sched: dynticks idle load balancingGravatar Siddha, Suresh B 2-13/+219
2007-05-08sched: fix idle load balancing in softirqd contextGravatar Siddha, Suresh B 1-7/+5
2007-05-08export hrtimer_forwardGravatar Stas Sergeev 1-0/+1
2007-05-08cpusets: allow empty {cpus,mems}_allowed to be set for unpopulated cpusetGravatar David Rientjes 1-8/+30
2007-05-08lockdep: removed unused ip argument in mark_lock & mark_held_locksGravatar Jarek Poplawski 1-23/+15
2007-05-08The scheduled -EINVAL for invalid timevals in setitimerGravatar Adrian Bunk 1-56/+3
2007-05-08CPU time limit patch / setrlimit(RLIMIT_CPU, 0) cheat fixGravatar Tom Alsberg 1-9/+10
2007-05-08Introduce a handy list_first_entry macroGravatar Pavel Emelianov 2-9/+9
2007-05-08lockdep: lookup_chain_cache comment errataGravatar Jarek Poplawski 1-2/+3
2007-05-08highres/dyntick: prevent xtime lock contentionGravatar Thomas Gleixner 3-3/+48
2007-05-08kallsyms: cleanup: use seq_release_private() where appropriateGravatar Martin Peschke 1-8/+1