aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-07-18Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidlsk-v4.4-17.07-androidAlex Shi
2017-07-18 Merge tag 'v4.4.77' into linux-linaro-lsk-v4.4lsk-v4.4-17.07Alex Shi
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-12 Merge tag 'v4.4.76' into linux-linaro-lsk-v4.4Alex Shi
2017-07-11Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidlinux-linaro-lsk-v4.4-android-testAlex Shi
2017-07-10UPSTREAM: bpf: don't let ldimm64 leak map addresses on unprivilegedDaniel Borkmann
2017-07-05sched/loadavg: Avoid loadavg spikes caused by delayed NO_HZ accountingMatt Fleming
2017-07-05kernel/panic.c: add missing \nJiri Slaby
2017-07-05sysctl: enable strict writesKees Cook
2017-06-30 Merge tag 'v4.4.75' into linux-linaro-lsk-v4.4lsk-v4.4-17.06Alex Shi
2017-06-29time: Fix clock->read(clock) race around clocksource changesJohn Stultz
2017-06-29signal: Only reschedule timers on signals timers have sentEric W. Biederman
2017-06-26alarmtimer: Rate limit periodic intervalsThomas Gleixner
2017-06-26alarmtimer: Prevent overflow of relative timersThomas Gleixner
2017-06-26genirq: Release resources in __setup_irq() error pathHeiner Kallweit
2017-06-21schedstats/eas: guard properly to avoid breaking non-smp schedstats usersChris Redpath
2017-06-21sched/tune: don't use schedtune before it is readyChris Redpath
2017-06-21sched/fair: use SCHED_CAPACITY_SCALE for energy normalizationPatrick Bellasi
2017-06-21sched/{fair,tune}: use reciprocal_value to compute boost marginPatrick Bellasi
2017-06-21sched/tune: Initialize raw_spin_lock in boosted_groupsSrinath Sridharan
2017-06-21sched/tune: report when SchedTune has not been initializedPatrick Bellasi
2017-06-21sched/tune: fix sched_energy_diff tracepointChris Redpath
2017-06-21sched/tune: increase group count to 5Chris Redpath
2017-06-21cpufreq/schedutil: use boosted_cpu_util for PELT to match WALTChris Redpath
2017-06-21sched/fair: Fix sched_group_energy() to support per-cpu capacity statesMorten Rasmussen
2017-06-21sched/fair: discount task contribution to find CPU with lowest utilizationValentin Schneider
2017-06-21sched/fair: ensure utilization signals are synchronized before useChris Redpath
2017-06-21sched/fair: remove task util from own cpu when placing waking taskChris Redpath
2017-06-21trace:sched: Make util_avg in load_avg trace reflect PELT/WALT as usedChris Redpath
2017-06-21sched/fair: Add eas (& cas) specific rq, sd and task statsDietmar Eggemann
2017-06-21sched/core: Fix PELT jump to max OPP upon util increaseAndres Oportus
2017-06-21sched: EAS & 'single cpu per cluster'/cpu hotplug interoperabilityDietmar Eggemann
2017-06-21UPSTREAM: sched/core: Fix group_entity's share updateVincent Guittot
2017-06-21UPSTREAM: sched/fair: Fix calc_cfs_shares() fixed point arithmetics width con...Peter Zijlstra
2017-06-21UPSTREAM: sched/fair: Fix incorrect task group ->load_avgVincent Guittot
2017-06-21UPSTREAM: sched/fair: Fix effective_load() to consistently use smoothed loadPeter Zijlstra
2017-06-21UPSTREAM: sched/fair: Propagate asynchrous detachVincent Guittot
2017-06-21UPSTREAM: sched/fair: Propagate load during synchronous attach/detachVincent Guittot
2017-06-21UPSTREAM: sched/fair: Fix hierarchical order in rq->leaf_cfs_rq_listVincent Guittot
2017-06-21BACKPORT: sched/fair: Factorize PELT updateVincent Guittot
2017-06-21UPSTREAM: sched/fair: Factorize attach/detach entityVincent Guittot
2017-06-21UPSTREAM: sched/fair: Improve PELT stuff some morePeter Zijlstra
2017-06-21UPSTREAM: sched/fair: Apply more PELT fixesPeter Zijlstra
2017-06-21UPSTREAM: sched/fair: Fix post_init_entity_util_avg() serializationPeter Zijlstra
2017-06-21BACKPORT: sched/fair: Initiate a new task's util avg to a bounded valueYuyang Du
2017-06-21sched/fair: Simplify idle_idx handling in select_idle_sibling()Dietmar Eggemann
2017-06-21sched/fair: refactor find_best_target() for simplicityDietmar Eggemann
2017-06-21sched/fair: Change cpu iteration order in find_best_target()Dietmar Eggemann