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-22 | sparc64: move retry logic out of stickcmpr_set() | Scott Soule Cheloha |
2022-12-22 | Bring over various changes from the arm64 version of this code. | 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-19 | rework the synchronisation around suspend/resume. | David Gwynne |
2022-12-18 | Do not save bootdev and boothowto when invalid value has passed. | Kenji Aoyama |
2022-12-17 | Add aplefuse(4), a driver for the eFuses on Apple Silicon SoCs. | Mark Kettenis |
2022-12-14 | add __ctzdi2 to sparc64 kernel | Jonathan Gray |
2022-12-14 | Put an splhigh() at the start of cpu_configure() to prevent splasserts | 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-11 | Use evcount_percpu() with platform interrupt counters on octeon. | Visa Hankala |
2022-12-11 | Cut two cycles from k_tlb_inv() on octeon. | Visa Hankala |
2022-12-10 | Increase transfer completion timeout to 100ms. This is what Linux has | Mark Kettenis |
2022-12-10 | alpha: switch to clockintr | Scott Soule Cheloha |
2022-12-10 | Mitigate Spectre-BHB by using core-specific trampoline vectors. On some cores | Patrick Wildt |
2022-12-10 | Fix comments, no binary change. | Kenji Aoyama |
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 | _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 | _C_LABEL() and _ASM_LABEL() are no longer useful in the "everything | Philip Guenther |
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 | _C_LABEL() and _ASM_LABEL() are no longer useful in the "everything | Philip Guenther |
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-06 | i386: switch to clockintr | Scott Soule Cheloha |
2022-12-06 | sh, landisk: switch to clockintr | Scott Soule Cheloha |
2022-12-06 | m88k, luna88k: switch to clockintr | Scott Soule Cheloha |
2022-12-06 | hppa: switch to clockintr | Scott Soule Cheloha |
2022-12-06 | Print SBI vendor, version and implemented spec version | Jeremie Courreges-Anglas |
2022-12-06 | Drop unused WEAK_REFERENCE macro | Jeremie Courreges-Anglas |
2022-12-05 | Use evcount_percpu() with mips64 clock and ipi interrupt counters. | Visa Hankala |
2022-12-05 | Calculate the bit clock based on number of channels, bytes/sample and | Mark Kettenis |
2022-12-03 | Use evcount_percpu(9) for clock interrupts | Jeremie Courreges-Anglas |
2022-12-03 | Add ENTRY_NB() and use it for brk.S and sbrk.S on riscv64 | Jeremie Courreges-Anglas |
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-12-02 | Drop _C_LABEL() uses in riscv64-specific code | Jeremie Courreges-Anglas |
2022-12-01 | _C_LABEL() is no longer useful in the "everything is ELF" world. | Philip Guenther |
2022-11-29 | Move the generic variable definitions from the ASM at the top of | Philip Guenther |
2022-11-29 | Put the original image of the MP-startup and ACPI-suspend/hibernate | Philip Guenther |
2022-11-29 | powerpc64: switch to clockintr | Scott Soule Cheloha |