Files
scx/_service
Fredrik Lönnegren 04f5065ad1 - Update to version 1.0.20:
* scx_p2dq: Add fork-time load balancing across LLCs
  * scx_lavd: Account for time stolen from tasks from steal/irq_time
  * scx_p2dq: Add energy-aware scheduling with thermal and frequency awareness
  * scx_cosmos: Add perfmon based scheduling
  * scx_mitosis: make independent of cpu cg controller presence
  * scxtop: Add support for parsing wprof perfetto traces
  * scx_p2dq: add Intel uncore frequency, turbo, and EPP controls
  * scx_lavd: Improve core compaction to use effective capacity
  * scx_mitosis: Reject partial multi-CPU pinning by default
  * scx_layered: add partial core allocation mode
  * scx_lavd: Increase greedy factor in deadline calculation
  * scx_lavd: Inherit scheduling context from parent on fork
  * scx_lavd: Optimize task migration for execve
- Exclude 32-bit x86 builds
- Include scx_beerland scheduler in package

OBS-URL: https://build.opensuse.org/package/show/Base:System/scx?expand=0&rev=43
2026-02-19 13:38:25 +00:00

17 lines
594 B
Plaintext

<services>
<service mode="manual" name="obs_scm">
<param name="url">https://github.com/sched-ext/scx.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="scm">git</param>
<param name="revision">v1.0.20</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>
<service mode="manual" name="set_version"/>
<service mode="buildtime" name="tar"/>
<service name="cargo_vendor" mode="manual">
<param name="src">scx</param>
<param name="cargotoml">Cargo.toml</param>
<param name="update">true</param>
</service>
</services>