Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
r1mikey created a review comment on a pull request on richlowe/illumos-gate
40a8a19 (interrupts: provide system PIC registration and dispatch) changed the last argument from `NULL` to `dip` so that the xcall IRQ is properly attributed in `::interrupts` - it might be worth ...
richlowe pushed 1 commit to arm64/cbe-driver richlowe/illumos-gate
- interrupts: provide system PIC registration and dispatch The GIC functionality we've had to date has been a very lea... bfa8321
richlowe opened a pull request on richlowe/illumos-gate
Make aarch64 cbe a proper driver
@r1mikey another one of your changes lined up for the arm64-gate branch.richlowe pushed 1 commit to arm64/cbe-driver richlowe/illumos-gate
- Make aarch64 cbe a proper driver Implement an Arm Generic Timer driver to take over the duties of the cyclic backend... 527cf1d
richlowe created a branch on richlowe/illumos-gate
arm64/cbe-driver - Local changes to the Illumos OS/Net consolidation.
richlowe pushed 3 commits to arm64/pci-hacking richlowe/illumos-gate
- ddi: handle memory-mapped resources in the DDI in a manner we hope is future proof Portions contributed by: Richard ... 9a2acba
- ddi: rename `sparc_pd_...` -> `i_ddi_pd_...` This is more truthful -- they're far from SPARC specific. However, I s... 0b0aeaa
- Merge branch 'arm64-gate' of https://github.com/richlowe/illumos-gate into arm64/pci-hacking # Conflicts: # usr/src/... 5fc8857
richlowe pushed 3 commits to arm64/resource-hacking richlowe/illumos-gate
- ddi: handle memory-mapped resources in the DDI in a manner we hope is future proof Portions contributed by: Richard ... 9a2acba
- ddi: rename `sparc_pd_...` -> `i_ddi_pd_...` This is more truthful -- they're far from SPARC specific. However, I s... 0b0aeaa
- Merge branch 'arm64-gate' of https://github.com/richlowe/illumos-gate into arm64/resource-hacking # Conflicts: # usr... 46a8e09
richlowe pushed 1 commit to arm64-gate richlowe/illumos-gate
- ddi: rename `sparc_pd_...` -> `i_ddi_pd_...` This is more truthful -- they're far from SPARC specific. However, I s... 0b0aeaa
richlowe closed a pull request on richlowe/illumos-gate
use DDI interfaces for interrupt stuff, not PROM ones
This continues trying to tidy up and integrate DDI/nexus stuff. I think the big thing is the actual use of ...`intx_nintrs` and folding the `NAVAIL`/`NINTRS` cases together. Which seems to be w...richlowe closed a pull request on richlowe/illumos-gate
ddi: handle memory-mapped resources in the DDI in a manner we hope is…
… future proof Portions contributed by: Richard Lowe <[email protected]>richlowe pushed 1 commit to arm64-gate richlowe/illumos-gate
- ddi: handle memory-mapped resources in the DDI in a manner we hope is future proof Portions contributed by: Richard ... 9a2acba
hadfl created a review comment on a pull request on richlowe/illumos-gate
I gave this a try, and it looks good. I also agree with @r1mikey that reading the docs, it seems stepping up the CPU clock should be safe on the RPI4. That's why I tested with the following sett...
r1mikey created a comment on a pull request on richlowe/illumos-gate
Looks good. I've walked through the changes, and they seem complete.
r1mikey created a review comment on a pull request on richlowe/illumos-gate
> seems potentially risky Yes, it would be fairly risky - rpi4 is 1.5GHz for older models, 1.8GHz for newer models. I'm not yet sure how we'd do CPU frequency management in an FDT world, but ...
r1mikey created a review comment on a pull request on richlowe/illumos-gate
I've gone with `CE_PANIC` for now. If we run into trouble we can back it down to a `CE_WARN`.
richlowe pushed 19 commits to arm64/memory-mapped-resources richlowe/illumos-gate
- 17022 Want POSIX_SPAWN_SETSID 17023 Want posix_spawn_file_actions_add[f]chdir(3C) Reviewed by: Andy Fiddaman <illumos... 3114379
- 17057 Want C23 timespec_getres and bases Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Peter Tribble... d3aba68
- 16995 remove sun4v ldom static direct i/o (sdio) hooks Reviewed by: Peter Tribble <[email protected]> Reviewed ... 9151f8f
- 17096 CPUs mistakenly showing up with fully-associative caches Reviewed by: Andy Fiddaman <[email protected]> Revi... a57aa66
- 17097 netstat: ignoring unreachable code Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Jason King <j... 77a6b74
- 17098 netstat: replace divide condition Reviewed by: Jason King <[email protected]> Reviewed by: Rob... 4f47a73
- 17061 want a more cautious wrmsr Portions contributed by: iximeow <[email protected]> Reviewed by: Robert Mustacchi... fa2fc9d
- 17105 unix: dboot should be built with NO_SIMD Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: And... 444bb3b
- 17099 ehci: address of NULL pointer Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Joshua M. Clulow <... becb244
- 17100 cmlb: unsigned 'capacity' is never less than zero Reviewed by: Andy Fiddaman <[email protected]> Reviewed by... aa0451c
- 17054 Strix Halo and Krackan amdzen(4D) support 17055 missing families in usmn(4D) and zen_udf(4D) Reviewed by: Andy ... 92279cb
- 17101 os-tests: unchecked function return 'fflush' Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Bil... 64859aa
- 17102 rootnex: ignoring unreachable code. Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Bill Sommerf... 1792cdc
- 17103 testoplock: unchecked function return Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Bill Somme... 3da9c6a
- 16906 bhyve should support AMD perf counters Reviewed by: Greg Colombo <[email protected]> Reviewed by: ixi meow... 09ea9c5
- 16647 bhyve should keep guest CPUID updated when using explicit CPUID settings Reviewed by: Patrick Mooney <pmooney@p... 8ed63bc
- 16648 SATL should check for UNMAP support Reviewed by: Toomas Soome <[email protected]> Reviewed by: Hans Rosenfeld <rose... 7723c86
- Merge branch 'master' of https://github.com/illumos/illumos-gate into arm64-gate # Conflicts: # usr/src/pkg/manifest... e57c914
- ddi: handle memory-mapped resources in the DDI in a manner we hope is future proof Portions contributed by: Richard ... 9a2acba
richlowe pushed 19 commits to arm64/pci-hacking richlowe/illumos-gate
- 17022 Want POSIX_SPAWN_SETSID 17023 Want posix_spawn_file_actions_add[f]chdir(3C) Reviewed by: Andy Fiddaman <illumos... 3114379
- 17057 Want C23 timespec_getres and bases Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Peter Tribble... d3aba68
- 16995 remove sun4v ldom static direct i/o (sdio) hooks Reviewed by: Peter Tribble <[email protected]> Reviewed ... 9151f8f
- 17096 CPUs mistakenly showing up with fully-associative caches Reviewed by: Andy Fiddaman <[email protected]> Revi... a57aa66
- 17097 netstat: ignoring unreachable code Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Jason King <j... 77a6b74
- 17098 netstat: replace divide condition Reviewed by: Jason King <[email protected]> Reviewed by: Rob... 4f47a73
- 17061 want a more cautious wrmsr Portions contributed by: iximeow <[email protected]> Reviewed by: Robert Mustacchi... fa2fc9d
- 17105 unix: dboot should be built with NO_SIMD Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: And... 444bb3b
- 17099 ehci: address of NULL pointer Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Joshua M. Clulow <... becb244
- 17100 cmlb: unsigned 'capacity' is never less than zero Reviewed by: Andy Fiddaman <[email protected]> Reviewed by... aa0451c
- 17054 Strix Halo and Krackan amdzen(4D) support 17055 missing families in usmn(4D) and zen_udf(4D) Reviewed by: Andy ... 92279cb
- 17101 os-tests: unchecked function return 'fflush' Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Bil... 64859aa
- 17102 rootnex: ignoring unreachable code. Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Bill Sommerf... 1792cdc
- 17103 testoplock: unchecked function return Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Bill Somme... 3da9c6a
- 16906 bhyve should support AMD perf counters Reviewed by: Greg Colombo <[email protected]> Reviewed by: ixi meow... 09ea9c5
- 16647 bhyve should keep guest CPUID updated when using explicit CPUID settings Reviewed by: Patrick Mooney <pmooney@p... 8ed63bc
- 16648 SATL should check for UNMAP support Reviewed by: Toomas Soome <[email protected]> Reviewed by: Hans Rosenfeld <rose... 7723c86
- Merge branch 'master' of https://github.com/illumos/illumos-gate into arm64-gate # Conflicts: # usr/src/pkg/manifest... e57c914
- Merge branch 'arm64-gate' of https://github.com/richlowe/illumos-gate into arm64/pci-hacking e24eb1d
richlowe pushed 19 commits to arm64/resource-hacking richlowe/illumos-gate
- 17022 Want POSIX_SPAWN_SETSID 17023 Want posix_spawn_file_actions_add[f]chdir(3C) Reviewed by: Andy Fiddaman <illumos... 3114379
- 17057 Want C23 timespec_getres and bases Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Peter Tribble... d3aba68
- 16995 remove sun4v ldom static direct i/o (sdio) hooks Reviewed by: Peter Tribble <[email protected]> Reviewed ... 9151f8f
- 17096 CPUs mistakenly showing up with fully-associative caches Reviewed by: Andy Fiddaman <[email protected]> Revi... a57aa66
- 17097 netstat: ignoring unreachable code Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Jason King <j... 77a6b74
- 17098 netstat: replace divide condition Reviewed by: Jason King <[email protected]> Reviewed by: Rob... 4f47a73
- 17061 want a more cautious wrmsr Portions contributed by: iximeow <[email protected]> Reviewed by: Robert Mustacchi... fa2fc9d
- 17105 unix: dboot should be built with NO_SIMD Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: And... 444bb3b
- 17099 ehci: address of NULL pointer Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Joshua M. Clulow <... becb244
- 17100 cmlb: unsigned 'capacity' is never less than zero Reviewed by: Andy Fiddaman <[email protected]> Reviewed by... aa0451c
- 17054 Strix Halo and Krackan amdzen(4D) support 17055 missing families in usmn(4D) and zen_udf(4D) Reviewed by: Andy ... 92279cb
- 17101 os-tests: unchecked function return 'fflush' Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Bil... 64859aa
- 17102 rootnex: ignoring unreachable code. Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Bill Sommerf... 1792cdc
- 17103 testoplock: unchecked function return Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Bill Somme... 3da9c6a
- 16906 bhyve should support AMD perf counters Reviewed by: Greg Colombo <[email protected]> Reviewed by: ixi meow... 09ea9c5
- 16647 bhyve should keep guest CPUID updated when using explicit CPUID settings Reviewed by: Patrick Mooney <pmooney@p... 8ed63bc
- 16648 SATL should check for UNMAP support Reviewed by: Toomas Soome <[email protected]> Reviewed by: Hans Rosenfeld <rose... 7723c86
- Merge branch 'master' of https://github.com/illumos/illumos-gate into arm64-gate # Conflicts: # usr/src/pkg/manifest... e57c914
- Merge branch 'arm64-gate' of https://github.com/richlowe/illumos-gate into arm64/resource-hacking 8965950
richlowe pushed 18 commits to arm64-gate richlowe/illumos-gate
- 17022 Want POSIX_SPAWN_SETSID 17023 Want posix_spawn_file_actions_add[f]chdir(3C) Reviewed by: Andy Fiddaman <illumos... 3114379
- 17057 Want C23 timespec_getres and bases Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Peter Tribble... d3aba68
- 16995 remove sun4v ldom static direct i/o (sdio) hooks Reviewed by: Peter Tribble <[email protected]> Reviewed ... 9151f8f
- 17096 CPUs mistakenly showing up with fully-associative caches Reviewed by: Andy Fiddaman <[email protected]> Revi... a57aa66
- 17097 netstat: ignoring unreachable code Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Jason King <j... 77a6b74
- 17098 netstat: replace divide condition Reviewed by: Jason King <[email protected]> Reviewed by: Rob... 4f47a73
- 17061 want a more cautious wrmsr Portions contributed by: iximeow <[email protected]> Reviewed by: Robert Mustacchi... fa2fc9d
- 17105 unix: dboot should be built with NO_SIMD Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: And... 444bb3b
- 17099 ehci: address of NULL pointer Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Joshua M. Clulow <... becb244
- 17100 cmlb: unsigned 'capacity' is never less than zero Reviewed by: Andy Fiddaman <[email protected]> Reviewed by... aa0451c
- 17054 Strix Halo and Krackan amdzen(4D) support 17055 missing families in usmn(4D) and zen_udf(4D) Reviewed by: Andy ... 92279cb
- 17101 os-tests: unchecked function return 'fflush' Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Bil... 64859aa
- 17102 rootnex: ignoring unreachable code. Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Bill Sommerf... 1792cdc
- 17103 testoplock: unchecked function return Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Bill Somme... 3da9c6a
- 16906 bhyve should support AMD perf counters Reviewed by: Greg Colombo <[email protected]> Reviewed by: ixi meow... 09ea9c5
- 16647 bhyve should keep guest CPUID updated when using explicit CPUID settings Reviewed by: Patrick Mooney <pmooney@p... 8ed63bc
- 16648 SATL should check for UNMAP support Reviewed by: Toomas Soome <[email protected]> Reviewed by: Hans Rosenfeld <rose... 7723c86
- Merge branch 'master' of https://github.com/illumos/illumos-gate into arm64-gate # Conflicts: # usr/src/pkg/manifest... e57c914