index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
fork.c
Age
Commit message (
Expand
)
Author
2015-09-29
unshare: Unsharing a thread does not require unsharing a vm
Eric W. Biederman
2015-04-17
oprofile: reduce mmap_sem hold for mm->exe_file
Davidlohr Bueso
2015-04-17
prctl: avoid using mmap_sem for exe_file serialization
Davidlohr Bueso
2015-04-17
mm: rcu-protected get_mm_exe_file()
Konstantin Khlebnikov
2015-04-17
kernel/sysctl.c: threads-max observe limits
Heinrich Schuchardt
2015-04-17
kernel/fork.c: avoid division by zero
Heinrich Schuchardt
2015-04-17
kernel/fork.c: new function for max_threads
Heinrich Schuchardt
2015-04-17
fork_init: update max_threads comment
Jean Delvare
2015-04-17
fork: report pid reservation failure properly
Michal Hocko
2015-04-12
Remove execution domain support
Richard Weinberger
2015-02-12
mm: do not use mm->nr_pmds on !MMU configurations
Kirill A. Shutemov
2015-02-11
mm: fix false-positive warning on exit due mm_nr_pmds(mm)
Kirill A. Shutemov
2015-02-11
mm: account pmd page tables to the process
Kirill A. Shutemov
2015-02-10
rmap: drop support of non-linear mappings
Kirill A. Shutemov
2014-12-13
mm: use new helper functions around the i_mmap_mutex
Davidlohr Bueso
2014-10-29
signal: Document the RCU protection of ->sighand
Oleg Nesterov
2014-10-13
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2014-10-09
mm: use VM_BUG_ON_MM where possible
Sasha Levin
2014-10-02
perf: fix perf bug in fork()
Peter Zijlstra
2014-09-19
init/main.c: Give init_task a canary
Aaron Tomlin
2014-09-08
time, signal: Protect resource use statistics with seqlock
Rik van Riel
2014-08-11
seccomp: Replace BUG(!spin_is_locked()) with assert_spin_lock
Guenter Roeck
2014-08-08
mm: allow drivers to prevent new writable mappings
David Herrmann
2014-08-08
shm: make exit_shm work proportional to task activity
Jack Miller
2014-08-08
kernel/fork.c: make mm_init_owner static
Vladimir Davydov
2014-08-08
fork: copy mm's vm usage counters under mmap_sem
Vladimir Davydov
2014-08-08
fork: reset mm->pinned_vm
Vladimir Davydov
2014-08-08
fork/exec: cleanup mm initialization
Vladimir Davydov
2014-08-08
mm: memcontrol: use page lists for uncharge batching
Johannes Weiner
2014-08-06
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
2014-08-05
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2014-07-23
sched: Make task->start_time nanoseconds based
Thomas Gleixner
2014-07-23
sched: Make task->real_start_time nanoseconds based
Thomas Gleixner
2014-07-18
seccomp: introduce writer locking
Kees Cook
2014-07-16
Merge tag 'v3.16-rc5' into timers/core
Thomas Gleixner
2014-07-16
Merge tag 'v3.16-rc5' into sched/core, to refresh the branch before applying ...
Ingo Molnar
2014-07-16
sched/deadline: Kill task_struct->pi_top_task
Oleg Nesterov
2014-06-21
tracing: Fix syscall_*regfunc() vs copy_process() race
Oleg Nesterov
2014-06-12
fork: Use ktime_get_ts()
Thomas Gleixner
2014-06-06
ptrace: fix fork event messages across pid namespaces
Matthew Dempsky
2014-06-04
memcg: kill CONFIG_MM_OWNER
Oleg Nesterov
2014-06-04
mm: get rid of __GFP_KMEMCG
Vladimir Davydov
2014-04-07
kernel: use macros from compiler.h instead of __attribute__((...))
Gideon Israel Dsouza
2014-04-07
mm, mempolicy: remove per-process flag
David Rientjes
2014-04-07
fork: collapse copy_flags into copy_process
David Rientjes
2014-04-07
mm: per-thread vma caching
Davidlohr Bueso
2014-04-07
mm, thp: add VM_INIT_DEF_MASK and PRCTL_THP_DISABLE
Alex Thorlton
2014-04-03
Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2014-03-29
cgroup: fix spurious lockdep warning in cgroup_exit()
Li Zefan
2014-03-11
sched/numa: Move task_numa_free() to __put_task_struct()
Mike Galbraith
[next]