Ecosyste.ms: Timeline

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

r1mikey

r1mikey opened a pull request on richlowe/illumos-gate
Use loaders to abstract the arch_timer frequency
We have a very early FDT dependency in unix for the arch_timer frequency. This dependency exists to deal with the case where the firmware has not programmed the `CNTFRQ_EL0` register, requiring a f...
r1mikey created a branch on r1mikey/illumos-gate

r1mikey/arch-timer-freqency - An open-source Unix operating system

r1mikey pushed 454 commits to arm64-gate r1mikey/illumos-gate
  • 16317 SHA2Update() is wrong for 512 MiB or bigger blocks Reviewed by: Robert Mustacchi <[email protected]> Rev... b70bf3e
  • 16020 Borrowed abds ignore metadata flag during allocation Reviewed by: Toomas Soome <[email protected]> Approved by: Dan... 6c448ad
  • 16324 Want Micron 7300, 7400, 7450 log support Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Igor Ko... 6a5dded
  • 16325 nvmeadm: want ability to write log page to raw file Reviewed by: Andy Fiddaman <[email protected]> Reviewed ... f9fceaa
  • 16326 Update NVMe error status codes for 2.x Reviewed by: C Fraire <[email protected]> Reviewed by: Michael Zeller <mike... e7efdd3
  • 16327 wdc nvme assertion clearing support Reviewed by: C Fraire <[email protected]> Reviewed by: Michael Zeller <mike@mi... 7a27a99
  • 16348 e1000g I219 V17 does not attach 16347 e1000g LM+V24-27,29 support Reviewed by: Jason King <jason.brian.king@gma... 1d0ec46
  • 16368 pkg:/driver/network/platform should just be pkg:/driver/network/dnet Reviewed by: Peter Tribble <peter.tribble@... 70fc5ce
  • 16349 SHA2Update length is now of type size_t, not unsigned int Reviewed by: Robert Mustacchi <[email protected]... fdd3bae
  • Configure PSCI from xboot_info We have all the accurate information we need to configure PSCI in the bootloader/shim... 2a09a3a
  • 14919 tem: implement xenl Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: Brian Bennett <bahamat@d... d863b4c
  • 16208 Update AMD microcode to 20240116 Reviewed by: Robert Mustacchi <[email protected]> Approved by: Dan McDo... 96a443f
  • Merge branch 'master' of https://github.com/illumos/illumos-gate into arm64-gate # Conflicts: # usr/src/pkg/manifest... 8338cf5
  • 16311 ps: Inconsistant formatting of options in usage output Reviewed by: Bill Sommerfeld <[email protected]> Re... 8921fdc
  • 16393 bhyve should take more care with MSR_AMD_TSC_RATIO Reviewed by: Dan McDonald <[email protected]> Reviewed by: Jorda... 4bd36be
  • 16396 Update Intel microcode to 20240312 Reviewed by: Robert Mustacchi <[email protected]> Reviewed by: Andy F... ef008a5
  • 16395 loader.efi: update UEFI headers and clean up duplicated GUIDs Reviewed by: Jason King <[email protected]... f334afc
  • 16019 sa_lookup() disregards size of caller's buffer Reviewed by: Toomas Soome <[email protected]> Reviewed by: Igor Kozh... 449d1bc
  • 16375 remove SPARC kernel makefiles Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: Peter Tribble ... 689b930
  • 16376 '<module>.check' targets in kernel build have long bitrotted, should be removed Reviewed by: Bill Sommerfeld <s... 41e0a46
  • and 434 more ...

View on GitHub

r1mikey created a comment on a pull request on richlowe/illumos-gate
Re-testing done - https://gist.github.com/r1mikey/502da1432744002d283a236f7cbd7207

View on GitHub

r1mikey created a comment on a pull request on richlowe/illumos-gate
I'm retesting this at the moment, will let you know when it's ready for re-review.

View on GitHub

r1mikey pushed 1 commit to r1mikey/virtio-nexus r1mikey/illumos-gate
  • Add a virtio nexus for virtio-mmio support fd88165

View on GitHub

r1mikey pushed 4 commits to r1mikey/virtio-nexus r1mikey/illumos-gate
  • Simplify boot UART and reset interaction The boot UART is presently a hardcoded, platform specific chunk of code tha... 8475464
  • Remove the Meson GXBB platform Nobody working on the port has this hardware, and it's not BSA-compliant anyway. Remo... 281c72e
  • Remove the Meson GXBB platform (remove tty setup) I thought I'd fixed this up when merging the prior change, but som... a55145b
  • Add a virtio nexus for virtio-mmio support 00cc09d

