summaryrefslogtreecommitdiff
path: root/include/linux/sched.h
AgeCommit message (Expand)Author
2009-07-29printk: might sleep workaroundIngo Molnar
2009-07-29mm: kmap scale fixIngo Molnar
2009-07-29sched: make task->oncpu available in all configurationsGregory Haskins
2009-07-29sched: mmdrop needs to be delayed on -rtIngo Molnar
2009-07-29sched: preempt-rt supportIngo Molnar
2009-07-29posix-timers: thread posix-cpu-timers on -rtJohn Stultz
2009-07-29rtmutex: Fix CONFIG_DEBUG_RT_MUTEX lock underflow warningsjohn stultz
2009-07-29rtmutex: prevent missed wakeupsThomas Gleixner
2009-07-29rtmutex: Adaptive locking. Spin when owner runsSteven Rostedt
2009-07-29rtmutex: implement lock replacement functionsThomas Gleixner
2009-07-29sched: implement wake functions for the priority boosting codeThomas Gleixner
2009-07-29sched: Add lock_count to task structThomas Gleixner
2009-07-29sched: Add TASK_RUNNING_MUTEX stateThomas Gleixner
2009-07-29genirq: support forced threading of interruptsThomas Gleixner
2009-07-29softirqs: forced threading of softirqsIngo Molnar
2009-07-28Merge branch 'rt/core' into rt/baseThomas Gleixner
2009-07-28Merge branch 'rt/atomic-locks' into rt/baseThomas Gleixner
2009-07-27sched: Convert thread_group_cputimer lock to atomic_spinlockThomas Gleixner
2009-07-27rtmutex: Convert wait_lock and pi_lock to atomic_spinlockThomas Gleixner
2009-07-27signals: allow rt tasks to cache one sigqueue structThomas Gleixner
2009-07-25mm: Prepare decoupling the page fault disabling logicIngo Molnar
2009-07-20futex: Wake up waiter outside the hb->lock sectionPeter Zijlstra
2009-07-20sched: Rename rt_mutex_setprio to task_setprioPeter Zijlstra
2009-07-18sched: fix nr_uninterruptible accounting of frozen tasks reallyThomas Gleixner
2009-07-10sched: optimize cond_resched()Peter Zijlstra
2009-07-10sched: INIT_PREEMPT_COUNTPeter Zijlstra
2009-06-30elf: limit max map count to safe valueKAMEZAWA Hiroyuki
2009-06-18pids: clean up find_task_by_pid variantsChristoph Hellwig
2009-06-18memcg: remove unneeded forward declaration from sched.hLi Zefan
2009-06-16Merge branch 'akpm'Linus Torvalds
2009-06-16oom: move oom_adj value from task_struct to mm_structDavid Rientjes
2009-06-16cpuset,mm: update tasks' mems_allowed in timeMiao Xie
2009-06-15sched: delayed cleanup of user_structKay Sievers
2009-06-15Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2009-06-11Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2009-06-11Merge branch 'linus' into perfcounters/coreIngo Molnar
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-06-10Merge branch 'rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2009-06-11Merge branch 'next' into for-linusJames Morris
2009-05-24perf_counter: Change pctrl() behaviourPeter Zijlstra
2009-05-22perf_counter: Dynamically allocate tasks' perf_counter_context structPaul Mackerras
2009-05-19sched: properly define the sched_group::cpumask and sched_domain::span fieldsIngo Molnar
2009-05-18syscall: Implement a convinience function restart_syscallEric W. Biederman
2009-05-15sched, timers: cleanup avenrun usersThomas Gleixner
2009-05-15sched, timers: move calc_load() to schedulerThomas Gleixner
2009-05-15perf_counter: per user mlock giftPeter Zijlstra
2009-05-13timers: Logic to move non pinned timersArun R Bharadwaj
2009-05-13timers: /proc/sys sysctl hook to enable timer migrationArun R Bharadwaj