aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-11tracing, x86: add low level support for ftrace return tracingFrederic Weisbecker1-0/+11
2008-11-11fix for account_group_exec_runtime(), make sure ->signal can't be freed under rq->lockOleg Nesterov1-0/+1
2008-11-06net: Fix recursive descent in __scm_destroy().David Miller1-0/+2
2008-10-24Merge commit 'v2.6.28-rc1' into sched/urgentIngo Molnar1-19/+88
2008-10-23Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/procLinus Torvalds1-4/+0
2008-10-23Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+6
2008-10-23Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2008-10-23proc: move /proc/schedstat boilerplate to kernel/sched_stats.hAlexey Dobriyan1-4/+0
2008-10-22sched: add CONFIG_SMP consistencyLi Zefan1-5/+7
2008-10-22Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner1-0/+6
2008-10-20Merge branch 'v28-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-13/+71
2008-10-20add CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERSRoland McGrath1-1/+7
2008-10-20coredump_filter: add hugepage dumpingKOSAKI Motohiro1-2/+5
2008-10-20sched: optimize group load balancerPeter Zijlstra1-0/+1
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/debug' into v28-timers-for-linusThomas Gleixner1-19/+84
2008-10-17Merge commit 'linus/master' into merge-linusArjan van de Ven1-6/+9
2008-10-17sched: kill unused scheduler decl.David Miller1-1/+0
2008-10-12Merge branch 'linus' into x86/xenIngo Molnar1-3/+6
2008-10-09sched debug: add name to sched_domain sysctl entriesIngo Molnar1-0/+3
2008-09-27timers: fix itimer/many thread hang, v3Frank Mayhar1-1/+0
2008-09-23timers: fix itimer/many thread hang, v2Frank Mayhar1-178/+5
2008-09-22sched: wakeup preempt when small overlapPeter Zijlstra1-1/+1
2008-09-14timers: fix itimer/many thread hang, cleanupsIngo Molnar1-1/+1
2008-09-14timers: fix itimer/many thread hang, fix #2Ingo Molnar1-3/+4
2008-09-14timers: fix itimer/many thread hangFrank Mayhar1-13/+244
2008-09-10mm: define USE_SPLIT_PTLOCKS rather than repeating expressionJeremy Fitzhardinge1-3/+3
2008-09-06Merge branch 'linus' into sched/develIngo Molnar1-0/+4
2008-09-05hrtimer: create a "timer_slack" field in the task structArjan van de Ven1-0/+6
2008-09-05sched: fix process time monotonicityBalbir Singh1-0/+4
2008-08-15sched: reorder struct sched_rt_entity to remove padding on 64 bit buildsRichard Kennedy1-1/+1
2008-08-15sched: reorder signal_struct to remove 8 bytes on 64 bit buildsRichard Kennedy1-1/+1
2008-08-14CRED: Introduce credential access wrappersDavid Howells1-0/+1
2008-08-11sched_clock: delay using sched_clock()Peter Zijlstra1-11/+3
2008-07-31sched clock: revert various sched_clock() changesIngo Molnar1-16/+1
2008-07-27task IO accounting: move all IO statistics in struct task_io_accountingAndrea Righi1-6/+6
2008-07-27task IO accounting: improve code readabilityAndrea Righi1-13/+6
2008-07-26tracehook: wait_task_inactiveRoland McGrath1-2/+6
2008-07-26tracehook: deathRoland McGrath1-1/+1
2008-07-26Full conversion to early_initcall() interface, remove old interfaceEduard - Gabriel Munteanu1-9/+0
2008-07-26uninline arch_pick_mmap_layout()Andrew Morton1-9/+0
2008-07-25per-task-delay-accounting: add memory reclaim delayKeika Kobayashi1-0/+4
2008-07-25task IO accounting: provide distinct tgid/tid I/O statisticsAndrea Righi1-0/+4
2008-07-25accounting: account for user time when updating memory integralsJonathan Lim1-1/+1
2008-07-25pidns: remove find_task_by_pid, unused for a long timePavel Emelyanov1-6/+0
2008-07-25pidns: remove now unused find_pid function.Pavel Emelyanov1-1/+1
2008-07-25pidns: remove now unused kill_proc functionPavel Emelyanov1-1/+0
2008-07-25kill PF_BORROWED_MM in favour of PF_KTHREADOleg Nesterov1-2/+1
2008-07-25introduce PF_KTHREAD flagOleg Nesterov1-0/+1
2008-07-25ptrace: give more respect to SIGKILLOleg Nesterov1-3/+0
2008-07-24add a helper function to test if an object is on the stackFUJITA Tomonori1-0/+7