index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
fork.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+5
2021-03-04
kernel: provide create_io_thread() helper
Jens Axboe
1
-0
/
+30
2021-02-26
bpf: Enable task local storage for tracing programs
Song Liu
1
-0
/
+5
2021-01-11
Kernel: fork.c: Fix coding style: Do not use {} around single-line statements
Alexander Guril
1
-4
/
+2
2020-12-22
kasan: rename (un)poison_shadow to (un)poison_range
Andrey Konovalov
1
-2
/
+2
2020-12-15
Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
1
-3
/
+3
2020-12-15
Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
1
-6
/
+6
2020-12-15
Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-3
/
+4
2020-12-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+2
2020-12-15
mm: memcg/slab: rename *_lruvec_slab_state to *_lruvec_kmem_state
Muchun Song
1
-1
/
+1
2020-12-15
mm/gup: prevent gup_fast from racing with COW during fork
Jason Gunthorpe
1
-0
/
+1
2020-12-14
Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+1
2020-12-14
Merge tag 'perf-kprobes-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+4
2020-12-14
Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-4
/
+5
2020-12-10
exec: Transform exec_update_mutex into a rw_semaphore
Eric W. Biederman
1
-3
/
+3
2020-12-10
exec: Simplify unshare_files
Eric W. Biederman
1
-6
/
+6
2020-12-02
mm: memcontrol: Use helpers to read page's memcg data
Roman Gushchin
1
-3
/
+4
2020-12-02
kernel: Implement selective syscall userspace redirection
Gabriel Krisman Bertazi
1
-0
/
+1
2020-11-24
sched: highmem: Store local kmaps in task struct
Thomas Gleixner
1
-0
/
+1
2020-11-16
ptrace: Migrate TIF_SYSCALL_EMU to use SYSCALL_WORK flag
Gabriel Krisman Bertazi
1
-2
/
+2
2020-11-16
ptrace: Migrate to use SYSCALL_TRACE flag
Gabriel Krisman Bertazi
1
-1
/
+1
2020-11-16
seccomp: Migrate to use SYSCALL_WORK flag
Gabriel Krisman Bertazi
1
-1
/
+1
2020-11-08
fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parent
Eddy Wu
1
-5
/
+5
2020-11-07
Merge branch 'linus' into perf/kprobes
Ingo Molnar
1
-12
/
+40
2020-10-16
kernel/: fix repeated words in comments
Randy Dunlap
1
-1
/
+1
2020-10-16
mm: use helper function put_write_access()
Miaohe Lin
1
-1
/
+1
2020-10-14
Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
Linus Torvalds
1
-8
/
+8
2020-10-13
mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessary
Suren Baghdasaryan
1
-0
/
+21
2020-10-13
mm: remove src/dst mm parameter in copy_page_range()
Peter Xu
1
-1
/
+1
2020-10-13
mm: use helper function mapping_allow_writable()
Miaohe Lin
1
-1
/
+1
2020-10-12
kprobes: Remove kretprobe hash
Peter Zijlstra
1
-0
/
+4
2020-09-30
io_uring: don't rely on weak ->files references
Jens Axboe
1
-0
/
+6
2020-09-27
mm/fork: Pass new vma pointer into copy_page_range()
Peter Xu
1
-1
/
+1
2020-09-27
mm: Introduce mm_struct.has_pinned
Peter Xu
1
-0
/
+1
2020-09-05
fork: adjust sysctl_max_threads definition to match prototype
Tobias Klauser
1
-1
/
+1
2020-08-20
fork: introduce kernel_clone()
Christian Brauner
1
-8
/
+8
2020-08-10
Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2020-08-07
kasan: don't tag stacks allocated with pagealloc
Andrey Konovalov
1
-1
/
+2
2020-08-07
mm: memcontrol: account kernel stack per node
Shakeel Butt
1
-37
/
+14
2020-08-04
Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
Linus Torvalds
1
-5
/
+6
2020-08-04
Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
Linus Torvalds
1
-51
/
+16
2020-08-04
Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
1
-5
/
+1
2020-08-04
Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
1
-1
/
+0
2020-08-03
Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+1
2020-08-01
Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into locking/core
Ingo Molnar
1
-1
/
+7
2020-07-31
lockdep: Refactor IRQ trace events fields into struct
Marco Elver
1
-11
/
+5
2020-07-29
sched: tasks: Use sequence counter with associated spinlock
Ahmed S. Darwish
1
-1
/
+1
2020-07-29
sched/uclamp: Add a new sysctl to control RT default boost value
Qais Yousef
1
-0
/
+1
2020-07-10
seccomp: release filter after task is fully dead
Christian Brauner
1
-1
/
+0
2020-07-10
lockdep: Change hardirq{s_enabled,_context} to per-cpu variables
Peter Zijlstra
1
-3
/
+1
[prev]
[next]