Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
ec09c5eb491834d4011c72538e58d8b7096076bd
/
kernel
/
fork.c
e009bb3
mm: implement split page table lock for PMD level
by Kirill A. Shutemov
· 11 years ago
e1f56c8
mm: convert mm->nr_ptes to atomic_long_t
by Kirill A. Shutemov
· 11 years ago
39cf275
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
3ab6796
uprobes: Teach uprobe_copy_process() to handle CLONE_VFORK
by Oleg Nesterov
· 11 years ago
b68e074
uprobes: Change the callsite of uprobe_copy_process()
by Oleg Nesterov
· 11 years ago
5e1576e
sched/numa: Stay on the same node if CLONE_VM
by Rik van Riel
· 11 years ago
b726b7d
Revert "mm: sched: numa: Delay PTE scanning until a task is scheduled on a new node"
by Mel Gorman
· 11 years ago
9bf12df
Merge git://git.kvack.org/~bcrl/aio-next
by Linus Torvalds
· 11 years ago
ef0855d
mm: mempolicy: turn vma_set_policy() into vma_dup_policy()
by Oleg Nesterov
· 11 years ago
40a0d32
fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID checks
by Oleg Nesterov
· 11 years ago
5167246
pidns: kill the unnecessary CLONE_NEWPID in copy_process()
by Oleg Nesterov
· 11 years ago
e79f525
pidns: fix vfork() after unshare(CLONE_NEWPID)
by Oleg Nesterov
· 11 years ago
c7c4591
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 11 years ago
6e556ce
pidns: Don't have unshare(CLONE_NEWPID) imply CLONE_THREAD
by Eric W. Biederman
· 12 years ago
c2b1df2
Rename nsproxy.pid_ns to nsproxy.pid_ns_for_children
by Andy Lutomirski
· 11 years ago
dfa9771
microblaze: fix clone syscall
by Michal Simek
· 11 years ago
db446a0
aio: convert the ioctx list to table lookup v3
by Benjamin LaHaise
· 11 years ago
0db0628
kernel: delete __cpuinit usage from all core kernel files
by Paul Gortmaker
· 12 years ago
98d1e64
mm: remove free_area_cache
by Michel Lespinasse
· 11 years ago
18c830d
kernel/fork.c:copy_process(): consolidate the lockless CLONE_THREAD checks
by Oleg Nesterov
· 11 years ago
8190773
kernel/fork.c:copy_process(): don't add the uninitialized child to thread/task/pid lists
by Oleg Nesterov
· 11 years ago
80628ca
kernel/fork.c:copy_process(): unify CLONE_THREAD-or-thread_group_leader code
by Oleg Nesterov
· 11 years ago
b57922b
fork: reorder permissions when violating number of processes limits
by Eric Paris
· 11 years ago
ebb3727
Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
a27bb33
aio: don't include aio.h in sched.h
by Kent Overstreet
· 12 years ago
08d7676
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 12 years ago
16fa94b
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
cafe563
bcache: A block layer cache
by Kent Overstreet
· 12 years ago
e66eded
userns: Don't allow CLONE_NEWUSER | CLONE_FS
by Eric W. Biederman
· 12 years ago
9fbc42e
cputime: Dynamically scale cputime for full dynticks accounting
by Frederic Weisbecker
· 12 years ago
2cf0966
make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protect
by Al Viro
· 12 years ago
6f977e6
fork: unshare: remove dead code
by Alan Cox
· 12 years ago
d895cb1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
b2c77a5
Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/core
by Ingo Molnar
· 12 years ago
6a61671
cputime: Safely read cputime of full dynticks CPUs
by Frederic Weisbecker
· 12 years ago
3a142ed
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 12 years ago
b1e0318
sys_clone() needs asmlinkage_protect
by Al Viro
· 12 years ago
8382fca
pidns: Outlaw thread creation after unshare(CLONE_NEWPID)
by Eric W. Biederman
· 12 years ago
54d46ea
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 12 years ago
ae903ca
Bury the conditionals from kernel_thread/kernel_execve series
by Al Viro
· 12 years ago
2ad306b
fork: protect architectures where THREAD_SIZE >= PAGE_SIZE against fork bombs
by Glauber Costa
· 12 years ago
6a2b60b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
3d59eeb
Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma
by Linus Torvalds
· 12 years ago
9977d9b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 12 years ago
d206e09
Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 12 years ago
f57d54b
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
5bca230
mm: sched: numa: Delay PTE scanning until a task is scheduled on a new node
by Mel Gorman
· 12 years ago
e80d666
flagday: kill pt_regs argument of do_fork()
by Al Viro
· 12 years ago
18c26c2
death to idle_regs()
by Al Viro
· 12 years ago
62e791c
don't pass regs to copy_process()
by Al Viro
· 12 years ago
afa86fc
flagday: don't pass regs to copy_thread()
by Al Viro
· 12 years ago
d212504
generic sys_fork / sys_vfork / sys_clone
by Al Viro
· 12 years ago
d37f761d
cputime: Consolidate cputime adjustment code
by Frederic Weisbecker
· 12 years ago
b2e0d987
userns: Implement unshare of the user namespace
by Eric W. Biederman
· 12 years ago
5eaf563
userns: Allow unprivileged users to create user namespaces.
by Eric W. Biederman
· 13 years ago
50804fe
pidns: Support unsharing the pid namespace.
by Eric W. Biederman
· 15 years ago
1c4042c
pidns: Consolidate initialzation of special init task state
by Eric W. Biederman
· 14 years ago
0a01f2c
pidns: Make the pidns proc mount/umount logic obvious.
by Eric W. Biederman
· 12 years ago
17cf22c
pidns: Use task_active_pid_ns where appropriate
by Eric W. Biederman
· 15 years ago
32cdba1
uprobes: Use percpu_rw_semaphore to fix register/unregister vs dup_mmap() race
by Oleg Nesterov
· 12 years ago
5edee61
cgroup: cgroup_subsys->fork() should be called after the task is added to css_set
by Tejun Heo
· 12 years ago
42859ee
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 12 years ago
9826a51
mm: interval tree updates
by Michel Lespinasse
· 12 years ago
6b2dbba
mm: replace vma prio_tree with an interval tree
by Michel Lespinasse
· 12 years ago
01dc52e
oom: remove deprecated oom_adj
by Davidlohr Bueso
· 12 years ago
e9714ac
mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmas
by Konstantin Khlebnikov
· 12 years ago
2dd8ad8
mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_file
by Konstantin Khlebnikov
· 12 years ago
aecdc33
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 12 years ago
0b981cb
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
2aa3a7f
preparation for generic kernel_thread()
by Al Viro
· 12 years ago
5640f76
net: use a per task frag allocator
by Eric Dumazet
· 12 years ago
f3e9478
sched: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSW
by Peter Zijlstra
· 12 years ago
61559a8
uprobes: Fold uprobe_reset_state() into uprobe_dup_mmap()
by Oleg Nesterov
· 12 years ago
f8ac4ec
uprobes: Introduce MMF_HAS_UPROBES
by Oleg Nesterov
· 12 years ago
f1a45d0
uprobes: Kill dup_mmap()->uprobe_mmap(), simplify uprobe_mmap/munmap
by Oleg Nesterov
· 12 years ago
c7a3a88
uprobes: Fix mmap_region()'s mm->mm_rb corruption if uprobe_mmap() fails
by Oleg Nesterov
· 12 years ago
c255a45
memcg: rename config variables
by Andrew Morton
· 12 years ago
44de9d0
mm: account the total_vm in the vm_stat_account()
by Huang Shijie
· 12 years ago
f19b9f7
fork: fix error handling in dup_task()
by Akinobu Mita
· 12 years ago
87bec58
revert "sched: Fix fork() error path to not crash"
by Andrew Morton
· 12 years ago
b2412b7
fork: use vma_pages() to simplify the code
by Huang Shijie
· 12 years ago
a66d2c8
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
158e164
trim task_work: get rid of hlist
by Al Viro
· 13 years ago
164c33c
sched: Fix fork() error path to not crash
by Salman Qazi
· 13 years ago
48d212a
Revert "mm: correctly synchronize rss-counters at exit/exec"
by Linus Torvalds
· 13 years ago
40af1bb
mm: correctly synchronize rss-counters at exit/exec
by Konstantin Khlebnikov
· 13 years ago
fb21aff
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 13 years ago
08615d7
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 13 years ago
f7505d64
fork: call complete_vfork_done() after clearing child_tid and flushing rss-counters
by Konstantin Khlebnikov
· 13 years ago
0d16751
Merge branch 'for-3.5/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 13 years ago
7edc8b0
mm/fork: fix overflow in vma length when copying mmap on clone
by Siddhesh Poyarekar
· 13 years ago
e709ffd
mm: remove swap token code
by Rik van Riel
· 13 years ago
654443e
Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
e73f895
task_work_add: generic process-context callbacks
by Oleg Nesterov
· 13 years ago
ec0d7f1
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
cb60e3e
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 13 years ago
bf67f3a
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
55ccf3f
fork: move the real prepare_to_copy() users to arch_dup_task_struct()
by Suresh Siddha
· 13 years ago
5e2bf01
namespaces, pid_ns: fix leakage on fork() failure
by Mike Galbraith
· 13 years ago
Next »