aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-04-09sched: Introduce SD_SHARE_CAP_STATES sched_domain flagMorten Rasmussen
2015-04-09sched: Introduce energy data structuresDietmar Eggemann
2015-04-09sched: add utilization_avg_contribVincent Guittot
2015-04-09Revert "sched, trace: Add a tracepoint for IPI-less remote wakeups"Juri Lelli
2015-04-09tracing: Add __bitmask() macro to trace events to cpumasks and other bitmasksSteven Rostedt (Red Hat)
2015-04-09sched: Rename capacity related flagsNicolas Pitre
2015-04-09of: move of_get_cpu_node implementation to DT core librarySudeep KarkadaNagesha
2015-04-09sched: Final power vs. capacity cleanupsNicolas Pitre
2015-04-09sched: Let 'struct sched_group_power' care about CPU capacityNicolas Pitre
2015-04-09sched, powerpc: Create a dedicated topology tableVincent Guittot
2015-04-09sched, trace: Add a tracepoint for IPI-less remote wakeupsAndy Lutomirski
2015-04-09cpuidle: declare cpuidle_dev in cpuidle.hPaul Burton
2015-04-09sched/idle: Remove TS_POLLING supportPeter Zijlstra
2015-04-09sched: Add a new SD_SHARE_POWERDOMAIN for sched_domainVincent Guittot
2015-04-09sched: added SD_NUMA definitionAlex Shi
2015-04-09sched: Rework sched_domain topology definitionVincent Guittot
2015-04-09cpuidle: Combine cpuidle_enabled() with cpuidle_select()Rafael J. Wysocki
2015-04-09sched/idle: Reorganize the idle loopDaniel Lezcano
2015-04-09cpuidle/idle: Move the cpuidle_idle_call function to idle.cDaniel Lezcano
2015-04-09idle/cpuidle: Split cpuidle_idle_call main function into smaller functionsDaniel Lezcano
2015-04-09sched/prio: Add 3 macros of MAX_NICE, MIN_NICE and NICE_WIDTH in prio.hDongsheng Yang
2015-04-09sched: Add better debug output for might_sleep()Thomas Gleixner
2015-04-09sched/fair: Track cgroup depthPeter Zijlstra
2015-04-09sched: Expose some macros related to priorityDongsheng Yang
2015-04-09sched: Move the priority specific bits into a new header fileDongsheng Yang
2015-04-09cpuidle: remove cpuidle_unregister_governor()Viresh Kumar
2015-04-09cpuidle: Make cpuidle's sysfs directory dynamically allocatedDaniel Lezcano
2015-04-09cpuidle: simplify multiple driver supportDaniel Lezcano
2015-04-09math64: Add mul_u64_u32_shr()Peter Zijlstra
2015-04-09kernel/fork.c: make dup_mm() staticDaeSeok Youn
2015-04-09proc: cleanup/simplify get_task_state/task_state_arrayOleg Nesterov
2015-04-09sched/nohz: Fix overflow error in scheduler_tick_max_deferment()Kevin Hilman
2015-04-09sched: Remove PREEMPT_NEED_RESCHED from generic codePeter Zijlstra
2015-04-09sched/fair: Rework sched_fair time accountingPeter Zijlstra
2015-04-09hung_task: add method to reset detectorMarcelo Tosatti
2015-04-09sched: Move completion code from core.c to completion.cPeter Zijlstra
2015-04-09hardirq: Split preempt count mask definitionsFrederic Weisbecker
2015-04-09sched: Revert need_resched() to look at TIF_NEED_RESCHEDPeter Zijlstra
2015-04-09sched: Prepare for per-cpu preempt_countPeter Zijlstra
2015-04-09sched: Extract the basic add/sub preempt_count modifiersPeter Zijlstra
2015-04-09sched, arch: Create asm/preempt.hPeter Zijlstra
2015-04-09sched: Remove {set,clear}_need_reschedPeter Zijlstra
2015-04-09sched: Introduce preempt_count accessor functionsPeter Zijlstra
2015-04-09sched: Create more preempt_count accessorsPeter Zijlstra
2015-04-09sched: Add NEED_RESCHED to the preempt_countPeter Zijlstra
2015-04-09sched: Introduce preempt_count accessor functionsPeter Zijlstra
2015-04-09sched, idle: Fix the idle polling state logicPeter Zijlstra
2015-04-09sched/balancing: Periodically decay max cost of idle balanceJason Low
2015-04-09sched/balancing: Consider max cost of idle balance per sched domainJason Low
2015-04-09include/linux/sched.h: don't use task->pid/tgid in same_thread_group/has_grou...Oleg Nesterov