summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2009-12-17sched: Teach might_sleep() about preemptible RCUFrederic Weisbecker
2009-12-17sched: Make warning less noisyIngo Molnar
2009-12-16sched: Simplify set_task_cpu()Peter Zijlstra
2009-12-16sched: Remove the cfs_rq dependency from set_task_cpu()Peter Zijlstra
2009-12-16sched: Add pre and post wakeup hooksPeter Zijlstra
2009-12-16sched: Move kthread_bind() back to kthread.cPeter Zijlstra
2009-12-16sched: Fix select_task_rq() vs hotplug issuesPeter Zijlstra
2009-12-16sched: Fix sched_exec() balancingPeter Zijlstra
2009-12-16sched: Ensure set_task_cpu() is never called on blocked tasksPeter Zijlstra
2009-12-16sched: Use TASK_WAKING for fork wakupsPeter Zijlstra
2009-12-16sched: Select_task_rq_fair() must honour SD_LOAD_BALANCEPeter Zijlstra
2009-12-16sched: Fix task_hot() test orderPeter Zijlstra
2009-12-16sched: Fix set_cpu_active() in cpu_down()Xiaotian Feng
2009-12-16Merge branch 'linus' into sched/urgentIngo Molnar
2009-12-15Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa
2009-12-15vt: introduce and use vt_kmsg_redirect() functionBernhard Walle
2009-12-15kernel/sys.c: fix "warning: do-while statement is not a compound statement" n...H Hartley Sweeten
2009-12-15generic-ipi: cleanup for generic_smp_call_function_interrupt()Xiao Guangrong
2009-12-15'sysctl_max_map_count' should be non-negativeAmerigo Wang
2009-12-15hugetlb: derive huge pages nodes allowed from task mempolicyLee Schermerhorn
2009-12-15bsdacct: fix uid/gid misreportingAlexey Dobriyan
2009-12-15sched: Fix cpu_clock() in NMIs, on !CONFIG_HAVE_UNSTABLE_SCHED_CLOCKDavid Miller
2009-12-14clockevents: Convert to raw_spinlockThomas Gleixner
2009-12-14clockevents: Make tick_device_lock staticThomas Gleixner
2009-12-14perf_event: Convert to raw_spinlockThomas Gleixner
2009-12-14hrtimers: Convert to raw_spinlocksThomas Gleixner
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner
2009-12-14smp: Convert smplocks to raw_spinlocksThomas Gleixner
2009-12-14rtmutes: Convert rtmutex.lock to raw_spinlockThomas Gleixner
2009-12-14sched: Convert pi_lock to raw_spinlockThomas Gleixner
2009-12-14sched: Convert cpupri lock to raw_spinlockThomas Gleixner
2009-12-14sched: Convert rt_runtime_lock to raw_spinlockThomas Gleixner
2009-12-14sched: Convert rq->lock to raw_spinlockThomas Gleixner
2009-12-14plist: Make plist debugging raw_spinlock awareThomas Gleixner
2009-12-14locking: Cleanup the name space completelyThomas Gleixner
2009-12-14locking: Further name space cleanupsThomas Gleixner
2009-12-14locking: Implement new raw_spinlockThomas Gleixner
2009-12-14locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner
2009-12-14locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner
2009-12-14locking: Reorder functions in spinlock.cThomas Gleixner
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-12-14sched: Use rcu in sched_get_rr_param()Thomas Gleixner
2009-12-14sched: Use rcu in sched_get/set_affinity()Thomas Gleixner
2009-12-14sched: Use rcu in sys_sched_getscheduler/sys_sched_getparam()Thomas Gleixner
2009-12-13sched: Use pr_fmt() and pr_<level>()Joe Perches
2009-12-13sched: Make wakeup side and atomic variants of completion API irq safeRafael J. Wysocki
2009-12-12Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2009-12-11Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds