Age | Commit message (Expand) | Author |
2018-01-20 | use virt instructions with clang instead of equivalent raw bytes | Jonathan Gray |
2018-01-06 | Enable sxits(4). | Mark Kettenis |
2018-01-06 | Enable sxitemp(4). | Mark Kettenis |
2018-01-05 | Handle resets; needed on Allwinner R40/V40. | Mark Kettenis |
2017-12-30 | The generic clock framework expects frequencies in Hz whereas the imx clock | Mark Kettenis |
2017-12-29 | Add rktemp(4). | Mark Kettenis |
2017-12-23 | Use regmap interface to tweak "SYSREG" PHY configuration registers and | Mark Kettenis |
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 |