aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched
AgeCommit message (Expand)Author
2020-07-11sched/core: Fix illegal RCU from offline CPUsPeter Zijlstra
2020-05-15timers/nohz: Update NOHZ load in remote tickPeter Zijlstra (Intel)
2020-05-15timers/nohz: fix implicit dependency on "struct rq"Paul Gortmaker
2020-02-24cpufreq: Avoid leaving stale IRQ work items during CPU offlineRafael J. Wysocki
2020-01-19signal: simplify set_user_sigmask/restore_user_sigmaskOleg Nesterov
2019-11-09sched/membarrier: Call sync_core only before usermode for same mmMathieu Desnoyers
2019-08-04sched/fair: Don't free p->numa_faults with concurrent readersJann Horn
2019-07-26signal/usb: Replace kill_pid_info_as_cred with kill_pid_usb_asyncioEric W. Biederman
2019-06-13coredump: fix race condition between collapse_huge_page() and core dumpingAndrea Arcangeli
2019-05-14include/linux/sched/signal.h: replace `tsk' with `task'Andrei Vagin
2019-05-09Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2019-05-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-05-06Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-05-03Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2019-04-30fork: Provide a function for copying init_mmNadav Amit
2019-04-19cgroup: cgroup v2 freezerRoman Gushchin
2019-04-19coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli
2019-04-10keys: safe concurrent user->{session,uid}_keyring accessJann Horn
2019-04-03sched_domain: Annotate RCU pointers properlyJoel Fernandes (Google)
2019-03-29ptrace: take into account saved_sigmask in PTRACE{GET,SET}SIGMASKAndrei Vagin
2019-03-08Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-03-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-03-05mm/cma: add PF flag to force non cma allocAneesh Kumar K.V
2019-02-28Add io_uring IO interfaceJens Axboe
2019-02-11sched/topology: Fix percpu data types in struct sd_data & struct s_dataLuc Van Oostenryck
2019-02-11Merge tag 'v5.0-rc6' into sched/core, to pick up fixesIngo Molnar
2019-02-04sched/wake_q: Reduce reference counting for special usersDavidlohr Bueso
2019-02-04sched/core: Convert task_struct.stack_refcount to refcount_tElena Reshetova
2019-02-04sched/core: Convert task_struct.usage to refcount_tElena Reshetova
2019-02-04sched/core: Convert signal_struct.sigcnt to refcount_tElena Reshetova
2019-02-04sched/core: Convert sighand_struct.count to refcount_tElena Reshetova
2019-02-01oom, oom_reaper: do not enqueue same task twiceTetsuo Handa
2019-01-27sched/topology: Introduce a sysctl for Energy Aware SchedulingQuentin Perret
2019-01-21sched/wake_q: Document wake_q_add()Peter Zijlstra
2019-01-04fork: fix some -Wmissing-prototypes warningsYi Wang
2018-12-11sched/cpufreq: Prepare schedutil for Energy Aware SchedulingQuentin Perret
2018-12-11sched/topology: Relocate arch_scale_cpu_capacity() to the internal headerQuentin Perret
2018-12-11sched/topology: Remove the ::smt_gain field from 'struct sched_domain'Vincent Guittot
2018-12-03sched: Fix various typos in commentsIngo Molnar
2018-11-28x86/speculation: Rework SMT state changeThomas Gleixner
2018-11-28sched/smt: Expose sched_smt_present static keyThomas Gleixner
2018-10-30Merge tag 'pm-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2018-10-26sched: loadavg: make calc_load_n() publicJohannes Weiner
2018-10-26sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner
2018-10-25cpuidle: menu: Remove get_loadavg() from the performance multiplierDaniel Lezcano
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman
2018-09-11signal: Remove SEND_SIG_FORCEDEric W. Biederman
2018-09-11signal: Remove the siginfo paramater from kernel_dqueue_signalEric W. Biederman