Ecosyste.ms: Timeline

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

richlowe/illumos-gate

richlowe pushed 4 commits to arm64/pci-hacking richlowe/illumos-gate
  • genet: fix rgmii detection 6a78cfa
  • avintr: Treat autovec like a hashtable The avintr functionality looks like it does what we need for aarch64, but it ... 05cfd4e
  • ddi: assert the locking protocol in the arm implementation This is somewhat, but not very, pessimistic, for a couple... c8225d9
  • Merge branch 'arm64-gate' of https://github.com/richlowe/illumos-gate into arm64/pci-hacking # Conflicts: # usr/src/... 18dafe5

View on GitHub

richlowe pushed 1 commit to arm64-gate richlowe/illumos-gate
  • ddi: assert the locking protocol in the arm implementation This is somewhat, but not very, pessimistic, for a couple... c8225d9

View on GitHub

richlowe closed a pull request on richlowe/illumos-gate
avintr: Treat autovec like a hashtable
@r1mikey this is your change from pci-hacking, but it applies cleanly to the main arm64-gate branch too. Are you ok with me pushing it there as well?
richlowe created a branch on richlowe/illumos-gate

arm64/ddi-locking - Local changes to the Illumos OS/Net consolidation.

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
Yes, please do.

View on GitHub

richlowe opened a pull request on richlowe/illumos-gate
avintr: Treat autovec like a hashtable
@r1mikey this is your change from pci-hacking, but it applies cleanly to the main arm64-gate branch too. Are you ok with me pushing it there as well?
richlowe created a branch on richlowe/illumos-gate

arm64/autovec-hash - Local changes to the Illumos OS/Net consolidation.

richlowe pushed 1 commit to arm64-gate richlowe/illumos-gate
  • genet: fix rgmii detection 6a78cfa

View on GitHub

richlowe closed a pull request on richlowe/illumos-gate
genet: fix rgmii detection
I messed this up when switching genet to the DDI interface.
hadfl opened a pull request on richlowe/illumos-gate
genet: fix rgmii detection
I messed this up when switching genet to the DDI interface.
richlowe created a branch on richlowe/illumos-gate

man/ilstr - Local changes to the Illumos OS/Net consolidation.

richlowe pushed 3 commits to arm64/pci-hacking richlowe/illumos-gate
  • genet: use DDI interfaces 3146c29
  • mmc: use DDI interfaces 5aab82d
  • Merge branch 'arm64-gate' of https://github.com/richlowe/illumos-gate into arm64/pci-hacking # Conflicts: # usr/src/... b72da37

View on GitHub

richlowe pushed 1 commit to arm64-gate richlowe/illumos-gate

View on GitHub

richlowe closed a pull request on richlowe/illumos-gate
mmc: use DDI interfaces
richlowe pushed 1 commit to arm64-gate richlowe/illumos-gate
  • genet: use DDI interfaces 3146c29

View on GitHub

richlowe closed a pull request on richlowe/illumos-gate
genet: use DDI interfaces
richlowe pushed 2 commits to arm64/pci-hacking richlowe/illumos-gate
  • return `DDI_WALK_CONTINUE`, not meaningless `B_FALSE` when skipping non /pcie ec9f72e
  • copy the correct amount of interrupt descriptor when building an new unit_intr_t A stupid oversight where we used th... c83e128

View on GitHub

richlowe pushed 33 commits to arm64/mmc-interrupt-mismap richlowe/illumos-gate
  • 16964 ptrconf: potential memory corrupting cast 4 vs 1 bytes Reviewed by: Andy Fiddaman <[email protected]> Approv... 0fd70fa
  • 16953 sfe: possible memory leak Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Andrew Stormont <andyj... 6582179
  • 16954 ib: possible memory leak of 'comm_svcp' Reviewed by: Andy Fiddaman <[email protected]> Approved by: Dan McDo... 14bb8d4
  • 16957 dprov: possible memory leak of 'object' Reviewed by: Andy Fiddaman <[email protected]> Approved by: Dan McDo... 5016ae8
  • 16958 usbgem: possible memory leak of 'dp' Reviewed by: Andrew Stormont <[email protected]> Reviewed by: Andy F... 92cb840
  • 17007 ZTS: zfs_mount_all_fail leaves /var/tmp/testrootPIDNUM directory around Reviewed by: Andy Fiddaman <illumos@fid... 7bf2416
  • 16999 ZTS: history_007_pos mkdir should use -p Reviewed by: Andy Fiddaman <[email protected]> Approved by: Dan McD... 1271d3a
  • 17009 ZTS: enospc_002_pos can fail because of enospc_001_pos Reviewed by: Andy Fiddaman <[email protected]> Approv... 8245458
  • 16959 audioixp: possible memory leak of 'port' Reviewed by: Andrew Stormont <[email protected]> Reviewed by: An... faed977
  • 16972 asy detach races with interrupt 16990 asy attach races with interrupt Reviewed by: Dan Cross <cross@oxidecomput... bd237d3
  • 16971 More debug output could use common hexdump routine Reviewed by: Robert Mustacchi <[email protected]> Rev... 80b758d
  • 17017 zfs: rename get_temporary_prop to zfs_get_temporary_prop Reviewed by: Andy Fiddaman <[email protected]> Appr... 767007d
  • interrupts: provide system PIC registration and dispatch The GIC functionality we've had to date has been a very lea... 40a8a19
  • 17031 ddi_intr_add_handler(9f): several issues Reviewed by: Toomas Soome <[email protected]> Reviewed by: Hans Rosenfeld ... 17b868e
  • 17012 ZTS: add new_fs Reviewed by: C Fraire <[email protected]> Approved by: Patrick Mooney <[email protected]> 4127839
  • 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
  • 16835 mkfs_pcfs: allow sector sizes other than 512B Reviewed by: Robert Mustacchi <[email protected]> Reviewed by: Dan... fdc43e9
  • and 13 more ...

