summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sched/core: Fix buffer overflow in cgroup2 property cpu.maxKonstantin Khlebnikov2019-03-191-1/+1
* sched/cpufreq: Fix 32-bit math overflowPeter Zijlstra2019-03-191-34/+25
* kthread: Do not use TIMER_IRQSAFESebastian Andrzej Siewior2019-02-282-5/+5
* kthread: Convert worker lock to raw spinlockJulia Cartwright2019-02-282-23/+23
* sched/fair: Use non-atomic cpumask_{set,clear}_cpu()Viresh Kumar2019-02-132-4/+4
* sched/fair: Remove unused 'sd' parameter from select_idle_smt()Viresh Kumar2019-02-111-3/+3
* sched/wait: Use freezable_schedule() when possibleHugo Lefeuvre2019-02-111-3/+3
* sched/fair: Prune, fix and simplify the nohz_balancer_kick() comment blockValentin Schneider2019-02-111-9/+2
* sched/fair: Explain LLC nohz kick conditionValentin Schneider2019-02-111-2/+7
* sched/fair: Simplify nohz_balancer_kick()Valentin Schneider2019-02-111-6/+2
* sched/topology: Fix percpu data types in struct sd_data & struct s_dataLuc Van Oostenryck2019-02-112-5/+5
* sched/fair: Simplify post_init_entity_util_avg() by calling it with a task_st...Dietmar Eggemann2019-02-113-24/+18
* sched/fair: Fix O(nr_cgroups) in the load balancing pathVincent Guittot2019-02-111-9/+34
* sched/fair: Optimize update_blocked_averages()Vincent Guittot2019-02-111-5/+21
* Merge tag 'v5.0-rc6' into sched/core, to pick up fixesIngo Molnar2019-02-11817-4021/+8528
|\
| * Linux 5.0-rc6v5.0-rc6Linus Torvalds2019-02-101-1/+1
| * Merge tag 'dmaengine-fix-5.0-rc6' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds2019-02-104-76/+53
| |\
| | * dmaengine: dmatest: Abort test in case of mapping errorAndy Shevchenko2019-02-041-18/+14
| | * Merge branch 'fix/brcm' into fixesVinod Koul2019-02-041-45/+25
| | |\
| | | * dmaengine: bcm2835: Fix abort of transactionsLukas Wunner2019-02-041-32/+9
| | | * dmaengine: bcm2835: Fix interrupt race on RTLukas Wunner2019-02-041-15/+18
| | * | dmaengine: imx-dma: fix wrong callback invokeLeonid Iziumtsev2019-02-041-4/+4
| | * | dmaengine: at_xdmac: Fix wrongfull report of a channel as in useCodrin Ciubotariu2019-02-021-9/+10
| | |/
| * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-02-104-26/+29
| |\ \
| | * | x86/mm: Make set_pmd_at() paravirt awareJuergen Gross2019-02-101-1/+1
| | * | x86/mm/cpa: Fix set_mce_nospec()Peter Zijlstra2019-02-081-25/+25
| | * | x86/boot/compressed/64: Do not corrupt EDX on EFER.LME=1 settingKirill A. Shutemov2019-02-061-0/+2
| | * | x86/MCE: Initialize mce.bank in the case of a fatal error in mce_no_way_out()Tony Luck2019-02-031-0/+1
| * | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-02-103-24/+85
| |\ \ \
| | * \ \ Merge tag 'irqchip-5.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Thomas Gleixner2019-02-073-24/+85
| | |\ \ \
| | | * | | irqchip/gic-v3-its: Fix ITT_entry_size accessorZenghui Yu2019-01-311-1/+1
| | | * | | irqchip/mmp: Only touch the PJ4 IRQ & FIQ bits on enable/disableLubomir Rintel2019-01-291-1/+5
| | | * | | irqchip/gic-v3-its: Gracefully fail on LPI exhaustionMarc Zyngier2019-01-291-0/+3
| | | * | | irqchip/gic-v3-its: Plug allocation race for devices sharing a DevIDMarc Zyngier2019-01-291-5/+27
| | | * | | irqchip/gic-v4: Fix occasional VLPI dropHeyi Guo2019-01-281-17/+49
| * | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-02-1014-36/+105
| |\ \ \ \ \
| | * \ \ \ \ Merge tag 'perf-urgent-for-mingo-5.0-20190205' of git://git.kernel.org/pub/sc...Ingo Molnar2019-02-0911-30/+88
| | |\ \ \ \ \
| | | * | | | | perf script python: Add Python3 support to tests/attr.pyTony Jones2019-02-051-13/+19
| | | * | | | | perf trace: Support multiple "vfs_getname" probesArnaldo Carvalho de Melo2019-02-041-7/+18
| | | * | | | | perf symbols: Filter out hidden symbols from labelsJiri Olsa2019-02-041-1/+8
| | | * | | | | perf symbols: Add fallback definitions for GELF_ST_VISIBILITY()Arnaldo Carvalho de Melo2019-02-041-0/+14
| | | * | | | | tools headers uapi: Sync linux/in.h copy from the kernel sourcesArnaldo Carvalho de Melo2019-02-041-1/+1
| | | * | | | | perf clang: Do not use 'return std::move(something)'Arnaldo Carvalho de Melo2019-02-041-1/+1
| | | * | | | | perf mem/c2c: Fix perf_mem_events to support powerpcRavi Bangoria2019-02-045-6/+26
| | | * | | | | perf tests evsel-tp-sched: Fix bitwise operatorGustavo A. R. Silva2019-02-041-1/+1
| | |/ / / / /
| | * | | | | perf/core: Don't WARN() for impossible ring-buffer sizesMark Rutland2019-02-041-0/+3
| | * | | | | perf/x86/intel: Delay memory deallocation until x86_pmu_dead_cpu()Peter Zijlstra2019-02-041-5/+11
| | * | | | | perf/x86/intel/uncore: Add Node ID maskKan Liang2019-02-041-1/+3
| * | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2019-02-102-17/+52
| |\ \ \ \ \ \
| | * | | | | | futex: Handle early deadlock return correctlyThomas Gleixner2019-02-082-15/+50