Age | Commit message (Expand) | Author |
2023-01-30 | Rework cpu_init_secondary() such that it can be used for both the initial | Mark Kettenis |
2023-01-27 | Only use the CPU_OFF PSCI call if SYSTEM_SUSPEND is supported. This means | Mark Kettenis |
2023-01-26 | Rework the secondary CPU spinup code to take advantage of the context | Mark Kettenis |
2023-01-24 | Parallels Desktop 17 emulates an azalia audio device, add it | Joshua Stein |
2023-01-22 | Simplify the (so far unused) apm_record_event() function a bit and use it | Mark Kettenis |
2023-01-21 | Make bus_dmamem_alloc_range(9) API available. | Mark Kettenis |
2023-01-16 | Manage RTC offset through UEFI variables handled by a TEE application that | Patrick Wildt |
2023-01-16 | Attach drivers on nodes under /firmware. | Patrick Wildt |
2023-01-16 | Don't put data in .text. | Mark Kettenis |
2023-01-16 | we spent far too long debugging a weird go library problem (incorrect | Theo de Raadt |
2023-01-14 | Change suspend idle loop from WFE to WFI. This avoids spurious wakeups | Mark Kettenis |
2023-01-14 | Assign (stereo) channel numbers based on "sound-name-prefix" properties. | Mark Kettenis |
2023-01-14 | Implement access to EFI variables and ESRT through an ioctl(2) interface | Mark Kettenis |
2023-01-11 | Make sure we also remove read access in pmap_page_ro() when the new | Mark Kettenis |
2023-01-09 | Set the default for machdep.lidaction to 1 like on amd64. | Mark Kettenis |
2023-01-09 | Implement suspend on lid close. | Mark Kettenis |
2023-01-09 | Allwinner hardware sucks! The ARM generic timer on the A64 has a bug | Mark Kettenis |
2023-01-06 | Remove copystr(9), unless used internally by copy{in,out}str. | Miod Vallat |
2023-01-04 | experiments for --execute-only on arm64 and riscv64 are going well, | Theo de Raadt |
2023-01-01 | Enable power management for PCI devices. | Mark Kettenis |
2023-01-01 | update drm to linux 6.1.2 | Jonathan Gray |
2022-12-31 | Add machdep.lidaction to machdep names list. | Patrick Wildt |
2022-12-30 | Neuter zlib fatal warnings when building kernels and bootloaders with clang 15 | Jeremie Courreges-Anglas |
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 |