index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2018-10-03
signal: Distinguish between kernel_siginfo and siginfo
Eric W. Biederman
2018-10-03
signal: Introduce copy_siginfo_from_user and use it's return value
Eric W. Biederman
2018-10-03
signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZE
Eric W. Biederman
2018-10-03
signal: Fail sigqueueinfo if si_signo != sig
Eric W. Biederman
2018-10-03
signal/sparc: Move EMT_TAGOVF into the generic siginfo.h
Eric W. Biederman
2018-09-16
signal: Pair exports with their functions
Eric W. Biederman
2018-09-16
signal: Remove specific_send_sig_info
Eric W. Biederman
2018-09-16
signal: Use group_send_sig_info to kill all processes in a pid namespace
Eric W. Biederman
2018-09-11
signal: Remove SEND_SIG_FORCED
Eric W. Biederman
2018-09-11
signal: Use SEND_SIG_PRIV not SEND_SIG_FORCED with SIGKILL and SIGSTOP
Eric W. Biederman
2018-09-11
signal: Never allocate siginfo for SIGKILL or SIGSTOP
Eric W. Biederman
2018-09-11
signal: Don't send siginfo to kthreads.
Eric W. Biederman
2018-09-11
signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace init
Eric W. Biederman
2018-09-11
signal: Properly deliver SIGILL from uprobes
Eric W. Biederman
2018-09-11
signal: Always ignore SIGKILL and SIGSTOP sent to the global init
Eric W. Biederman
2018-08-26
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2018-08-26
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2018-08-25
Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...
Linus Torvalds
2018-08-24
Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2018-08-24
Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2018-08-24
Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-08-23
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2018-08-23
mm: Change return type int to vm_fault_t for fault handlers
Souptick Joarder
2018-08-23
treewide: convert ISO_8859-1 text comments to utf-8
Arnd Bergmann
2018-08-23
namei: allow restricted O_CREAT of FIFOs and regular files
Salvatore Mesoraca
2018-08-23
Merge tag 'fbdev-v4.19' of https://github.com/bzolnier/linux
Linus Torvalds
2018-08-23
Merge tag 'trace-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2018-08-22
Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-08-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2018-08-22
kernel/sysctl.c: fix typos in comments
Randy Dunlap
2018-08-22
fork: don't copy inconsistent signal handler state to child
Jann Horn
2018-08-22
signal: make get_signal() return bool
Christian Brauner
2018-08-22
signal: make sigkill_pending() return bool
Christian Brauner
2018-08-22
signal: make legacy_queue() return bool
Christian Brauner
2018-08-22
signal: make wants_signal() return bool
Christian Brauner
2018-08-22
signal: make flush_sigqueue_mask() void
Christian Brauner
2018-08-22
signal: make unhandled_signal() return bool
Christian Brauner
2018-08-22
signal: make recalc_sigpending_tsk() return bool
Christian Brauner
2018-08-22
signal: make has_pending_signals() return bool
Christian Brauner
2018-08-22
signal: make sig_ignored() return bool
Christian Brauner
2018-08-22
signal: make sig_task_ignored() return bool
Christian Brauner
2018-08-22
signal: make sig_handler_ignored() return bool
Christian Brauner
2018-08-22
signal: make kill_ok_by_cred() return bool
Christian Brauner
2018-08-22
signal: simplify rt_sigaction()
Christian Brauner
2018-08-22
signal: make do_sigpending() void
Christian Brauner
2018-08-22
signal: make may_ptrace_stop() return bool
Christian Brauner
2018-08-22
signal: make kill_as_cred_perm() return bool
Christian Brauner
2018-08-22
signal: make force_sigsegv() void
Christian Brauner
2018-08-22
sched/wait: assert the wait_queue_head lock is held in __wake_up_common
Christoph Hellwig
2018-08-22
kernel: tracepoints: add support for relative references
Ard Biesheuvel
[next]