summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-02-16ftrace: Remove incorrect setting of glob search fieldSteven Rostedt (VMware)
2018-02-16kernel/async.c: revert "async: simplify lowest_in_progress()"Rasmus Villemoes
2018-02-16sched/rt: Up the root domain ref count when passing it around via IPIsSteven Rostedt (VMware)
2018-02-16sched/rt: Use container_of() to get root domain in rto_push_irq_work_func()Steven Rostedt (VMware)
2018-02-16posix-timer: Properly check sigevent->sigev_notifyThomas Gleixner
2018-02-03bpf: reject stores into ctx via st and xaddDaniel Borkmann
2018-02-03bpf: fix 32-bit divide by zeroAlexei Starovoitov
2018-02-03bpf: fix divides by zeroEric Dumazet
2018-02-03bpf: arsh is not supported in 32 bit alu thus reject itDaniel Borkmann
2018-02-03bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov
2018-02-03bpf: fix bpf_tail_call() x64 JITAlexei Starovoitov
2018-02-03bpf: fix branch pruning logicAlexei Starovoitov
2018-01-31hrtimer: Reset hrtimer cpu base proper on CPU hotplugThomas Gleixner
2018-01-31timers: Plug locking race vs. timer migrationThomas Gleixner
2018-01-31time: Avoid undefined behaviour in ktime_add_safe()Vegard Nossum
2018-01-31sched/deadline: Use the revised wakeup rule for suspending constrained dl tasksDaniel Bristot de Oliveira
2018-01-23tracing: Fix converting enum's from the map in trace_event_eval_update()Steven Rostedt (VMware)
2018-01-23sched/deadline: Zero out positive runtime after throttling constrained tasksXunlei Pang
2018-01-23futex: Prevent overflow by strengthen input validationLi Jinyue
2018-01-23gcov: disable for COMPILE_TESTArnd Bergmann
2018-01-17bpf, array: fix overflow in max_entries and undefined behavior in index_maskDaniel Borkmann
2018-01-17bpf: prevent out-of-bounds speculationAlexei Starovoitov
2018-01-17bpf: adjust insn_aux_data when patching insnsAlexei Starovoitov
2018-01-17bpf: refactor fixup_bpf_calls()Alexei Starovoitov
2018-01-17bpf: move fixup_bpf_calls() functionAlexei Starovoitov
2018-01-17bpf: don't (ab)use instructions to store stateJakub Kicinski
2018-01-17bpf: add bpf_patch_insn_single helperDaniel Borkmann
2018-01-17locking/mutex: Allow next waiter lockless wakeupDavidlohr Bueso
2018-01-17futex: Replace barrier() in unqueue_me() with READ_ONCE()Jianyu Zhan
2018-01-10module: Issue warnings when tainting kernelLibor Pechacek
2018-01-10module: keep percpu symbols in module's symtabMiroslav Benes
2018-01-10kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in compl...Oleg Nesterov
2018-01-10kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() ...Oleg Nesterov
2018-01-10kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILLOleg Nesterov
2018-01-10kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker
2018-01-10kernel/acct.c: fix the acct->needcheck check in check_free_space()Oleg Nesterov
2018-01-05kaiser: stack map PAGE_SIZE at THREAD_SIZE-PAGE_SIZEHugh Dickins
2018-01-05kaiser: merged updateDave Hansen
2018-01-05KAISER: Kernel Address IsolationRichard Fellner
2018-01-02nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()Thomas Gleixner
2018-01-02ring-buffer: Mask out the info bits when returning buffer page lengthSteven Rostedt (VMware)
2018-01-02tracing: Fix crash when it fails to alloc ring bufferJing Xia
2018-01-02tracing: Fix possible double free on failure of allocating trace bufferSteven Rostedt (VMware)
2018-01-02tracing: Remove extra zeroing out of the ring buffer pageSteven Rostedt (VMware)
2017-12-25sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()Andy Lutomirski
2017-12-25sched/core: Add switch_mm_irqs_off() and use it in the schedulerAndy Lutomirski
2017-12-20sched/deadline: Use deadline instead of period when calculating overflowSteven Rostedt (VMware)
2017-12-20sched/deadline: Throttle a constrained deadline task activated after the dead...Daniel Bristot de Oliveira
2017-12-20sched/deadline: Make sure the replenishment timer fires in the next periodDaniel Bristot de Oliveira
2017-12-20sched/rt: Do not pull from current CPU if only one CPU to pullSteven Rostedt