summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge branch 'linus' into sched/core, to pick up fixes before applying new ch...Ingo Molnar2015-09-185-74/+27
|\ \ \ \ | |/ / /
| * | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-09-174-73/+26
| |\ \ \ | | | |/ | | |/|
| | * | clockevents: Remove unused set_mode() callbackViresh Kumar2015-09-143-72/+25
| | * | time: Fix timekeeping_freqadjust()'s incorrect use of abs() instead of abs64()John Stultz2015-09-131-1/+1
| | |/
| * | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-172-9/+42
| |\ \
| * \ \ Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-09-171-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | locking/qspinlock/x86: Fix performance regression under unaccelerated VMsPeter Zijlstra2015-09-111-1/+1
* | | | 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
|\ \ \ \ | |/ / /
| * | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-113-0/+70
| |\ \ \
| | * | | sys_membarrier(): system-wide memory barrier (generic, x86)Mathieu Desnoyers2015-09-113-0/+70
| * | | | Merge tag 'pm+acpi-4.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-111-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | | | |
| | | \ \
| | | \ \
| | | \ \
| | *---. \ \ Merge branches 'pm-cpu', 'pm-cpuidle' and 'pm-domains'Rafael J. Wysocki2015-09-111-1/+1
| | |\ \ \ \ \
| | | * | | | | kernel/cpu_pm: fix cpu_cluster_pm_exit commentLina Iyer2015-09-031-1/+1
| | | |/ / / /
| * | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-1013-2591/+2681
| |\ \ \ \ \ \
| | * | | | | | sysctl: fix int -> unsigned long assignments in INT_MIN caseIlya Dryomov2015-09-101-5/+5
| | * | | | | | kexec: export KERNEL_IMAGE_SIZE to vmcoreinfoBaoquan He2015-09-101-0/+3
| | * | | | | | kexec: align crash_notes allocation to make it be inside one physical pageBaoquan He2015-09-101-1/+22
| | * | | | | | kexec: remove unnecessary test in kimage_alloc_crash_control_pages()Minfei Huang2015-09-101-2/+1
| | * | | | | | kexec: split kexec_load syscall from kexec core codeDave Young2015-09-108-1500/+1521
| | * | | | | | kexec: split kexec_file syscall code to kexec_file.cDave Young2015-09-104-1045/+1079
| | * | | | | | kmod: handle UMH_WAIT_PROC from system unbound workqueueFrederic Weisbecker2015-09-101-24/+20
| | * | | | | | kmod: use system_unbound_wq instead of khelperFrederic Weisbecker2015-09-101-23/+17
| | * | | | | | kmod: add up-to-date explanations on the purpose of each asynchronous levelsFrederic Weisbecker2015-09-101-8/+24
| | * | | | | | kmod: remove unecessary explicit wide CPU affinity settingFrederic Weisbecker2015-09-101-3/+0
| | * | | | | | kmod: bunch of internal functions renamesFrederic Weisbecker2015-09-101-13/+17
| | * | | | | | kmod: correct documentation of return status of request_moduleNeilBrown2015-09-101-4/+5
| | * | | | | | kernel/cred.c: remove unnecessary kdebug atomic readsJoe Perches2015-09-101-4/+9
OpenPOWER on IntegriCloud