summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-03156-2621/+3658
|\
| * sched/cputime: Refactor the cputime_adjust() codeGustavo A. R. Silva2017-06-301-11/+5
| * sched/debug: Expose the number of RT/DL tasks that can migrateDaniel Bristot de Oliveira2017-06-301-2/+15
| * sched/numa: Hide numa_wake_affine() from UP buildThomas Gleixner2017-06-291-0/+2
| * sched/fair: Remove effective_load()Rik van Riel2017-06-241-123/+1
| * sched/numa: Implement NUMA node level wake_affine()Rik van Riel2017-06-241-59/+71
| * sched/fair: Simplify wake_affine() for the single socket caseRik van Riel2017-06-241-1/+12
| * sched/numa: Override part of migrate_degrades_locality() when idle balancingRik van Riel2017-06-241-0/+4
| * Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-06-24119-665/+1158
| |\
| * | sched/rt: Move RT related code from sched/core.c to sched/rt.cNicolas Pitre2017-06-233-315/+315
| * | sched/deadline: Move DL related code from sched/core.c to sched/deadline.cNicolas Pitre2017-06-233-340/+364
| * | sched/cpuset: Only offer CONFIG_CPUSETS if SMP is enabledNicolas Pitre2017-06-232-4/+4
| * | sched/fair: Spare idle load balancing on nohz_full CPUsFrederic Weisbecker2017-06-221-0/+4
| * | nohz: Move idle balancer registration to the idle pathFrederic Weisbecker2017-06-221-2/+3
| * | sched/loadavg: Generalize "_idle" naming to "_nohz"Frederic Weisbecker2017-06-224-32/+33
| * | sched/core: Drop the unused try_get_task_struct() helper functionDavidlohr Bueso2017-06-202-15/+0
| * | Merge branch 'WIP.sched/core' into sched/coreIngo Molnar2017-06-201212-8186/+12862
| |\ \
| | * | sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar2017-06-2018-68/+66
| | * | sched/wait: Move bit_wait_table[] and related functionality from sched/core.c...Ingo Molnar2017-06-203-16/+26
| | * | sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Ingo Molnar2017-06-2011-511/+530
| | * | sched/wait: Re-adjust macro line continuation backslashes in <linux/wait.h>Ingo Molnar2017-06-201-323/+322
| | * | sched/wait: Improve the bit-wait API parameter names in the API function prot...Ingo Molnar2017-06-201-15/+15
| | * | sched/wait: Standardize wait_bit_queue namingIngo Molnar2017-06-202-25/+24
| | * | sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field nameIngo Molnar2017-06-206-36/+35
| | * | sched/wait: Standardize internal naming of wait-queue headsIngo Molnar2017-06-202-115/+115
| | * | sched/wait: Standardize internal naming of wait-queue entriesIngo Molnar2017-06-202-91/+91
| | * | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-2094-213/+216
| * | | sched/fair: WARN() and refuse to set buddy when !se->on_rqDaniel Axtens2017-06-201-2/+8
| * | | sched/debug: Fix SCHED_WARN_ON() to return a value on !CONFIG_SCHED_DEBUG as ...Ingo Molnar2017-06-201-2/+2
| * | | sched/idle: Add deferrable vmstat_updater backAubrey Li2017-06-081-0/+1
| * | | sched/core: Omit building stop_sched_class when !SMPNicolas Pitre2017-06-083-32/+36
| * | | sched/deadline: Use the revised wakeup rule for suspending constrained dl tasksDaniel Bristot de Oliveira2017-06-083-12/+89
| * | | sched/deadline: Fix dl_bw commentDaniel Bristot de Oliveira2017-06-081-1/+1
| * | | sched/deadline: Zero out positive runtime after throttling constrained tasksXunlei Pang2017-06-081-0/+2
| * | | sched/deadline: Add documentation about GRUB reclaimingClaudio Scordino2017-06-081-0/+168
| * | | sched/deadline: Reclaim bandwidth not used by dl tasksLuca Abeni2017-06-083-24/+72
| * | | sched/deadline: Base GRUB reclaiming on the inactive utilizationLuca Abeni2017-06-081-18/+22
| * | | sched/deadline: Track the "total rq utilization" tooLuca Abeni2017-06-082-34/+95
| * | | sched/deadline: Make GRUB a task's flagLuca Abeni2017-06-083-2/+5
| * | | sched/deadline: Do not reclaim the whole CPU bandwidthLuca Abeni2017-06-083-1/+30
| * | | sched/deadline: Implement GRUB accountingLuca Abeni2017-06-083-2/+21
| * | | sched/deadline: Fix the update of the total -deadline utilizationLuca Abeni2017-06-082-39/+27
| * | | sched/deadline: Improve the tracking of active utilizationLuca Abeni2017-06-084-15/+276
| * | | sched/deadline: Track the active utilizationLuca Abeni2017-06-082-4/+67
| * | | sched/core: Implement new approach to scale select_idle_cpu()Peter Zijlstra2017-06-082-5/+17
| * | | sched/header: Remove leftover, obsolete commentPerr Zhang2017-06-051-2/+0
| * | | sched/clock: Fix early boot preempt assumption in __set_sched_clock_stable()Peter Zijlstra2017-05-241-1/+8
| * | | x86/tsc: Fold set_cyc2ns_scale() into callerArnd Bergmann2017-05-231-10/+4
| * | | sched/core: Enable might_sleep() and smp_processor_id() checks earlyThomas Gleixner2017-05-233-2/+14
| * | | init: Introduce SYSTEM_SCHEDULING stateThomas Gleixner2017-05-232-1/+6