aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-10Merge tag 'libnvdimm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-1/+3
2015-11-09coredump: add DAX filtering for ELF coredumpsRoss Zwisler1-1/+3
2015-11-06signal: introduce kernel_signal_stop() to fix jffs2_garbage_collect_thread()Oleg Nesterov1-0/+10
2015-11-06signal: turn dequeue_signal_lock() into kernel_dequeue_signal()Oleg Nesterov1-5/+6
2015-11-06signals: kill block_all_signals() and unblock_all_signals()Oleg Nesterov1-6/+1
2015-11-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-7/+10
2015-11-05memcg: punt high overage reclaim to return-to-userland pathTejun Heo1-0/+3
2015-11-05memcg: flatten task_struct->memcg_oomTejun Heo1-7/+6
2015-11-05kernel/watchdog.c: add sysctl knob hardlockup_panicDon Zickus1-0/+1
2015-11-05Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-12/+0
2015-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2015-11-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-16/+20
2015-11-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+6
2015-10-19Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-4/+6
2015-10-15posix_cpu_timer: Reduce unnecessary sighand lock contentionJason Low1-0/+3
2015-10-15posix_cpu_timer: Convert cputimer->running to boolJason Low1-3/+3
2015-10-12bpf: charge user for creation of BPF maps and programsAlexei Starovoitov1-1/+1
2015-10-06sched/core: Create preempt_count invariantPeter Zijlstra1-5/+12
2015-10-06sched/core: Simplify INIT_PREEMPT_COUNTPeter Zijlstra1-6/+5
2015-10-06Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying new changesIngo Molnar1-0/+12
2015-09-23sched/core: Make 'sched_domain_topology' declaration staticJuergen Gross1-2/+0
2015-09-20rcu: Use single-stage IPI algorithm for RCU expedited grace periodPaul E. McKenney1-4/+6
2015-09-16sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsemTejun Heo1-12/+0
2015-09-16Revert "sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsem"Tejun Heo1-0/+12
2015-09-13sched/fair: Make utilization tracking CPU scale-invariantDietmar Eggemann1-1/+1
2015-09-13sched/fair: Make load tracking frequency scale-invariantDietmar Eggemann1-3/+3
2015-09-04mm: defer flush of writable TLB entriesMel Gorman1-0/+7
2015-09-04mm: send one IPI per CPU to TLB flush all entries after unmapping pagesMel Gorman1-0/+16
2015-08-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-55/+43
2015-08-12sched: Fix a race between __kthread_bind() and sched_setaffinity()Peter Zijlstra1-7/+0
2015-08-03sched/fair: Rewrite runnable load and utilization average trackingYuyang Du1-23/+18
2015-08-03sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()Konstantin Khlebnikov1-6/+0
2015-08-03sched/fair: Beef up wake_wide()Mike Galbraith1-2/+2
2015-08-03sched/cputime: Guarantee stime + utime == rtimePeter Zijlstra1-17/+23
2015-07-18x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on x86Ingo Molnar1-1/+5
2015-07-18x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen1-2/+10
2015-07-04Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+3
2015-07-04sched/debug: Move print_cfs_rq() declaration to kernel/sched/sched.hSrikar Dronamraju1-2/+0
2015-07-04sched/stat: Simplify the sched_info accounting dependencyNaveen N. Rao1-3/+3
2015-06-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+0
2015-06-26Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-48/+17
2015-06-25clone: support passing tls argument via C rather than pt_regs magicJosh Triplett1-0/+15
2015-06-22Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+1
2015-06-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-27/+91
2015-06-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+4
2015-06-22Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2015-06-19timer: Reduce timer migration overhead if disabledThomas Gleixner1-5/+1
2015-06-04signals: don't abuse __flush_signals() in selinux_bprm_committed_creds()Oleg Nesterov1-1/+0
2015-05-26sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsemTejun Heo1-12/+0