Skip to content
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: baozich/mini-os
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: arm64-dev-0
Choose a base ref
...
head repository: lorc/mini-os
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: arm64-dev-0
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 69 files changed
  • 1 contributor

Commits on Mar 17, 2017

  1. arm64: add context switch code for arm64

    Signed-off-by: Volodymyr Babchuk <[email protected]>
    lorc committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    9ac9ff3 View commit details
    Browse the repository at this point in the history
  2. WIP: trap.c: add trap handles for arm64

    Added IRQ handler and abort handler. Second one eases debugging a lot.
    Probably this code will not compile for arm32/armv7.
    
    Signed-off-by: Volodymyr Babchuk <[email protected]>
    lorc committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    b9140a5 View commit details
    Browse the repository at this point in the history
  3. xenbus: add xenbus support on arm64

    Signed-off-by: Volodymyr Babchuk <[email protected]>
    lorc committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    a1450ad View commit details
    Browse the repository at this point in the history
  4. headers: update XEN headers

    Signed-off-by: Volodymyr Babchuk <[email protected]>
    lorc committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    2cc307f View commit details
    Browse the repository at this point in the history
Loading