This repository was archived by the owner on May 20, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 273
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: codelabs-ch/genode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: staging
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 17 commits
- 502 files changed
- 7 contributors
Commits on May 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ff93bdd - Browse repository at this point
Copy the full SHA ff93bddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c1052b - Browse repository at this point
Copy the full SHA 7c1052bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f714f3 - Browse repository at this point
Copy the full SHA 9f714f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d99083f - Browse repository at this point
Copy the full SHA d99083fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 81bff6c - Browse repository at this point
Copy the full SHA 81bff6cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 876e5e0 - Browse repository at this point
Copy the full SHA 876e5e0View commit details -
os: fix 'CUU' terminal command
Decrement the y position to move the cursor up. Fixes #3379
Configuration menu - View commit details
-
Copy full SHA for 256354c - Browse repository at this point
Copy the full SHA 256354cView commit details -
Configuration menu - View commit details
-
Copy full SHA for dec2c16 - Browse repository at this point
Copy the full SHA dec2c16View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for d535bc4 - Browse repository at this point
Copy the full SHA d535bc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e66453e - Browse repository at this point
Copy the full SHA e66453eView commit details -
hw: [[fallthrough]] annotations for ARM/RISC-V
* double checked issue #3377
Configuration menu - View commit details
-
Copy full SHA for dce8fac - Browse repository at this point
Copy the full SHA dce8facView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07c6ad4 - Browse repository at this point
Copy the full SHA 07c6ad4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4f56db - Browse repository at this point
Copy the full SHA b4f56dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b8685b - Browse repository at this point
Copy the full SHA 7b8685bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac351a6 - Browse repository at this point
Copy the full SHA ac351a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for be858df - Browse repository at this point
Copy the full SHA be858dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33f6f3a - Browse repository at this point
Copy the full SHA 33f6f3aView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff staging...staging