summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-10-2316-199/+463
|\
| * sched/completions/Documentation: Add recommendation for dynamic and ONSTACK c...Nicholas Mc Guire2018-10-171-8/+34
| * sched/completions/Documentation: Clean up the document some moreIngo Molnar2018-10-111-108/+125
| * sched/completions/Documentation: Fix a couple of punctuation nitsJohn Garry2018-10-111-3/+3
| * cpu/SMT: State SMT is disabled even with nosmt and without "=force"Borislav Petkov2018-10-051-0/+1
| * sched/core: Fix comment regarding nr_iowait_cpu() and get_iowait_load()Rafael J. Wysocki2018-10-041-4/+4
| * sched/fair: Remove setting task's se->runnable_weight during PELT updateDietmar Eggemann2018-10-022-6/+2
| * sched/fair: Disable LB_BIAS by defaultDietmar Eggemann2018-10-021-1/+1
| * sched/pelt: Fix warning and clean up IRQ PELT configVincent Guittot2018-10-026-10/+13
| * Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2018-10-02740-3968/+7150
| |\
| * | sched/topology: Make local variables staticzhong jiang2018-09-101-2/+2
| * | sched/debug: Use symbolic names for task state constantsUwe Kleine-König2018-09-101-3/+8
| * | sched/numa: Remove unused numa_stats::nr_running fieldVincent Guittot2018-09-101-3/+0
| * | sched/numa: Remove unused code from update_numa_stats()Vincent Guittot2018-09-101-20/+1
| * | sched/debug: Explicitly cast sched_feat() to boolPeter Zijlstra2018-09-101-1/+1
| * | sched/core: Disable SD_PREFER_SIBLING on asymmetric CPU capacity domainsMorten Rasmussen2018-09-101-4/+8
| * | sched/fair: Don't move tasks to lower capacity CPUs unless necessaryChris Redpath2018-09-101-0/+11
| * | sched/fair: Set rq->rd->overload when misfitValentin Schneider2018-09-102-3/+9
| * | sched/fair: Wrap rq->rd->overload accesses with READ/WRITE_ONCE()Valentin Schneider2018-09-102-5/+5
| * | sched/core: Change root_domain->overload type to intValentin Schneider2018-09-101-2/+2
| * | sched/fair: Change 'prefer_sibling' type to boolValentin Schneider2018-09-101-4/+2
| * | sched/fair: Kick nohz balance if rq->misfit_task_loadValentin Schneider2018-09-101-1/+1
| * | sched/fair: Consider misfit tasks when load-balancingMorten Rasmussen2018-09-101-2/+49
| * | sched/fair: Add sched_group per-CPU max capacityMorten Rasmussen2018-09-103-4/+23
| * | sched/fair: Add 'group_misfit_task' load-balance typeMorten Rasmussen2018-09-102-8/+48
| * | sched/topology: Add static_key for asymmetric CPU capacity optimizationsMorten Rasmussen2018-09-103-1/+12
| * | sched/topology, arch/arm: Rebuild sched_domain hierarchy when CPU capacity ch...Morten Rasmussen2018-09-101-0/+3
| * | sched/topology, arch/arm64: Rebuild the sched_domain hierarchy when the CPU c...Morten Rasmussen2018-09-101-0/+3
| * | sched/topology, drivers/base/arch_topology: Rebuild the sched_domain hierarch...Morten Rasmussen2018-09-102-0/+27
| * | sched/topology: Add SD_ASYM_CPUCAPACITY flag detectionMorten Rasmussen2018-09-102-9/+78
* | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-10-233-28/+34
|\ \ \
| * | | x86/mcelog: Remove one mce_helper definitionSebastian Andrzej Siewior2018-10-181-3/+0
| * | | x86/mce: Add macros for the corrected error count bit fieldQiuxu Zhuo2018-09-271-0/+3
| * | | x86/mce: Use BIT_ULL(x) for bit mask definitionsQiuxu Zhuo2018-09-271-25/+25
| * | | x86/mce-inject: Reset injection struct after injectionBorislav Petkov2018-09-211-0/+6
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-10-23141-3870/+6261
|\ \ \ \
| * \ \ \ Merge branch 'x86/cache' into perf/core, to pick up fixesIngo Molnar2018-10-23316-1825/+2960
| |\ \ \ \
| | * | | | x86/intel_rdt: Prevent pseudo-locking from using stale pointersJithu Joseph2018-10-194-12/+55
| | * | | | x86/intel_rdt: Fix initial allocation to consider CDPReinette Chatre2018-10-091-3/+16
| | * | | | x86/intel_rdt: CBM overlap should also check for overlap with CDP peerReinette Chatre2018-10-091-7/+41
| | * | | | x86/intel_rdt: Introduce utility to obtain CDP peerReinette Chatre2018-10-091-0/+72
| | * | | | Merge branch 'x86/urgent' into x86/cache, to pick up dependent fixIngo Molnar2018-10-09409-2203/+3559
| | |\ \ \ \
| | * | | | | x86/intel_rdt: Show missing resctrl mount optionsXiaochen Shen2018-10-031-0/+7
| | * | | | | x86/intel_rdt: Switch to bitmap_zalloc()Andy Shevchenko2018-10-031-6/+4
| | * | | | | x86/intel_rdt: Re-enable pseudo-lock measurementsReinette Chatre2018-10-031-1/+1
| * | | | | | kprobes/x86: Use preempt_enable() in optimized_callback()Masami Hiramatsu2018-10-221-1/+1
| * | | | | | kprobes, x86/ptrace.h: Make regs_get_kernel_stack_nth() not fault on bad stackSteven Rostedt (VMware)2018-10-181-7/+35
| * | | | | | perf/x86/intel: Export mem events only if there's PEBS supportJiri Olsa2018-10-162-21/+56
| * | | | | | x86/cpu: Drop pointless static qualifier in punit_dev_state_show()YueHaibing2018-10-121-1/+1
| * | | | | | Merge tag 'perf-core-for-mingo-4.20-20181008' of git://git.kernel.org/pub/scm...Ingo Molnar2018-10-0920-259/+539
| |\ \ \ \ \ \