aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-2/+0
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro1-2/+0
2012-12-18memcg: skip memcg kmem allocations in specified code regionsGlauber Costa1-0/+1
2012-12-17pidns: remove unused is_container_init()Gao feng1-6/+0
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenumaLinus Torvalds1-0/+27
2012-12-13Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+8
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-4/+3
2012-12-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+43
2012-12-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+2
2012-12-11mm, oom: fix race when specifying a thread as the oom originDavid Rientjes1-0/+1
2012-12-11mm, oom: change type of oom_score_adj to shortDavid Rientjes1-3/+3
2012-12-11mm: sched: numa: Control enabling and disabling of NUMA balancingMel Gorman1-0/+4
2012-12-11mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrateMel Gorman1-2/+3
2012-12-11mm: sched: numa: Implement slow start for working set samplingPeter Zijlstra1-0/+1
2012-12-11mm: sched: numa: Implement constant, per task Working Set Sampling (WSS) ratePeter Zijlstra1-0/+1
2012-12-11mm: numa: Add fault driven placement and migrationPeter Zijlstra1-0/+20
2012-11-29flagday: kill pt_regs argument of do_fork()Al Viro1-1/+1
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-1/+1
2012-11-28get rid of pt_regs argument of do_execve()Al Viro1-1/+1
2012-11-28kill daemonize()Al Viro1-1/+0
2012-11-28cputime: Consolidate cputime adjustment codeFrederic Weisbecker1-4/+19
2012-11-28cputime: Rename thread_group_times to thread_group_cputime_adjustedFrederic Weisbecker1-2/+2
2012-11-27sched: add notifier for cross-cpu migrationsMarcelo Tosatti1-0/+8
2012-11-16Merge branches 'urgent.2012.10.27a', 'doc.2012.11.16a', 'fixes.2012.11.13a', 'srcu.2012.10.27a', 'stall.2012.11.13a', 'tracing.2012.11.08a' and 'idle.2012.10.24a' into HEADPaul E. McKenney1-8/+2
2012-10-24sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-trackingPaul Turner1-1/+7
2012-10-24sched: Add an rq migration call-back to sched_classPaul Turner1-0/+1
2012-10-24sched: Maintain the load contribution of blocked entitiesPaul Turner1-0/+1
2012-10-24sched: Aggregate load contributed by task entities on parenting cfs_rqPaul Turner1-0/+1
2012-10-24sched: Track the runnable average on a per-task entity basisPaul Turner1-0/+13
2012-10-23rcu: Print remote CPU's stacks in stall warningsPaul E. McKenney1-0/+2
2012-10-23rcu: Remove rcu_switch()Frederic Weisbecker1-8/+0
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-43/+1
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-0/+3
2012-10-09oom: remove deprecated oom_adjDavidlohr Bueso1-1/+0
2012-10-06coredump: update coredump-related headersAlex Kelly1-1/+0
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2012-10-02coredump: move core dump functionality into its own fileAlex Kelly1-0/+1
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+3
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2012-10-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+2
2012-10-01Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2012-09-30preparation for generic kernel_thread()Al Viro1-0/+3
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2012-09-26rcu: Switch task's syscall hooks on context switchFrederic Weisbecker1-0/+8
2012-09-24net: use a per task frag allocatorEric Dumazet1-0/+3
2012-09-17userns: Convert the audit loginuid to be a kuidEric W. Biederman1-1/+1
2012-09-16Revert "sched: Improve scalability via 'CPU buddies', which withstand random perturbations"Linus Torvalds1-1/+0
2012-09-15uprobes: Introduce MMF_RECALC_UPROBESOleg Nesterov1-1/+2
2012-09-13sched/nohz: Clean up select_nohz_load_balancer()Alex Shi1-2/+2
2012-09-13sched: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSWPeter Zijlstra1-5/+0