Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-12kernel: exit: cleanup release_thread()Kefeng Wang
2022-07-11fix race between exit_itimers() and /proc/pid/timersOleg Nesterov
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman
2022-05-07fork: Explicity test for idle tasks in copy_threadEric W. Biederman
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman
2022-05-06kthread: Don't allocate kthread_struct for init and umhEric W. Biederman
2022-03-15exit: Mark do_group_exit() __noreturnPeter Zijlstra
2022-02-19sched: Fix yet more sched_fork() racesPeter Zijlstra
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman
2021-11-20shm: extend forced shm destroy to support objects from several IPC nsesAlexander Mikhalitsyn
2021-10-14kernel/sched: Fix sched_fork() access an invalid sched_task_groupZhang Qiao
2021-03-05kernel: provide create_io_thread() helperJens Axboe
2020-11-03sched: Un-hide lockdep_tasklist_lock_is_held() for !LOCKDEPJakub Kicinski
2020-08-20sched: remove _do_fork()Christian Brauner
2020-08-20fork: introduce kernel_clone()Christian Brauner
2020-08-12kernel: add a kernel_wait helperChristoph Hellwig
2020-08-05Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds
2020-08-04Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-29sched/uclamp: Add a new sysctl to control RT default boost valueQais Yousef
2020-07-24tasks: add put_task_struct_many()Pavel Begunkov
2020-07-05arch: rename copy_thread_tls() back to copy_thread()Christian Brauner
2020-07-05arch: remove HAVE_COPY_THREAD_TLSChristian Brauner
2020-07-05fork: remove do_fork()Christian Brauner
2020-06-22fork: fold legacy_clone_args_valid() into _do_fork()Christian Brauner
2020-02-13clone3: allow spawning processes into cgroupsChristian Brauner
2019-11-16fork: extend clone3() to support setting a PIDAdrian Reber
2019-09-25tasks, sched/core: With a grace period after finish_task_switch(), remove unn...Eric W. Biederman
2019-09-25tasks: Add a count of task RCU usersEric W. Biederman
2019-07-25sched/core: Convert get_task_struct() to return the taskMatthew Wilcox (Oracle)
2019-07-14clone: fix CLONE_PIDFD supportDmitry V. Levin
2019-06-09fork: add clone3Christian Brauner
2019-04-30fork: Provide a function for copying init_mmNadav Amit
2019-02-04sched/core: Convert task_struct.usage to refcount_tElena Reshetova
2019-01-05fork: fix some -Wmissing-prototypes warningsYi Wang
2018-07-22alpha: fix osf_wait4() breakageAl Viro
2018-01-15fork: Provide usercopy whitelisting for task_structKees Cook
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-10sched/core: Remove unnecessary initialization init_idle_bootup_task()Cheng Jian
2017-07-06Merge branch 'work.sys_wait' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-06-20sched/core: Drop the unused try_get_task_struct() helper functionDavidlohr Bueso
2017-05-21osf_wait4: switch to kernel_wait4()Al Viro
2017-03-03sched/headers: Move the sched_exec() prototype to <linux/sched/task.h>Ingo Molnar
2017-03-03sched/headers: Move the get_task_struct()/put_task_struct() and related APIs ...Ingo Molnar
2017-03-03sched/headers: Move exit_files() and exit_itimers() from <linux/sched.h> to <...Ingo Molnar
2017-03-03sched/headers: Move the task_lock()/unlock() APIs to <linux/sched/task.h>Ingo Molnar
2017-03-03sched/headers: Move 'init_task' and 'init_thread_union' from <linux/sched.h> ...Ingo Molnar
2017-03-03sched/headers, RCU: Move rcu_copy_process() from <linux/sched/task.h> to kern...Ingo Molnar
2017-03-03sched/headers: Move task lifetime APIs from <linux/sched.h> to <linux/sched/t...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar