summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 's390-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-07-081-5/+14
|\
| * processor: get rid of cpu_relax_yieldHeiko Carstens2019-06-151-1/+6
| * s390: improve wait logic of stop_machineMartin Schwidefsky2019-06-151-5/+9
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-07-082-2/+9
|\ \
| * | arm64: Fix interrupt tracing in the presence of NMIsJulien Thierry2019-06-211-2/+6
| * | ptrace: move clearing of TIF_SYSCALL_EMU flag to coreSudeep Holla2019-06-051-0/+3
| |/
* | ptrace: Fix ->ptracer_cred handling for PTRACE_TRACEMEJann Horn2019-07-051-3/+1
* | Merge tag 'trace-v5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-07-042-14/+20
|\ \
| * | tracing/snapshot: Resize spare buffer if size changedEiichi Tsukata2019-06-281-4/+6
| * | tracing: Fix memory leak in tracing_err_log_open()Takeshi Misawa2019-06-281-1/+13
| * | ftrace/x86: Remove possible deadlock between register_kprobe() and ftrace_run...Petr Mladek2019-06-281-9/+1
* | | fork: return proper negative error codeChristian Brauner2019-07-011-0/+1
* | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-301-0/+6
|\ \ \
| * | | cpu/hotplug: Fix out-of-bounds read when setting fail stateEiichi Tsukata2019-06-271-0/+3
| * | | cpu/speculation: Warn on unsupported mitigations= parameterGeert Uytterhoeven2019-06-261-0/+3
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-06-291-5/+18
|\ \ \ \
| * | | | perf/x86: Disable extended registers for non-supported PMUsKan Liang2019-06-241-4/+14
| * | | | perf/ioctl: Add check for the sample_period valueRavi Bangoria2019-06-241-0/+3
| * | | | perf/core: Fix perf_sample_regs_user() mm checkPeter Zijlstra2019-06-171-1/+1
* | | | | Merge tag 'pm-5.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-06-291-0/+3
|\ \ \ \ \
| * | | | | PCI: PM: Avoid skipping bus-level PM on platforms without ACPIRafael J. Wysocki2019-06-261-0/+3
| | |/ / / | |/| | |
* | | | | fork,memcg: alloc_thread_stack_node needs to set tsk->stackAndrea Arcangeli2019-06-291-1/+5
* | | | | signal: remove the wrong signal_pending() check in restore_user_sigmask()Oleg Nesterov2019-06-291-2/+3
* | | | | copy_process(): don't use ksys_close() on cleanupsAl Viro2019-06-271-28/+18
* | | | | fork: don't check parent_tidptr with CLONE_PIDFDDmitry V. Levin2019-06-241-12/+0
|/ / / /
* | | | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-2112-42/+12
|\ \ \ \
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-193-12/+3
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 451Thomas Gleixner2019-06-194-16/+4
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 248Thomas Gleixner2019-06-191-2/+1
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner2019-06-194-12/+4
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-177-46/+137
|\ \ \ \ | |/ / / |/| | |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-153-20/+98
| |\ \ \
| | * | | bpf: fix nested bpf tracepoints with per-cpu dataMatt Mullins2019-06-151-16/+84
| | * | | bpf, devmap: Add missing RCU read lock on flushToshiaki Makita2019-06-151-0/+4
| | * | | bpf, devmap: Add missing bulk queue freeToshiaki Makita2019-06-151-0/+1
| | * | | bpf, devmap: Fix premature entry free on destroying mapToshiaki Makita2019-06-151-2/+2
| | * | | bpf: lpm_trie: check left child of last leftmost node for NULLJonathan Lemon2019-06-111-2/+7
| * | | | sysctl: define proc_do_static_key()Eric Dumazet2019-06-142-22/+23
| |/ / /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-072-4/+16
| |\ \ \
| | * | | bpf: fix unconnected udp hooksDaniel Borkmann2019-06-062-4/+16
* | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-06-161-2/+3
|\ \ \ \ \
| * | | | | timekeeping: Repair ktime_get_coarse*() granularityThomas Gleixner2019-06-141-2/+3
* | | | | | Merge tag 'trace-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-06-155-14/+35
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | ftrace: Fix NULL pointer dereference in free_ftrace_func_mapper()Wei Li2019-06-141-2/+5
| * | | | | module: Fix livepatch/ftrace module text permissions raceJosh Poimboeuf2019-06-142-1/+15
| * | | | | tracing/uprobe: Fix obsolete comment on trace_uprobe_create()Eiichi Tsukata2019-06-141-2/+0
| * | | | | tracing/uprobe: Fix NULL pointer dereference in trace_uprobe_create()Eiichi Tsukata2019-06-141-3/+10
| * | | | | tracing: Make two symbols staticYueHaibing2019-06-141-2/+2
| * | | | | tracing: avoid build warning with HAVE_NOP_MCOUNTVasily Gorbik2019-06-141-3/+2
| * | | | | tracing: Fix out-of-range read in trace_stack_print()Eiichi Tsukata2019-06-141-1/+1