index
:
litmus-rt-ext-res.git
5.4-EXT-RES
EXT-RES
WIP
budgeting
forbidden-zones
omlp
update_litmus_2019
LITMUS^RT with extended reservations for Forbidden Zones paper @ RTAS'20
Zelin Tong
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
exit.c
Commit message (
Expand
)
Author
Age
*
Fix remaining compilation problems
Nathan O
2019-12-10
*
Initial attempt to "connect the wires"
Nathan O
2019-12-09
*
tasks, sched/core: With a grace period after finish_task_switch(), remove unn...
Eric W. Biederman
2019-09-25
*
tasks: Add a count of task RCU users
Eric W. Biederman
2019-09-25
*
Merge tag 'core-process-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-09-16
|
\
|
*
waitid: Add support for waiting for the current process group
Eric W. Biederman
2019-09-10
|
*
pidfd: add P_PIDFD to waitid()
Christian Brauner
2019-08-01
*
|
exit: make setting exit_state consistent
Christian Brauner
2019-07-30
*
|
pidfd: fix a poll race when setting exit_state
Suren Baghdasaryan
2019-07-22
|
/
*
cgroup: Call cgroup_release() before __exit_signal()
Tejun Heo
2019-05-31
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
*
mm: change mm_update_next_owner() to update mm->owner with WRITE_ONCE
Andrea Arcangeli
2019-05-14
*
Merge branch 'for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
2019-03-07
|
\
|
*
cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix ...
Oleg Nesterov
2019-01-31
*
|
kernel/exit.c: release ptraced tasks before zap_pid_ns_processes
Andrei Vagin
2019-02-01
|
/
*
sched/wait: Fix rcuwait_wake_up() ordering
Prateek Sood
2019-01-21
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2019-01-15
|
\
|
*
umh: add exit routine for UMH process
Taehee Yoo
2019-01-11
*
|
make 'user_access_begin()' do 'access_ok()'
Linus Torvalds
2019-01-04
|
/
*
Remove 'type' argument from access_ok() function
Linus Torvalds
2019-01-03
*
signal: Pass pid type into group_send_sig_info
Eric W. Biederman
2018-07-21
*
pid: Implement PIDTYPE_TGID
Eric W. Biederman
2018-07-21
*
pids: Move task_pid_type into sched/signal.h
Eric W. Biederman
2018-07-21
*
kernel: use kernel_wait4() instead of sys_wait4()
Dominik Brodowski
2018-04-02
*
kernel/exit.c: export abort() to modules
Andrew Morton
2018-01-04
*
arch: define weak abort()
Sudip Mukherjee
2017-12-14
*
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
2017-10-25
*
waitid(): Avoid unbalanced user_access_end() on access_ok() error
Kees Cook
2017-10-20
*
waitid(): Add missing access_ok() checks
Kees Cook
2017-10-09
*
fix infoleak in waitid(2)
Al Viro
2017-09-29
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2017-09-11
|
\
|
*
signal: Remove kernel interal si_code magic
Eric W. Biederman
2017-07-24
*
|
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-09-04
|
\
\
|
*
|
locking/lockdep: Implement the 'crossrelease' feature
Byungchul Park
2017-08-10
|
|
/
|
|
|
\
*
-
.
\
Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b',...
Paul E. McKenney
2017-08-17
|
\
\
\
|
|
_
|
/
|
/
|
|
|
|
*
exit: Replace spin_unlock_wait() with lock/unlock pair
Paul E. McKenney
2017-08-17
|
|
/
|
/
|
|
*
rcu: Create reasonable API for do_exit() TASKS_RCU processing
Paul E. McKenney
2017-08-17
|
/
*
kernel/exit.c: avoid undefined behaviour when calling wait4()
zhongjiang
2017-07-10
*
fix waitid(2) breakage
Al Viro
2017-07-08
*
kernel/exit.c: don't include unused userfaultfd_k.h
Mike Rapoport
2017-07-06
*
Merge branch 'work.sys_wait' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2017-07-05
|
\
|
*
osf_wait4: switch to kernel_wait4()
Al Viro
2017-05-21
|
*
waitid(): switch copyout of siginfo to unsafe_put_user()
Al Viro
2017-05-21
|
*
wait_task_zombie: consolidate info logics
Al Viro
2017-05-21
|
*
kill wait_noreap_copyout()
Al Viro
2017-05-21
|
*
lift getrusage() from wait_noreap_copyout()
Al Viro
2017-05-21
|
*
waitid(2): leave copyout of siginfo to syscall itself
Al Viro
2017-05-21
|
*
kernel_wait4()/kernel_waitid(): delay copying status to userland
Al Viro
2017-05-21
|
*
wait4(2)/waitid(2): separate copying rusage to userland
Al Viro
2017-05-21
|
*
move compat wait4 and waitid next to native variants
Al Viro
2017-05-21
[next]