Age | Commit message (Expand) | Author |
2022-12-24 | Enable pcagpio(4), and also consistently pcamux(4) while we're at it. With | Patrick Wildt |
2022-12-23 | Add detection of EPAN feature bit. | Mark Kettenis |
2022-12-23 | Avoid using 1GB mappings for the identity map that we use in the early | Mark Kettenis |
2022-12-21 | Implement wakeup interrupt handling. This makes sure that during suspend | Patrick Wildt |
2022-12-21 | Pull enabling/disabling wakeup interrupt handling out of the aplintc(4) | Mark Kettenis |
2022-12-17 | Add aplefuse(4), a driver for the eFuses on Apple Silicon SoCs. | Mark Kettenis |
2022-12-12 | Enable tipd(4) on RAMDISK kernels as well. | Mark Kettenis |
2022-12-12 | Fix USB hotplug on type-C connectors of Apple Silicon hardware. The USB | Mark Kettenis |
2022-12-12 | Improve range check to protect against overflow. | Mark Kettenis |
2022-12-10 | Increase transfer completion timeout to 100ms. This is what Linux has | Mark Kettenis |
2022-12-10 | Mitigate Spectre-BHB by using core-specific trampoline vectors. On some cores | Patrick Wildt |
2022-12-09 | Simplify early kernel bootstrap a bit more. Just map the entire 64MB memory | Mark Kettenis |
2022-12-09 | Add detection for Spectre-BHB related CLRBHB, ECBHB and CSV2_3/HCXT | Patrick Wildt |
2022-12-09 | Fix typo: SCTX -> SCXT | Patrick Wildt |
2022-12-08 | _C_LABEL() and _ASM_LABEL() are no longer useful in the "everything | Philip Guenther |
2022-12-08 | Forcibly set console output to the framebuffer on the Lenovo x13s. | Patrick Wildt |
2022-12-07 | The ACPI tables on the Lenovo x13s are incomplete and unusable. For | Patrick Wildt |
2022-12-06 | Add support for additional RTKit endpoint advertised by NVMe firmware that | Mark Kettenis |
2022-12-06 | Implement support for shared interrupts. | Mark Kettenis |
2022-12-06 | For write operations, wait until the transaction completes just like we | Mark Kettenis |
2022-12-05 | Calculate the bit clock based on number of channels, bytes/sample and | Mark Kettenis |
2022-12-03 | Rework the RTKit code such that we don't spin forever if for some reason | Mark Kettenis |
2022-12-03 | The device tree bindings for aplcpu(4) changed once more, recycling the | Mark Kettenis |
2022-11-26 | Adjust for changes in the device tree bindings. Since it is relatively | Mark Kettenis |
2022-11-26 | Add arm64 lid_action sysctl for Apple Silicon laptops. | Tobias Heider |
2022-11-26 | Enable aplpwm(4) and pwmleds(4). | Mark Kettenis |
2022-11-25 | Disable screen backlight on Apple silicon laptops when lid is closed. | Tobias Heider |
2022-11-24 | Expose the complete set of ID registers as defined in the current version | Mark Kettenis |
2022-11-24 | Document a few more ID register bits. This should add most of the stuff | Mark Kettenis |
2022-11-21 | Add aplpwm(4), a driver for the PWM controller found on Apple silicon. | Mark Kettenis |
2022-11-21 | Get rid of pmap_map_early(). This is part of my crusade against the use of | Mark Kettenis |
2022-11-21 | Wait for a reply to the command that switches the touchpad into raw mode. | Mark Kettenis |
2022-11-14 | Turns out the power button on the Mac mini and the touchid button on the | Mark Kettenis |
2022-11-12 | Fix a long-standing pmap bug, where we would enter an executable mapping | Mark Kettenis |
2022-11-11 | Enable icc(4). ok anton@ patrick@ | Matthieu Herrb |
2022-11-11 | Unmap and free memory when we shutdown rtkit. This fixes an issue where | Mark Kettenis |
2022-11-10 | pscivar.h include no longer needed | Jonathan Gray |
2022-11-10 | Sprinkle some #ifdef SUSPEND to unbreak the tree. | Mark Kettenis |
2022-11-10 | Add suspend/resume support to control the power domain. | Mark Kettenis |
2022-11-10 | Enable qcpdc(4) | Patrick Wildt |
2022-11-10 | Make the power button function as a wakeup button during suspend. | Mark Kettenis |
2022-11-10 | iWe must be careful to only disable power domains that are no longer in | Mark Kettenis |
2022-11-10 | arm64 can suspend without PSCI support now | Mark Kettenis |
2022-11-09 | Enable qcpwm(4) | Patrick Wildt |
2022-11-09 | Implement wakeup interrupt support. For now this is only implemented for | Mark Kettenis |
2022-11-09 | Add suspend/resume support to aplns(4). | Mark Kettenis |
2022-11-09 | Make aplpmgr(4) work as a reset controller. | Mark Kettenis |
2022-11-09 | translate Fn+(1-10,-,=) keys to F1-F12 on M1 laptops with a touchbar | Robert Nagy |
2022-11-09 | Minor cleanups: | Miod Vallat |
2022-11-08 | KNF/whitespace - no code change | Mike Larkin |