summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-01-26Merge branch 'linux-linaro-lsk-v4.4-android' of git://git.linaro.org/kernel/l...Tao Huang
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
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-11 Merge tag 'v4.4.111' into linux-linaro-lsk-v4.4Alex Shi
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-08 Merge tag 'v4.4.110' into linux-linaro-lsk-v4.4Alex Shi
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-05Merge remote-tracking branch 'lts/linux-4.4.y' into linux-linaro-lsk-v4.4Alex Shi
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-26UPSTREAM: genirq/PM: Properly pretend disabled state when force resuming inte...Juergen Gross
2017-12-26UPSTREAM: genirq: Avoid unnecessary low level irq function callsJeffy Chen