aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-25sched: Prepare for per-cpu preempt_countPeter Zijlstra1-3/+9
2013-09-25sched: Extract the basic add/sub preempt_count modifiersPeter Zijlstra1-5/+0
2013-09-25sched: Add NEED_RESCHED to the preempt_countPeter Zijlstra1-2/+5
2013-09-25sched, idle: Fix the idle polling state logicPeter Zijlstra1-7/+71
2013-09-20sched/balancing: Periodically decay max cost of idle balanceJason Low1-0/+3
2013-09-20sched/balancing: Consider max cost of idle balance per sched domainJason Low1-0/+1
2013-09-12mm: memcg: do not trap chargers with full callstack on OOMJohannes Weiner1-0/+4
2013-09-12mm: memcg: enable memcg OOM killer only for user faultsJohannes Weiner1-0/+3
2013-09-11include/linux/sched.h: don't use task->pid/tgid in same_thread_group/has_group_leader_pidOleg Nesterov1-4/+4
2013-09-04Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-8/+0
2013-08-29Merge branch 'linus' into perf/coreIngo Molnar1-0/+6
2013-08-22Revert "x86 get_unmapped_area(): use proper mmap base for bottom-up direction"Linus Torvalds1-1/+0
2013-08-15Merge tag 'v3.11-rc5' into perf/coreIngo Molnar1-0/+1
2013-08-14Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds1-0/+1
2013-08-13x86 get_unmapped_area(): use proper mmap base for bottom-up directionRadu Caragea1-0/+1
2013-08-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+6
2013-07-30freezer: set PF_SUSPEND_TASK flag on tasks that call freeze_processesColin Cross1-0/+1
2013-07-23sched: Implement smarter wake-affine logicMichael Wang1-0/+3
2013-07-18remove sched notifier for cross-cpu migrationsMarcelo Tosatti1-8/+0
2013-07-18sched: Fix some kernel-doc warningsYacine Belkadi1-0/+6
2013-07-10mm: remove free_area_cacheMichel Lespinasse1-2/+0
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+9
2013-07-09ptrace: revert "Prepare to fix racy accesses on task breakpoints"Oleg Nesterov1-3/+0
2013-07-03exit.c: unexport __set_special_pids()Oleg Nesterov1-2/+0
2013-06-27sched: Fix typo in struct sched_avg member descriptionKamalesh Babulal1-1/+1
2013-06-27Revert "sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-tracking"Alex Shi1-6/+1
2013-05-23sched: add cond_resched_rcu() helperSimon Horman1-0/+9
2013-05-11Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-0/+1
2013-05-08Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+4
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-2/+0
2013-05-05Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+13
2013-05-04sched: Keep at least 1 tick per second for active dynticks tasksFrederic Weisbecker1-0/+1
2013-05-02Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker1-5/+50
2013-04-30exec: do not abuse ->cred_guard_mutex in threadgroup_lock()Oleg Nesterov1-14/+4
2013-04-30coredump: only SIGKILL should interrupt the coredumping taskOleg Nesterov1-0/+1
2013-04-30audit: add an option to control logging of passwords with pam_tty_auditRichard Guy Briggs1-0/+1
2013-04-30Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+41
2013-04-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-195/+9
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2013-04-29Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2013-04-26sched: Fix init NOHZ_IDLE flagVincent Guittot1-0/+2
2013-04-24Merge branch 'linus' into timers/coreThomas Gleixner1-2/+3
2013-04-22sched: New helper to prevent from stopping the tick in full dynticksFrederic Weisbecker1-0/+6
2013-04-19mutex: Move mutex spinning code from sched/core.c back to mutex.cWaiman Long1-1/+0
2013-04-17posix timers: Allocate timer id per process (v2)Pavel Emelyanov1-1/+2
2013-04-12kthread: Prevent unpark race which puts threads on the wrong cpuThomas Gleixner1-2/+3
2013-04-12sched: Document task_struct::personality fieldAndrei Epure1-1/+3
2013-04-08idle: Implement set/clr functions for need_resched pollThomas Gleixner1-0/+21
2013-04-08arch: Consolidate tsk_is_polling()Thomas Gleixner1-0/+20