View on GitHub

richlowe pushed 25 commits to arm64/pci-hacking richlowe/illumos-gate
  • 16964 ptrconf: potential memory corrupting cast 4 vs 1 bytes Reviewed by: Andy Fiddaman <[email protected]> Approv... 0fd70fa
  • 16953 sfe: possible memory leak Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Andrew Stormont <andyj... 6582179
  • 16954 ib: possible memory leak of 'comm_svcp' Reviewed by: Andy Fiddaman <[email protected]> Approved by: Dan McDo... 14bb8d4
  • 16957 dprov: possible memory leak of 'object' Reviewed by: Andy Fiddaman <[email protected]> Approved by: Dan McDo... 5016ae8
  • 16958 usbgem: possible memory leak of 'dp' Reviewed by: Andrew Stormont <[email protected]> Reviewed by: Andy F... 92cb840
  • 17007 ZTS: zfs_mount_all_fail leaves /var/tmp/testrootPIDNUM directory around Reviewed by: Andy Fiddaman <illumos@fid... 7bf2416
  • 16999 ZTS: history_007_pos mkdir should use -p Reviewed by: Andy Fiddaman <[email protected]> Approved by: Dan McD... 1271d3a
  • 17009 ZTS: enospc_002_pos can fail because of enospc_001_pos Reviewed by: Andy Fiddaman <[email protected]> Approv... 8245458
  • 16959 audioixp: possible memory leak of 'port' Reviewed by: Andrew Stormont <[email protected]> Reviewed by: An... faed977
  • 16972 asy detach races with interrupt 16990 asy attach races with interrupt Reviewed by: Dan Cross <cross@oxidecomput... bd237d3
  • 16971 More debug output could use common hexdump routine Reviewed by: Robert Mustacchi <[email protected]> Rev... 80b758d
  • 17017 zfs: rename get_temporary_prop to zfs_get_temporary_prop Reviewed by: Andy Fiddaman <[email protected]> Appr... 767007d
  • 17031 ddi_intr_add_handler(9f): several issues Reviewed by: Toomas Soome <[email protected]> Reviewed by: Hans Rosenfeld ... 17b868e
  • 17012 ZTS: add new_fs Reviewed by: C Fraire <[email protected]> Approved by: Patrick Mooney <[email protected]> 4127839
  • 16835 mkfs_pcfs: allow sector sizes other than 512B Reviewed by: Robert Mustacchi <[email protected]> Reviewed by: Dan... fdc43e9
  • 9633 cxgbe should not reinvent the bool 16975 cxgbe: clean up osdep header 16976 cxgbe: shared header should be just ... 77983a8
  • 17002 want wcslcat(3C) and wcslcpy(3C) Reviewed by: C Fraire <[email protected]> Reviewed by: Toomas Soome <[email protected]... 71f3ceb
  • 17003 fix wcsdup(3C) synopsis Reviewed by: Toomas Soome <[email protected]> Reviewed by: Bill Sommerfeld <sommerfeld@hama... 0c53478
  • 17037 PCI headers missing dependencies 17038 Want PCIe constants for RX and TX Presets Reviewed by: Toomas Soome <tso... 845df49
  • plat: clean up dead code Many of the `platmod` functions are unused, or only implemented as stubs. Clean these up a... a5bf102
  • and 5 more ...

View on GitHub

