Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
r1mikey pushed 6 commits to r1mikey/root-props r1mikey/illumos-gate
- gic, ddi: Remove stale comments describing (since removed) rootnex intrspec maintenance a324bef
- viommionex: copy the interrupts property down so we take part in the DDI regularly This is all a bit of a shame, but... cb60555
- ddi/gic: Carry all information in the unit_intr_t, don't have gic-specific bits This means only the GIC knows how to... 364ffff
- Sync with current hacking with partially reworked interrupts HAS NO GIC v3 SUPPORT RIGHT NOW - interrupt controllers... 4f7e1be
- Ensure that rootnex has expected properties On FDT systems the root device tree node somehow does not have the prope... 9fdd9b4
- Use constants for common property names `sys/obpdefs.h` already collects common names, use these where necessary. c61292a
r1mikey created a review comment on a pull request on richlowe/illumos-gate
> I'm very confused by this. This _should_ be working. For a start, QEMU,virt has an "interrupt-parent" on /, and nothing will work if that doesn't happen? > > These should trickle up from the P...
r1mikey opened a pull request on richlowe/illumos-gate
Ensure that rootnex has expected properties
**These changes target the PCI hacking branch** Two fairly trivial changes here. The fdt rootnex misses out on the properties set on the fdt root node. Copy over the properties we care about,...r1mikey created a branch on r1mikey/illumos-gate
r1mikey/root-props - An open-source Unix operating system
r1mikey created a review comment on a pull request on richlowe/illumos-gate
This condition should mostly be caught (in a different way) before we hit this code - see the call to `gic_is_spurious` in `do_interrupt` (armv8/os/intr.c).
r1mikey pushed 5 commits to r1mikey/resources-and-properties r1mikey/illumos-gate
- Hacky PCIe prototype This began life with two goals, which less overlap than it seems (which is part of the problem)... 1fe5b30
- handle `root_bus_addr` correctly when enumerating PCI roots I'd absolutely botched the pointerness of everything. 15dcb58
- Sync with current hacking with partially reworked interrupts HAS NO GIC v3 SUPPORT RIGHT NOW - interrupt controllers... adcaa82
- Ensure that rootnex has expected properties On FDT systems the root device tree node somehow does not have the prope... 9ce2514
- [WIP] Simplify resource configuration 36c37fc
r1mikey created a branch on r1mikey/illumos-gate
r1mikey/resources-and-properties - An open-source Unix operating system
r1mikey pushed 17 commits to arm64-gate r1mikey/illumos-gate
- 16945 uts should use KPRINTFLIKE Reviewed by: Dan McDonald <[email protected]> Reviewed by: Andy Fiddaman <illumos@fiddam... 39b8de0
- 16903 ses: possible memory leak of 'driveids' Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: Andy... 9f755ee
- 16902 uhci: possible memory leak of 'pp' Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: Andy Fidd... 80f91f3
- 16950 Gate should build with python 3.13 Reviewed by: Jason King <[email protected]> Reviewed by: To... bf34775
- 16946 some comments about DDI interrupts could use correction Reviewed by: Toomas Soome <[email protected]> Reviewed by: ... b4a2f1d
- 16947 smbios(8) could be 64bit Reviewed by: Jason King <[email protected]> Reviewed by: Robert Musta... 482d9a1
- 16935 Use gcc 14 as shadow compiler Reviewed by: Patrick Mooney <[email protected]> Reviewed by: Toomas Soome <tso... b7fe974
- 16922 i86pc: support AMD C-states Reviewed by: Robert Mustacchi <[email protected]> Reviewed by: Andy Fiddaman... f7d9ddd
- 16726 in/out VM_EXIT should not assert on CPUs without DecodeAssist Reviewed by: Patrick Mooney <[email protected]... 8cf9ea4
- we should not expose drem symbols in libm as we have no prototype in math.h 1db5032
- 16955 ecc: possible memory leak Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Dan McDonald <danmcd@m... 5de8599
- update libfdt to 1.7.2 1a511b2
- Fix issues exposed by GCC 14.2.0 - halt The removal of fastreboot support was not complete, and improved dead-code... c35d9a7
- 16962 ib: variable dereferenced before check Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Andrew St... 3d144d7
- 16948 want __cacheline_aligned Reviewed by: Patrick Mooney <[email protected]> Approved by: Dan McDonald <danmcd@m... 6faf524
- 16978 sata: 'tb' may be used uninitialized in sata_check_modser() Reviewed by: Jason King <jason.brian.king+illumos@g... d3fbc1f
- Merge branch 'master' of https://github.com/illumos/illumos-gate into arm64-gate # Conflicts: # usr/src/tools/env/il... 20378de
r1mikey created a comment on a pull request on richlowe/illumos-gate
Reading through both trees, I think there are some hunks on this PR that I should split out (things that don't relate to GIC or interrupts more generally), and some which I think I should rebase on...
r1mikey created a comment on a pull request on richlowe/illumos-gate
> https://richlowe.net/interrupts-draft/interrupts.html This is great! I'll mail some questions/observations to you, since a PR is likely not the best way to communicate about these things. I...
r1mikey created a comment on a pull request on richlowe/illumos-gate
We should definitely talk more :-) I've been preparing some resource management and GIC-attachment changes in #105 , which lays some of the groundwork for hiding the GIC behind `i86pc` PSM-like ...
r1mikey created a comment on a pull request on richlowe/illumos-gate
I'm just doing a full clean build before publishing, but I thought I'd get this up for review. @richlowe This is a start to what I'm thinking about for cleaning up interrupts - there's a bit of ...
r1mikey opened a draft pull request on richlowe/illumos-gate
Simplify resource configuration, attach GIC properly
There's a lot of special handling of the GIC which is no longer absolutely necessary, but there's some heavy-lifting needed to isolate GIC specialness. This PR does the base work needed to simpl...r1mikey pushed 3 commits to r1mikey/gic-proper-modules r1mikey/illumos-gate
- Resurrect parent private data to simplify resource configuration Resource configuration, i.e. registers, ranges and ... 99c56d6
- Reintroduce impl_bus_reprobe This was dropped in the base aarch64 port, probably because it had nothing to do at the... 028957f
- Use standard mechanisms to attach root interrupt controllers We've been, up until now, driving Arm Generic Interrupt... 6786c6d
r1mikey pushed 3 commits to r1mikey/gic-proper-modules r1mikey/illumos-gate
- Resurrect parent private data to simplify resource configuration Resource configuration, i.e. registers, ranges and ... 133b47c
- Reintroduce impl_bus_reprobe This was dropped in the base aarch64 port, probably because it had nothing to do at the... fa90629
- Use standard mechanisms to attach root interrupt controllers We've been, up until now, driving Arm Generic Interrupt... b28bf42
r1mikey pushed 1 commit to r1mikey/gic-proper-modules r1mikey/illumos-gate
- Use standard mechanisms to attach root interrupt controllers We've been, up until now, driving Arm Generic Interrupt... a851ce6
r1mikey pushed 6 commits to r1mikey/gic-proper-modules r1mikey/illumos-gate
- we should not expose drem symbols in libm as we have no prototype in math.h 1db5032
- update libfdt to 1.7.2 1a511b2
- Fix issues exposed by GCC 14.2.0 - halt The removal of fastreboot support was not complete, and improved dead-code... c35d9a7
- Resurrect parent private data to simplify resource configuration Resource configuration, i.e. registers, ranges and ... 1f5b15a
- Reintroduce impl_bus_reprobe This was dropped in the base aarch64 port, probably because it had nothing to do at the... 7ec3406
- Use standard mechanisms to attach root interrupt controllers We've been, up until now, driving Arm Generic Interrupt... 0605a5b
r1mikey pushed 1 commit to r1mikey/gic-proper-modules r1mikey/illumos-gate
- Use standard mechanisms to attach root interrupt controllers We've been, up until now, driving Arm Generic Interrupt... 7c77d95
r1mikey created a branch on r1mikey/illumos-gate
r1mikey/gic-proper-modules - An open-source Unix operating system
r1mikey created a review on a pull request on richlowe/illumos-gate
Looks totally safe.
r1mikey pushed 26 commits to arm64-gate r1mikey/illumos-gate
- 6500 dtrace translator deref uses wrong store op Reviewed by: Adam Leventhal <[email protected]> Approved by: ... 18ad798
- 16882 zpool_create_008_pos is always failing Reviewed by: Vitaliy Gusev <[email protected]> Reviewed by: Dan Mc... 9d1bdd5
- 16893 sol_ofs: possible memory leak Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: Marco van Wier... 4574405
- Merge branch 'master' of https://github.com/illumos/illumos-gate into arm64-gate bce5576
- 16896 ipc: possible memory leak of 'ids' Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: Andy Fidd... 037044b
- 16897 s1394: possible memory leak of 'member_new' Reviewed by: C Fraire <[email protected]> Reviewed by: Andy Fiddaman <... da59b86
- 16898 cardbus: possible memory leak of 'cdsp' Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: Andy... d74fa75
- 16911 illumos-gate should select OpenSSL 1.x API where needed Reviewed by: Toomas Soome <[email protected]> Reviewed by: ... 109018f
- 16910 vioif package needs package metadata fixups Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Toom... 9068858
- 16899 psets: possible memory leak of 'psets' Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: Andy ... 27ecbff
- Merge branch 'master' of https://github.com/illumos/illumos-gate into arm64-gate # Conflicts: # usr/src/pkg/manifest... cba01e3
- 5915 msgpullup(9f) behaves as if len is always -1 Portions contributed by: Dan McDonald <[email protected]> Reviewed by: ... 8cfbb92
- 16854 CPUID_PASS_IDENT is sufficient for cpuid_getsig 16907 Apply microcode updates before CPUID_PASS_BASIC Reviewed ... df5a0c5
- 16926 Update AMD microcode to 20241121 Reviewed by: Rich Lowe <[email protected]> Reviewed by: Marco van Wieringe... 2d27979
- 16927 Update Intel microcode to 20241112 Reviewed by: Rich Lowe <[email protected]> Reviewed by: Marco van Wierin... 6e8c001
- 16881 zfs-tests: rsend_008_pos should be disabled for now Reviewed by: Dan McDonald <[email protected]> Approved by: Patr... c7f0a03
- 16901 sol_ucma: possible memory leak of 'ucma_evt' Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by:... 799266c
- 16942 ZTS: channel_program tests fail to find verify_runnable Reviewed by: Andy Fiddaman <[email protected]> Revie... 944bdb1
- 16932 Add `wait_freeing` helper function to ZTS Reviewed by: Bill Sommerfeld <[email protected]> Approved by: Da... 25bfbbc
- 16933 ZTS: Wait for free space between quota tests Reviewed by: Bill Sommerfeld <[email protected]> Approved by:... a5e0ce4
- and 6 more ...
r1mikey pushed 46 commits to sbsa-efi-acpi-rework-rescue r1mikey/illumos-gate
- 6500 dtrace translator deref uses wrong store op Reviewed by: Adam Leventhal <[email protected]> Approved by: ... 18ad798
- 16882 zpool_create_008_pos is always failing Reviewed by: Vitaliy Gusev <[email protected]> Reviewed by: Dan Mc... 9d1bdd5
- 16893 sol_ofs: possible memory leak Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: Marco van Wier... 4574405
- Merge branch 'master' of https://github.com/illumos/illumos-gate into arm64-gate bce5576
- 16896 ipc: possible memory leak of 'ids' Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: Andy Fidd... 037044b
- 16897 s1394: possible memory leak of 'member_new' Reviewed by: C Fraire <[email protected]> Reviewed by: Andy Fiddaman <... da59b86
- 16898 cardbus: possible memory leak of 'cdsp' Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: Andy... d74fa75
- 16911 illumos-gate should select OpenSSL 1.x API where needed Reviewed by: Toomas Soome <[email protected]> Reviewed by: ... 109018f
- 16910 vioif package needs package metadata fixups Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Toom... 9068858
- 16899 psets: possible memory leak of 'psets' Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: Andy ... 27ecbff
- Merge branch 'master' of https://github.com/illumos/illumos-gate into arm64-gate # Conflicts: # usr/src/pkg/manifest... cba01e3
- 5915 msgpullup(9f) behaves as if len is always -1 Portions contributed by: Dan McDonald <[email protected]> Reviewed by: ... 8cfbb92
- 16854 CPUID_PASS_IDENT is sufficient for cpuid_getsig 16907 Apply microcode updates before CPUID_PASS_BASIC Reviewed ... df5a0c5
- 16926 Update AMD microcode to 20241121 Reviewed by: Rich Lowe <[email protected]> Reviewed by: Marco van Wieringe... 2d27979
- 16927 Update Intel microcode to 20241112 Reviewed by: Rich Lowe <[email protected]> Reviewed by: Marco van Wierin... 6e8c001
- 16881 zfs-tests: rsend_008_pos should be disabled for now Reviewed by: Dan McDonald <[email protected]> Approved by: Patr... c7f0a03
- 16901 sol_ucma: possible memory leak of 'ucma_evt' Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by:... 799266c
- 16942 ZTS: channel_program tests fail to find verify_runnable Reviewed by: Andy Fiddaman <[email protected]> Revie... 944bdb1
- 16932 Add `wait_freeing` helper function to ZTS Reviewed by: Bill Sommerfeld <[email protected]> Approved by: Da... 25bfbbc
- 16933 ZTS: Wait for free space between quota tests Reviewed by: Bill Sommerfeld <[email protected]> Approved by:... a5e0ce4
- and 26 more ...
r1mikey pushed 1 commit to sbsa-efi-acpi-rework-rescue r1mikey/illumos-gate
- PCI/PCIe enumeration 83201ca
r1mikey pushed 1 commit to sbsa-efi-acpi-rework-rescue r1mikey/illumos-gate
- TEMP: aarch64/ACPI booting to userspace d5356e0
r1mikey pushed 1 commit to sbsa-efi-acpi-rework-rescue r1mikey/illumos-gate
- TEMP: aarch64/ACPI booting to userspace 678da2f
r1mikey pushed 1 commit to sbsa-efi-acpi-rework-rescue r1mikey/illumos-gate
- TEMP: aarch64/ACPI booting to userspace 3188911
r1mikey pushed 1 commit to sbsa-efi-acpi-rework-rescue r1mikey/illumos-gate
- TEMP: aarch64/ACPI booting to userspace 77c3347