Skip to content
This repository was archived by the owner on May 20, 2026. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: genodelabs/genode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: staging
Choose a base ref
...
head repository: codelabs-ch/genode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: staging
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 502 files changed
  • 7 contributors

Commits on May 27, 2019

  1. vbox5: use vm_session interface

    Issue #3111
    alex-ab authored and chelmuth committed May 27, 2019
    Configuration menu
    Copy the full SHA
    ff93bdd View commit details
    Browse the repository at this point in the history
  2. vm_session: add fpu state for x86

    Issue #3111
    alex-ab authored and chelmuth committed May 27, 2019
    Configuration menu
    Copy the full SHA
    7c1052b View commit details
    Browse the repository at this point in the history
  3. vbox5: fpu support via new vm_session

    Issue #3111
    alex-ab authored and chelmuth committed May 27, 2019
    Configuration menu
    Copy the full SHA
    9f714f3 View commit details
    Browse the repository at this point in the history
  4. Sculpt: redirect "nic_drv" binary to "ipxe_nic_drv"

    Ref #2190
    Fix #3374
    Emery Hemingway authored and chelmuth committed May 27, 2019
    Configuration menu
    Copy the full SHA
    d99083f View commit details
    Browse the repository at this point in the history
  5. hw: fix stack alignment in bootstrap for x86_64

    Fix initial stack pointer alignment for x86_64 in crt0.s startup code of
    bootstrap. SysV ABI states that upon function entry (rsp + 8) % 16 = 0.
    There, we have to align the stack to 16 bytes before all 'call'
    instruction not 8. Otherwise FPU (GP) exception might be raised later on
    because of unaligned FPU accesses.
    
    issue #3365
    ssumpf authored and chelmuth committed May 27, 2019
    Configuration menu
    Copy the full SHA
    81bff6c View commit details
    Browse the repository at this point in the history
  6. hw: fix calculation of CPU count on x86_64

    On x86 the CPU count is determined through ACPI's MADT by counting the
    local APICs reported there. Some platforms report more APICs
    than there are actual CPUs. These might be physically disabled CPUs.
    Therefore, a check if the LAPIC is actually physically enabled in
    hardware fixes this issue.
    
    Thanks to Alex Boettcher
    
    fixes #3376
    ssumpf authored and chelmuth committed May 27, 2019
    Configuration menu
    Copy the full SHA
    876e5e0 View commit details
    Browse the repository at this point in the history
  7. os: fix 'CUU' terminal command

    Decrement the y position to move the cursor up.
    
    Fixes #3379
    cproc authored and chelmuth committed May 27, 2019
    Configuration menu
    Copy the full SHA
    256354c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dec2c16 View commit details
    Browse the repository at this point in the history
  9. run/nic_router_uplinks: do not run on muen

    On muen, we don't have configured access to wifi so far. Thus, the wifi
    driver doesn't come up and we should skip tests using this driver for
    the platform.
    
    Fix #3384
    Martin Stein authored and chelmuth committed May 27, 2019
    Configuration menu
    Copy the full SHA
    d535bc4 View commit details
    Browse the repository at this point in the history
  10. tool_chain: versioned install location

    Issue #3307
    cproc authored and chelmuth committed May 27, 2019
    Configuration menu
    Copy the full SHA
    e66453e View commit details
    Browse the repository at this point in the history
  11. hw: [[fallthrough]] annotations for ARM/RISC-V

    * double checked
    
    issue #3377
    ssumpf authored and chelmuth committed May 27, 2019
    Configuration menu
    Copy the full SHA
    dce8fac View commit details
    Browse the repository at this point in the history
  12. depot: update recipe hashes

    chelmuth committed May 27, 2019
    Configuration menu
    Copy the full SHA
    07c6ad4 View commit details
    Browse the repository at this point in the history
  13. NOT FOR MASTER "depot_autopilot: hex dump of failed test log"

    Ref #3238
    Martin Stein authored and chelmuth committed May 27, 2019
    Configuration menu
    Copy the full SHA
    b4f56db View commit details
    Browse the repository at this point in the history
  14. NOT FOR MASTER "depot_autopilot: list log matches"

    Ref #3238
    Martin Stein authored and chelmuth committed May 27, 2019
    Configuration menu
    Copy the full SHA
    7b8685b View commit details
    Browse the repository at this point in the history
  15. NOT FOR MASTER "depot_autopilot.run: raise depot autopilot quota"

    Ref #3238
    Martin Stein authored and chelmuth committed May 27, 2019
    Configuration menu
    Copy the full SHA
    ac351a6 View commit details
    Browse the repository at this point in the history
  16. fixup "vbox5: use vm_session interface"

    Issue #3111
    alex-ab authored and chelmuth committed May 27, 2019
    Configuration menu
    Copy the full SHA
    be858df View commit details
    Browse the repository at this point in the history
  17. nic_router: [[fallthrough]] annotation

    issue #3377
    ssumpf authored and chelmuth committed May 27, 2019
    Configuration menu
    Copy the full SHA
    33f6f3a View commit details
    Browse the repository at this point in the history
Loading