summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
AgeCommit message (Expand)AuthorLines
2021-09-08mm/hugetlb: initialize hugetlb_usage in mm_initLiu Zixian-0/+1
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds-2/+0
2021-09-08kernel/fork.c: unexport get_{mm,task}_exe_fileChristoph Hellwig-2/+0
2021-09-04Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxLinus Torvalds-11/+84
2021-09-03mm: remove VM_DENYWRITEDavid Hildenbrand-3/+0
2021-09-03kernel/fork: always deny write access to current MM exe_fileDavid Hildenbrand-6/+44
2021-09-03kernel/fork: factor out replacing the current MM exe_fileDavid Hildenbrand-3/+41
2021-08-31Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-0/+1
2021-08-30Merge tag 'sched-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+2
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+4
2021-08-23ucounts: Fix regression preventing increasing of rlimits in init_user_nsEric W. Biederman-4/+4
2021-08-20sched: Introduce task_struct::user_cpus_ptr to track requested affinityWill Deacon-0/+2
2021-07-16bpf: Add ambient BPF runtime context stored in currentAndrii Nakryiko-0/+1
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+0
2021-06-29mm: gup: pack has_pinned in MMF_HAS_PINNEDAndrea Arcangeli-1/+0
2021-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-4/+14
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+8
2021-06-27Revert "signal: Allow tasks to cache one sigqueue struct"Linus Torvalds-1/+0
2021-06-18sched: Change task_struct::statePeter Zijlstra-2/+2
2021-05-26sched: Stop PF_NO_SETAFFINITY from being inherited by various init system thr...Frederic Weisbecker-1/+1
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider-1/+1
2021-05-12sched: Inherit task cookie on fork()Peter Zijlstra-0/+3
2021-05-12sched: Trivial core scheduling cookie managementPeter Zijlstra-0/+1
2021-05-06kernel/fork.c: fix typosXiaofeng Cao-4/+4
2021-05-06kernel/fork.c: simplify copy_mm()Rolf Eike Beer-11/+4
2021-04-30ucounts: Set ucount_max to the largest positive value the type can holdAlexey Gladkov-4/+4
2021-04-30Reimplement RLIMIT_MEMLOCK on top of ucountsAlexey Gladkov-0/+1
2021-04-30Reimplement RLIMIT_SIGPENDING on top of ucountsAlexey Gladkov-0/+1
2021-04-30Reimplement RLIMIT_MSGQUEUE on top of ucountsAlexey Gladkov-0/+1
2021-04-30Reimplement RLIMIT_NPROC on top of ucountsAlexey Gladkov-4/+5
2021-04-30Add a reference to ucounts for each credAlexey Gladkov-0/+6
2021-04-30mm: memcontrol: fix kernel stack accountMuchun Song-5/+8
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-0/+5
2021-04-28Merge tag 'for-5.13/io_uring-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+2
2021-04-28Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+1
2021-04-28Merge tag 'perf-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2021-04-25kernel: always initialize task->pf_io_worker to NULLStefan Metzmacher-0/+1
2021-04-20Merge tag 'v5.12-rc8' into sched/core, to pick up fixesIngo Molnar-8/+16
2021-04-16perf: Support only inheriting events if cloned with CLONE_THREADMarco Elver-1/+1
2021-04-14signal: Allow tasks to cache one sigqueue structThomas Gleixner-0/+1
2021-04-11kernel: allow fork with TIF_NOTIFY_SIGNAL pendingJens Axboe-1/+1
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-8/+8
2021-03-28Merge tag 'io_uring-5.12-2021-03-27' of git://git.kernel.dk/linux-blockLinus Torvalds-8/+8
2021-03-27kernel: stop masking signals in create_io_thread()Jens Axboe-8/+8
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-0/+8
2021-03-19Merge tag 'io_uring-5.12-2021-03-19' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+0
2021-03-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds-0/+8
2021-03-13mm/fork: clear PASID for new mmFenghua Yu-0/+8
2021-03-12io_uring: allow IO worker threads to be frozenJens Axboe-1/+0
2021-03-10kernel: make IO threads unfreezable by defaultJens Axboe-0/+1