summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-16sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker
2022-02-16net: Decouple HK_FLAG_WQ and HK_FLAG_DOMAIN cpumask fetchFrederic Weisbecker
2022-02-16workqueue: Decouple HK_FLAG_WQ and HK_FLAG_DOMAIN cpumask fetchFrederic Weisbecker
2022-02-16pci: Decouple HK_FLAG_WQ and HK_FLAG_DOMAIN cpumask fetchFrederic Weisbecker
2022-02-16psi: fix possible trigger missing in the windowZhaoyang Huang
2022-02-16sched/numa: Avoid migrating task to CPU-less nodeHuang Ying
2022-02-16sched/numa: Fix NUMA topology for systems with CPU-less nodesHuang Ying
2022-02-16sched: replace cpumask_weight with cpumask_empty where appropriateYury Norov
2022-02-11sched/numa-balancing: Move some document to make it consistent with the codeHuang Ying
2022-02-11sched/fair: Adjust the allowed NUMA imbalance when SD_NUMA spans multiple LLCsMel Gorman
2022-02-11sched/fair: Improve consistency of allowed NUMA balance calculationsMel Gorman
2022-02-11selftests/rseq: Change type of rseq_offset to ptrdiff_tMathieu Desnoyers
2022-02-02sched: move autogroup sysctls into its own fileZhen Ni
2022-02-02selftests/rseq: x86-32: use %gs segment selector for accessing rseq thread areaMathieu Desnoyers
2022-02-02selftests/rseq: x86-64: use %fs segment selector for accessing rseq thread areaMathieu Desnoyers
2022-02-02selftests/rseq: Fix: work-around asm goto compiler bugsMathieu Desnoyers
2022-02-02selftests/rseq: Remove arm/mips asm goto compiler work-aroundMathieu Desnoyers
2022-02-02selftests/rseq: Fix warnings about #if checks of undefined tokensMathieu Desnoyers
2022-02-02selftests/rseq: Fix ppc32 offsets by using long rather than off_tMathieu Desnoyers
2022-02-02selftests/rseq: Fix ppc32 missing instruction selection "u" and "x" for load/...Mathieu Desnoyers
2022-02-02selftests/rseq: Fix ppc32: wrong rseq_cs 32-bit field pointer on big endianMathieu Desnoyers
2022-02-02selftests/rseq: Uplift rseq selftests for compatibility with glibc-2.35Mathieu Desnoyers
2022-02-02selftests/rseq: Introduce thread pointer gettersMathieu Desnoyers
2022-02-02selftests/rseq: Introduce rseq_get_abi() helperMathieu Desnoyers
2022-02-02selftests/rseq: Remove volatile from __rseq_abiMathieu Desnoyers
2022-02-02selftests/rseq: Remove useless assignment to cpu variableMathieu Desnoyers
2022-02-02rseq: Remove broken uapi field layout on 32-bit little endianMathieu Desnoyers
2022-02-02selftests/rseq: introduce own copy of rseq uapi headerMathieu Desnoyers
2022-01-27psi: Fix "no previous prototype" warnings when CONFIG_CGROUPS=nSuren Baghdasaryan
2022-01-27psi: Fix "defined but not used" warnings when CONFIG_PROC_FS=nSuren Baghdasaryan
2022-01-27sched/uclamp: Fix iowait boost escaping uclamp restrictionQais Yousef
2022-01-27sched/sugov: Ignore 'busy' filter when rq is capped by uclamp_maxQais Yousef
2022-01-27sched/core: Export pelt_thermal_tpQais Yousef
2022-01-27MAINTAINERS: add Suren as psi co-maintainerJohannes Weiner
2022-01-27sched/numa: initialize numa statistics when forking new taskHonglei Wang
2022-01-27sched/debug: Remove mpol_get/put and task_lock/unlock from sched_show_numaBharata B Rao
2022-01-23Linux 5.17-rc1v5.17-rc1Linus Torvalds
2022-01-23Merge tag 'perf-tools-for-v5.17-2022-01-22' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2022-01-23Merge tag 'trace-v5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2022-01-23ftrace: Fix assuming build time sort works for s390Steven Rostedt (Google)
2022-01-23Merge tag 'kbuild-fixes-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds
2022-01-22perf tools: Remove redundant err variableMinghao Chi
2022-01-22perf test: Add parse-events test for aliases with hyphensJohn Garry
2022-01-22perf test: Add pmu-events test for aliases with hyphensJohn Garry
2022-01-22perf parse-events: Support event alias in form foo-bar-bazJohn Garry
2022-01-22perf evsel: Override attr->sample_period for non-libpfm4 eventsGerman Gomez
2022-01-22perf cpumap: Remove duplicate include in cpumap.hLv Ruyi
2022-01-22perf cpumap: Migrate to libperf cpumap apiIan Rogers
2022-01-22perf python: Fix cpu_map__item() buildingIan Rogers