Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

ryzen_smu: init at 0.1.5, ryzen_monitor_ng: init at 2.0.5 #271342

Merged
merged 6 commits into from
Apr 11, 2024

Commits on Feb 15, 2024

  1. maintainers: add phdyellow

    Phil Dyer committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    9cd5f60 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. ryzen-smu: init at 0.1.5

    A Linux kernel driver that exposes access to the
    SMU (System Management Unit) for certain AMD Ryzen Processors.
    
    Contains monitor_cpu, a userspace tool for viewing info.
    
    Using fork of original to match ryzen_monitor_ng, a more advanced
    userspace tool for accessing the SMU via this kernel module,
    planned for a later commit.
    Phil Dyer committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    cc0f056 View commit details
    Browse the repository at this point in the history
  2. nixos/ryzen-smu: init module

    Provide a module for installing ryzen_smu, a Linux kernel driver
    that exposes access to the SMU (System Management Unit) for
    certain AMD Ryzen Processors.
    
    Installs monitor_cpu, a userspace tool for viewing info.
    
    Using fork of original to match ryzen_monitor_ng, a more advanced
    userspace tool for accessing the SMU via this kernel module,
    planned for a later commit.
    Phil Dyer committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    ba05667 View commit details
    Browse the repository at this point in the history
  3. ryzen-monitor-ng: init at 2.0.5

    A userspace tool for setting and getting AMD CPU power
    and performance parameters.
    
    Relies on the ryzen_smu kernel module.
    Phil Dyer committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    a352dc5 View commit details
    Browse the repository at this point in the history
  4. nixos/ryzen-monitor-ng: init module

    A userspace tool for setting and getting AMD CPU power
    and performance parameters.
    
    The module adds `ryzen_monitor_ng` to `environment.systemPackages` and
    enables the `ryzen-smu` module, as `ryzen_monitor_ng` requires the
    `ryzen_smu` kernel module to function.
    Phil Dyer committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    286d741 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    97899b5 View commit details
    Browse the repository at this point in the history