summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | | rcutorture: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish2007-05-081-1/+1
* | | sched: align rq to cacheline boundarySiddha, Suresh B2007-05-081-1/+1
* | | sched: redundant reschedule when set_user_nice() boosts a prio of a task from...Dmitry Adamushko2007-05-081-18/+16
* | | sched: optimize siblings status check logic in wake_idle()Siddha, Suresh B2007-05-081-1/+10
* | | Speed up divides by cpu_power in schedulerEric Dumazet2007-05-081-29/+54
* | | sched: dynticks idle load balancingSiddha, Suresh B2007-05-082-13/+219
* | | sched: fix idle load balancing in softirqd contextSiddha, Suresh B2007-05-081-7/+5
* | | export hrtimer_forwardStas Sergeev2007-05-081-0/+1
* | | cpusets: allow empty {cpus,mems}_allowed to be set for unpopulated cpusetDavid Rientjes2007-05-081-8/+30
* | | lockdep: removed unused ip argument in mark_lock & mark_held_locksJarek Poplawski2007-05-081-23/+15
* | | The scheduled -EINVAL for invalid timevals in setitimerAdrian Bunk2007-05-081-56/+3
* | | CPU time limit patch / setrlimit(RLIMIT_CPU, 0) cheat fixTom Alsberg2007-05-081-9/+10
* | | Introduce a handy list_first_entry macroPavel Emelianov2007-05-082-9/+9
* | | lockdep: lookup_chain_cache comment errataJarek Poplawski2007-05-081-2/+3
* | | highres/dyntick: prevent xtime lock contentionThomas Gleixner2007-05-083-3/+48