summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2018-08-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-14/+37
2018-08-26Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-0/+2
2018-08-25Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds-1/+0
2018-08-24Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds-7/+35
2018-08-24Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-15/+30
2018-08-24Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-80/+80
2018-08-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds-2/+20
2018-08-23mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder-1/+1
2018-08-23treewide: convert ISO_8859-1 text comments to utf-8Arnd Bergmann-1/+1
2018-08-23namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca-0/+18
2018-08-23Merge tag 'fbdev-v4.19' of https://github.com/bzolnier/linuxLinus Torvalds-0/+3
2018-08-23Merge tag 'trace-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds-1/+25
2018-08-22Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+4
2018-08-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds-140/+188
2018-08-22kernel/sysctl.c: fix typos in commentsRandy Dunlap-3/+3
2018-08-22fork: don't copy inconsistent signal handler state to childJann Horn-0/+2
2018-08-22signal: make get_signal() return boolChristian Brauner-2/+2
2018-08-22signal: make sigkill_pending() return boolChristian Brauner-3/+3
2018-08-22signal: make legacy_queue() return boolChristian Brauner-1/+1
2018-08-22signal: make wants_signal() return boolChristian Brauner-5/+9
2018-08-22signal: make flush_sigqueue_mask() voidChristian Brauner-3/+2
2018-08-22signal: make unhandled_signal() return boolChristian Brauner-3/+5
2018-08-22signal: make recalc_sigpending_tsk() return boolChristian Brauner-3/+4
2018-08-22signal: make has_pending_signals() return boolChristian Brauner-1/+1
2018-08-22signal: make sig_ignored() return boolChristian Brauner-3/+3
2018-08-22signal: make sig_task_ignored() return boolChristian Brauner-2/+2
2018-08-22signal: make sig_handler_ignored() return boolChristian Brauner-2/+2
2018-08-22signal: make kill_ok_by_cred() return boolChristian Brauner-11/+6
2018-08-22signal: simplify rt_sigaction()Christian Brauner-12/+10
2018-08-22signal: make do_sigpending() voidChristian Brauner-21/+20
2018-08-22signal: make may_ptrace_stop() return boolChristian Brauner-4/+4
2018-08-22signal: make kill_as_cred_perm() return boolChristian Brauner-6/+7
2018-08-22signal: make force_sigsegv() voidChristian Brauner-5/+2
2018-08-22sched/wait: assert the wait_queue_head lock is held in __wake_up_commonChristoph Hellwig-0/+2
2018-08-22kernel: tracepoints: add support for relative referencesArd Biesheuvel-23/+26
2018-08-22init: allow initcall tables to be emitted using relative referencesArd Biesheuvel-7/+9
2018-08-22module: use relative references for __ksymtab entriesArd Biesheuvel-6/+26
2018-08-22kernel/hung_task.c: allow to set checking interval separately from timeoutDmitry Vyukov-2/+27
2018-08-22kernel/crash_core.c: print timestamp using time64_tArnd Bergmann-1/+1
2018-08-22userns: use irqsave variant of refcount_dec_and_lock()Anna-Maria Gleixner-4/+1
2018-08-22userns: use refcount_t for reference counting instead atomic_tSebastian Andrzej Siewior-4/+4
2018-08-22proc/kcore: add vmcoreinfo note to /proc/kcoreOmar Sandoval-2/+2
2018-08-22crash_core: use VMCOREINFO_SYMBOL_ARRAY() for swapper_pg_dirOmar Sandoval-1/+1
2018-08-22mm: zero out the vma in vma_init()Andrew Morton-1/+2
2018-08-22workqueue: re-add lockdep dependencies for flushingJohannes Berg-0/+8
2018-08-22workqueue: skip lockdep wq dependency in cancel_work_sync()Johannes Berg-15/+22
2018-08-22Merge tag 'pm-4.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-1/+2
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-94/+165
2018-08-21Merge branches 'pm-cpufreq', 'pm-pci' and 'pm-sleep'Rafael J. Wysocki-0/+1
2018-08-21tracing/kprobes: Fix to check notrace function with correct rangeMasami Hiramatsu-1/+8