summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2015-10-0617-126/+265
| |\ \ \ \ \ \
| * | | | | | | sched/core: Make 'sched_domain_topology' declaration staticJuergen Gross2015-09-231-1/+2
| * | | | | | | sched/rt: Make (do_)balance_runtime() return voidJuri Lelli2015-09-231-16/+6
| * | | | | | | sched/deadline, locking/rtmutex: Fix open coded check in rt_mutex_waiter_less()Juri Lelli2015-09-231-1/+2
| * | | | | | | sched/deadline: Unify dl_time_before() usageJuri Lelli2015-09-233-10/+1
| * | | | | | | sched/fair: Remove unnecessary parameter for group_classify()Leo Yan2015-09-181-5/+5
| * | | | | | | sched/fair: Polish comments for LOAD_AVG_MAXLeo Yan2015-09-181-2/+3
| * | | | | | | sched/numa: Limit the amount of virtual memory scanned in task_numa_work()Rik van Riel2015-09-181-6/+12
| * | | | | | | sched/core: Make policy-testing consistentHenrik Austad2015-09-182-6/+12
| * | | | | | | Merge branch 'linus' into sched/core, to pick up fixes before applying new ch...Ingo Molnar2015-09-185-74/+27
| |\ \ \ \ \ \ \
| * | | | | | | | sched/fair: Optimize per entity utilization trackingPeter Zijlstra2015-09-131-7/+10
| * | | | | | | | sched/fair: Defer calling scaling functionsDietmar Eggemann2015-09-131-2/+4
| * | | | | | | | sched/fair: Optimize __update_load_avg()Peter Zijlstra2015-09-131-1/+1
| * | | | | | | | sched/fair: Rename scale() to cap_scale()Peter Zijlstra2015-09-131-7/+7
| * | | | | | | | sched/fair: Initialize task load and utilization before placing task on rqMorten Rasmussen2015-09-131-2/+2
| * | | | | | | | sched/fair: Get rid of scaling utilization by capacity_origDietmar Eggemann2015-09-131-16/+22
| * | | | | | | | sched/fair: Name utilization related data and functions consistentlyDietmar Eggemann2015-09-131-18/+19
| * | | | | | | | sched/fair: Make utilization tracking CPU scale-invariantDietmar Eggemann2015-09-132-4/+5
| * | | | | | | | sched/fair: Convert arch_scale_cpu_capacity() from weak function to #defineMorten Rasmussen2015-09-133-26/+12
| * | | | | | | | sched/fair: Make load tracking frequency scale-invariantDietmar Eggemann2015-09-131-10/+17
| * | | | | | | | sched/numa: Convert sched_numa_balancing to a static_branchSrikar Dronamraju2015-09-133-11/+11
| * | | | | | | | sched/numa: Remove the NUMA sched_featureSrikar Dronamraju2015-09-132-22/+0
| * | | | | | | | sched/numa: Disable sched_numa_balancing on UMA systemsSrikar Dronamraju2015-09-133-17/+7
| * | | | | | | | sched/numa: Rename numabalancing_enabled to sched_numa_balancingSrikar Dronamraju2015-09-133-8/+8
| * | | | | | | | sched/fair: Fix nohz.next_balance updateVincent Guittot2015-09-131-4/+30
| * | | | | | | | sched/core: Delete PF_EXITING checks from cpu_cgroup_exit() callbackKirill Tkhai2015-09-131-8/+0
| * | | | | | | | sched/core: Remove unused argument from sched_class::task_move_groupPeter Zijlstra2015-09-133-3/+3
| * | | | | | | | sched/fair: Unify switched_{from,to}_fair() and task_move_group_fair()Byungchul Park2015-09-131-77/+52
| * | | | | | | | sched/fair: Make the entity load aging on attaching tunablePeter Zijlstra2015-09-132-0/+6
| * | | | | | | | sched/fair: Fix switched_to_fair()'s per entity load trackingByungchul Park2015-09-131-0/+23
| * | | | | | | | sched/fair: Have task_move_group_fair() also detach entity load from the old ...Byungchul Park2015-09-131-1/+5
| * | | | | | | | sched/fair: Have task_move_group_fair() unconditionally add the entity load t...Byungchul Park2015-09-131-5/+4
| * | | | | | | | sched/fair: Factor out the {at,de}taching of the per entity load {to,from} th...Byungchul Park2015-09-131-39/+38
| * | | | | | | | Merge tag 'v4.3-rc1' into sched/core, to refresh the branchIngo Molnar2015-09-1375-4302/+5204
| |\ \ \ \ \ \ \ \
| * | | | | | | | | cpu/hotplug: Read_lock(tasklist_lock) doesn't need to disable irqsOleg Nesterov2015-09-121-4/+4
* | | | | | | | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-041-3/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | kexec/crash: Say which char is the unrecognizedBorislav Petkov2015-10-211-3/+3
* | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-11-041-59/+165
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'perf/urgent' into perf/core, before pulling new changesIngo Molnar2015-10-083-3/+23
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | perf/core, perf/x86: Change needlessly global functions and a variable to staticGeliang Tang2015-09-281-4/+4
| * | | | | | | | | | | | Merge branch 'linus' into perf/core, to pick up fixes before applying new cha...Ingo Molnar2015-09-2813-83/+153
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n...Ingo Molnar2015-09-188-116/+150
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | perf/core: Define PERF_PMU_TXN_READ interfaceSukadev Bhattiprolu2015-09-131-5/+19
| * | | | | | | | | | | | | | perf/core: Add return value for perf_event_read()Sukadev Bhattiprolu2015-09-131-11/+34
| * | | | | | | | | | | | | | perf/core: Invert perf_read_group() loopsPeter Zijlstra2015-09-131-30/+55
| * | | | | | | | | | | | | | perf/core: Add group reads to perf_event_read()Peter Zijlstra2015-09-131-7/+32
| * | | | | | | | | | | | | | perf/core: Rename perf_event_read_{one,group}, perf_read_hwPeter Zijlstra (Intel)2015-09-131-7/+7
| * | | | | | | | | | | | | | perf/core: Split perf_event_read() and perf_event_count()Sukadev Bhattiprolu2015-09-131-6/+8
| * | | | | | | | | | | | | | perf/core: Add a 'flags' parameter to the PMU transactional interfacesSukadev Bhattiprolu2015-09-131-3/+28
| * | | | | | | | | | | | | | perf/core: Delete PF_EXITING checks from perf_cgroup_exit() callbackKirill Tkhai2015-09-131-8/+0
| | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | |