summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-02-05UPSTREAM: config: android-base: add CONFIG_IKCONFIG optionGreg Kroah-Hartman
2018-02-05UPSTREAM: config: android-base: disable CONFIG_USELIB and CONFIG_FHANDLEMax Shi
2018-02-05UPSTREAM: config: android-base: enable hardened usercopy and kernel ASLRAmit Pundir
2018-02-05UPSTREAM: config: android: enable CONFIG_SECCOMPRob Herring
2018-02-05UPSTREAM: config: android: set SELinux as default security modeRob Herring
2018-02-05UPSTREAM: config: android: move device mapper options to recommendedRob Herring
2018-02-05UPSTREAM: config/android: Remove CONFIG_IPV6_PRIVACYBorislav Petkov
2018-02-05UPSTREAM: config: add android config fragmentsRob Herring
2018-02-05BACKPORT: exit_thread: accept a task parameter to be exitedJiri Slaby
2018-02-05Merge android-4.4.115 (aa856bd) into msm-4.4Srinivasarao P
2018-02-03Merge 4.4.115 into android-4.4Greg Kroah-Hartman
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-01ANDROID: sched/rt: schedtune: Add boost retention to RTJoel Fernandes
2018-02-01Merge android-4.4.114 (fe09418) into msm-4.4Srinivasarao P
2018-01-31Merge 4.4.114 into android-4.4Greg Kroah-Hartman
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-29ANDROID: sched: EAS: check energy_aware() before calling select_energy_cpu_br...Ke Wang
2018-01-24Merge android-4.4.113 (ef588ef) into msm-4.4Srinivasarao P
2018-01-24Merge android-4.4.112 (5f6325b) into msm-4.4Srinivasarao P
2018-01-24Merge android-4.4.111 (f851888) into msm-4.4Srinivasarao P
2018-01-23Merge 4.4.113 into android-4.4Greg Kroah-Hartman
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-19Merge "Merge android-4.4.110 (5cc8c2e) into msm-4.4"Linux Build Service Account
2018-01-18Merge android-4.4.110 (5cc8c2e) into msm-4.4Srinivasarao P
2018-01-18Merge android-4.4.109 (8cbe01c) into msm-4.4Srinivasarao P
2018-01-18Merge android-4.4.108 (55b3b8c) into msm-4.4Srinivasarao P
2018-01-18Merge android-4.4.107 (79f138a) into msm-4.4Srinivasarao P
2018-01-18Merge android-4.4.106 (2fea039) into msm-4.4Srinivasarao P
2018-01-18sched: EAS: Initialize push_task as NULL to avoid direct reference on out_unl...Ke Wang
2018-01-17Merge 4.4.112 into android-4.4Greg Kroah-Hartman
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