aboutsummaryrefslogtreecommitdiff
path: root/include/linux/sched.h
AgeCommit message (Expand)Author
2010-10-30Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds
2010-10-29Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2010-10-28fanotify: limit number of listeners per userEric Paris
2010-10-27signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro
2010-10-27signals: annotate lock_task_sighand()Namhyung Kim
2010-10-26kernel: remove PF_FLUSHERPeter Zijlstra
2010-10-22Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-10-22sched, cgroup: Fixup broken cgroup movementPeter Zijlstra
2010-10-21Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-10-21Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-10-18sched: Add IRQ_TIME_ACCOUNTING, finer accounting of irq timeVenkatesh Pallipadi
2010-10-18sched: Add a PF flag for ksoftirqd identificationVenkatesh Pallipadi
2010-10-18sched: Fix softirq time accountingVenkatesh Pallipadi
2010-09-25Fix compile error in blk-exec.c for !CONFIG_DETECT_HUNG_TASKMark Lord
2010-09-13sched: Remove unused PF_ALIGNWARN flagDave Young
2010-09-09perf: Provide a separate task context for sweventsPeter Zijlstra
2010-09-09perf: Multiple task contextsPeter Zijlstra
2010-09-09sched: Add book scheduling domainHeiko Carstens
2010-08-20rcu: Add a TINY_PREEMPT_RCUPaul E. McKenney
2010-08-19credentials: rcu annotationArnd Bergmann
2010-08-19cgroups: __rcu annotationsArnd Bergmann
2010-08-17Make do_execve() take a const filename pointerDavid Howells
2010-08-09oom: badness heuristic rewriteDavid Rientjes
2010-08-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-08-05Merge branch 'sched/urgent' into sched/coreIngo Molnar
2010-08-05Merge branch 'perf/nmi' into perf/coreIngo Molnar
2010-08-02Merge commit 'v2.6.35' into perf/coreIngo Molnar
2010-07-29CRED: Fix __task_cred()'s lockdep check and banner commentDavid Howells
2010-07-21Merge branch 'linus' into sched/coreIngo Molnar
2010-07-20tracing: Remove special tracesFrederic Weisbecker
2010-07-17sched: Revert nohz_ratelimit() for nowPeter Zijlstra
2010-07-01sched: Cure nr_iowait_cpu() usersPeter Zijlstra
2010-06-09sched: Add asymmetric group packing option for sibling domainMichael Neuling
2010-06-09sched: Fix capacity calculations for SMT4Srivatsa Vaddagiri
2010-06-09sched: Change nohz idle load balancing logic to push modelVenkatesh Pallipadi
2010-06-09sched_clock: Add local_clock() API and improve documentationPeter Zijlstra
2010-06-08sched: add hooks for workqueueTejun Heo
2010-05-27proc: turn signal_struct->count into "int nr_threads"Oleg Nesterov
2010-05-27proc: get_nr_threads() doesn't need ->siglock any longerOleg Nesterov
2010-05-27kill the obsolete thread_group_cputime_free() helperOleg Nesterov
2010-05-27signals: kill the awful task_rq_unlock_wait() hackOleg Nesterov
2010-05-27signals: make task_struct->signal immutable/refcountableOleg Nesterov
2010-05-27exit: change zap_other_threads() to count sub-threadsOleg Nesterov
2010-05-27cpusets: new round-robin rotor for SLAB allocationsJack Steiner
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan
2010-05-25cpuset,mm: fix no node to alloc memory when changing cpuset's memsMiao Xie
2010-05-18Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-05-13lockup_detector: Fix forgotten config conversionFrederic Weisbecker
2010-05-12lockup_detector: Touch_softlockup cleanups and softlockup_tick removalDon Zickus