summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-243-80/+80
|\
| * sys: don't hold uts_sem while accessing userspace memoryJann Horn2018-08-112-66/+70
| * userns: move user access out of the mutexJann Horn2018-08-111-14/+10
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-233-2/+20
|\ \
| * | mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder2018-08-231-1/+1
| * | treewide: convert ISO_8859-1 text comments to utf-8Arnd Bergmann2018-08-231-1/+1
| * | namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca2018-08-231-0/+18
* | | Merge tag 'fbdev-v4.19' of https://github.com/bzolnier/linuxLinus Torvalds2018-08-231-0/+3
|\ \ \
| * | | console: Replace #if 0 with atomic var 'ignore_console_lock_warning'Thomas Zimmermann2018-07-311-0/+3
* | | | Merge tag 'trace-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2018-08-233-1/+25
|\ \ \ \ | |_|/ / |/| | |
| * | | tracing/kprobes: Fix to check notrace function with correct rangeMasami Hiramatsu2018-08-211-1/+8
| * | | tracing: Allow gcov profiling on only ftrace subsystemMasami Hiramatsu2018-08-212-0/+17
* | | | Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-221-0/+4
|\ \ \ \
| * | | | tracing/blktrace: Fix to allow setting same valueSteven Rostedt (VMware)2018-08-161-0/+4
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-2210-140/+188
|\ \ \ \ \
| * | | | | kernel/sysctl.c: fix typos in commentsRandy Dunlap2018-08-221-3/+3
| * | | | | fork: don't copy inconsistent signal handler state to childJann Horn2018-08-221-0/+2
| * | | | | signal: make get_signal() return boolChristian Brauner2018-08-221-2/+2
| * | | | | signal: make sigkill_pending() return boolChristian Brauner2018-08-221-3/+3
| * | | | | signal: make legacy_queue() return boolChristian Brauner2018-08-221-1/+1
| * | | | | signal: make wants_signal() return boolChristian Brauner2018-08-221-5/+9
| * | | | | signal: make flush_sigqueue_mask() voidChristian Brauner2018-08-221-3/+2
| * | | | | signal: make unhandled_signal() return boolChristian Brauner2018-08-221-3/+5
| * | | | | signal: make recalc_sigpending_tsk() return boolChristian Brauner2018-08-221-3/+4
| * | | | | signal: make has_pending_signals() return boolChristian Brauner2018-08-221-1/+1
| * | | | | signal: make sig_ignored() return boolChristian Brauner2018-08-221-3/+3
| * | | | | signal: make sig_task_ignored() return boolChristian Brauner2018-08-221-2/+2
| * | | | | 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
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |