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/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... 282206d
richlowe pushed 1 commit to arm64/resource-hacking richlowe/illumos-gate
- genet/mmc: add interrupt-priorities 6697cb0
richlowe created a branch on richlowe/illumos-gate
arm64/interrupt-resources - Local changes to the Illumos OS/Net consolidation.
richlowe created a review comment on a pull request on richlowe/illumos-gate
I'm guessing you copied this from somewhere, but for just the interrupt-priorities setting I don't think we need the full old CDDL and 99 Sun copyright.
richlowe created a review on a pull request on richlowe/illumos-gate
This seems right and good. My only questions are (maybe @r1mikey knows): - Do we want to just make '5' the default like it used to be? Or preserve the `get_pil` thing we used to do to kinda ...
richlowe created a review on a pull request on richlowe/illumos-gate
This seems right and good. My only questions are (maybe @r1mikey knows): - Do we want to just make '5' the default like it used to be? Or preserve the `get_pil` thing we used to do to kinda ...
richlowe created a branch on richlowe/binutils-gdb
illumos-arm64-2-43-1 - Unofficial mirror of sourceware binutils-gdb repository. Updated daily.
richlowe pushed 2 commits to arm64-gate richlowe/illumos-gate
richlowe created a branch on richlowe/illumos-gate
arm64/resource-hacking - Local changes to the Illumos OS/Net consolidation.
richlowe pushed 16 commits to arm64/pci-hacking richlowe/illumos-gate
- 16981 pbchk should probably bail early on long commit series Reviewed by: Joshua M. Clulow <[email protected]> Approved... cbbc171
- 16982 pbchk could have a better user agent Reviewed by: Joshua M. Clulow <[email protected]> Approved by: Patrick Moone... e2e21e6
- 16977 t4nex should be cstyle clean Reviewed by: Marco van Wieringen <[email protected]> Approved by... e9f1d7c
- 16760 Source code contains man page cross-reference errata Reviewed by: Peter Tribble <[email protected]> Appro... 4b9db4f
- 16674 dev_err(9f) doesn't do anything useful with CE_PANIC Reviewed by: Andy Fiddaman <[email protected]> Reviewed... be40b82
- 17008 ZTS: left over file /var/tmp/file.pidnum Reviewed by: Andy Fiddaman <[email protected]> Approved by: Robert ... c185c6f
- 17042 cxgbe leaks tx_dhdl array Reviewed by: Toomas Soome <[email protected]> Reviewed by: Marco van Wieringen <marco.van... e7745dd
- 17062 kernel thinks lwp0 has a usable FPU save area when it doesn't Reviewed by: Robert Mustacchi <rm+illumos@fingolf... 7c63221
- 16939 SCM_UCRED lost in transit Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: C Fraire <cfraire@... 53bd5f8
- 14549 cxgbe is a touch logorrheic Reviewed by: Ryan Zezeski <[email protected]> Approved by: Joshua M. Clulow <josh@s... ba52565
- 10270 Convert ptree(1) to mandoc Reviewed by: Toomas Soome <[email protected]> Reviewed by: Bill Sommerfeld <sommerfeld@h... e1cf2bf
- 17014 i86pc: C-states should be able to tolerate not using mwait Reviewed by: Hans Rosenfeld <[email protected]... c77fb39
- 17032 viona should discard too-large rx pkts Reviewed by: Patrick Mooney <[email protected]> Reviewed by: Dan McDo... 7037363
- Merge branch 'master' of https://github.com/illumos/illumos-gate into arm64-gate db6b188
- avintr: Treat autovec like a hashtable (fix i386 build) 566df24
- Merge branch 'arm64-gate' of https://github.com/richlowe/illumos-gate into arm64/pci-hacking 9a38ecd
richlowe pushed 15 commits to arm64-gate richlowe/illumos-gate
- 16981 pbchk should probably bail early on long commit series Reviewed by: Joshua M. Clulow <[email protected]> Approved... cbbc171
- 16982 pbchk could have a better user agent Reviewed by: Joshua M. Clulow <[email protected]> Approved by: Patrick Moone... e2e21e6
- 16977 t4nex should be cstyle clean Reviewed by: Marco van Wieringen <[email protected]> Approved by... e9f1d7c
- 16760 Source code contains man page cross-reference errata Reviewed by: Peter Tribble <[email protected]> Appro... 4b9db4f
- 16674 dev_err(9f) doesn't do anything useful with CE_PANIC Reviewed by: Andy Fiddaman <[email protected]> Reviewed... be40b82
- 17008 ZTS: left over file /var/tmp/file.pidnum Reviewed by: Andy Fiddaman <[email protected]> Approved by: Robert ... c185c6f
- 17042 cxgbe leaks tx_dhdl array Reviewed by: Toomas Soome <[email protected]> Reviewed by: Marco van Wieringen <marco.van... e7745dd
- 17062 kernel thinks lwp0 has a usable FPU save area when it doesn't Reviewed by: Robert Mustacchi <rm+illumos@fingolf... 7c63221
- 16939 SCM_UCRED lost in transit Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: C Fraire <cfraire@... 53bd5f8
- 14549 cxgbe is a touch logorrheic Reviewed by: Ryan Zezeski <[email protected]> Approved by: Joshua M. Clulow <josh@s... ba52565
- 10270 Convert ptree(1) to mandoc Reviewed by: Toomas Soome <[email protected]> Reviewed by: Bill Sommerfeld <sommerfeld@h... e1cf2bf
- 17014 i86pc: C-states should be able to tolerate not using mwait Reviewed by: Hans Rosenfeld <[email protected]... c77fb39
- 17032 viona should discard too-large rx pkts Reviewed by: Patrick Mooney <[email protected]> Reviewed by: Dan McDo... 7037363
- Merge branch 'master' of https://github.com/illumos/illumos-gate into arm64-gate db6b188
- avintr: Treat autovec like a hashtable (fix i386 build) 566df24
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
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
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.
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 closed 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
richlowe pushed 2 commits to arm64/pci-hacking richlowe/illumos-gate
richlowe pushed 2 commits to illumos-arm64-2-41 richlowe/binutils-gdb
richlowe closed a pull request on richlowe/binutils-gdb
gdb python bindings with python 3.13
This fixes building the gdb python bindings with python 3.13.richlowe pushed 1 commit to main richlowe/arm64-gate
- support building illumos-gate with python 3.13 c4c12c7