index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
fork.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-21
Revert "pidfd: prevent creation of pidfds for kthreads"
Christian Brauner
1
-22
/
+3
2024-08-12
pidfd: prevent creation of pidfds for kthreads
Christian Brauner
1
-3
/
+22
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
1
-1
/
+1
2024-07-21
Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-3
/
+4
2024-07-21
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-9
/
+9
2024-07-16
Merge tag 'linux_kselftest-kunit-6.11-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-0
/
+3
2024-07-16
Merge tag 'asm-generic-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+5
2024-07-10
kernel/fork.c: put set_max_threads()/task_struct_whitelist() in __init section
Wei Yang
1
-2
/
+2
2024-07-10
kernel/fork.c: get totalram_pages from memblock to calculate max_threads
Wei Yang
1
-1
/
+2
2024-07-10
clone3: drop __ARCH_WANT_SYS_CLONE3 macro
Arnd Bergmann
1
-3
/
+5
2024-07-04
get_task_mm: check PF_KTHREAD lockless
Oleg Nesterov
1
-6
/
+5
2024-06-24
fork: use this_cpu_try_cmpxchg() in try_release_thread_stack_to_cache()
Uros Bizjak
1
-3
/
+4
2024-06-14
kunit: test: Add vm_mmap() allocation resource manager
Kees Cook
1
-0
/
+3
2024-06-03
fs: don't block i_writecount during exec
Christian Brauner
1
-23
/
+3
2024-04-25
mm: rename mm_put_huge_zero_page to mm_put_huge_zero_folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2024-04-16
fork: defer linking file vma until vma is fully initialized
Miaohe Lin
1
-16
/
+17
2024-03-11
Merge tag 'rcu.next.v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bo...
Linus Torvalds
1
-0
/
+1
2024-03-11
Merge tag 'vfs-6.9.pidfd' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-127
/
+20
2024-03-01
pidfd: add pidfs
Christian Brauner
1
-11
/
+2
2024-02-28
pidfd: move struct pidfd_fops
Christian Brauner
1
-110
/
+0
2024-02-25
rcu-tasks: Initialize data to eliminate RCU-tasks/do_exit() deadlocks
Paul E. McKenney
1
-0
/
+1
2024-02-10
pidfd: change pidfd_send_signal() to respect PIDFD_THREAD
Oleg Nesterov
1
-2
/
+0
2024-02-06
pidfd: clone: allow CLONE_THREAD | CLONE_PIDFD together
Oleg Nesterov
1
-3
/
+4
2024-02-02
pidfd_poll: report POLLHUP when pid_task() == NULL
Oleg Nesterov
1
-15
/
+7
2024-02-02
pidfd: implement PIDFD_THREAD flag for pidfd_open()
Oleg Nesterov
1
-7
/
+31
2024-02-02
pidfd: cleanup the usage of __pidfd_prepare's flags
Oleg Nesterov
1
-6
/
+3
2024-02-02
fork: Using clone_flags for legacy clone check
Wang Jinchao
1
-2
/
+2
2024-01-24
exec: Distinguish in_execve from in_exec
Kees Cook
1
-0
/
+1
2024-01-18
Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2024-01-10
Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
1
-0
/
+2
2024-01-09
Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-27
/
+1
2024-01-05
mm/mglru: add CONFIG_LRU_GEN_WALKS_MMU
Kinsey Ho
1
-1
/
+1
2023-12-27
rseq: Split out rseq.h from sched.h
Kent Overstreet
1
-0
/
+1
2023-12-20
kernel/fork.c: add missing include
Kent Overstreet
1
-0
/
+1
2023-12-20
fork: remove redundant TASK_UNINTERRUPTIBLE
Kevin Hao
1
-1
/
+1
2023-12-12
iommu: Change kconfig around IOMMU_SVA
Jason Gunthorpe
1
-1
/
+1
2023-12-10
arch: remove ARCH_TASK_STRUCT_ALLOCATOR
Heiko Carstens
1
-6
/
+0
2023-12-10
arch: remove ARCH_THREAD_STACK_ALLOCATOR
Heiko Carstens
1
-20
/
+0
2023-12-10
fork: use __mt_dup() to duplicate maple tree in dup_mmap()
Peng Zhang
1
-11
/
+29
2023-11-02
Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-3
/
+0
2023-11-02
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-6
/
+2
2023-11-01
Merge tag 'docs-6.7' of git://git.lwn.net/linux
Linus Torvalds
1
-4
/
+11
2023-11-01
Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2023-10-19
file: convert to SLAB_TYPESAFE_BY_RCU
Christian Brauner
1
-3
/
+1
2023-10-18
mm: drop the assumption that VM_SHARED always implies writable
Lorenzo Stoakes
1
-1
/
+1
2023-10-10
fork: Fix kernel-doc
Matthew Wilcox (Oracle)
1
-4
/
+11
2023-10-06
mm: add a NO_INHERIT flag to the PR_SET_MDWE prctl
Florent Revest
1
-1
/
+1
2023-10-04
kill task_struct->thread_group
Oleg Nesterov
1
-3
/
+0
2023-10-04
mm: remove remnants of SPLIT_RSS_COUNTING
Mateusz Guzik
1
-4
/
+0
2023-09-11
arch: Remove Itanium (IA-64) architecture
Ard Biesheuvel
1
-1
/
+1
[next]