summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-08-15Merge android-4.4@9f764bb (v4.4.80) into msm-4.4Blagovest Kolenichev
2017-08-08Merge "Merge android-4.4@59ff2e1 (v4.4.78) into msm-4.4"Linux Build Service Account
2017-08-07Merge 4.4.80 into android-4.4Greg Kroah-Hartman
2017-08-06sched/cputime: Fix prev steal time accouting during CPU hotplugWanpeng Li
2017-08-06/proc/iomem: only expose physical resource addresses to privileged usersLinus Torvalds
2017-08-06sched/cgroup: Move sched_online_group() back into css_online() to fix crashKonstantin Khlebnikov
2017-08-04Merge android-4.4@59ff2e1 (v4.4.78) into msm-4.4Blagovest Kolenichev
2017-08-03Merge "perf/core: Fix crash in perf_event_read()"Linux Build Service Account
2017-08-03Merge "sched: avoid RT tasks contention during sched boost"Linux Build Service Account
2017-08-02perf/core: Fix crash in perf_event_read()Peter Zijlstra
2017-07-31Revert "perf: stop deadlock if attempt to bring cpu up fails"Imran Khan
2017-07-27Merge 4.4.79 into android-4.4Greg Kroah-Hartman
2017-07-27alarmtimer: don't rate limit one-shot timersGreg Hackmann
2017-07-27tracing: Fix kmemleak in instance_rmdirChunyu Hu
2017-07-27Revert "perf/core: Drop kernel samples even though :u is specified"Ingo Molnar
2017-07-27ftrace: Fix uninitialized variable in match_records()Dan Carpenter
2017-07-27rwsem: fix missed wakeup due to reordering of loadPrateek Sood
2017-07-25hotplug cpu: ratelimit logs for thermal vetoPrateek Sood
2017-07-25sched/fair: Add a backup_cpu to find_best_targetChris Redpath
2017-07-25sched/fair: Try to estimate possible idle states.Chris Redpath
2017-07-25sched/fair: Sync task util before EAS wakeupBrendan Jackman
2017-07-25Revert "sched/fair: ensure utilization signals are synchronized before use"Brendan Jackman
2017-07-25sched/fair: kick nohz idle balance for misfit taskLeo Yan
2017-07-25sched/fair: Update signals of nohz cpus if we are going idleChris Redpath
2017-07-25events: add tracepoint for find_best_targetPatrick Bellasi
2017-07-25sched/fair: streamline find_best_target heuristicsPatrick Bellasi
2017-07-21Revert "proc: smaps: Allow smaps access for CAP_SYS_RESOURCE"Daniel Mentz
2017-07-21Merge 4.4.78 into android-4.4Greg Kroah-Hartman
2017-07-21tracing: Use SOFTIRQ_OFFSET for softirq dectection for more accurate resultsPavankumar Kondeti
2017-07-21sched/topology: Optimize build_group_mask()Lauro Ramos Venancio
2017-07-21sched/topology: Fix overlapping sched_group_maskPeter Zijlstra
2017-07-21kernel/extable.c: mark core_kernel_text notraceMarcin Nowakowski
2017-07-21bpf: prevent leaking pointer via xadd on unpriviledgedDaniel Borkmann
2017-07-18UPSTREAM: cpufreq: schedutil: Trace frequency only if it has changedChris Redpath
2017-07-18UPSTREAM: cpufreq: schedutil: Avoid reducing frequency of busy CPUs prematurelyChris Redpath
2017-07-18UPSTREAM: cpufreq: schedutil: Refactor sugov_next_freq_shared()Chris Redpath
2017-07-18UPSTREAM: cpufreq: schedutil: Fix per-CPU structure initialization in sugov_s...Chris Redpath
2017-07-18UPSTREAM: cpufreq: schedutil: Pass sg_policy to get_next_freq()Viresh Kumar
2017-07-18UPSTREAM: cpufreq: schedutil: move cached_raw_freq to struct sugov_policyChris Redpath
2017-07-18UPSTREAM: cpufreq: schedutil: Rectify comment in sugov_irq_work() functionViresh Kumar
2017-07-18UPSTREAM: cpufreq: schedutil: irq-work and mutex are only used in slow pathChris Redpath
2017-07-18UPSTREAM: cpufreq: schedutil: enable fast switch earlierChris Redpath
2017-07-18UPSTREAM: cpufreq: schedutil: Avoid indented labelsChris Redpath
2017-07-17Merge "Revert "sched: Remove synchronize rcu/sched calls from _cpu_down""Linux Build Service Account
2017-07-15Merge 4.4.77 into android-4.4Greg Kroah-Hartman
2017-07-15sysctl: report EINVAL if value is larger than UINT_MAX for proc_douintvecLiping Zhang
2017-07-15sysctl: don't print negative flag for proc_douintvecLiping Zhang
2017-07-15tracing/kprobes: Allow to create probe with a module name starting with a digitSabrina Dubroca
2017-07-14sched: avoid RT tasks contention during sched boostPavankumar Kondeti
2017-07-12sched: walt: fix window misalignment when HZ=300Joonwoo Park