Results 178 comments of Elliott Mitchell

I'm planning to update to FreeBSD's HEAD soon. There will be a rebase in a few hours.

I don't recall who forced per-processor for PPI counters due to indicating they would veto atomic increment. This does provide the valuable feature of showing which processors the PPI is...

Note, ARM64 has been tested and was helpful with confirming a fully operational PPI interrupt. x86 and PowerPC are untested. I guess the point here is, why is this information...

Upon checking I remember why I originally tried this. Still potentially viable as an alternative solution to a pesky issue. Note, this has simply been rebased and not properly checked....

Been some time since I had looked at this. Some things in the kernel look distinctly concerning. Seems the best ordering would be #1457, this (will need adaptation) and then...

Commit cecb5a12d6e55ba6f5ca8aaf33483fa3c7f6898a was tested and confirmed to work.

Before being rebased, 54bf57434899d989ec050fecc15b601547e23830 was tested and confirmed to work. The delta is simply removing the stray clock interrupt fix and pulling 2 of the intermediates. Mostly there are 3...

So instead of #1280, #1363 also functions to provide access to the appropriate hooks. For `sys/arm64/include/intr.h` use: ``` +#ifdef XENHVM +#define INTR_ROOT_XEN 2 +#define INTR_ROOT_NUM 3 +#else + #define INTR_ROOT_NUM...

I'm expecting the per-processor startup hook to change in light of other recent commits. Two issues with INTRNG remain though: 1. Since Xen events are rather more dynamic than hardware...

This has ended up going rather further than I had expected before terminating. The old Marvell GPIO driver has needed a severe update for some time. It has become so...