summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-02-22mm: Fix memory size alignment in devm_memremap_pages_release()Jan H. Schönherr1-1/+2
2018-02-17ftrace: Remove incorrect setting of glob search fieldSteven Rostedt (VMware)1-1/+0
2018-02-17kernel/relay.c: revert "kernel/relay.c: fix potential memory leak"Eric Biggers1-1/+0
2018-02-17kernel/async.c: revert "async: simplify lowest_in_progress()"Rasmus Villemoes1-8/+12
2018-02-17sched/rt: Up the root domain ref count when passing it around via IPIsSteven Rostedt (VMware)3-2/+22
2018-02-17sched/rt: Use container_of() to get root domain in rto_push_irq_work_func()Steven Rostedt (VMware)1-7/+8
2018-02-17posix-timer: Properly check sigevent->sigev_notifyThomas Gleixner1-15/+19
2018-02-13module/retpoline: Warn about missing retpoline in moduleAndi Kleen1-0/+11
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: arsh is not supported in 32 bit alu thus reject itDaniel Borkmann1-0/+5
2018-01-31bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov1-0/+18
2018-01-31bpf: fix bpf_tail_call() x64 JITAlexei Starovoitov1-1/+1
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-23sched/deadline: Zero out positive runtime after throttling constrained tasksXunlei Pang1-0/+2
2018-01-23timers: Unconditionally check deferrable baseThomas Gleixner1-1/+1
2018-01-23futex: Prevent overflow by strengthen input validationLi Jinyue1-0/+3
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-12/+61
2018-01-17bpf: refactor fixup_bpf_calls()Alexei Starovoitov1-39/+34
2018-01-17bpf: move fixup_bpf_calls() functionAlexei Starovoitov2-54/+54
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: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker2-2/+4
2018-01-10kernel/acct.c: fix the acct->needcheck check in check_free_space()Oleg Nesterov1-1/+1
2018-01-05kaiser: stack map PAGE_SIZE at THREAD_SIZE-PAGE_SIZEHugh Dickins1-5/+2
2018-01-05kaiser: merged updateDave Hansen1-4/+5
2018-01-05KAISER: Kernel Address IsolationRichard Fellner1-0/+8
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-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-29bpf/verifier: Fix states_equal() comparison of pointer and UNKNOWNBen Hutchings1-2/+3
2017-12-25bpf: fix incorrect sign extension in check_alu_op()Daniel Borkmann1-3/+10
2017-12-25bpf: reject out-of-bounds stack pointer calculationDaniel Borkmann1-2/+20
2017-12-25bpf: fix branch pruning logicDaniel Borkmann1-0/+27
2017-12-25bpf: adjust insn_aux_data when patching insnsDaniel Borkmann1-5/+39
2017-12-25tracing: Exclude 'generic fields' from histogramsTom Zanussi1-2/+2
2017-12-20sched/deadline: Use deadline instead of period when calculating overflowSteven Rostedt (VMware)1-4/+4
2017-12-20sched/deadline: Throttle a constrained deadline task activated after the dead...Daniel Bristot de Oliveira1-0/+45
2017-12-20sched/deadline: Make sure the replenishment timer fires in the next periodDaniel Bristot de Oliveira1-2/+7
2017-12-20sched/deadline: Add missing update_rq_clock() in dl_task_timer()Wanpeng Li1-0/+1