Ecosyste.ms: Timeline

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

richlowe/illumos-gate

richlowe created a review comment on a pull request on richlowe/illumos-gate
Is this in the FDT somewhere I'm not seeing?

View on GitHub

richlowe created a review on a pull request on richlowe/illumos-gate
This seems good (and definitely necessary), I'm just a bit confused about the ARM clockid

View on GitHub

richlowe created a review on a pull request on richlowe/illumos-gate
This seems good (and definitely necessary), I'm just a bit confused about the ARM clockid

View on GitHub

richlowe created a review comment on a pull request on richlowe/illumos-gate
I think panicking is fine, we're in machdep code where something machdep has gone really confusingly wrong. you could also just use `CE_WARN` if you think panicking is heavy handed

View on GitHub

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

View on GitHub

richlowe created a comment on a pull request on richlowe/illumos-gate
I didn't know about co-authored-by. illumos uses the "Portions..." text, but I should ask about doing it the better way. Closing this because I merged but github didn't spot it

View on GitHub

richlowe closed a pull request on richlowe/illumos-gate
ddi: handle interrupts in the DDI in a manner we hope is future proof
Portions contributed by: Dominik Hassler <[email protected]> Portions contributed by: Michael van der Westhuizen <[email protected]>
richlowe created a comment on a pull request on richlowe/illumos-gate
@r1mikey this is the mix of (mostly your) memory-mapped I/O resource pieces in the DDI. Are you ok with it going into the main arm64-gate branch like this?

View on GitHub

richlowe opened a pull request on richlowe/illumos-gate
ddi: handle memory-mapped resources in the DDI in a manner we hope is…
… future proof Portions contributed by: Richard Lowe <[email protected]>
richlowe created a branch on richlowe/illumos-gate

arm64/memory-mapped-resources - Local changes to the Illumos OS/Net consolidation.

r1mikey created a review comment on a pull request on richlowe/illumos-gate
Maybe? I don't have a well formed opinion here, so if anybody feels strongly that we should, then I'll make that change.

View on GitHub

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

View on GitHub

hadfl created a review comment on a pull request on richlowe/illumos-gate
Since we can read the clock rate now, should we panic if we could not?

View on GitHub

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

View on GitHub

r1mikey opened a pull request on richlowe/illumos-gate
rpi4: Fix reading CPU speed via the mailbox interface
There was a bit of confusion here, where the call into the clock rate reading code expects an FDT clock identifier, but the CPU speed code was passing a mailbox identifier. Correct this to pass the...
richlowe pushed 5 commits to arm64/pci-hacking richlowe/illumos-gate
  • Use constants for common property names Use the constants defined in `sys/obpdefs.h` for property access. Extend th... d9600ee
  • ddi_intr_get_nintrs: take ihdl lock in the fallback path (missed in c8225d9b10) `ddi_intr_get_nintrs` falls back (if... 583a840
  • Split up system/kernel/platform to reduce conditional prefixes b3cbf63
  • ddi: handle interrupts in the DDI in a manner we hope is future proof Portions contributed by: Dominik Hassler <hadf... 2562dad
  • Merge branch 'arm64-gate' of https://github.com/richlowe/illumos-gate into arm64/pci-hacking # Conflicts: # doc/ddi-... 9524edf

View on GitHub

richlowe pushed 5 commits to arm64/resource-hacking richlowe/illumos-gate
  • Use constants for common property names Use the constants defined in `sys/obpdefs.h` for property access. Extend th... d9600ee
  • ddi_intr_get_nintrs: take ihdl lock in the fallback path (missed in c8225d9b10) `ddi_intr_get_nintrs` falls back (if... 583a840
  • Split up system/kernel/platform to reduce conditional prefixes b3cbf63
  • ddi: handle interrupts in the DDI in a manner we hope is future proof Portions contributed by: Dominik Hassler <hadf... 2562dad
  • Merge branch 'arm64-gate' of https://github.com/richlowe/illumos-gate into arm64/resource-hacking # Conflicts: # doc... 372f056

View on GitHub

richlowe pushed 1 commit to arm64-gate richlowe/illumos-gate
  • ddi: handle interrupts in the DDI in a manner we hope is future proof Portions contributed by: Dominik Hassler <hadf... 2562dad

View on GitHub

richlowe pushed 1 commit to arm64-gate richlowe/illumos-gate
  • Split up system/kernel/platform to reduce conditional prefixes b3cbf63

View on GitHub

richlowe closed a pull request on richlowe/illumos-gate
Split up system/kernel/platform to reduce conditional prefixes
A small quality of life thing to remove all of the conditional prefixes in system-kernel-platform.p5m. Also moving ns16550a to where it belongs as it was mistakenly not prefixed with `$(aarch64_ON...
richlowe created a review on a pull request on richlowe/illumos-gate
This is a million times better. Thanks

View on GitHub

citrus-it opened a pull request on richlowe/illumos-gate
Split up system/kernel/platform to reduce conditional prefixes
A small quality of life thing to remove all of the conditional prefixes in system-kernel-platform.p5m. Also moving ns16550a to where it belongs as it was mistakenly not prefixed with `$(aarch64_ON...
r1mikey created a comment on a pull request on richlowe/illumos-gate
> Portions contributed by: Dominik Hassler [[email protected]](mailto:[email protected]) > Portions contributed by: Michael van der Westhuizen [[email protected]](mailto:[email protected]) I don'...

View on GitHub

r1mikey created a review comment on a pull request on richlowe/illumos-gate
Tiny nit - "the the".

View on GitHub

r1mikey created a review on a pull request on richlowe/illumos-gate
Looks good. Thanks for taking on the hard work of picking apart this mountain of changes.

View on GitHub

r1mikey created a review on a pull request on richlowe/illumos-gate
Looks good. Thanks for taking on the hard work of picking apart this mountain of changes.

View on GitHub

richlowe pushed 1 commit to arm64/interrupt-resources richlowe/illumos-gate
  • ddi: handle interrupts in the DDI in a manner we hope is future proof Portions contributed by: Dominik Hassler <hadf... 962ceb5

View on GitHub

richlowe pushed 1 commit to arm64/interrupt-resources richlowe/illumos-gate
  • ddi: handle interrupts in the DDI in a manner we hope is future proof Portions contributed by: Dominik Hassler <hadf... 3db4c9b

View on GitHub

richlowe created a comment on a pull request on richlowe/illumos-gate
@hadfl @r1mikey this is the start of upstreaming the changes we all made in support of PCI -- without the PCI -- so that all the other stuff we're doing has them. This is the DDI interrupt/nexus...

View on GitHub

richlowe opened a pull request on richlowe/illumos-gate
ddi: handle interrupts in the DDI in a manner we hope is future proof
Portions contributed by: Dominik Hassler <[email protected]> Portions contributed by: Michael van der Westhuizen <[email protected]>
Load more