aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-08-26
|\
| * Merge tag 'perf-core-for-mingo-4.19-20180815' of git://git.kernel.org/pub/scm...Ingo Molnar2018-08-18
| |\
| | * kallsyms, x86: Export addresses of PTI entry trampolinesAlexander Shishkin2018-08-14
| | * kallsyms: Simplify update_iter_mod()Adrian Hunter2018-08-14
* | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-08-26
|\ \ \
| * | | futex: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-20
* | | | Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds2018-08-25
|\ \ \ \
| * | | | mm, dev_pagemap: Do not clear ->mapping on final putDan Williams2018-07-23
* | | | | Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2018-08-24
|\ \ \ \ \
| * | | | | cgroup/tracing: Move taking of spin lock out of trace event handlersSteven Rostedt (VMware)2018-07-11
* | | | | | Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2018-08-24
|\ \ \ \ \ \
| * | | | | | workqueue: re-add lockdep dependencies for flushingJohannes Berg2018-08-22
| * | | | | | workqueue: skip lockdep wq dependency in cancel_work_sync()Johannes Berg2018-08-22
* | | | | | | Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-24
|\ \ \ \ \ \ \
| * | | | | | | sys: don't hold uts_sem while accessing userspace memoryJann Horn2018-08-11
| * | | | | | | userns: move user access out of the mutexJann Horn2018-08-11
* | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-23
|\ \ \ \ \ \ \ \
| * | | | | | | | mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder2018-08-23
| * | | | | | | | treewide: convert ISO_8859-1 text comments to utf-8Arnd Bergmann2018-08-23
| * | | | | | | | namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca2018-08-23
* | | | | | | | | Merge tag 'fbdev-v4.19' of https://github.com/bzolnier/linuxLinus Torvalds2018-08-23
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | console: Replace #if 0 with atomic var 'ignore_console_lock_warning'Thomas Zimmermann2018-07-31
* | | | | | | | | | Merge tag 'trace-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2018-08-23
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | tracing/kprobes: Fix to check notrace function with correct rangeMasami Hiramatsu2018-08-21
| * | | | | | | | | tracing: Allow gcov profiling on only ftrace subsystemMasami Hiramatsu2018-08-21
* | | | | | | | | | Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-22
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | tracing/blktrace: Fix to allow setting same valueSteven Rostedt (VMware)2018-08-16
* | | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-22
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | kernel/sysctl.c: fix typos in commentsRandy Dunlap2018-08-22
| * | | | | | | | | | | fork: don't copy inconsistent signal handler state to childJann Horn2018-08-22
| * | | | | | | | | | | signal: make get_signal() return boolChristian Brauner2018-08-22
| * | | | | | | | | | | signal: make sigkill_pending() return boolChristian Brauner2018-08-22
| * | | | | | | | | | | signal: make legacy_queue() return boolChristian Brauner2018-08-22
| * | | | | | | | | | | signal: make wants_signal() return boolChristian Brauner2018-08-22
| * | | | | | | | | | | signal: make flush_sigqueue_mask() voidChristian Brauner2018-08-22
| * | | | | | | | | | | signal: make unhandled_signal() return boolChristian Brauner2018-08-22
| * | | | | | | | | | | signal: make recalc_sigpending_tsk() return boolChristian Brauner2018-08-22
| * | | | | | | | | | | signal: make has_pending_signals() return boolChristian Brauner2018-08-22
| * | | | | | | | | | | signal: make sig_ignored() return boolChristian Brauner2018-08-22
| * | | | | | | | | | | signal: make sig_task_ignored() return boolChristian Brauner2018-08-22
| * | | | | | | | | | | signal: make sig_handler_ignored() return boolChristian Brauner2018-08-22
| * | | | | | | | | | | signal: make kill_ok_by_cred() return boolChristian Brauner2018-08-22
| * | | | | | | | | | | signal: simplify rt_sigaction()Christian Brauner2018-08-22
| * | | | | | | | | | | signal: make do_sigpending() voidChristian Brauner2018-08-22
| * | | | | | | | | | | signal: make may_ptrace_stop() return boolChristian Brauner2018-08-22
| * | | | | | | | | | | signal: make kill_as_cred_perm() return boolChristian Brauner2018-08-22
| * | | | | | | | | | | signal: make force_sigsegv() voidChristian Brauner2018-08-22
| * | | | | | | | | | | sched/wait: assert the wait_queue_head lock is held in __wake_up_commonChristoph Hellwig2018-08-22
| * | | | | | | | | | | kernel: tracepoints: add support for relative referencesArd Biesheuvel2018-08-22
| * | | | | | | | | | | init: allow initcall tables to be emitted using relative referencesArd Biesheuvel2018-08-22