summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-03-09Merge branch 'linux-linaro-lsk-v4.4-android' of git://git.linaro.org/kernel/l...Tao Huang
2018-03-05time: Fix ktime_get_raw() incorrect base accumulationJohn Stultz
2018-03-05sched/fair: prevent possible infinite loop in sched_group_energyChris Redpath
2018-03-05UPSTREAM: config: android-base: disable CONFIG_NFSD and CONFIG_NFS_FSRoberto Pereira
2018-03-05UPSTREAM: config: android-base: add CGROUP_BPFChenbo Feng
2018-03-05UPSTREAM: config: android-base: add CONFIG_MODULES optionGreg Kroah-Hartman
2018-03-05UPSTREAM: config: android-base: add CONFIG_IKCONFIG optionGreg Kroah-Hartman
2018-03-05UPSTREAM: config: android-base: disable CONFIG_USELIB and CONFIG_FHANDLEMax Shi
2018-03-05UPSTREAM: config: android-base: enable hardened usercopy and kernel ASLRAmit Pundir
2018-03-05UPSTREAM: config: android: enable CONFIG_SECCOMPRob Herring
2018-03-05UPSTREAM: config: android: set SELinux as default security modeRob Herring
2018-03-05UPSTREAM: config: android: move device mapper options to recommendedRob Herring
2018-03-05UPSTREAM: config/android: Remove CONFIG_IPV6_PRIVACYBorislav Petkov
2018-03-05UPSTREAM: config: add android config fragmentsRob Herring
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-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