summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* sched/rt: Enqueue just unthrottled rt_rq back on the stack in __disable_runti...Kirill Tkhai2014-07-051-0/+3
* sched/fair: Disable runtime_enabled on dying rqKirill Tkhai2014-07-052-1/+29
* sched/numa: Change scan period code to match intentRik van Riel2014-07-051-4/+4
* sched/numa: Rework best node setting in task_numa_migrate()Rik van Riel2014-07-051-6/+13
* sched/numa: Examine a task move when examining a task swapRik van Riel2014-07-051-2/+21
* sched/numa: Simplify task_numa_compare()Rik van Riel2014-07-051-6/+1
* sched/numa: Use effective_load() to balance NUMA loadsRik van Riel2014-07-051-6/+14
* sched/numa: Move power adjustment into load_too_imbalanced()Rik van Riel2014-07-051-15/+24
* sched/numa: Use group's max nid as task's preferred nidRik van Riel2014-07-051-16/+1
* sched/fair: Implement fast idling of CPUs when the system is partially loadedTim Chen2014-07-052-5/+28
* sched/idle: Drop !! while calculating 'broadcast'Viresh Kumar2014-07-051-2/+2
* sched: Fix clock_gettime(CLOCK_[PROCESS/THREAD]_CPUTIME_ID) monotonicityMike Galbraith2014-07-051-2/+11
* sched: Fix potential near-infinite distribute_cfs_runtime() loopBen Segall2014-07-051-21/+20
* sched/core: Fix formatting issues in sched_can_stop_tick()Viresh Kumar2014-07-051-7/+3
* irq_work: Remove BUG_ON in irq_work_run()Peter Zijlstra2014-07-051-42/+4
* Merge branch 'timers/nohz' into sched/coreIngo Molnar2014-07-055-45/+84
|\
| * nohz: Use IPI implicit full barrier against rq->nr_running r/wFrederic Weisbecker2014-06-162-6/+13
| * nohz: Use nohz own full kick on 2nd task enqueueFrederic Weisbecker2014-06-162-5/+2
| * nohz: Switch to nohz full remote kick on timer enqueueFrederic Weisbecker2014-06-161-1/+7
| * nohz: Support nohz full remote kickFrederic Weisbecker2014-06-161-4/+6
| * irq_work: Implement remote queueingFrederic Weisbecker2014-06-162-1/+33
| * irq_work: Split raised and lazy listsFrederic Weisbecker2014-06-161-28/+23
* | sched: Fix CACHE_HOT_BUDY conditionHillf Danton2014-06-181-5/+4
* | sched/numa: Always try to migrate to preferred node at task_numa_placement() ...Rik van Riel2014-06-181-5/+7
* | sched/numa: Ensure task_numa_migrate() checks the preferred nodeRik van Riel2014-06-181-3/+2
|/
* Merge tag 'trace-3.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2014-06-123-20/+36
|\
| * tracing: Fix check of ftrace_trace_arrays list_empty() checkSteven Rostedt (Red Hat)2014-06-101-1/+1
| * tracing: Fix leak of per cpu max data in instancesSteven Rostedt (Red Hat)2014-06-101-9/+12
| * tracing: Cleanup saved_cmdlines_size changesNamhyung Kim2014-06-101-3/+3
| * ring-buffer: Check if buffer exists before pollingSteven Rostedt (Red Hat)2014-06-102-7/+20
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-06-127-286/+353
|\ \
| * \ Merge commit '3cf2f34' into sched/core, to fix build errorIngo Molnar2014-06-1210-27/+92
| |\ \
| * | | sched/deadline: Delete extraneous extern for to_ratio()Paul Gortmaker2014-06-051-2/+0
| * | | sched/idle: Optimize try-to-wake-up IPIPeter Zijlstra2014-06-053-9/+61
| * | | sched/idle: Simplify wake_up_idle_cpu()Andy Lutomirski2014-06-051-20/+1
| * | | sched/idle: Clear polling before descheduling the idle threadAndy Lutomirski2014-06-051-1/+25
| * | | sched, trace: Add a tracepoint for IPI-less remote wakeupsAndy Lutomirski2014-06-051-0/+4
| * | | sched: Remove redundant assignment to "rt_rq" in update_curr_rt(...)Giedrius Rekasius2014-06-051-2/+1
| * | | sched: Rename capacity related flagsNicolas Pitre2014-06-053-15/+15
| * | | sched: Final power vs. capacity cleanupsNicolas Pitre2014-06-052-32/+33
| * | | sched: Remove remaining dubious usage of "power"Nicolas Pitre2014-06-053-55/+55
| * | | sched: Let 'struct sched_group_power' care about CPU capacityNicolas Pitre2014-06-053-114/+114
| * | | sched/fair: Disambiguate existing/remaining "capacity" usageNicolas Pitre2014-06-051-21/+21
| * | | sched/fair: Change "has_capacity" to "has_free_capacity"Nicolas Pitre2014-06-051-13/+13
| * | | sched/fair: Remove "power" from 'struct numa_stats'Nicolas Pitre2014-06-051-6/+7
| * | | sched: Fix signedness bug in yield_to()Dan Carpenter2014-06-051-1/+1
| * | | sched/fair: Use time_after() in record_wakee()Manuel Schölling2014-06-051-1/+1
| * | | sched/balancing: Reduce the rate of needless idle load balancingTim Chen2014-06-051-6/+11
| * | | sched/fair: Fix unlocked reads of some cfs_b->quota/periodBen Segall2014-06-051-19/+21
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-1210-310/+428
|\ \ \ \
OpenPOWER on IntegriCloud