Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
richlowe pushed 1 commit to arm64/mmc-interrupt-mismap richlowe/illumos-gate
- fixup! log interrupt mapping as it happens 2403221
richlowe pushed 1 commit to arm64/mmc-interrupt-mismap richlowe/illumos-gate
- sigh, continue the work if we miss the pci node 017a71b
richlowe pushed 1 commit to arm64/mmc-interrupt-mismap richlowe/illumos-gate
- sigh, continue the work if we miss the pci node a363717
richlowe pushed 7 commits to arm64/mmc-interrupt-mismap richlowe/illumos-gate
- Merge branch 'arm64-gate' of https://github.com/richlowe/illumos-gate into arm64/pci-hacking 431b991
- interrupts: provide system PIC registration and dispatch The GIC functionality we've had to date has been a very lea... 40a8a19
- pcie: add a null cfgspace backend for systems without any This should cover both systems that don't have any PCI, sy... 77b66a7
- 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.... 8488084
- relocate the awful hack to only look at .../pcie to ignore other devices sooner This is awful and not a solution, bu... 2fdb867
- don't crash if we can't find the hackily-mandated pcie node 21d876e
- log interrupt mapping as it happens 18377eb
r1mikey created a review comment on a pull request on richlowe/illumos-gate
In qemu-virt it cannot succeed, because even if it found the CPU device node the node never has the `clock-frequency` property.
r1mikey created a review comment on a pull request on richlowe/illumos-gate
An extra word - fixed.
richlowe pushed 1 commit to arm64/mmc-interrupt-mismap richlowe/illumos-gate
- Merge branch 'arm64-gate' of https://github.com/richlowe/illumos-gate into arm64/pci-hacking f8ab07e
richlowe created a branch on richlowe/illumos-gate
arm64/mmc-interrupt-mismap - Local changes to the Illumos OS/Net consolidation.
richlowe created a review comment on a pull request on richlowe/illumos-gate
I think there's a word missing here?
richlowe created a review comment on a pull request on richlowe/illumos-gate
We do call this. Does it ever really succeed? I think at the moment we always just return made-up numbers because the actual devicetree checks don't work
r1mikey opened a pull request on richlowe/illumos-gate
plat: clean up dead code
Many of the `platmod` functions are unused, or only implemented as stubs. Clean these up and document where the remaining functions are used. Built and tested on qemu-virt.richlowe pushed 4 commits to arm64/pci-hacking richlowe/illumos-gate
- pcie: add a null cfgspace backend for systems without any This should cover both systems that don't have any PCI, sy... 77b66a7
- 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.... 8488084
- relocate the awful hack to only look at .../pcie to ignore other devices sooner This is awful and not a solution, bu... 2fdb867
- don't crash if we can't find the hackily-mandated pcie node 21d876e
richlowe pushed 1 commit to arm64/pci-no-cfgspace richlowe/illumos-gate
- don't crash if we can't find the hackily-mandated pcie node f2ab640
richlowe pushed 158 commits to i386/uts-make-sort richlowe/illumos-gate
- 16765 loader: remove unused bzipfs, splitfs, pkgfs, ext2fs Reviewed by: Bill Sommerfeld <[email protected]> Appr... ef86b95
- 16785 fcoei: overflow in conversion Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: Gordon Ross <G... a8f5dec
- 16786 usba: possible memory leak Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Bill Sommerfeld <somm... 6413cdc
- 16748 asy: support higher baud rates Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: Toomas Soome ... f389e29
- 16784 Update Intel microcode to 20240910 Reviewed by: Robert Mustacchi <[email protected]> Reviewed by: Toomas... 35da72d
- 16798 /bin/false should not exit with 255 Reviewed by: Marcel Telka <[email protected]> Reviewed by: Gordon Ross <Gordo... 2833423
- 16754 libjedec support for LPDDR3-5, DDR3 16753 update libjedec for DDR5 SPD 1.2 16755 Overhaul and improve SPD tests... 8119dad
- 16778 Update libjedec temperatures for JEDS402-1B Reviewed by: Gordon Ross <[email protected]> Reviewed by: Too... f7379be
- 11992 SMB client encryption support Reviewed by: Matt Barden <[email protected]> Reviewed by: C Fraire <cfra... 48e11a6
- 16755 Overhaul and improve SPD tests, fallout (missing makefile) Reviewed by: Joshua M. Clulow <[email protected]> Appr... bf05540
- 16794 asy: stop suppressing compiler warnings Reviewed by: Hans Rosenfeld <[email protected]> Reviewed b... 4af8c71
- 11992 SMB client encryption support (fix build) Reviewed by: C Fraire <[email protected]> Reviewed by: Bill Sommerfeld <... 92bbf3a
- 16770 want support for multiple Solidigm NVMe logs 16771 fix <sys/nvme/*.h> header inclusions 16772 allow subsystem a... 7655c6d
- 16774 nvme persistent event log support 16775 want means to clear libnvme request outputs Reviewed by: Andy Fiddaman ... 1c02c6c
- 16792 loader: memory leak in vdev_get_label_asize() Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by... 2c45cde
- 16681 Document mdb(1) ::dis flags Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: Andy Fiddaman <i... 1c667ba
- 16777 dladm show-vnic, vlan, and etherstub class confusion 16776 dladm warning functions should use printf attributes... 045ebdc
- 16197 cp/mv: add option -n 16779 mv and cp -i don't like to prompt for non-regular files 16780 ln could support -i 16... 6cf3cc9
- 16718 Want mechanism to select smrt over cpqary3 Reviewed by: Rich Lowe <[email protected]> Reviewed by: Joshua M... fabe1c1
- 16805 dladm should format size_t with %z Reviewed by: Toomas Soome <[email protected]> Reviewed by: Andy Fiddaman <illumo... dfc6980
- and 138 more ...
richlowe pushed 158 commits to i386/uts-make richlowe/illumos-gate
- 16765 loader: remove unused bzipfs, splitfs, pkgfs, ext2fs Reviewed by: Bill Sommerfeld <[email protected]> Appr... ef86b95
- 16785 fcoei: overflow in conversion Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: Gordon Ross <G... a8f5dec
- 16786 usba: possible memory leak Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Bill Sommerfeld <somm... 6413cdc
- 16748 asy: support higher baud rates Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: Toomas Soome ... f389e29
- 16784 Update Intel microcode to 20240910 Reviewed by: Robert Mustacchi <[email protected]> Reviewed by: Toomas... 35da72d
- 16798 /bin/false should not exit with 255 Reviewed by: Marcel Telka <[email protected]> Reviewed by: Gordon Ross <Gordo... 2833423
- 16754 libjedec support for LPDDR3-5, DDR3 16753 update libjedec for DDR5 SPD 1.2 16755 Overhaul and improve SPD tests... 8119dad
- 16778 Update libjedec temperatures for JEDS402-1B Reviewed by: Gordon Ross <[email protected]> Reviewed by: Too... f7379be
- 11992 SMB client encryption support Reviewed by: Matt Barden <[email protected]> Reviewed by: C Fraire <cfra... 48e11a6
- 16755 Overhaul and improve SPD tests, fallout (missing makefile) Reviewed by: Joshua M. Clulow <[email protected]> Appr... bf05540
- 16794 asy: stop suppressing compiler warnings Reviewed by: Hans Rosenfeld <[email protected]> Reviewed b... 4af8c71
- 11992 SMB client encryption support (fix build) Reviewed by: C Fraire <[email protected]> Reviewed by: Bill Sommerfeld <... 92bbf3a
- 16770 want support for multiple Solidigm NVMe logs 16771 fix <sys/nvme/*.h> header inclusions 16772 allow subsystem a... 7655c6d
- 16774 nvme persistent event log support 16775 want means to clear libnvme request outputs Reviewed by: Andy Fiddaman ... 1c02c6c
- 16792 loader: memory leak in vdev_get_label_asize() Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by... 2c45cde
- 16681 Document mdb(1) ::dis flags Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: Andy Fiddaman <i... 1c667ba
- 16777 dladm show-vnic, vlan, and etherstub class confusion 16776 dladm warning functions should use printf attributes... 045ebdc
- 16197 cp/mv: add option -n 16779 mv and cp -i don't like to prompt for non-regular files 16780 ln could support -i 16... 6cf3cc9
- 16718 Want mechanism to select smrt over cpqary3 Reviewed by: Rich Lowe <[email protected]> Reviewed by: Joshua M... fabe1c1
- 16805 dladm should format size_t with %z Reviewed by: Toomas Soome <[email protected]> Reviewed by: Andy Fiddaman <illumo... dfc6980
- and 138 more ...
richlowe pushed 157 commits to i386/uts-make-kmod richlowe/illumos-gate
- 16765 loader: remove unused bzipfs, splitfs, pkgfs, ext2fs Reviewed by: Bill Sommerfeld <[email protected]> Appr... ef86b95
- 16785 fcoei: overflow in conversion Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: Gordon Ross <G... a8f5dec
- 16786 usba: possible memory leak Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Bill Sommerfeld <somm... 6413cdc
- 16748 asy: support higher baud rates Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: Toomas Soome ... f389e29
- 16784 Update Intel microcode to 20240910 Reviewed by: Robert Mustacchi <[email protected]> Reviewed by: Toomas... 35da72d
- 16798 /bin/false should not exit with 255 Reviewed by: Marcel Telka <[email protected]> Reviewed by: Gordon Ross <Gordo... 2833423
- 16754 libjedec support for LPDDR3-5, DDR3 16753 update libjedec for DDR5 SPD 1.2 16755 Overhaul and improve SPD tests... 8119dad
- 16778 Update libjedec temperatures for JEDS402-1B Reviewed by: Gordon Ross <[email protected]> Reviewed by: Too... f7379be
- 11992 SMB client encryption support Reviewed by: Matt Barden <[email protected]> Reviewed by: C Fraire <cfra... 48e11a6
- 16755 Overhaul and improve SPD tests, fallout (missing makefile) Reviewed by: Joshua M. Clulow <[email protected]> Appr... bf05540
- 16794 asy: stop suppressing compiler warnings Reviewed by: Hans Rosenfeld <[email protected]> Reviewed b... 4af8c71
- 11992 SMB client encryption support (fix build) Reviewed by: C Fraire <[email protected]> Reviewed by: Bill Sommerfeld <... 92bbf3a
- 16770 want support for multiple Solidigm NVMe logs 16771 fix <sys/nvme/*.h> header inclusions 16772 allow subsystem a... 7655c6d
- 16774 nvme persistent event log support 16775 want means to clear libnvme request outputs Reviewed by: Andy Fiddaman ... 1c02c6c
- 16792 loader: memory leak in vdev_get_label_asize() Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by... 2c45cde
- 16681 Document mdb(1) ::dis flags Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: Andy Fiddaman <i... 1c667ba
- 16777 dladm show-vnic, vlan, and etherstub class confusion 16776 dladm warning functions should use printf attributes... 045ebdc
- 16197 cp/mv: add option -n 16779 mv and cp -i don't like to prompt for non-regular files 16780 ln could support -i 16... 6cf3cc9
- 16718 Want mechanism to select smrt over cpqary3 Reviewed by: Rich Lowe <[email protected]> Reviewed by: Joshua M... fabe1c1
- 16805 dladm should format size_t with %z Reviewed by: Toomas Soome <[email protected]> Reviewed by: Andy Fiddaman <illumo... dfc6980
- and 137 more ...
richlowe pushed 155 commits to i386/uts-make-renames richlowe/illumos-gate
- 16765 loader: remove unused bzipfs, splitfs, pkgfs, ext2fs Reviewed by: Bill Sommerfeld <[email protected]> Appr... ef86b95
- 16785 fcoei: overflow in conversion Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: Gordon Ross <G... a8f5dec
- 16786 usba: possible memory leak Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Bill Sommerfeld <somm... 6413cdc
- 16748 asy: support higher baud rates Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: Toomas Soome ... f389e29
- 16784 Update Intel microcode to 20240910 Reviewed by: Robert Mustacchi <[email protected]> Reviewed by: Toomas... 35da72d
- 16798 /bin/false should not exit with 255 Reviewed by: Marcel Telka <[email protected]> Reviewed by: Gordon Ross <Gordo... 2833423
- 16754 libjedec support for LPDDR3-5, DDR3 16753 update libjedec for DDR5 SPD 1.2 16755 Overhaul and improve SPD tests... 8119dad
- 16778 Update libjedec temperatures for JEDS402-1B Reviewed by: Gordon Ross <[email protected]> Reviewed by: Too... f7379be
- 11992 SMB client encryption support Reviewed by: Matt Barden <[email protected]> Reviewed by: C Fraire <cfra... 48e11a6
- 16755 Overhaul and improve SPD tests, fallout (missing makefile) Reviewed by: Joshua M. Clulow <[email protected]> Appr... bf05540
- 16794 asy: stop suppressing compiler warnings Reviewed by: Hans Rosenfeld <[email protected]> Reviewed b... 4af8c71
- 11992 SMB client encryption support (fix build) Reviewed by: C Fraire <[email protected]> Reviewed by: Bill Sommerfeld <... 92bbf3a
- 16770 want support for multiple Solidigm NVMe logs 16771 fix <sys/nvme/*.h> header inclusions 16772 allow subsystem a... 7655c6d
- 16774 nvme persistent event log support 16775 want means to clear libnvme request outputs Reviewed by: Andy Fiddaman ... 1c02c6c
- 16792 loader: memory leak in vdev_get_label_asize() Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by... 2c45cde
- 16681 Document mdb(1) ::dis flags Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: Andy Fiddaman <i... 1c667ba
- 16777 dladm show-vnic, vlan, and etherstub class confusion 16776 dladm warning functions should use printf attributes... 045ebdc
- 16197 cp/mv: add option -n 16779 mv and cp -i don't like to prompt for non-regular files 16780 ln could support -i 16... 6cf3cc9
- 16718 Want mechanism to select smrt over cpqary3 Reviewed by: Rich Lowe <[email protected]> Reviewed by: Joshua M... fabe1c1
- 16805 dladm should format size_t with %z Reviewed by: Toomas Soome <[email protected]> Reviewed by: Andy Fiddaman <illumo... dfc6980
- and 135 more ...
richlowe pushed 156 commits to i386/uts-make-common richlowe/illumos-gate
- 16765 loader: remove unused bzipfs, splitfs, pkgfs, ext2fs Reviewed by: Bill Sommerfeld <[email protected]> Appr... ef86b95
- 16785 fcoei: overflow in conversion Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: Gordon Ross <G... a8f5dec
- 16786 usba: possible memory leak Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Bill Sommerfeld <somm... 6413cdc
- 16748 asy: support higher baud rates Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: Toomas Soome ... f389e29
- 16784 Update Intel microcode to 20240910 Reviewed by: Robert Mustacchi <[email protected]> Reviewed by: Toomas... 35da72d
- 16798 /bin/false should not exit with 255 Reviewed by: Marcel Telka <[email protected]> Reviewed by: Gordon Ross <Gordo... 2833423
- 16754 libjedec support for LPDDR3-5, DDR3 16753 update libjedec for DDR5 SPD 1.2 16755 Overhaul and improve SPD tests... 8119dad
- 16778 Update libjedec temperatures for JEDS402-1B Reviewed by: Gordon Ross <[email protected]> Reviewed by: Too... f7379be
- 11992 SMB client encryption support Reviewed by: Matt Barden <[email protected]> Reviewed by: C Fraire <cfra... 48e11a6
- 16755 Overhaul and improve SPD tests, fallout (missing makefile) Reviewed by: Joshua M. Clulow <[email protected]> Appr... bf05540
- 16794 asy: stop suppressing compiler warnings Reviewed by: Hans Rosenfeld <[email protected]> Reviewed b... 4af8c71
- 11992 SMB client encryption support (fix build) Reviewed by: C Fraire <[email protected]> Reviewed by: Bill Sommerfeld <... 92bbf3a
- 16770 want support for multiple Solidigm NVMe logs 16771 fix <sys/nvme/*.h> header inclusions 16772 allow subsystem a... 7655c6d
- 16774 nvme persistent event log support 16775 want means to clear libnvme request outputs Reviewed by: Andy Fiddaman ... 1c02c6c
- 16792 loader: memory leak in vdev_get_label_asize() Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by... 2c45cde
- 16681 Document mdb(1) ::dis flags Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: Andy Fiddaman <i... 1c667ba
- 16777 dladm show-vnic, vlan, and etherstub class confusion 16776 dladm warning functions should use printf attributes... 045ebdc
- 16197 cp/mv: add option -n 16779 mv and cp -i don't like to prompt for non-regular files 16780 ln could support -i 16... 6cf3cc9
- 16718 Want mechanism to select smrt over cpqary3 Reviewed by: Rich Lowe <[email protected]> Reviewed by: Joshua M... fabe1c1
- 16805 dladm should format size_t with %z Reviewed by: Toomas Soome <[email protected]> Reviewed by: Andy Fiddaman <illumo... dfc6980
- and 136 more ...
richlowe pushed 1 commit to arm64/pci-hacking richlowe/illumos-gate
- interrupts: provide system PIC registration and dispatch The GIC functionality we've had to date has been a very lea... 40a8a19
richlowe closed 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...richlowe created a review on a pull request on richlowe/illumos-gate
I like this. I'll merge this tomorrow. Thanks
richlowe pushed 2 commits to arm64/pci-hacking richlowe/illumos-gate
richlowe pushed 1 commit to arm64-gate richlowe/illumos-gate
- prom: Implement `prom_nextnode` and `prom_childnode` more reasonably Rather than trying to homebrew it, with flaws, ... 7e6da6f