summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2016-06-22sched: core: Fix possible hotplug race in set_cpus_allowed_ptrVikram Mulukutla
2016-06-21sysctl: add cold_boot sysctl entryDavid Keitel
2016-06-21msm: falcon: put reason for boot in procfs from SMEMRick Adams
2016-06-21sched: kill unnecessary divisions on fast pathJoonwoo Park
2016-06-21sched: prevent race where update CPU cyclesJoonwoo Park
2016-06-21sched: fix overflow in scaled execution time calculationJoonwoo Park
2016-06-21sched: remove unused parameter cpu from cpu_cycles_to_freq()Joonwoo Park
2016-06-15Revert "kernel/sysctl.c: detect overflows when converting to int"Subash Abhinov Kasiviswanathan
2016-06-09sched: avoid potential race between governor and thermal driverJoonwoo Park
2016-06-09sched: fix potential deflated frequency estimation during IRQ handlingJoonwoo Park
2016-06-09sched: fix CPU frequency estimation while idleJoonwoo Park
2016-06-09sched: preserve CPU cycle counter in rqJoonwoo Park
2016-06-07arm64: Add support for app specific settingsSarangdhar Joshi
2016-06-03Revert "sched: warn/panic upon excessive scheduling latency"Joonwoo Park
2016-06-03Revert "sched: add scheduling latency tracking procfs node"Joonwoo Park
2016-06-03sched: eliminate sched_early_detection_duration knobJoonwoo Park
2016-06-03sched: Remove the sched heavy task frequency guidance featureJoonwoo Park
2016-06-03sched: eliminate sched_migration_fixup knobJoonwoo Park
2016-06-03sched: eliminate sched_upmigrate_min_nice knobJoonwoo Park
2016-06-01sched: eliminate sched_enable_power_aware knob and parameterJoonwoo Park
2016-06-01sched: eliminate sched_freq_account_wait_time knobJoonwoo Park
2016-06-01sched: eliminate sched_account_wait_time knobJoonwoo Park
2016-05-26sched: Aggregate for frequencySrivatsa Vaddagiri
2016-05-25trace: prevent NULL pointer dereferenceKishor PK
2016-05-24coresight: add stm logging to support optimization in trace printkAparna Das
2016-05-24coresight: enable stm logging for trace events, marker and printkShashank Mittal
2016-05-20sched: simplify CPU frequency estimation and cycle counter APIJoonwoo Park
2016-05-18perf: duplicate deletion of perf eventSrinivasarao P
2016-05-16sched: use correct Kconfig macro name CONFIG_SCHED_HMP_CSTATE_AWAREJoonwoo Park
2016-05-16Revert "sched: set HMP scheduler's default initial task load to 100%"Joonwoo Park
2016-05-16trace: cpu_freq_switch: use tracefs instead of debugfsDavid Keitel
2016-05-09kernel: Restrict permissions of /proc/iomem.Biswajit Paul
2016-05-05workqueue: implement lockup detectorTejun Heo
2016-05-05watchdog: introduce touch_softlockup_watchdog_sched()Tejun Heo
2016-04-27sched: take into account of limited CPU min and max frequenciesJoonwoo Park
2016-04-27sched: add support for CPU frequency estimation with cycle counterJoonwoo Park
2016-04-25sched: revise sched_boost to make the best of big cluster CPUsJoonwoo Park
2016-04-22sched: fix excessive task packing where CONFIG_SCHED_HMP_CSTATE_AWARE=yJoonwoo Park
2016-04-22sched: add option whether CPU C-state is used to guide task placementJoonwoo Park
2016-04-22sched: update placement logic to prefer C-state and busier CPUsSyed Rameez Mustafa
2016-04-22sched: Optimize wakeup placement logic when need_idle is setSyed Rameez Mustafa
2016-04-13android/lowmemorykiller: Ignore tasks with freed mmLiam Mark
2016-04-12kernel: sched: Fix compilation issues for Usermode LinuxJeevan Shriram
2016-03-25genirq: call cancel_work_sync from irq_set_affinity_notifierPrasad Sodagudi
2016-03-23sched: fix circular dependency of rq->lock and kswadp waitqueue lockPavankumar Kondeti
2016-03-23sched: move out migration notification out of spinlockJoonwoo Park
2016-03-23sched: fix compile failure with !CONFIG_SCHED_HMPJoonwoo Park
2016-03-23sched: restrict sync wakee placement bias with waker's demandJoonwoo Park
2016-03-23sched: add preference for waker cluster CPU in wakee task placementJoonwoo Park
2016-03-23sched/core: Add protection against null-pointer dereferenceOlav Haugan