aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2007-05-09reimplement flush_workqueue()Oleg Nesterov
2007-05-09schedule_on_each_cpu(): use preempt_disable()Andrew Morton
2007-05-09Fix printk format warnings in timer_list.cDavid Miller
2007-05-09clocksource: spelling error in watchdog codeDaniel Walker
2007-05-09Move sig_kernel_* et al macros to linux/signal.hRoland McGrath
2007-05-09use simple_read_from_buffer in kernel/Akinobu Mita
2007-05-09Fix Linuxdoc commentJeff Dike
2007-05-09PM: Separate hibernation code from suspend codeRafael J. Wysocki
2007-05-09swsusp: clean up printkAndrew Morton
2007-05-09general: convert "kernel" subdirectory to UTF-8John Anthony Kazos Jr
2007-05-09Fix occurrences of "the the "Michael Opdenacker
2007-05-09[POWERPC] swsusp: Introduce register_nosave_region_lateJohannes Berg
2007-05-09Fix minor typoes in kernel/module.cRobert P. J. Day
2007-05-09Fix trivial typos in Kconfig* filesDavid Sterba
2007-05-08revert 'sched: redundant reschedule when set_user_nice() boosts a prio of a t...Andrew Morton
2007-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds
2007-05-08Add IRQF_IRQPOLL flag (common code)Bernhard Walle
2007-05-08Kprobes: The ON/OFF knob thru debugfsAnanth N Mavinakayanahalli
2007-05-08kprobes: kretprobes simplificationsChristoph Hellwig
2007-05-08kprobes: codingstyle cleanupsChristoph Hellwig
2007-05-08kprobes: use hlist_for_each_entryChristoph Hellwig
2007-05-08rcutorture: Remove redundant assignment to cur_ops in for loopJosh Triplett
2007-05-08rcutorture: style cleanup: avoid != NULL in boolean testsJosh Triplett
2007-05-08rcutorture: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish
2007-05-08sched: align rq to cacheline boundarySiddha, Suresh B
2007-05-08sched: redundant reschedule when set_user_nice() boosts a prio of a task from...Dmitry Adamushko
2007-05-08sched: optimize siblings status check logic in wake_idle()Siddha, Suresh B
2007-05-08Speed up divides by cpu_power in schedulerEric Dumazet
2007-05-08sched: dynticks idle load balancingSiddha, Suresh B
2007-05-08sched: fix idle load balancing in softirqd contextSiddha, Suresh B
2007-05-08export hrtimer_forwardStas Sergeev
2007-05-08cpusets: allow empty {cpus,mems}_allowed to be set for unpopulated cpusetDavid Rientjes
2007-05-08lockdep: removed unused ip argument in mark_lock & mark_held_locksJarek Poplawski
2007-05-08The scheduled -EINVAL for invalid timevals in setitimerAdrian Bunk
2007-05-08CPU time limit patch / setrlimit(RLIMIT_CPU, 0) cheat fixTom Alsberg
2007-05-08Introduce a handy list_first_entry macroPavel Emelianov
2007-05-08lockdep: lookup_chain_cache comment errataJarek Poplawski
2007-05-08highres/dyntick: prevent xtime lock contentionThomas Gleixner
2007-05-08kallsyms: cleanup: use seq_release_private() where appropriateMartin Peschke
2007-05-08audit: add spaces on either side of case "..." operator.Robert P. J. Day