Ecosyste.ms: Timeline

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

richlowe

richlowe pushed 1 commit to arm64/pci-no-cfgspace richlowe/illumos-gate
  • relocate the awful hack to only look at .../pcie to ignore other devices sooner This is awful and not a solution, bu... cf79d2c

View on GitHub

richlowe pushed 1 commit to arm64/pci-hacking richlowe/illumos-gate
  • avintr: Treat autovec like a hashtable The avintr functionality looks like it does what we need for aarch64, but it ... 7bb7575

View on GitHub

richlowe closed a pull request on richlowe/illumos-gate
avintr: Treat autovec like a hashtable
**This PR is against the PCI hacking branch** The `avintr` functionality looks like it does what we need for aarch64, but it has some fairly surprising behaviour: * Vectors are inserted modulo ...
richlowe pushed 1 commit to arm64/pci-no-cfgspace richlowe/illumos-gate
  • print something annoying if the bogus dev node apppears 71e95da

View on GitHub

richlowe pushed 1 commit to arm64/pci-no-cfgspace richlowe/illumos-gate
  • debug spew as we walk the device tree, to work out why rpi4 is being odd 32f1307

View on GitHub

richlowe pushed 1 commit to arm64/pci-no-cfgspace richlowe/illumos-gate
  • enable pci boot debug spew cf62dbd

View on GitHub

richlowe pushed 1 commit to arm64/pci-no-cfgspace richlowe/illumos-gate
  • Don't assume every bus is a root bus I'm not sure how that happened, logic wise, but it's suspect at the very least.... e147fa5

View on GitHub

richlowe created a review comment on a pull request on richlowe/illumos-gate
I don't understand

View on GitHub

richlowe created a review on a pull request on richlowe/illumos-gate
I'm not keen on needing all the ifdefs in avintr, but I'm also not clear what to do instead. I'd rather we just _fix_ it properly, but that's not easy. Intel with x2apic chose to leave everythi...

View on GitHub

richlowe created a review on a pull request on richlowe/illumos-gate
I'm not keen on needing all the ifdefs in avintr, but I'm also not clear what to do instead. I'd rather we just _fix_ it properly, but that's not easy. Intel with x2apic chose to leave everythi...

View on GitHub

richlowe created a branch on richlowe/illumos-gate

arm64/pci-no-cfgspace - Local changes to the Illumos OS/Net consolidation.

richlowe pushed 1 commit to arm64-gate richlowe/illumos-gate
  • use DDI interfaces for xxx_probe I'm not 100% sure why these drivers implement the probe entry point, and do this ch... 9b2f9ec

View on GitHub

richlowe closed a pull request on richlowe/illumos-gate
use DDI interfaces for xxx_probe
I'm not 100% sure why these drivers implement the probe entry point, and do this check explicitly. One interesting thing, however, is that illumos usually uses "okay", but devicetree use either ...
richlowe pushed 2 commits to arm64/pci-hacking richlowe/illumos-gate
  • Make aarch64 cbe a proper driver Implement an Arm Generic Timer driver to take over the duties of the cyclic backend... ea23c98
  • gic: Manage device resources the usual way Now that cbe is backed by arm_gtmr, and is therefore a proper driver, cle... 818c311

View on GitHub

richlowe closed a pull request on richlowe/illumos-gate
Move cyclic backend to be a DDI driver, move GIC implementations to be DDI drivers
**Targets the pic-hacking branch** The cyclic backend and the GIC drivers are currently intimately aware of FDT via the raw prom interfaces. Move the cyclic backend to be a module, using the ...
richlowe created a review comment on a pull request on richlowe/illumos-gate
I read it from the wrong point of view. My fault.

View on GitHub

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

View on GitHub

richlowe pushed 1 commit to arm64/pci-hacking richlowe/illumos-gate
  • Widen regspec and rangespec Widen the fields in both regspec and rangespec to be 64-bit on aarch64. This change all... c90dff9

View on GitHub

richlowe closed a pull request on richlowe/illumos-gate
Widen regspec and rangespec
**Targets the pic-hacking branch** Widen the fields in both regspec and rangespec to be 64-bit on aarch64. This change allows us to use 64-bit addresses in the same way as regspec64 (regspec ...
richlowe pushed 1 commit to arm64/rpi4-pci-regspec-hack richlowe/illumos-gate
  • panic even more in the mmc a6c9ab0

View on GitHub

richlowe created a comment on a pull request on richlowe/illumos-gate
Ok, so this is apparently just broken in the pci-hacking branch. Not because of these. I'll get these merged.

View on GitHub

richlowe created a comment on a pull request on richlowe/illumos-gate
I think one thing we need to try is whether I have just broken arm64/pci-hacking in general. I've asked @hadfl to give that a spin. I don't see anything obviously wrong here (but I didn't look ha...

View on GitHub

richlowe pushed 1 commit to arm64/uart-less-prom richlowe/illumos-gate
  • use DDI interfaces for xxx_probe I'm not 100% sure why these drivers implement the probe entry point, and do this ch... 1682d1a

View on GitHub

richlowe pushed 1 commit to arm64/rpi4-pci-regspec-hack richlowe/illumos-gate

View on GitHub

richlowe pushed 2 commits to arm64/rpi4-pci-regspec-hack richlowe/illumos-gate
  • Widen regspec and rangespec Widen the fields in both regspec and rangespec to be 64-bit on aarch64. This change all... 8f9bc7b
  • Merge branch 'r1mikey/reg-sizes' of http://github.com/r1mikey/illumos-gate into arm64/rpi4-pci-regspec-hack # Confli... 650e3a7

View on GitHub

richlowe opened a pull request on richlowe/illumos-gate
use DDI interfaces for xxx_probe
I'm not 100% sure why these drivers implement the probe entry point, and do this check explicitly. One interesting thing, however, is that illumos usually uses "okay", but devicetree use either ...
richlowe created a branch on richlowe/illumos-gate

arm64/uart-less-prom - Local changes to the Illumos OS/Net consolidation.