richlowe pushed 23 commits to arm64-gate richlowe/illumos-gate
  • 16964 ptrconf: potential memory corrupting cast 4 vs 1 bytes Reviewed by: Andy Fiddaman <[email protected]> Approv... 0fd70fa
  • 16953 sfe: possible memory leak Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Andrew Stormont <andyj... 6582179
  • 16954 ib: possible memory leak of 'comm_svcp' Reviewed by: Andy Fiddaman <[email protected]> Approved by: Dan McDo... 14bb8d4
  • 16957 dprov: possible memory leak of 'object' Reviewed by: Andy Fiddaman <[email protected]> Approved by: Dan McDo... 5016ae8
  • 16958 usbgem: possible memory leak of 'dp' Reviewed by: Andrew Stormont <[email protected]> Reviewed by: Andy F... 92cb840
  • 17007 ZTS: zfs_mount_all_fail leaves /var/tmp/testrootPIDNUM directory around Reviewed by: Andy Fiddaman <illumos@fid... 7bf2416
  • 16999 ZTS: history_007_pos mkdir should use -p Reviewed by: Andy Fiddaman <[email protected]> Approved by: Dan McD... 1271d3a
  • 17009 ZTS: enospc_002_pos can fail because of enospc_001_pos Reviewed by: Andy Fiddaman <[email protected]> Approv... 8245458
  • 16959 audioixp: possible memory leak of 'port' Reviewed by: Andrew Stormont <[email protected]> Reviewed by: An... faed977
  • 16972 asy detach races with interrupt 16990 asy attach races with interrupt Reviewed by: Dan Cross <cross@oxidecomput... bd237d3
  • 16971 More debug output could use common hexdump routine Reviewed by: Robert Mustacchi <[email protected]> Rev... 80b758d
  • 17017 zfs: rename get_temporary_prop to zfs_get_temporary_prop Reviewed by: Andy Fiddaman <[email protected]> Appr... 767007d
  • 17031 ddi_intr_add_handler(9f): several issues Reviewed by: Toomas Soome <[email protected]> Reviewed by: Hans Rosenfeld ... 17b868e
  • 17012 ZTS: add new_fs Reviewed by: C Fraire <[email protected]> Approved by: Patrick Mooney <[email protected]> 4127839
  • 16835 mkfs_pcfs: allow sector sizes other than 512B Reviewed by: Robert Mustacchi <[email protected]> Reviewed by: Dan... fdc43e9
  • 9633 cxgbe should not reinvent the bool 16975 cxgbe: clean up osdep header 16976 cxgbe: shared header should be just ... 77983a8
  • 17002 want wcslcat(3C) and wcslcpy(3C) Reviewed by: C Fraire <[email protected]> Reviewed by: Toomas Soome <[email protected]... 71f3ceb
  • 17003 fix wcsdup(3C) synopsis Reviewed by: Toomas Soome <[email protected]> Reviewed by: Bill Sommerfeld <sommerfeld@hama... 0c53478
  • 17037 PCI headers missing dependencies 17038 Want PCIe constants for RX and TX Presets Reviewed by: Toomas Soome <tso... 845df49
  • 17004 improve ZFS user/group quota tests and string handling Reviewed by: Joshua M. Clulow <[email protected]> Approved... 4c75c86
  • and 3 more ...

View on GitHub

richlowe pushed 6 commits to arm64/mmc-interrupt-mismap 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... 8d58390
  • 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.... 367045d
  • relocate the awful hack to only look at .../pcie to ignore other devices sooner This is awful and not a solution, bu... ef5c0b3
  • don't crash if we can't find the hackily-mandated pcie node 9806c7d
  • log interrupt mapping as it happens 999250d
  • sigh. add the missing `CELLS_1275_TO_BYTES` that will fix this c3a485f

View on GitHub

richlowe pushed 1 commit to arm64/pci-merge-screwup richlowe/illumos-gate
  • sigh. add the missing `CELLS_1275_TO_BYTES` that will fix this 566608a

View on GitHub

richlowe pushed 1 commit to arm64-gate richlowe/illumos-gate
  • plat: clean up dead code Many of the `platmod` functions are unused, or only implemented as stubs. Clean these up a... a5bf102

View on GitHub

r1mikey created a review comment on a pull request on richlowe/illumos-gate
Oh wow, I think you're right, and right because of what looks like a simple mistake. Here's the calcite that kicks off the lookup of the CPU clock frequency through the VC: https://github.com/ri...

View on GitHub

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

View on GitHub

richlowe pushed 1 commit to arm64/pci-merge-screwup richlowe/illumos-gate
  • log interrupt mapping as it happens 18603f4

View on GitHub

richlowe created a branch on richlowe/illumos-gate

arm64/pci-merge-screwup - Local changes to the Illumos OS/Net consolidation.

richlowe created a review comment on a pull request on richlowe/illumos-gate
Right. Neither (I think?) does raspberry pi

View on GitHub

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

View on GitHub

Load more