View on GitHub

r1mikey pushed 1 commit to r1mikey/virtio-nexus r1mikey/illumos-gate
  • Add a virtio nexus for virtio-mmio support 8941b47

View on GitHub

r1mikey created a review comment on a pull request on richlowe/illumos-gate
I think I'll remove the x86_64 bits. On x86_64 (and the Arm ACPI work( this will attach via a _HID value of `LNRO0005`, but since I'm not yet certain of what that will look like I should just leave...

View on GitHub

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

View on GitHub

r1mikey created a comment on a pull request on richlowe/illumos-gate
Thanks for the review! I'll clean things up in my morning.

View on GitHub

r1mikey created a branch on r1mikey/illumos-gate

r1mikey/remove-meson-gxbb - An open-source Unix operating system

r1mikey pushed 1 commit to r1mikey/virtio-nexus r1mikey/illumos-gate
  • Add a virtio nexus for virtio-mmio support 3554988

View on GitHub

r1mikey created a comment on a pull request on richlowe/illumos-gate
I'm looking for a bit of feedback on the child device compatibles. I've used virtio-mmio,VERSION,DEVICE - VERSION is always "1". I'm unsure if we actually need the version in there (the framework m...

View on GitHub

r1mikey opened a pull request on richlowe/illumos-gate
Add a virtio nexus for virtio-mmio support
Introduce a virtio nexus driver for use with the virtio MMIO transport. In devicetree systems we are presented with a number of nodes with compatible set to `virtio,mmio` - we have no idea what ...
r1mikey pushed 1 commit to r1mikey/virtio-nexus r1mikey/illumos-gate
  • Add a virtio nexus for virtio-mmio support 456993d

View on GitHub

r1mikey pushed 1 commit to r1mikey/virtio-nexus r1mikey/illumos-gate
  • Add a virtio nexus for virtio-mmio support e1f2b96

View on GitHub

r1mikey pushed 1 commit to r1mikey/virtio-nexus r1mikey/illumos-gate
  • Add a virtio nexus for virtio-mmio support 8adfaab

View on GitHub

r1mikey pushed 1 commit to r1mikey/virtio-nexus r1mikey/illumos-gate
  • Add a virtio nexus for virtio-mmio support b5bc671

View on GitHub

r1mikey pushed 1 commit to r1mikey/virtio-nexus r1mikey/illumos-gate
  • Add a virtio nexus for virtio-mmio support 8fca56c

View on GitHub

r1mikey pushed 1 commit to r1mikey/virtio-nexus r1mikey/illumos-gate
  • Add a virtio nexus for virtio-mmio support cc1681f

View on GitHub

r1mikey pushed 1 commit to r1mikey/virtio-nexus r1mikey/illumos-gate
  • Add a virtio nexus for virtio-mmio support 71d8de8

View on GitHub

r1mikey created a comment on a pull request on richlowe/illumos-gate
Should good merge now.

View on GitHub

r1mikey pushed 1 commit to r1mikey/portable-bsvcs r1mikey/illumos-gate
  • Simplify boot UART and reset interaction The boot UART is presently a hardcoded, platform specific chunk of code tha... 8eca20d

View on GitHub

r1mikey created a comment on a pull request on richlowe/illumos-gate
> You said you were putting this up early. Does that mean you don't want me to merge it yet? I'll do the enum change, then it should be good to go.

View on GitHub

r1mikey pushed 1 commit to r1mikey/virtio-nexus r1mikey/illumos-gate
  • Add a virtio nexus for virtio-mmio support dac8290

View on GitHub

r1mikey pushed 1 commit to r1mikey/virtio-nexus r1mikey/illumos-gate
  • Add a virtio nexus for virtio-mmio support 3e27282

View on GitHub

r1mikey pushed 1 commit to r1mikey/virtio-nexus r1mikey/illumos-gate
  • Add a virtio nexus for virtio-mmio support 20a3034

View on GitHub

r1mikey pushed 1 commit to r1mikey/virtio-nexus r1mikey/illumos-gate
  • Add a virtio nexus for virtio-mmio support 9f9f055

View on GitHub

r1mikey pushed 1 commit to r1mikey/virtio-nexus r1mikey/illumos-gate
  • Add a virtio nexus for virtio-mmio support cd25bb9

View on GitHub

Load more