aboutsummaryrefslogtreecommitdiff
path: root/include/linux/sched.h
AgeCommit message (Expand)Author
2013-08-13sched: Consider pi boosting in setschedulerThomas Gleixner
2013-08-13sched: Add support for lazy preemptionThomas Gleixner
2013-08-13softirq: Split softirq locksThomas Gleixner
2013-08-13softirq: Make serving softirqs a task flagThomas Gleixner
2013-08-13sched: Better debug output for might sleepThomas Gleixner
2013-08-13cpu/rt: Rework cpu down for PREEMPT_RTSteven Rostedt
2013-08-13mm, rt: kmap_atomic schedulingPeter Zijlstra
2013-08-13softirq-local-lock.patchThomas Gleixner
2013-08-13sched: teach migrate_disable about atomic contextsPeter Zijlstra
2013-08-13sched: Generic migrate_disablePeter Zijlstra
2013-08-13sched-migrate-disable.patchThomas Gleixner
2013-08-13stomp-machine-mark-stomper-thread.patchThomas Gleixner
2013-08-13cond-resched-lock-rt-tweak.patchThomas Gleixner
2013-08-13cond-resched-softirq-fix.patchThomas Gleixner
2013-08-13sched-rt-mutex-wakeup.patchThomas Gleixner
2013-08-13sched-mmdrop-delayed.patchThomas Gleixner
2013-08-13sched-delay-put-task.patchThomas Gleixner
2013-08-13posix-timers: thread posix-cpu-timers on -rtJohn Stultz
2013-08-13latency-hist.patchCarsten Emde
2013-08-13mm: pagefault_disabled()Peter Zijlstra
2013-08-13mm: Prepare decoupling the page fault disabling logicIngo Molnar
2013-08-13signal/x86: Delay calling signals in atomicOleg Nesterov
2013-08-13signals: Allow rt tasks to cache one sigqueue structThomas Gleixner
2013-05-07exec: do not abuse ->cred_guard_mutex in threadgroup_lock()Oleg Nesterov
2013-04-25kthread: Prevent unpark race which puts threads on the wrong cpuThomas Gleixner
2013-01-22ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()Oleg Nesterov
2013-01-16module, async: async_synchronize_full() on module init iff async is usedTejun Heo
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro
2012-12-18memcg: skip memcg kmem allocations in specified code regionsGlauber Costa
2012-12-17pidns: remove unused is_container_init()Gao feng
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-12-13Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-12-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-12-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-12-11mm, oom: fix race when specifying a thread as the oom originDavid Rientjes
2012-12-11mm, oom: change type of oom_score_adj to shortDavid Rientjes
2012-12-11mm: sched: numa: Control enabling and disabling of NUMA balancingMel Gorman
2012-12-11mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrateMel Gorman
2012-12-11mm: sched: numa: Implement slow start for working set samplingPeter Zijlstra
2012-12-11mm: sched: numa: Implement constant, per task Working Set Sampling (WSS) ratePeter Zijlstra
2012-12-11mm: numa: Add fault driven placement and migrationPeter Zijlstra
2012-11-29flagday: kill pt_regs argument of do_fork()Al Viro
2012-11-28flagday: don't pass regs to copy_thread()Al Viro
2012-11-28get rid of pt_regs argument of do_execve()Al Viro
2012-11-28kill daemonize()Al Viro
2012-11-28cputime: Consolidate cputime adjustment codeFrederic Weisbecker
2012-11-28cputime: Rename thread_group_times to thread_group_cputime_adjustedFrederic Weisbecker
2012-11-27sched: add notifier for cross-cpu migrationsMarcelo Tosatti