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

Release v3.0 #130

Merged
merged 23 commits into from
May 11, 2017
Merged

Release v3.0 #130

merged 23 commits into from
May 11, 2017

Commits on May 8, 2017

  1. Configuration menu
    Copy the full SHA
    8c2a3a3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #109 from hangpark/iss/108

    [#108] Correct typo in process.h
    hangpark authored May 8, 2017
    Configuration menu
    Copy the full SHA
    19392ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b259184 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #110 from hangpark/iss/107

    [#107] Implement frame table
    hangpark authored May 8, 2017
    Configuration menu
    Copy the full SHA
    ee7cbd5 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2017

  1. Configuration menu
    Copy the full SHA
    f1c0082 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #112 from hangpark/iss/111

    [#111] Implement supplemental page table
    hangpark authored May 9, 2017
    Configuration menu
    Copy the full SHA
    57935ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1dd75f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #115 from hangpark/iss/114

    [#114] Temporarily reduce test sets
    hangpark authored May 9, 2017
    Configuration menu
    Copy the full SHA
    1485d76 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    261b89e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #116 from hangpark/iss/113

    [#113] Implement stack growth
    hangpark authored May 9, 2017
    Configuration menu
    Copy the full SHA
    72b9e24 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2017

  1. Configuration menu
    Copy the full SHA
    25308e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71fdfba View commit details
    Browse the repository at this point in the history

Commits on May 11, 2017

  1. Merge pull request #118 from hangpark/iss/117

    [#117] Implement swap table with FIFO eviction
    hangpark authored May 11, 2017
    Configuration menu
    Copy the full SHA
    bafe2cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c828385 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #122 from hangpark/iss/121

    [#121] Remove unused method suppl_pt_evict
    hangpark authored May 11, 2017
    Configuration menu
    Copy the full SHA
    46f7e6e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    009eb35 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #123 from hangpark/iss/120

    [#120] Change FIFO page replacement to clock algorithm
    hangpark authored May 11, 2017
    Configuration menu
    Copy the full SHA
    f263221 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3d598fd View commit details
    Browse the repository at this point in the history
  7. Merge pull request #126 from hangpark/iss/125

    [#125] Give valid memory size to supplemental page table
    hangpark authored May 11, 2017
    Configuration menu
    Copy the full SHA
    f7bba13 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    da3af65 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #127 from hangpark/iss/124

    [#124] Change supplemental page table from list to hash
    hangpark authored May 11, 2017
    Configuration menu
    Copy the full SHA
    66b5170 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2edf498 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #129 from hangpark/iss/128

    [#128] Validate user memory accessing by syscall
    hangpark authored May 11, 2017
    Configuration menu
    Copy the full SHA
    6414d80 View commit details
    Browse the repository at this point in the history