summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-02-03perf/core: Fix memory leak triggered by perf --namespaceVasily Averin1-0/+1
2018-02-03futex: Fix OWNER_DEAD fixupPeter Zijlstra1-3/+3
2018-01-31bpf: reject stores into ctx via st and xaddDaniel Borkmann1-0/+19
2018-01-31bpf: fix 32-bit divide by zeroAlexei Starovoitov1-0/+18
2018-01-31bpf: fix divides by zeroEric Dumazet1-2/+2
2018-01-31bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov1-0/+19
2018-01-31hrtimer: Reset hrtimer cpu base proper on CPU hotplugThomas Gleixner1-0/+3
2018-01-23workqueue: avoid hard lockups in show_workqueue_state()Sergey Senozhatsky1-0/+13
2018-01-23tracing: Fix converting enum's from the map in trace_event_eval_update()Steven Rostedt (VMware)1-1/+15
2018-01-23delayacct: Account blkio completion on the correct taskJosh Snyder2-19/+29
2018-01-23timers: Unconditionally check deferrable baseThomas Gleixner1-1/+1
2018-01-23futex: Prevent overflow by strengthen input validationLi Jinyue1-0/+3
2018-01-23futex: Avoid violating the 10th rule of futexPeter Zijlstra3-23/+87
2018-01-17kdump: write correct address of mem_section into vmcoreinfoKirill A. Shutemov1-1/+1
2018-01-17bpf: arsh is not supported in 32 bit alu thus reject itDaniel Borkmann1-0/+5
2018-01-17bpf, array: fix overflow in max_entries and undefined behavior in index_maskDaniel Borkmann1-3/+15
2018-01-17bpf: prevent out-of-bounds speculationAlexei Starovoitov2-11/+72
2018-01-17membarrier: Disable preemption when calling smp_call_function_many()Mathieu Desnoyers1-0/+2
2018-01-17cgroup: fix css_task_iter crash on CSS_TASK_ITER_PROCTejun Heo1-8/+6
2018-01-10kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in compl...Oleg Nesterov1-2/+2
2018-01-10kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() ...Oleg Nesterov1-1/+1
2018-01-10kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILLOleg Nesterov1-5/+7
2018-01-10kernel/acct.c: fix the acct->needcheck check in check_free_space()Oleg Nesterov1-1/+1
2018-01-02nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()Thomas Gleixner1-2/+17
2018-01-02timers: Reinitialize per cpu bases on hotplugThomas Gleixner2-2/+17
2018-01-02timers: Invoke timer_start_debug() where it makes senseThomas Gleixner1-2/+2
2018-01-02timers: Use deferrable base independent of base::nohz_activeAnna-Maria Gleixner1-9/+7
2018-01-02cpufreq: schedutil: Use idle_calls counter of the remote CPUJoel Fernandes2-1/+14
2018-01-02ring-buffer: Do no reuse reader page if still in useSteven Rostedt (VMware)1-0/+6
2018-01-02ring-buffer: Mask out the info bits when returning buffer page lengthSteven Rostedt (VMware)1-1/+5
2018-01-02tracing: Fix crash when it fails to alloc ring bufferJing Xia1-0/+2
2018-01-02tracing: Fix possible double free on failure of allocating trace bufferSteven Rostedt (VMware)1-0/+1
2018-01-02tracing: Remove extra zeroing out of the ring buffer pageSteven Rostedt (VMware)1-9/+1
2017-12-29arch, mm: Allow arch_dup_mmap() to failThomas Gleixner1-2/+1
2017-12-25bpf: fix integer overflowsDaniel Borkmann1-0/+48
2017-12-25bpf: don't prune branches when a scalar is replaced with a pointerDaniel Borkmann1-8/+7
2017-12-25bpf: force strict alignment checks for stack pointersDaniel Borkmann1-0/+5
2017-12-25bpf: fix missing error return in check_stack_boundary()Daniel Borkmann1-0/+1
2017-12-25bpf: fix 32-bit ALU op verificationDaniel Borkmann1-11/+17
2017-12-25bpf: fix incorrect tracking of register size truncationDaniel Borkmann1-17/+27
2017-12-25bpf: fix incorrect sign extension in check_alu_op()Daniel Borkmann1-1/+7
2017-12-25bpf/verifier: fix bounds calculation on BPF_RSHDaniel Borkmann1-14/+16
2017-12-25bpf: fix corruption on concurrent perf_event_output callsDaniel Borkmann1-7/+12
2017-12-25bpf: fix branch pruning logicDaniel Borkmann1-0/+27
2017-12-25tracing: Exclude 'generic fields' from histogramsTom Zanussi1-2/+2
2017-12-25locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon3-4/+4
2017-12-20PM / s2idle: Clear the events_check_enabled flagRajat Jain1-1/+1
2017-12-20posix-timer: Properly check sigevent->sigev_notifyThomas Gleixner1-12/+17
2017-12-20sched/rt: Do not pull from current CPU if only one CPU to pullSteven Rostedt1-1/+7
2017-12-20tracing: Allocate mask_str buffer dynamicallyChangbin Du1-20/+9