summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-07-26resource: fix locking in find_next_iomem_res()Nadav Amit1-10/+10
2019-07-26mm/nvdimm: add is_ioremap_addr and use that to check ioremap addressAneesh Kumar K.V1-1/+1
2019-07-26padata: use smp_mb in padata_reorder to avoid orphaned padata jobsDaniel Jordan1-0/+12
2019-07-26signal: Correct namespace fixups of si_pid and si_uidEric W. Biederman1-27/+40
2019-07-26signal/usb: Replace kill_pid_info_as_cred with kill_pid_usb_asyncioEric W. Biederman1-8/+61
2019-07-26tracing: Fix user stack trace "??" outputEiichi Tsukata1-8/+1
2019-07-26arm64: Fix interrupt tracing in the presence of NMIsJulien Thierry1-2/+6
2019-07-26genirq: Update irq stats from NMI handlersShijith Thotton2-1/+11
2019-07-26bpf: fix BPF_ALU32 | BPF_ARSH on BE archesJiong Wang1-2/+2
2019-07-26timer_list: Guard procfs specific codeNathan Huckleberry1-17/+19
2019-07-26ntp: Limit TAI-UTC offsetMiroslav Lichvar1-1/+3
2019-07-26bpf: fix callees pruning callersAlexei Starovoitov1-5/+6
2019-07-26sched/fair: Fix "runnable_avg_yN_inv" not used warningsQian Cai1-1/+1
2019-07-26sched/core: Add __sched tag for io_schedule()Gao Xiang1-1/+1
2019-07-26bpf: silence warning messages in coreValdis Klētnieks1-0/+1
2019-07-26locking/lockdep: Fix merging of hlocks with non-zero referencesImre Deak1-9/+9
2019-07-26locking/lockdep: Fix OOO unlock when hlocks need mergingImre Deak1-12/+29
2019-07-26signal/pid_namespace: Fix reboot_pid_ns to use send_sig not force_sigEric W. Biederman1-1/+1
2019-07-21genirq: Add optional hardware synchronization for shutdownThomas Gleixner2-19/+60
2019-07-21genirq: Fix misleading synchronize_irq() documentationThomas Gleixner1-1/+2
2019-07-21genirq: Delay deactivation in free_irq()Thomas Gleixner5-5/+22
2019-07-05ptrace: Fix ->ptracer_cred handling for PTRACE_TRACEMEJann Horn1-3/+1
2019-07-04Merge tag 'trace-v5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2-14/+20
2019-07-01fork: return proper negative error codeChristian Brauner1-0/+1
2019-06-30Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+6
2019-06-29Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+18
2019-06-29Merge tag 'pm-5.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-0/+3
2019-06-29fork,memcg: alloc_thread_stack_node needs to set tsk->stackAndrea Arcangeli1-1/+5
2019-06-29signal: remove the wrong signal_pending() check in restore_user_sigmask()Oleg Nesterov1-2/+3
2019-06-28tracing/snapshot: Resize spare buffer if size changedEiichi Tsukata1-4/+6
2019-06-28tracing: Fix memory leak in tracing_err_log_open()Takeshi Misawa1-1/+13
2019-06-28ftrace/x86: Remove possible deadlock between register_kprobe() and ftrace_run...Petr Mladek1-9/+1
2019-06-27copy_process(): don't use ksys_close() on cleanupsAl Viro1-28/+18
2019-06-27cpu/hotplug: Fix out-of-bounds read when setting fail stateEiichi Tsukata1-0/+3
2019-06-26PCI: PM: Avoid skipping bus-level PM on platforms without ACPIRafael J. Wysocki1-0/+3
2019-06-26cpu/speculation: Warn on unsupported mitigations= parameterGeert Uytterhoeven1-0/+3
2019-06-24perf/x86: Disable extended registers for non-supported PMUsKan Liang1-4/+14
2019-06-24perf/ioctl: Add check for the sample_period valueRavi Bangoria1-0/+3
2019-06-24fork: don't check parent_tidptr with CLONE_PIDFDDmitry V. Levin1-12/+0
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds12-42/+12
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner3-12/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 451Thomas Gleixner4-16/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 248Thomas Gleixner1-2/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner4-12/+4
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-46/+137
2019-06-17perf/core: Fix perf_sample_regs_user() mm checkPeter Zijlstra1-1/+1
2019-06-16Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+3
2019-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-20/+98
2019-06-15bpf: fix nested bpf tracepoints with per-cpu dataMatt Mullins1-16/+84
2019-06-15Merge tag 'trace-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds5-14/+35