summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-02-20signal: Restore the stop PTRACE_EVENT_EXITEric W. Biederman1-2/+5
2019-02-20tracing: probeevent: Correctly update remaining space in dynamic areaAndreas Ziegler1-2/+4
2019-02-20perf/x86: Add check_period PMU callbackJiri Olsa1-0/+16
2019-02-20perf/core: Fix impossible ring-buffer sizes warningIngo Molnar1-1/+1
2019-02-15tracing: uprobes: Fix typo in pr_fmt stringAndreas Ziegler1-1/+1
2019-02-15tracing/uprobes: Fix output for multiple string argumentsAndreas Ziegler1-0/+7
2019-02-15signal: Better detection of synchronous signalsEric W. Biederman1-1/+51
2019-02-15signal: Always notice exiting tasksEric W. Biederman1-0/+6
2019-02-15signal: Always attempt to allocate siginfo for SIGSTOPEric W. Biederman1-3/+2
2019-02-12perf/core: Don't WARN() for impossible ring-buffer sizesMark Rutland1-0/+3
2019-02-12cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf3-31/+5
2019-02-12futex: Handle early deadlock return correctlyThomas Gleixner2-15/+50
2019-02-12kernel/kcov.c: mark write_comp_data() as notraceAnders Roxell1-1/+1
2019-02-12kernel/hung_task.c: force console verbose before panicLiu, Chuansheng1-7/+5
2019-02-12proc/sysctl: fix return error for proc_doulongvec_minmax()Cheng Lin1-0/+2
2019-02-12kernel/hung_task.c: break RCU locks based on jiffiesTetsuo Handa1-4/+4
2019-02-12kdb: Don't back trace on a cpu that didn't round upDouglas Anderson3-8/+14
2019-02-12cgroup: fix parsing empty mount option stringOndrej Mosnacek1-1/+1
2019-02-12kobject: return error code if writing /sys/.../uevent failsPeter Rajnoha1-2/+4
2019-02-12timekeeping: Use proper seqcount initializerBart Van Assche1-1/+3
2019-02-12genirq/affinity: Spread IRQs to all available NUMA nodesLong Li1-3/+2
2019-02-06kernel/exit.c: release ptraced tasks before zap_pid_ns_processesAndrei Vagin1-2/+10
2019-01-31bpf: fix inner map masking to prevent oob under speculationDaniel Borkmann1-2/+15
2019-01-31bpf: fix sanitation of alu op with pointer / scalar type from different pathsDaniel Borkmann1-13/+48
2019-01-31bpf: prevent out of bounds speculation on pointer arithmeticDaniel Borkmann1-6/+179
2019-01-31bpf: fix check_map_access smin_value test when pointer contains offsetDaniel Borkmann1-1/+5
2019-01-31bpf: restrict unknown scalars of mixed signed bounds for unprivilegedDaniel Borkmann1-1/+8
2019-01-31bpf: restrict stack pointer arithmetic for unprivilegedDaniel Borkmann1-22/+41
2019-01-31bpf: restrict map value pointer arithmetic for unprivilegedDaniel Borkmann1-0/+11
2019-01-31bpf: enable access to ax register also from verifier rewriteDaniel Borkmann1-0/+20
2019-01-31bpf: move tmp variable into ax register in interpreterDaniel Borkmann1-17/+17
2019-01-31bpf: move {prev_,}insn_idx into verifier envDaniel Borkmann1-37/+37
2019-01-31posix-cpu-timers: Unbreak timer rearmingThomas Gleixner1-0/+1
2019-01-26bpf: relax verifier restriction on BPF_MOV | BPF_ALUJiong Wang1-4/+12
2019-01-26bpf: Allow narrow loads with offset > 0Andrey Ignatov1-5/+16
2019-01-16fork, memcg: fix cached_stacks caseShakeel Butt1-0/+1
2019-01-13sched/fair: Fix infinite loop in update_blocked_averages() by reverting a9e7f...Linus Torvalds1-34/+9
2019-01-13Fix failure path in alloc_pid()Matthew Wilcox1-2/+4
2019-01-13srcu: Lock srcu_data structure in srcu_gp_start()Dennis Krein1-0/+2
2019-01-13mm, devm_memremap_pages: add MEMORY_DEVICE_PRIVATE supportDan Williams1-12/+41
2019-01-13mm, devm_memremap_pages: fix shutdown handlingDan Williams1-16/+14
2019-01-13mm, devm_memremap_pages: kill mapping "System RAM" supportDan Williams1-6/+3
2019-01-13mm, devm_memremap_pages: mark devm_memremap_pages() EXPORT_SYMBOL_GPLDan Williams1-1/+1
2019-01-13fork: record start_time lateDavid Herrmann1-2/+11
2019-01-09cgroup: fix CSS_TASK_ITER_PROCSTejun Heo1-12/+17
2019-01-09panic: avoid deadlocks in re-entrant console driversSergey Senozhatsky1-1/+5
2018-12-21fork,memcg: fix crash in free_thread_stack on memcg charge failRik van Riel1-2/+7
2018-12-21Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+1
2018-12-21Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-6/+63
2018-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-9/+25