Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

r1mikey

r1mikey created a comment on a pull request on richlowe/illumos-gate
Looks good - I reviewed this earlier today in one of your branches, and it makes sense.

View on GitHub

r1mikey created a review on a pull request on richlowe/illumos-gate

View on GitHub

r1mikey opened a pull request on richlowe/illumos-gate
interrupts: provide system PIC registration and dispatch
**Targets the arm64/pci-hacking branch** The GIC functionality we've had to date has been a very leaky abstraction, spilling knowledge of the GIC (and of the FDT) throughout `unix`. With the wor...
r1mikey created a branch on r1mikey/illumos-gate

r1mikey/sysgic-syspic - An open-source Unix operating system

r1mikey deleted a branch r1mikey/illumos-gate

r1mikey/sysgic-syspic

r1mikey pushed 1 commit to r1mikey/sysgic-syspic r1mikey/illumos-gate
  • avintr: Treat autovec like a hashtable The avintr functionality looks like it does what we need for aarch64, but it ... 305641a

View on GitHub

r1mikey created a comment on a pull request on richlowe/illumos-gate
I've uploaded a slightly less preprocessor-heavy version of this change. There is a small cost to pay on i86pc with this change (another field in `struct autovec`), but the conditional code should ...

View on GitHub

r1mikey pushed 1 commit to r1mikey/sysgic-syspic r1mikey/illumos-gate
  • avintr: Treat autovec like a hashtable The avintr functionality looks like it does what we need for aarch64, but it ... 6f62ced

View on GitHub

r1mikey created a comment on a pull request on richlowe/illumos-gate
Yeah, I'm not in love with this either, it's just an expedient way to get support for a larger, sparse vector range (with the goal of letting us experiment with MSIs). I think this could be structu...

View on GitHub

r1mikey pushed 1 commit to r1mikey/sysgic-syspic r1mikey/illumos-gate
  • avintr: Treat autovec like a hashtable The avintr functionality looks like it does what we need for aarch64, but it ... 2c7fedd

View on GitHub

r1mikey created a review comment on a pull request on richlowe/illumos-gate
This is a terrible habit I've picked up - a Douglas Adams reference :) Basically, the number doesn't matter as long as it's not what I'm checking for later. I'll update it to something else.

View on GitHub

r1mikey created a review on a pull request on richlowe/illumos-gate

View on GitHub

r1mikey opened a pull request on richlowe/illumos-gate
avintr: Treat autovec like a hashtable
The `avintr` functionality looks like it does what we need for aarch64, but it has some fairly surprising behaviour: * Vectors are inserted modulo the `autovect` array size, but dispatched using t...
r1mikey created a branch on r1mikey/illumos-gate

r1mikey/sysgic-syspic - An open-source Unix operating system

r1mikey created a comment on a pull request on richlowe/illumos-gate
Latest push of this branch uses @richlowe's code for application (unapply the child offset, then apply the parent offset) in preference to the code from the original port - this is less prone to ov...

View on GitHub

r1mikey pushed 1 commit to r1mikey/reg-sizes r1mikey/illumos-gate
  • Widen regspec and rangespec Widen the fields in both regspec and rangespec to be 64-bit on aarch64. This change all... 8f9bc7b

View on GitHub