summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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-13Merge remote-tracking branch 'lts/linux-4.4.y' into linux-linaro-lsk-v4.4Alex Shi
2018-02-07Merge tag 'lsk-v4.4-18.02-android' of git://git.linaro.org/kernel/linux-linar...Tao Huang
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-02-02printk: add support show process information on printksTao Huang
2018-02-01Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2018-02-01 Merge tag 'v4.4.114' into linux-linaro-lsk-v4.4Alex Shi
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-31Merge remote-tracking branch 'lts/linux-4.4.y' into linux-linaro-lsk-v4.4Alex Shi
2018-01-26Merge branch 'linux-linaro-lsk-v4.4-android' of git://git.linaro.org/kernel/l...Tao Huang
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-22sched: EAS: Initialize push_task as NULL to avoid direct reference on out_unl...Ke Wang
2018-01-22UPSTREAM: kcov: fix comparison callback signatureDmitry Vyukov
2018-01-22UPSTREAM: kcov: support comparison operands collectionVictor Chibotaru
2018-01-22UPSTREAM: kcov: remove pointless current != NULL checkAndrey Ryabinin
2018-01-22UPSTREAM: kcov: support compat processesDmitry Vyukov
2018-01-22UPSTREAM: kcov: simplify interrupt checkDmitry Vyukov
2018-01-22UPSTREAM: kcov: make kcov work properly with KASLR enabledAlexander Popov
2018-01-22UPSTREAM: kcov: add more missing includesKefeng Wang
2018-01-22UPSTREAM: kcov: add missing #include <linux/sched.h>Kefeng Wang
2018-01-22UPSTREAM: kcov: properly check if we are in an interruptAndrey Konovalov
2018-01-22UPSTREAM: kcov: don't profile branches in kcovAndrey Ryabinin
2018-01-22UPSTREAM: kcov: don't trace the code coverage codeJames Morse
2018-01-22BACKPORT: kernel: add kcov code coverageDmitry Vyukov
2018-01-22UPSTREAM: arch, ftrace: for KASAN put hard/soft IRQ entries into separate sec...Alexander Potapenko
2018-01-22sched: EAS/WALT: Don't take into account of running task's utilKe Wang
2018-01-22BACKPORT: schedutil: Reset cached freq if it is not in sync with next_freqViresh Kumar
2018-01-22BACKPORT: time: Clean up CLOCK_MONOTONIC_RAW time handlingJohn Stultz
2018-01-22BACKPORT: time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accountingJohn Stultz
2018-01-22Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAmit Pundir
2018-01-18 Merge tag 'v4.4.112' into linux-linaro-lsk-v4.4Alex Shi
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