summaryrefslogtreecommitdiff
path: root/include/linux/sched.h
AgeCommit message (Expand)AuthorFilesLines
2020-04-24signal: Extend exec_id to 64bitsEric W. Biederman1-2/+2
2019-12-21sched/core: Add try_get_task_stack() and put_task_stack()Andy Lutomirski1-0/+16
2019-12-21sched/core: Allow putting thread_info into task_structAndy Lutomirski1-2/+34
2019-08-04sched/fair: Don't free p->numa_faults with concurrent readersJann Horn1-2/+2
2019-06-11userfaultfd: don't pin the user memory in userfaultfd_file_create()Oleg Nesterov1-1/+6
2019-05-16x86/speculation: Add prctl() control for indirect branch speculationThomas Gleixner1-0/+9
2018-12-13exec: avoid gcc-8 warning for get_task_commArnd Bergmann1-1/+6
2018-09-19mm: get rid of vmacache_flush_all() entirelyLinus Torvalds1-1/+1
2018-07-25prctl: Add force disable speculationThomas Gleixner1-0/+9
2018-01-31sched/deadline: Use the revised wakeup rule for suspending constrained dl tasksDaniel Bristot de Oliveira1-0/+1
2017-08-25pids: make task_tgid_nr_ns() safeOleg Nesterov1-23/+27
2017-08-11signal: protect SIGNAL_UNKILLABLE from unintentional clearing.Jamie Iles1-0/+10
2017-04-21cgroup, kthread: close race window where new kthreads can be migrated to non-...Tejun Heo1-0/+4
2017-01-06ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman1-0/+1
2016-06-08pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau1-0/+1
2016-01-31unix: properly account for FDs passed over unix socketswilly tarreau1-0/+1
2016-01-06sched/core: Fix unserialized r-m-w scribbling stuffPeter Zijlstra1-5/+6
2016-01-06sched/core: Check tgid in is_global_init()Sergey Senozhatsky1-2/+3
2015-11-10Merge tag 'libnvdimm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+3
2015-11-09coredump: add DAX filtering for ELF coredumpsRoss Zwisler1-1/+3
2015-11-07signal: introduce kernel_signal_stop() to fix jffs2_garbage_collect_thread()Oleg Nesterov1-0/+10
2015-11-07signal: turn dequeue_signal_lock() into kernel_dequeue_signal()Oleg Nesterov1-5/+6
2015-11-07signals: kill block_all_signals() and unblock_all_signals()Oleg Nesterov1-6/+1
2015-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-7/+10
2015-11-06memcg: punt high overage reclaim to return-to-userland pathTejun Heo1-0/+3
2015-11-06memcg: flatten task_struct->memcg_oomTejun Heo1-7/+6
2015-11-06kernel/watchdog.c: add sysctl knob hardlockup_panicDon Zickus1-0/+1
2015-11-06Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-12/+0
2015-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2015-11-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-16/+20
2015-11-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+6
2015-10-19Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo 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-13bpf: 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...Ingo Molnar1-0/+12
2015-09-23sched/core: Make 'sched_domain_topology' declaration staticJuergen Gross1-2/+0
2015-09-21rcu: 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 percp...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-05mm: defer flush of writable TLB entriesMel Gorman1-0/+7
2015-09-05mm: send one IPI per CPU to TLB flush all entries after unmapping pagesMel Gorman1-0/+16
2015-09-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus 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