summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-09-18sched/fair: Remove unnecessary parameter for group_classify()Leo Yan1-5/+5
2015-09-18sched/fair: Polish comments for LOAD_AVG_MAXLeo Yan1-2/+3
2015-09-18sched/numa: Limit the amount of virtual memory scanned in task_numa_work()Rik van Riel1-6/+12
2015-09-18sched/core: Make policy-testing consistentHenrik Austad2-6/+12
2015-09-18Merge branch 'linus' into sched/core, to pick up fixes before applying new ch...Ingo Molnar5-74/+27
2015-09-17Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-73/+26
2015-09-17Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-9/+42
2015-09-17Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2015-09-14clockevents: Remove unused set_mode() callbackViresh Kumar3-72/+25
2015-09-13time: Fix timekeeping_freqadjust()'s incorrect use of abs() instead of abs64()John Stultz1-1/+1
2015-09-13sched/fair: Optimize per entity utilization trackingPeter Zijlstra1-7/+10
2015-09-13sched/fair: Defer calling scaling functionsDietmar Eggemann1-2/+4
2015-09-13sched/fair: Optimize __update_load_avg()Peter Zijlstra1-1/+1
2015-09-13sched/fair: Rename scale() to cap_scale()Peter Zijlstra1-7/+7
2015-09-13sched/fair: Initialize task load and utilization before placing task on rqMorten Rasmussen1-2/+2
2015-09-13sched/fair: Get rid of scaling utilization by capacity_origDietmar Eggemann1-16/+22
2015-09-13sched/fair: Name utilization related data and functions consistentlyDietmar Eggemann1-18/+19
2015-09-13sched/fair: Make utilization tracking CPU scale-invariantDietmar Eggemann2-4/+5
2015-09-13sched/fair: Convert arch_scale_cpu_capacity() from weak function to #defineMorten Rasmussen3-26/+12
2015-09-13sched/fair: Make load tracking frequency scale-invariantDietmar Eggemann1-10/+17
2015-09-13sched/numa: Convert sched_numa_balancing to a static_branchSrikar Dronamraju3-11/+11
2015-09-13sched/numa: Remove the NUMA sched_featureSrikar Dronamraju2-22/+0
2015-09-13sched/numa: Disable sched_numa_balancing on UMA systemsSrikar Dronamraju3-17/+7
2015-09-13sched/numa: Rename numabalancing_enabled to sched_numa_balancingSrikar Dronamraju3-8/+8
2015-09-13sched/fair: Fix nohz.next_balance updateVincent Guittot1-4/+30
2015-09-13sched/core: Delete PF_EXITING checks from cpu_cgroup_exit() callbackKirill Tkhai1-8/+0
2015-09-13sched/core: Remove unused argument from sched_class::task_move_groupPeter Zijlstra3-3/+3
2015-09-13sched/fair: Unify switched_{from,to}_fair() and task_move_group_fair()Byungchul Park1-77/+52
2015-09-13sched/fair: Make the entity load aging on attaching tunablePeter Zijlstra2-0/+6
2015-09-13sched/fair: Fix switched_to_fair()'s per entity load trackingByungchul Park1-0/+23
2015-09-13sched/fair: Have task_move_group_fair() also detach entity load from the old ...Byungchul Park1-1/+5
2015-09-13sched/fair: Have task_move_group_fair() unconditionally add the entity load t...Byungchul Park1-5/+4
2015-09-13sched/fair: Factor out the {at,de}taching of the per entity load {to,from} th...Byungchul Park1-39/+38
2015-09-13Merge tag 'v4.3-rc1' into sched/core, to refresh the branchIngo Molnar75-4302/+5204
2015-09-12cpu/hotplug: Read_lock(tasklist_lock) doesn't need to disable irqsOleg Nesterov1-4/+4
2015-09-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-0/+70
2015-09-11Merge tag 'pm+acpi-4.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2015-09-11sys_membarrier(): system-wide memory barrier (generic, x86)Mathieu Desnoyers3-0/+70
2015-09-11Merge branches 'pm-cpu', 'pm-cpuidle' and 'pm-domains'Rafael J. Wysocki1-1/+1
2015-09-11sched: 'Annotate' migrate_tasks()Wanpeng Li1-3/+26
2015-09-11locking/qspinlock/x86: Fix performance regression under unaccelerated VMsPeter Zijlstra1-1/+1
2015-09-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds13-2591/+2681
2015-09-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-6/+10
2015-09-10sysctl: fix int -> unsigned long assignments in INT_MIN caseIlya Dryomov1-5/+5
2015-09-10kexec: export KERNEL_IMAGE_SIZE to vmcoreinfoBaoquan He1-0/+3
2015-09-10kexec: align crash_notes allocation to make it be inside one physical pageBaoquan He1-1/+22
2015-09-10kexec: remove unnecessary test in kimage_alloc_crash_control_pages()Minfei Huang1-2/+1
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young8-1500/+1521
2015-09-10kexec: split kexec_file syscall code to kexec_file.cDave Young4-1045/+1079
2015-09-10kmod: handle UMH_WAIT_PROC from system unbound workqueueFrederic Weisbecker1-24/+20