summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2016-12-08sched/walt: kill {min,max}_capacityJuri Lelli
2016-11-29sched: tune: Fix lacking spinlock initializationKe Wang
2016-11-28UPSTREAM: trace: Add an option for boot clock as trace clockJoel Fernandes
2016-11-28UPSTREAM: timekeeping: Add a fast and NMI safe boot clockJoel Fernandes
2016-11-16cpufreq: sched: Fix kernel crash on accessing sysfs fileViresh Kumar
2016-11-16UPSTREAM: ring-buffer: Prevent overflow of size in ring_buffer_resize()Steven Rostedt (Red Hat)
2016-10-24[RFC]cgroup: Change from CAP_SYS_NICE to CAP_SYS_RESOURCE for cgroup migratio...John Stultz
2016-10-22UPSTREAM: cpu/hotplug: Handle unbalanced hotplug enable/disableLianwei Wang
2016-10-18cgroup: Remove leftover instances of allow_attachGuenter Roeck
2016-10-17CHROMIUM: cgroups: relax permissions on moving tasks between cgroupsDmitry Torokhov
2016-10-17CHROMIUM: remove Android's cgroup generic permissions checksDmitry Torokhov
2016-09-24BACKPORT: audit: consistently record PIDs with task_tgid_nr()Paul Moore
2016-09-23UPSTREAM: mm/init: Add 'rodata=off' boot cmdline parameter to disable read-on...Kees Cook
2016-09-21sched: Add Kconfig option DEFAULT_USE_ENERGY_AWARE to set ENERGY_AWARE featur...John Stultz
2016-09-21sched/fair: remove printk while schedule is in progressCaesar Wang
2016-09-20sched/walt: Drop arch-specific timer accessChris Redpath
2016-09-20eas/sched/fair: Fixing comments in find_best_target.Srinath Sridharan
2016-09-13UPSTREAM: audit: fix a double fetch in audit_log_single_execve_arg()Paul Moore
2016-09-09FIXUP: sched/tune: update accouting before CPU capacityPatrick Bellasi
2016-09-09FIXUP: sched/tune: add fixes missing from a previous patchPatrick Bellasi
2016-09-09sched/walt: use do_div instead of division operatorAmit Pundir
2016-09-09sched/walt: include missing header for arm_timer_read_counter()Amit Pundir
2016-09-08Merge remote-tracking branch 'linaro-ext/EAS/v4.4-easv5.2+aosp-changes' into ...Dmitry Shmidt
2016-09-06cpuset: Make cpusets restore on hotplugRiley Andrews
2016-08-31ANDROID: rcu_sync: Export rcu_sync_lockdep_assertGuenter Roeck
2016-08-26RFC: FROMLIST: cgroup: reduce read locked section of cgroup_threadgroup_rwsem...Balbir Singh
2016-08-26RFC: FROMLIST: cgroup: avoid synchronize_sched() in __cgroup_procs_write()Peter Zijlstra
2016-08-26RFC: FROMLIST: locking/percpu-rwsem: Optimize readers and reduce global impactPeter Zijlstra
2016-08-15sched/fair: Avoid redundant idle_cpu() call in update_sg_lb_stats()Waiman Long
2016-08-15FIXUP: sched: scheduler-driven cpu frequency selectionRicky Liang
2016-08-11sched/rt: Add Kconfig option to enable panicking for RT throttlingMatt Wagantall
2016-08-11sched/rt: print RT tasks when RT throttling is activatedMatt Wagantall
2016-08-11UPSTREAM: sched: Fix a race between __kthread_bind() and sched_setaffinity()Peter Zijlstra
2016-08-11sched/fair: Favor higher cpus only for boosted tasksSrinath Sridharan
2016-08-11vmstat: make vmstat_updater deferrable again and shut down on idleChristoph Lameter
2016-08-11sched/fair: call OPP update when going idle after migrationJuri Lelli
2016-08-11sched/cpufreq_sched: fix thermal capping eventsJuri Lelli
2016-08-11sched/fair: Picking cpus with low OPPs for tasks that prefer idle CPUsSrinath Sridharan
2016-08-11FIXUP: sched/tune: do initialization as a postcore_initicallPatrick Bellasi
2016-08-11DEBUG: sched: add tracepoint for RD overutilizedPatrick Bellasi
2016-08-11sched/tune: Introducing a new schedtune attribute prefer_idleSrinath Sridharan
2016-08-11sched: use util instead of capacity to select busy cpuTodd Kjos
2016-08-11arch_timer: add error handling when the MPM global timer is clearedChris Redpath
2016-08-11FIXUP: sched: Fix double-release of spinlock in move_queued_taskTodd Kjos
2016-08-11FIXUP: sched/fair: Fix hang during suspend in sched_group_energyTodd Kjos
2016-08-11FIXUP: sched: fix SchedFreq integration for both PELT and WALTPatrick Bellasi
2016-08-11sched: EAS: Avoid causing spikes to max-freq unnecessarilyTodd Kjos
2016-08-11FIXUP: sched: fix set_cfs_cpu_capacity when WALT is in usePatrick Bellasi
2016-08-11sched/walt: Accounting for number of irqs pending on each coreSrinath Sridharan
2016-08-11sched: Introduce Window Assisted Load Tracking (WALT)Srivatsa Vaddagiri