summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | signal: make sig_handler_ignored() return boolChristian Brauner2018-08-221-2/+2
| * | | | | | | | | | | | signal: make kill_ok_by_cred() return boolChristian Brauner2018-08-221-11/+6
| * | | | | | | | | | | | signal: simplify rt_sigaction()Christian Brauner2018-08-221-12/+10
| * | | | | | | | | | | | signal: make do_sigpending() voidChristian Brauner2018-08-221-21/+20
| * | | | | | | | | | | | signal: make may_ptrace_stop() return boolChristian Brauner2018-08-221-4/+4
| * | | | | | | | | | | | signal: make kill_as_cred_perm() return boolChristian Brauner2018-08-221-6/+7
| * | | | | | | | | | | | signal: make force_sigsegv() voidChristian Brauner2018-08-221-5/+2
| * | | | | | | | | | | | sched/wait: assert the wait_queue_head lock is held in __wake_up_commonChristoph Hellwig2018-08-221-0/+2
| * | | | | | | | | | | | kernel: tracepoints: add support for relative referencesArd Biesheuvel2018-08-221-23/+26
| * | | | | | | | | | | | init: allow initcall tables to be emitted using relative referencesArd Biesheuvel2018-08-221-7/+9
| * | | | | | | | | | | | module: use relative references for __ksymtab entriesArd Biesheuvel2018-08-221-6/+26
| * | | | | | | | | | | | kernel/hung_task.c: allow to set checking interval separately from timeoutDmitry Vyukov2018-08-223-2/+27
| * | | | | | | | | | | | kernel/crash_core.c: print timestamp using time64_tArnd Bergmann2018-08-221-1/+1
| * | | | | | | | | | | | userns: use irqsave variant of refcount_dec_and_lock()Anna-Maria Gleixner2018-08-221-4/+1
| * | | | | | | | | | | | userns: use refcount_t for reference counting instead atomic_tSebastian Andrzej Siewior2018-08-221-4/+4
| * | | | | | | | | | | | proc/kcore: add vmcoreinfo note to /proc/kcoreOmar Sandoval2018-08-221-2/+2
| * | | | | | | | | | | | crash_core: use VMCOREINFO_SYMBOL_ARRAY() for swapper_pg_dirOmar Sandoval2018-08-221-1/+1
| * | | | | | | | | | | | mm: zero out the vma in vma_init()Andrew Morton2018-08-221-1/+2
* | | | | | | | | | | | | Merge tag 'pm-4.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2018-08-222-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'pm-cpufreq', 'pm-pci' and 'pm-sleep'Rafael J. Wysocki2018-08-211-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | PM / sleep: wakeup: Fix build error caused by missing SRCU supportzhangyi (F)2018-08-151-0/+1
| | |/ / / / / / / / / / / / /
| * / / / / / / / / / / / / / sched: idle: Avoid retaining the tick when it has been stoppedRafael J. Wysocki2018-08-201-1/+1
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-219-94/+165
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | signal: Don't restart fork when signals come in.Eric W. Biederman2018-08-092-18/+40
| * | | | | | | | | | | | | fork: Have new threads join on-going signal group stopsEric W. Biederman2018-08-032-12/+29
| * | | | | | | | | | | | | signal: Add calculate_sigpending()Eric W. Biederman2018-08-032-0/+13
| * | | | | | | | | | | | | fork: Unconditionally exit if a fatal signal is pendingEric W. Biederman2018-07-231-0/+6
| * | | | | | | | | | | | | fork: Move and describe why the code examines PIDNS_ADDINGEric W. Biederman2018-07-231-4/+7
| * | | | | | | | | | | | | signal: Push pid type down into complete_signal.Eric W. Biederman2018-07-211-4/+4
| * | | | | | | | | | | | | signal: Push pid type down into __send_signalEric W. Biederman2018-07-211-6/+6
| * | | | | | | | | | | | | signal: Push pid type down into send_signalEric W. Biederman2018-07-211-6/+6
| * | | | | | | | | | | | | signal: Pass pid type into do_send_sig_infoEric W. Biederman2018-07-211-5/+5
| * | | | | | | | | | | | | signal: Pass pid type into group_send_sig_infoEric W. Biederman2018-07-212-5/+8
| * | | | | | | | | | | | | signal: Pass pid and pid type into send_sigqueueEric W. Biederman2018-07-212-14/+13
| * | | | | | | | | | | | | posix-timers: Noralize good_sigeventEric W. Biederman2018-07-211-3/+5
| * | | | | | | | | | | | | pid: Implement PIDTYPE_TGIDEric W. Biederman2018-07-216-7/+8
| * | | | | | | | | | | | | pids: Move the pgrp and session pid pointers from task_struct to signal_structEric W. Biederman2018-07-212-28/+40
| * | | | | | | | | | | | | pids: Compute task_tgid using signal->leader_pidEric W. Biederman2018-07-211-7/+8
| * | | | | | | | | | | | | pids: Move task_pid_type into sched/signal.hEric W. Biederman2018-07-211-8/+0
* | | | | | | | | | | | | | Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-08-2039-492/+566
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | tracing: Fix SPDX format headers to use C++ style commentsSteven Rostedt (VMware)2018-08-168-8/+8
| * | | | | | | | | | | | | tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)2018-08-1620-102/+20
| * | | | | | | | | | | | | tracing: Add SPDX License format to bpf_trace.cSteven Rostedt (VMware)2018-08-161-4/+1
| * | | | | | | | | | | | | blktrace: Add SPDX License format headerSteven Rostedt (VMware)2018-08-161-13/+1
| * | | | | | | | | | | | | tracing: Add -mcount-nop option supportVasily Gorbik2018-08-152-0/+7
| * | | | | | | | | | | | | Uprobe: Additional argument arch_uprobe to uprobe_write_opcode()Ravi Bangoria2018-08-131-4/+5
| * | | | | | | | | | | | | Uprobes: Simplify uprobe_register() bodyRavi Bangoria2018-08-131-33/+36
| * | | | | | | | | | | | | tracepoints: Free early tracepoints after RCU is initializedSteven Rostedt (VMware)2018-08-101-0/+32
| * | | | | | | | | | | | | uprobes: Use synchronize_rcu() not synchronize_sched()Steven Rostedt (VMware)2018-08-101-1/+1
| * | | | | | | | | | | | | tracing: Fix synchronizing to event changes with tracepoint_synchronize_unreg...Steven Rostedt (VMware)2018-08-104-14/+17