summaryrefslogtreecommitdiffstats
path: root/Documentation (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-13cpuidle, dt: Push RCU-idle into driverPeter Zijlstra4-3/+11
2023-01-13cpuidle, OMAP4: Push RCU-idle into driverPeter Zijlstra1-11/+18
2023-01-13cpuidle, armada: Push RCU-idle into driverPeter Zijlstra1-0/+7
2023-01-13cpuidle, OMAP3: Push RCU-idle into driverPeter Zijlstra1-0/+16
2023-01-13cpuidle, ARM/imx6: Push RCU-idle into driverPeter Zijlstra1-1/+4
2023-01-13cpuidle, psci: Push RCU-idle into driverPeter Zijlstra1-4/+5
2023-01-13cpuidle, tegra: Push RCU-idle into driverPeter Zijlstra1-5/+16
2023-01-13cpuidle, riscv: Push RCU-idle into driverPeter Zijlstra1-4/+5
2023-01-13cpuidle: Move IRQ state validationPeter Zijlstra1-5/+5
2023-01-13cpuidle/poll: Ensure IRQs stay disabled after cpuidle_state::enter() callsPeter Zijlstra1-1/+3
2023-01-13x86/idle: Replace 'x86_idle' function pointer with a static_callPeter Zijlstra1-22/+28
2023-01-13x86/perf/amd: Remove tracing from perf_lopwr_cb()Peter Zijlstra2-9/+6
2023-01-12rseq: Increase AT_VECTOR_SIZE_BASE to match rseq auxvec entriesMathieu Desnoyers1-1/+1
2023-01-12selftests/rseq: Revert "selftests/rseq: Add mm_numa_cid to test script"Mathieu Desnoyers1-5/+0
2023-01-11sched/cputime: Fix IA64 build error of missing arch_vtime_task_switch() proto...Ingo Molnar1-0/+1
2023-01-07selftests/membarrier: Test MEMBARRIER_CMD_GET_REGISTRATIONSMichal Clapinski3-2/+39
2023-01-07sched/membarrier: Introduce MEMBARRIER_CMD_GET_REGISTRATIONSMichal Clapinski2-1/+42
2023-01-07cpufreq, sched/util: Optimize operations with single CPU capacity lookupLukasz Luba1-20/+23
2023-01-07sched/core: Reorganize ttwu_do_wakeup() and ttwu_do_activate()Chengming Zhou1-33/+31
2023-01-07sched/core: Micro-optimize ttwu_runnable()Chengming Zhou1-3/+10
2023-01-05sched/documentation: Document the util clamp featureQais Yousef3-0/+745
2023-01-05sched/topology: Add __init for sched_init_domains()Bing Huang1-1/+1
2023-01-02sched/rseq: Fix concurrency ID handling of usermodehelper kthreadsMathieu Desnoyers1-3/+3
2022-12-27cputime: remove cputime_to_nsecs fallbackNicholas Piggin4-11/+6
2022-12-27sched/core: Adjusting the order of scanning CPUHao Jia2-3/+3
2022-12-27sched/numa: Stop an exhastive search if an idle core is foundHao Jia1-1/+1
2022-12-27sched: Make const-safeMatthew Wilcox (Oracle)3-22/+24
2022-12-27selftests/rseq: Add mm_numa_cid to test scriptMathieu Desnoyers1-0/+5
2022-12-27tracing/rseq: Add mm_cid field to rseq_updateMathieu Desnoyers1-1/+4
2022-12-27selftests/rseq: parametrized test: Report/abort on negative concurrency IDMathieu Desnoyers1-0/+5
2022-12-27selftests/rseq: Implement parametrized mm_cid testMathieu Desnoyers4-49/+122
2022-12-27selftests/rseq: Implement basic percpu ops mm_cid testMathieu Desnoyers3-8/+44
2022-12-27selftests/rseq: riscv: Template memory ordering and percpu access modeMathieu Desnoyers2-500/+437
2022-12-27selftests/rseq: s390: Template memory ordering and percpu access modeMathieu Desnoyers2-466/+498
2022-12-27selftests/rseq: ppc: Template memory ordering and percpu access modeMathieu Desnoyers2-579/+486
2022-12-27selftests/rseq: mips: Template memory ordering and percpu access modeMathieu Desnoyers2-615/+487
2022-12-27selftests/rseq: arm64: Template memory ordering and percpu access modeMathieu Desnoyers2-486/+422
2022-12-27selftests/rseq: arm: Template memory ordering and percpu access modeMathieu Desnoyers2-670/+530
2022-12-27selftests/rseq: x86: Template memory ordering and percpu access modeMathieu Desnoyers6-1150/+1241
2022-12-27selftests/rseq: Implement rseq mm_cid field supportMathieu Desnoyers2-0/+19
2022-12-27selftests/rseq: Remove RSEQ_SKIP_FASTPATH codeMathieu Desnoyers9-116/+0
2022-12-27rseq: Extend struct rseq with per-memory-map concurrency IDMathieu Desnoyers2-1/+19
2022-12-27sched: Introduce per-memory-map concurrency IDMathieu Desnoyers9-2/+198
2022-12-27selftests/rseq: Implement rseq numa node id field selftestMathieu Desnoyers4-0/+58
2022-12-27selftests/rseq: Use ELF auxiliary vector for extensible rseqMathieu Desnoyers3-12/+78
2022-12-27rseq: Extend struct rseq with numa node idMathieu Desnoyers3-7/+24
2022-12-27rseq: Introduce extensible rseq ABIMathieu Desnoyers3-8/+35
2022-12-27rseq: Introduce feature size and alignment ELF auxiliary vector entriesMathieu Desnoyers3-0/+12
2022-12-27selftests/rseq: Fix: Fail thread registration when CONFIG_RSEQ=nMathieu Desnoyers1-2/+4
2022-12-27sched: Async unthrottling for cfs bandwidthJosh Don2-13/+150