aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-24Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-5/+4
2012-05-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-48/+1
2012-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+3
2012-05-17sched: Remove stale power aware scheduling remnants and dysfunctional knobsPeter Zijlstra1-47/+0
2012-05-14sched/fair: Revert sched-domain iteration breakagePeter Zijlstra1-1/+0
2012-05-09sched/fair: Add some serialization to the sched_domain load-balance walkPeter Zijlstra1-0/+1
2012-05-07sched: Update documentation and commentsHiroshi Shimamoto1-1/+1
2012-05-02rcu: Move PREEMPT_RCU preemption to switch_to() invocationPaul E. McKenney1-0/+10
2012-04-14Merge branch 'perf/core' into perf/uprobesIngo Molnar1-18/+54
2012-04-14seccomp: kill the seccomp_t typedefWill Drewry1-1/+1
2012-04-14Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privsAndy Lutomirski1-0/+2
2012-04-07userns: Disassociate user_struct from the user_namespace.Eric W. Biederman1-4/+4
2012-04-07userns: Deprecate and rename the user_namespace reference in the user_structEric W. Biederman1-1/+1
2012-04-03userns: Kill bogus declaration of function release_uidsEric W. Biederman1-1/+0
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds1-1/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-23prctl: add PR_{SET,GET}_CHILD_SUBREAPER to allow simple process supervisionLennart Poettering1-0/+12
2012-03-21cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman1-1/+1
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+34
2012-03-20Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+5
2012-03-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2012-03-14uprobes/core: Handle breakpoint and singlestep exceptionsSrikar Dronamraju1-0/+4
2012-03-13Merge branch 'linus' into irq/coreThomas Gleixner1-2/+1
2012-03-13Merge tag 'v3.3-rc7' into sched/coreIngo Molnar1-2/+1
2012-03-09genirq: Get rid of unnecessary irqaction field in task_structAlexander Gordeev1-5/+5
2012-03-05vfork: kill PF_STARTINGOleg Nesterov1-1/+0
2012-03-05coredump_wait: don't call complete_vfork_done()Oleg Nesterov1-1/+0
2012-03-05vfork: make it killableOleg Nesterov1-1/+1
2012-03-05vfork: introduce complete_vfork_done()Oleg Nesterov1-0/+1
2012-03-02sched: Clean up parameter passing of proc_sched_autogroup_set_nice()Hiroshi Shimamoto1-1/+1
2012-03-01sched/rt: Do not submit new work when PI-blockedThomas Gleixner1-0/+8
2012-03-01sched/rt: Add schedule_preempt_disabled()Thomas Gleixner1-0/+1
2012-03-01Merge branch 'linus' into sched/coreIngo Molnar1-1/+7
2012-02-22sched: Make initial SCHED_RR timeslace DEF_TIMESLICEHiroshi Shimamoto1-0/+6
2012-02-21rcu: Simplify unboosting checksPaul E. McKenney1-2/+1
2012-02-11sched: Turn lock_task_sighand() into a static inlineAnton Vorontsov1-6/+9
2012-02-02Fix race in process_vm_rw_coreChristopher Yeoh1-0/+6
2012-01-27sched: Ensure cpu_power periodic updateVincent Guittot1-0/+1
2012-01-27sched, block: Unify cache detectionPeter Zijlstra1-0/+8
2012-01-26Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-01-23kernel-doc: fix kernel-doc warnings in schedRandy Dunlap1-1/+1
2012-01-17Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/urgentIngo Molnar1-1/+1
2012-01-16sched: Add "const" to is_idle_task() parameterPaul E. McKenney1-1/+1
2012-01-12treewide: remove useless NORET_TYPE macro and usesJoe Perches1-1/+1
2012-01-10Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-0/+1
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-19/+54
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-3/+1
2012-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+19
2011-12-19Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into cputime-tipMartin Schwidefsky1-2/+17