summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-03-05BACKPORT: exit_thread: accept a task parameter to be exitedJiri Slaby
2018-03-05ANDROID: sched/rt: schedtune: Add boost retention to RTJoel Fernandes
2018-03-05ANDROID: sched: EAS: check energy_aware() before calling select_energy_cpu_br...Ke Wang
2018-03-05Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAmit Pundir
2018-03-05 Merge tag 'v4.4.120' into linux-linaro-lsk-v4.4Alex Shi
2018-03-03hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)Anna-Maria Gleixner
2018-02-26 Merge tag 'v4.4.118' into linux-linaro-lsk-v4.4Alex Shi
2018-02-25module/retpoline: Warn about missing retpoline in moduleAndi Kleen
2018-02-25profile: hide unused functions when !CONFIG_PROC_FSArnd Bergmann
2018-02-25blktrace: fix unlocked registration of tracepointsJens Axboe
2018-02-20 Merge tag 'v4.4.116' into linux-linaro-lsk-v4.4Alex Shi
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-13Merge remote-tracking branch 'lts/linux-4.4.y' into linux-linaro-lsk-v4.4Alex Shi
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-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-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