summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2016-03-23mm: swap: swap ratio supportVinayak Menon
2016-03-23msm: move printk out of spin lock low_water_lockTingting Yang
2016-03-23qos: Disable irq notifier when qos request is removedSrinivas Rao L
2016-03-23trace: ipc_logging: Increase maximum size of logging context nameSteven Cahail
2016-03-23trace: ipc_logging: Destroy debugfs directories with logging contextsSteven Cahail
2016-03-23cgroup: fix uninitialized usage of a variableJeevan Shriram
2016-03-23printk: Add all cpu notifiers under CONSOLE_FLUSH_ON_HOTPLUG flagPrasad Sodagudi
2016-03-23timer: make deferrable cpu unbound timers really not bound to a cpuJoonwoo Park
2016-03-23perf: Skip permission checks on kernel owned perf eventsRohit Gupta
2016-03-23perf: pass correct parameter when removing eventNeil Leeder
2016-03-23perf: support hotplugNeil Leeder
2016-03-23fixup! block/fs: keep track of the task that dirtied the pageRohit Vaswani
2016-03-23trace: cpu_freq_switch: Add profiler for CPU frequency switch timesMatt Wagantall
2016-03-23Merge remote-tracking branch 'lsk-44/linux-linaro-lsk-v4.4' into 44rc2David Keitel
2016-03-23sched: fix compile error where !CONFIG_SCHED_FREQ_INPUTJoonwoo Park
2016-03-23sched: fix compile failure where !CONFIG_SCHED_HMPJoonwoo Park
2016-03-23sched: select task's prev_cpu as the best CPU when it was chosen recentlyJoonwoo Park
2016-03-23sched: use ktime instead of sched_clock for load trackingJoonwoo Park
2016-03-23sched: Update min/max capacity for the CPUFREQ_CREATE_POLICY notifierSyed Rameez Mustafa
2016-03-23sched/cputime: fix a deadlock on 32bit systemsPavankumar Kondeti
2016-03-23sched: Optimize scheduler trace events to reduce trace buffer usageSyed Rameez Mustafa
2016-03-23sched: initialize frequency domain cpumaskJoonwoo Park
2016-03-23sched: print sched_task_load alwaysJoonwoo Park
2016-03-23sched: add preference for prev and sibling CPU in RT task placementJoonwoo Park
2016-03-23sched: core: Don't use current task_cpu when migrating with stop_one_cpuVikram Mulukutla
2016-03-23sched: Notify cpufreq governor early about potential big tasksSyed Rameez Mustafa
2016-03-23sched: Skip resetting HMP stats when max frequencies remain unchangedSyed Rameez Mustafa
2016-03-23sched: update sched_task_load trace eventJoonwoo Park
2016-03-23sched: avoid unnecessary multiplication and divisionJoonwoo Park
2016-03-23sched: precompute required frequency for CPU loadJoonwoo Park
2016-03-23sched: clean up fixup_hmp_sched_stats()Joonwoo Park
2016-03-23sched: account new task load so that governor can apply different policyJoonwoo Park
2016-03-23sched: Fix frequency change checks when affined tasks are migratingSyed Rameez Mustafa
2016-03-23sched: Add tunables for static cpu and cluster costOlav Haugan
2016-03-23sched/core: Add API to set cluster d-stateOlav Haugan
2016-03-23sched: take into account of governor's frequency max loadJoonwoo Park
2016-03-23sched: set HMP scheduler's default initial task load to 100%Joonwoo Park
2016-03-23sched: add preference for prev and sibling CPU in HMP task placementJoonwoo Park
2016-03-23sched: Update task->on_rq when tasks are moving between runqueuesOlav Haugan
2016-03-23sched: remove temporary demand fixups in fixup_busy_time()Syed Rameez Mustafa
2016-03-23sched: add frequency zone awareness to the load balancerSyed Rameez Mustafa
2016-03-23sched: Update the wakeup placement logic for fair and rt tasksSyed Rameez Mustafa
2016-03-23sched: remove the notion of small tasks and small task packingSyed Rameez Mustafa
2016-03-23sched: Rework energy aware schedulingSyed Rameez Mustafa
2016-03-23sched: encourage idle load balance and discourage active load balanceJoonwoo Park
2016-03-23sched: avoid stale cumulative_runnable_avg HMP statisticsJoonwoo Park
2016-03-23sched: Add load based placement for RT tasksSyed Rameez Mustafa
2016-03-23sched: Avoid running idle_balance() consecutivelySyed Rameez Mustafa
2016-03-23sched: inline function scale_load_to_cpu()Joonwoo Park
2016-03-23sched: look for least busy and fallback CPU only when it's neededJoonwoo Park