summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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 Eggemann3-5/+6
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 Eggemann2-13/+20
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 Molnar6535-176897/+406686
2015-09-12Linux 4.3-rc1v4.3-rc1Linus Torvalds1-2/+2
2015-09-12Merge tag 'cris-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jes...Linus Torvalds50-421/+220
2015-09-12blk: rq_data_dir() should not return a booleanLinus Torvalds1-1/+1
2015-09-12Merge branch 'writeback-plugging'Linus Torvalds1-3/+10
2015-09-12writeback: plug writeback in wb_writeback() and writeback_inodes_wb()Linus Torvalds1-0/+6
2015-09-12cpu/hotplug: Read_lock(tasklist_lock) doesn't need to disable irqsOleg Nesterov1-4/+4
2015-09-11thermal: fix intel PCH thermal driver mismergeLinus Torvalds1-7/+4
2015-09-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds22-54/+336
2015-09-11ARCv2: [axs103_smp] Reduce clk for SMP FPGA configsVineet Gupta1-0/+2
2015-09-11Merge tag 'ntb-4.3' of git://github.com/jonmason/ntbLinus Torvalds7-47/+210
2015-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds17-15/+1019
2015-09-11Merge tag 'pm+acpi-4.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds13-44/+187
2015-09-11Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds38-633/+675
2015-09-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds39-1271/+1860
2015-09-11Merge tag 'media/v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds16-608/+477
2015-09-11Merge tag 'edac/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Linus Torvalds1-12/+60
2015-09-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds44-197/+509
2015-09-11revert "ocfs2/dlm: use list_for_each_entry instead of list_for_each"Andrew Morton1-2/+4
2015-09-11mm/early_ioremap: add explicit #include of asm/early_ioremap.hArd Biesheuvel1-0/+1
2015-09-11fs/seq_file: convert int seq_vprint/seq_printf/etc... returns to voidJoe Perches4-50/+45
2015-09-11selftests: enhance membarrier syscall testMathieu Desnoyers1-25/+75
2015-09-11selftests: add membarrier syscall testPranith Kumar4-0/+84
2015-09-11sys_membarrier(): system-wide memory barrier (generic, x86)Mathieu Desnoyers11-1/+151
2015-09-11MODSIGN: fix a compilation warning in extract-certDavid Howells1-1/+1
2015-09-11Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds53-135/+916
2015-09-11Revert "writeback: plug writeback at a high level"Linus Torvalds1-3/+4