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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CPU manager proposal. #654

Merged
merged 15 commits into from
Aug 1, 2017

Commits on May 23, 2017

  1. Configuration menu
    Copy the full SHA
    ae38e21 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2017

  1. Configuration menu
    Copy the full SHA
    a21b6ad View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2017

  1. Fixed typos.

    ConnorDoyle committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    b961e4e View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2017

  1. Configuration menu
    Copy the full SHA
    a6afac8 View commit details
    Browse the repository at this point in the history
  2. Minor formatting fix.

    ConnorDoyle committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    79a2bb5 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2017

  1. Configuration menu
    Copy the full SHA
    ca32930 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2017

  1. Added CPU Manager block diagram.

    - Removed Policy() method from cpumanager.Manager interface.
    - Updated initial component description.
    ConnorDoyle authored Jul 21, 2017
    Configuration menu
    Copy the full SHA
    8714cae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6eece46 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2017

  1. Tied up loose ends in proposal.

    - Added explanations of configuration values.
    - Described how the static policy should be configured for compatibility
      with the node allocatable settings.
    - Cleaned up the observability section.
    - Expanded blurb about checkpointing in the block diagram description.
    - Added sections about what happens when:
        - Exclusive container is admitted.
        - Exclusive container terminates.
        - Shared pool becomes empty.
        - Shared pool becomes nonempty.
    ConnorDoyle committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    63d8db1 View commit details
    Browse the repository at this point in the history
  2. Updated CPU manager configuration details.

    - Use existing node allocatable settings instead of a new one.
    ConnorDoyle committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    694d2f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c98636 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3dfe261 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1 from ConnorDoyle/cpu-manager-proposal-config

    Updated CPU manager configuration details.
    ConnorDoyle authored Jul 24, 2017
    Configuration menu
    Copy the full SHA
    a04d7eb View commit details
    Browse the repository at this point in the history
  6. Updated staticPolicy.Start sketch.

    - Observe node.status.allocatable.cpu
    ConnorDoyle committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    5780b48 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2017

  1. Configuration menu
    Copy the full SHA
    6bc03ac View commit details
    Browse the repository at this point in the history