Age | Commit message (Expand) | Author |
2022-06-16 | Bump MAXCPUS to 256, which is the maximum number of cores on a dual socket | Mark Kettenis |
2022-06-16 | The 64-core versions of the Ampere Altra SoC still have 80 redistributors. | Mark Kettenis |
2022-06-13 | Fix compatible strings to match the official device tree binding. | Mark Kettenis |
2022-06-12 | The NVMe firmware distributed with the macOS 13 developer beta does not | Mark Kettenis |
2022-06-11 | whitespace | Mark Kettenis |
2022-06-02 | enable aq(4) on arm64 now that it works reasonably well | Jonathan Matthew |
2022-05-29 | Device tree bindings for this device are official now. | Mark Kettenis |
2022-05-26 | Adjust compatible string to match what has been submitted to mainline Linux. | Mark Kettenis |
2022-05-26 | recognise Cortex-X1C | Jonathan Gray |
2022-05-24 | Address the clang 13 "changed binding to STB_WEAK" warning on arm64: | Philip Guenther |
2022-04-14 | ddb: constify command tables | Christian Weisgerber |
2022-04-12 | ddb: simplify machine command handling | Christian Weisgerber |
2022-04-10 | Fix definition of "local" IPI system register. Spotted by Kyle Evans. | Mark Kettenis |
2022-04-06 | Support switching from glass console to serial console on systems that | Mark Kettenis |
2022-04-06 | constify struct cfattach | Christian Weisgerber |
2022-03-31 | Implement support for multiple dies. This should make OpenBSD work on the | Mark Kettenis |
2022-03-31 | Remove duplicate scsi devices. | Kenneth R Westerback |
2022-03-26 | Enable mtw(4) on i386, macppc, and arm64. | Stefan Sperling |
2022-03-25 | Implement reboot/powerdown support based on nvmem cells. This works on | Mark Kettenis |
2022-03-23 | Export the ID_AA64ISARn_EL1 registers to userspace through sysctl(2) such | Mark Kettenis |
2022-03-21 | Remove unused files which serve no purpose in OpenBSD; with and ok jsg@ | Miod Vallat |
2022-03-18 | spelling | Jonathan Gray |
2022-03-17 | Fix previous commit; the FDT header is big-endian so we need to do the | Mark Kettenis |
2022-03-16 | When we allocate space a buffer with some extra space for the FDT, adjust | Mark Kettenis |
2022-03-15 | Implement additional error checking for aplsmc_read_key() such that we can | Mark Kettenis |
2022-03-14 | The current FDT code we use in the bootloader is buggy and will write into | Mark Kettenis |
2022-03-14 | Make sure the apldart(4) implementation of bus_dmamap_destroy(9) does the | Mark Kettenis |
2022-03-12 | Unfortunately some last-minute changes were made to the AIC2 device tree | Mark Kettenis |
2022-03-07 | Since AIC2 uses 4 interrupt cells we need to adjust the code that handles | Mark Kettenis |
2022-03-02 | Recognize the cores on Apple's M1 Pro/Max SoCs. | Mark Kettenis |
2022-03-02 | Add RTC support to aplsmc(4). The SMC firmware distributed with macOS 12.x | Mark Kettenis |
2022-03-02 | Add nvmem support and make this available on all Apple SPMI PMUs. Restrict | Mark Kettenis |
2022-03-01 | Apple M1 Pro/Max SoCs come with a new version of the interrupt controller. | Mark Kettenis |
2022-03-01 | The display controller sits behind a DART. We must make sure we keep | Mark Kettenis |
2022-02-28 | The IOMMUs integrated on Apple's M1 Pro/MaxJ SoC use a different page table | Mark Kettenis |
2022-02-27 | Adjust definition of DART_L1_TABLE to what Linux uses. | Mark Kettenis |
2022-02-25 | Enable cduart(4) on arm64. | Visa Hankala |
2022-02-24 | Fix PIC_SYM() macro: it never needs to token paste, so it's not | Philip Guenther |
2022-02-23 | unifdef __ELF__ | Jonathan Gray |
2022-02-22 | Fix thinko in construction of SMC key for the targeted GPIO pin. | Mark Kettenis |
2022-02-20 | Add aplcpu(4), a driver to control the CPU performance levels on Apple SoCs. | Mark Kettenis |
2022-02-16 | change MD gosleep() and sleep_finish() to return int, the MI code will be | Theo de Raadt |
2022-02-15 | Since acpitoshiba brightness button processing no longer plays games | Theo de Raadt |
2022-02-15 | when the MI suspend code encounters problems, we need a way to | Theo de Raadt |
2022-02-15 | MI disable_lid_wakeups() is not needed, x86 systems can do this | Theo de Raadt |
2022-02-14 | Pass the entire compatible property for devices attaching to the iic(4) bus. | Mark Kettenis |
2022-02-14 | OF_getproplen() returns -1 on error, so don't store result in size_t | Jonathan Gray |
2022-02-13 | The Apple M1 SoC has two mechanism for doing IPIs. The first method uses | Mark Kettenis |
2022-02-13 | Some PCIe devices on the M1 and M1 Pro/Max need to be explicitly powered on | Mark Kettenis |
2022-02-13 | Add basic GPIO support. | Mark Kettenis |