aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-07-05ptrace: Fix ->ptracer_cred handling for PTRACE_TRACEMEJann Horn
2019-07-04Merge tag 'trace-v5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2019-07-01fork: return proper negative error codeChristian Brauner
2019-06-30Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-06-29Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-06-29Merge tag 'pm-5.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2019-06-29fork,memcg: alloc_thread_stack_node needs to set tsk->stackAndrea Arcangeli
2019-06-29signal: remove the wrong signal_pending() check in restore_user_sigmask()Oleg Nesterov
2019-06-28tracing/snapshot: Resize spare buffer if size changedEiichi Tsukata
2019-06-28tracing: Fix memory leak in tracing_err_log_open()Takeshi Misawa
2019-06-28ftrace/x86: Remove possible deadlock between register_kprobe() and ftrace_run...Petr Mladek
2019-06-27copy_process(): don't use ksys_close() on cleanupsAl Viro
2019-06-27cpu/hotplug: Fix out-of-bounds read when setting fail stateEiichi Tsukata
2019-06-26PCI: PM: Avoid skipping bus-level PM on platforms without ACPIRafael J. Wysocki
2019-06-26cpu/speculation: Warn on unsupported mitigations= parameterGeert Uytterhoeven
2019-06-24perf/x86: Disable extended registers for non-supported PMUsKan Liang
2019-06-24perf/ioctl: Add check for the sample_period valueRavi Bangoria
2019-06-24fork: don't check parent_tidptr with CLONE_PIDFDDmitry V. Levin
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 451Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 248Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-17perf/core: Fix perf_sample_regs_user() mm checkPeter Zijlstra
2019-06-16Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2019-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-06-15bpf: fix nested bpf tracepoints with per-cpu dataMatt Mullins
2019-06-15Merge tag 'trace-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2019-06-14Merge branch 'for-5.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-06-14sysctl: define proc_do_static_key()Eric Dumazet
2019-06-15bpf, devmap: Add missing RCU read lock on flushToshiaki Makita
2019-06-15bpf, devmap: Add missing bulk queue freeToshiaki Makita
2019-06-15bpf, devmap: Fix premature entry free on destroying mapToshiaki Makita
2019-06-14ftrace: Fix NULL pointer dereference in free_ftrace_func_mapper()Wei Li
2019-06-14module: Fix livepatch/ftrace module text permissions raceJosh Poimboeuf
2019-06-14tracing/uprobe: Fix obsolete comment on trace_uprobe_create()Eiichi Tsukata
2019-06-14tracing/uprobe: Fix NULL pointer dereference in trace_uprobe_create()Eiichi Tsukata
2019-06-14tracing: Make two symbols staticYueHaibing
2019-06-14tracing: avoid build warning with HAVE_NOP_MCOUNTVasily Gorbik
2019-06-14tracing: Fix out-of-range read in trace_stack_print()Eiichi Tsukata
2019-06-14timekeeping: Repair ktime_get_coarse*() granularityThomas Gleixner
2019-06-13mm/devm_memremap_pages: fix final page put raceDan Williams
2019-06-13mm/devm_memremap_pages: introduce devm_memunmap_pagesDan Williams
2019-06-12cpuset: restore sanity to cpuset_cpus_allowed_fallback()Joel Savitz
2019-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2019-06-11ptrace: restore smp_rmb() in __ptrace_may_access()Jann Horn
2019-06-11bpf: lpm_trie: check left child of last leftmost node for NULLJonathan Lemon
2019-06-10cgroup: Fix css_task_iter_advance_css_set() cset skip conditionTejun Heo
2019-06-10cgroup/bfq: revert bfq.weight symlink changeJens Axboe