| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'percpu-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 2023-09-02 | 1 | -11/+4 |
|\ |
|
| * | kernel/fork: group allocation/free of per-cpu counters for mm struct | Mateusz Guzik | 2023-08-25 | 1 | -11/+4 |
* | | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2023-08-29 | 1 | -13/+9 |
|\ \ |
|
| * | | kernel/fork: stop playing lockless games for exe_file replacement | Mateusz Guzik | 2023-08-21 | 1 | -13/+9 |
| |/ |
|
* / | kernel/fork: beware of __put_task_struct() calling context | Wander Lairson Costa | 2023-07-13 | 1 | -0/+8 |
|/ |
|
* | fork: lock VMAs of the parent process when forking | Suren Baghdasaryan | 2023-07-08 | 1 | -0/+1 |
* | Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2023-06-28 | 1 | -7/+3 |
|\ |
|
| * | fork: optimize memcg_charge_kernel_stack() a bit | Haifeng Xu | 2023-06-10 | 1 | -7/+3 |
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2023-06-08 | 1 | -1/+1 |
|\ \ |
|
| * | | bpf: Fix UAF in task local storage | KP Singh | 2023-06-02 | 1 | -1/+1 |
| |/ |
|
* / | fork, vhost: Use CLONE_THREAD to fix freezer/ps regression | Mike Christie | 2023-06-01 | 1 | -8/+5 |
|/ |
|
* | Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2023-04-30 | 1 | -0/+1 |
|\ |
|
| *-. | Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ... | Joerg Roedel | 2023-04-14 | 1 | -0/+1 |
| |\ \ |
|
| | | * | iommu/sva: Move PASID helpers to sva code | Jacob Pan | 2023-03-31 | 1 | -0/+1 |
| | |/ |
|
* | | | Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace... | Linus Torvalds | 2023-04-29 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | tracing/user_events: Track fork/exec/exit for mm lifetime | Beau Belgrave | 2023-03-29 | 1 | -0/+2 |
| | |/
| |/| |
|
* | | | Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2023-04-28 | 1 | -1/+8 |
|\ \ \ |
|
| * | | | sched: Fix performance regression introduced by mm_cid | Mathieu Desnoyers | 2023-04-21 | 1 | -1/+8 |
| | |/
| |/| |
|
* | | | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2023-04-28 | 1 | -13/+150 |
|\ \ \ |
|
| * \ \ | sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changes | Andrew Morton | 2023-04-18 | 1 | -0/+1 |
| |\ \ \ |
|
| * \ \ \ | sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changes | Andrew Morton | 2023-04-16 | 1 | -0/+3 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| * | | | | sched/numa: apply the scan delay to every new vma | Mel Gorman | 2023-04-06 | 1 | -0/+2 |
| * | | | | mm: separate vma->lock from vm_area_struct | Suren Baghdasaryan | 2023-04-06 | 1 | -14/+59 |
| * | | | | mm/mmap: free vm_area_struct without call_rcu in exit_mmap | Suren Baghdasaryan | 2023-04-06 | 1 | -1/+1 |
| * | | | | kernel/fork: assert no VMA readers during its destruction | Suren Baghdasaryan | 2023-04-06 | 1 | -0/+3 |
| * | | | | mm: add per-VMA lock and helper functions to control it | Suren Baghdasaryan | 2023-04-06 | 1 | -0/+4 |
| * | | | | mm: rcu safe VMA freeing | Michel Lespinasse | 2023-04-06 | 1 | -1/+19 |
| * | | | | lazy tlb: shoot lazies, non-refcounting lazy tlb mm reference handling scheme | Nicholas Piggin | 2023-03-29 | 1 | -0/+65 |
* | | | | | Merge tag 'v6.4/pidfd.file' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2023-04-24 | 1 | -11/+87 |
|\ \ \ \ \ |
|
| * | | | | | fork: use pidfd_prepare() | Christian Brauner | 2023-04-03 | 1 | -11/+2 |
| * | | | | | pid: add pidfd_prepare() | Christian Brauner | 2023-04-03 | 1 | -0/+85 |
| |/ / / / |
|
* | | | | | Merge tag 'v6.4/kernel.user_worker' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2023-04-24 | 1 | -4/+21 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | fork: allow kernel code to call copy_process | Mike Christie | 2023-03-12 | 1 | -1/+1 |
| * | | | | fork: Add kernel_clone_args flag to ignore signals | Mike Christie | 2023-03-12 | 1 | -0/+3 |
| * | | | | fork: add kernel_clone_args flag to not dup/clone files | Mike Christie | 2023-03-12 | 1 | -2/+8 |
| * | | | | fork/vm: Move common PF_IO_WORKER behavior to new flag | Mike Christie | 2023-03-12 | 1 | -0/+3 |
| * | | | | kernel: Allow a kernel thread's name to be set in copy_process | Mike Christie | 2023-03-12 | 1 | -1/+6 |
* | | | | | mm: fix memory leak on mm_init error handling | Mathieu Desnoyers | 2023-04-18 | 1 | -0/+1 |
| |_|/ /
|/| | | |
|
* | | | | mm: enable maple tree RCU mode by default | Liam R. Howlett | 2023-04-06 | 1 | -0/+3 |
| |/ /
|/| | |
|
* | | | Merge tag 'xfs-6.3-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2023-03-25 | 1 | -5/+0 |
|\ \ \
| |_|/
|/| | |
|
| * | | fork: remove use of percpu_counter_sum_all | Dave Chinner | 2023-03-19 | 1 | -5/+0 |
| |/ |
|
* / | fork: allow CLONE_NEWTIME in clone3 flags | Tobias Klauser | 2023-03-08 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2023-02-24 | 1 | -13/+10 |
|\ |
|
| * | mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK | Suren Baghdasaryan | 2023-02-10 | 1 | -1/+1 |
| * | kernel/fork: convert vma assignment to a memcpy | Suren Baghdasaryan | 2023-02-10 | 1 | -1/+1 |
| * | kernel/fork: convert forking to using the vmi iterator | Liam R. Howlett | 2023-02-10 | 1 | -11/+8 |
* | | Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2023-02-21 | 1 | -1/+7 |
|\ \ |
|
| * | | sched: Introduce per-memory-map concurrency ID | Mathieu Desnoyers | 2022-12-27 | 1 | -1/+7 |
| |/ |
|
* / | blk-cgroup: store a gendisk to throttle in struct task_struct | Christoph Hellwig | 2023-02-03 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2022-12-17 | 1 | -19/+18 |
|\ |
|