aboutsummaryrefslogtreecommitdiff
path: root/include/linux/sched.h
AgeCommit message (Expand)Author
2013-02-18x86/32: Use kmap switch for non highmem as wellThomas Gleixner
2013-01-31Merge tag 'v3.4.28' into v3.4-rtSteven Rostedt
2013-01-27ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()Oleg Nesterov
2012-12-21sched: Consider pi boosting in setschedulerThomas Gleixner
2012-10-10sched: Better debug output for might sleepThomas Gleixner
2012-10-05Merge tag 'v3.4.12' into v3.4-rtSteven Rostedt
2012-10-02sched: Fix race in task_group()Peter Zijlstra
2012-08-02Merge tag 'v3.4.7' into v3.4-rtSteven Rostedt
2012-07-19sched/nohz: Rewrite and fix load-avg computation -- againPeter Zijlstra
2012-07-16cpu/rt: Rework cpu down for PREEMPT_RTSteven Rostedt
2012-07-16Latency histogramms: Cope with backwards running local trace clockCarsten Emde
2012-06-07mm, rt: kmap_atomic schedulingPeter Zijlstra
2012-06-07softirq-local-lock.patchThomas Gleixner
2012-06-07sched: teach migrate_disable about atomic contextsPeter Zijlstra
2012-06-07sched: Generic migrate_disablePeter Zijlstra
2012-06-07sched-migrate-disable.patchThomas Gleixner
2012-06-07stomp-machine-mark-stomper-thread.patchThomas Gleixner
2012-06-07cond-resched-lock-rt-tweak.patchThomas Gleixner
2012-06-07cond-resched-softirq-fix.patchThomas Gleixner
2012-06-07sched-rt-mutex-wakeup.patchThomas Gleixner
2012-06-07sched-mmdrop-delayed.patchThomas Gleixner
2012-06-07sched-delay-put-task.patchThomas Gleixner
2012-06-07posix-timers: thread posix-cpu-timers on -rtJohn Stultz
2012-06-07latency-hist.patchCarsten Emde
2012-06-07mm: pagefault_disabled()Peter Zijlstra
2012-06-07mm: Prepare decoupling the page fault disabling logicIngo Molnar
2012-06-07signal/x86: Delay calling signals in atomicOleg Nesterov
2012-06-07signals: Allow rt tasks to cache one sigqueue structThomas Gleixner
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-23prctl: add PR_{SET,GET}_CHILD_SUBREAPER to allow simple process supervisionLennart Poettering
2012-03-21cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-03-20Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-03-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-03-13Merge branch 'linus' into irq/coreThomas Gleixner
2012-03-13Merge tag 'v3.3-rc7' into sched/coreIngo Molnar
2012-03-09genirq: Get rid of unnecessary irqaction field in task_structAlexander Gordeev
2012-03-05vfork: kill PF_STARTINGOleg Nesterov
2012-03-05coredump_wait: don't call complete_vfork_done()Oleg Nesterov
2012-03-05vfork: make it killableOleg Nesterov
2012-03-05vfork: introduce complete_vfork_done()Oleg Nesterov
2012-03-02sched: Clean up parameter passing of proc_sched_autogroup_set_nice()Hiroshi Shimamoto
2012-03-01sched/rt: Do not submit new work when PI-blockedThomas Gleixner
2012-03-01sched/rt: Add schedule_preempt_disabled()Thomas Gleixner
2012-03-01Merge branch 'linus' into sched/coreIngo Molnar
2012-02-22sched: Make initial SCHED_RR timeslace DEF_TIMESLICEHiroshi Shimamoto
2012-02-21rcu: Simplify unboosting checksPaul E. McKenney
2012-02-11sched: Turn lock_task_sighand() into a static inlineAnton Vorontsov
2012-02-02Fix race in process_vm_rw_coreChristopher Yeoh