Age | Commit message (Expand) | Author |
2017-12-18 | Properly implement the rsb attribute and actually use it. | Mark Kettenis |
2017-12-18 | Enable RSB attachment for axppmic(4). | Mark Kettenis |
2017-12-16 | Add a driver for the RSB controller found on various Allwinner SoCs. | Mark Kettenis |
2017-12-10 | Enable the phy-supply regulator if present and use the phy id specified | Jonathan Gray |
2017-11-27 | OMAP4 has two watchdog timers timer 2/MPU and timer 3/IVA. | Jonathan Gray |
2017-11-24 | rework transmit to get rid of ifq_deq_begin, and to improve speed. | David Gwynne |
2017-11-22 | Add __aeabi_ldivmod.S. Needed for clang. | Mark Kettenis |
2017-11-04 | Since rev 1.502 of rc(8) it creates a /bsd.booted hard link. At the | Florian Obser |
2017-10-27 | Remove duplicated function prototypes. | Kevin Lo |
2017-10-27 | This file only includes <arm/elf_abi.h> which was removed in 2008, so kill it. | Martin Pieuchot |
2017-10-26 | adjust Makefile.armv7 for clang | Jonathan Gray |
2017-10-26 | Use .arch_extension sec and virt to use smc and hvc instructions when | Jonathan Gray |
2017-10-25 | Storing the address of a stack variable in a global variable is a bad idea. | Mark Kettenis |
2017-10-24 | Attach syscon(4) early. Also attach psci(4) early such that cpuresetfn | Mark Kettenis |
2017-10-23 | Replace imxocotp(4) with a regmap-based approach. | Mark Kettenis |
2017-10-23 | Remove bcmmuart since it has already replaced with com(4). | Kevin Lo |
2017-10-11 | Add bwfm(4), a driver for Broadcom FullMAC WiFi controllers. The | Patrick Wildt |
2017-10-08 | Enable rkiic(4) and rkpmic(4) for Rockchip RK3288 boards. | Mark Kettenis |
2017-09-28 | When option DDB_STRUCTINFO was removed from the kernel, too much from | Patrick Wildt |
2017-09-22 | Remove unused code. | Mark Kettenis |
2017-09-21 | Enable dwxe(4) on armv7 as well for use on the Allwinner H3 SoC. | Patrick Wildt |
2017-09-20 | Raise match priority such that imxocotp(4) wins over syscon(4). | Mark Kettenis |
2017-09-12 | Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similar | Martin Pieuchot |
2017-09-11 | Avoid using an uninitialised variable. Found by the clang static analyser. | Jonathan Gray |
2017-09-11 | Don't test if an array is NULL. Fixes the build with clang which raised | Jonathan Gray |
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
2017-08-31 | Add OpenBSD CVS tags at the top of amdisplay/nxphdmi(4) files. | ians |
2017-08-29 | remove uneeded includes after recent fdt header changes | Jonathan Gray |
2017-08-28 | swap ualea for urng | Jasper Lievisse Adriaanse |
2017-08-27 | Add mvpxa(4), a driver for the SDHC compliant controller on | Patrick Wildt |
2017-08-27 | Enable generic sdhc(4) on FDT attachment driver. | Patrick Wildt |
2017-08-27 | Add glass console support for arm64. This uses the "stdout-path" property | Mark Kettenis |
2017-08-25 | Add missing OpenBSD CVS tag | Patrick Wildt |
2017-08-25 | Add mvneta(4), a driver for the Ethernet controller on the Armada | Patrick Wildt |
2017-08-25 | Add mvmpic(4), a driver for the interrupt controller that sits between | Patrick Wildt |
2017-08-25 | Add mvpinctrl(4), a driver to configure pins on Marvell SoCs. For now, | Patrick Wildt |
2017-08-21 | Pass the address of the EFI system table and the EFI memory map through | Mark Kettenis |
2017-08-18 | change email address in licenses to ians@openbsd.org | ians |
2017-08-15 | Convert to FDT-based interrupt establish API. | Patrick Wildt |
2017-08-15 | Apply KNF and fix whitespaces. | Patrick Wildt |
2017-08-15 | Apply KNF and fix whitespaces. | Patrick Wildt |
2017-08-14 | Add the amdisplay(4) and nxphdmi(4) drivers. | ians |
2017-08-12 | Use ctfstrip(1) by default to strip kernels. | Martin Pieuchot |
2017-08-07 | Add "machine exit" and "machine poweroff" commands to the arm64 and armv7 | Mark Kettenis |
2017-07-31 | Back out previous commit but handle the case where the device path consists | Mark Kettenis |
2017-07-29 | Fix off-by-one in return value of efi_device_path_depth(). | Mark Kettenis |
2017-07-25 | Enable dwdog(4) such that Rockchip RK3288 devices can reboot. | Mark Kettenis |
2017-07-25 | Add rkclock(4), rkgrf(4), rkpinctrl(4) and rkgpio(4). This makes OpenBSD | Mark Kettenis |
2017-07-25 | The Cortex-A17 TRM explicitly says that there is an intermediate table | Mark Kettenis |
2017-07-24 | Enable pcxrtc(4). | Mark Kettenis |