Age | Commit message (Expand) | Author |
2020-02-01 | Also insert two nop instructions after svc instructions for SYS_exit | Theo de Raadt |
2020-01-26 | Add simplepanel(4), a driver for simple display panels. This one | Patrick Wildt |
2020-01-26 | Fix comment. | Mark Kettenis |
2020-01-26 | Fix spacing issue. | Mark Kettenis |
2020-01-25 | Enable umt(4) | Patrick Wildt |
2020-01-23 | wire up pppac(4) to some majors on each arch. | David Gwynne |
2020-01-21 | Import dt(4) a driver and framework for Dynamic Profiling. | Martin Pieuchot |
2020-01-20 | Separate the stack trace saving interface from ddb. The saving does not | Visa Hankala |
2020-01-14 | Add amlsm(4), a driver for the "secure monitor" firmware interface. | Mark Kettenis |
2020-01-14 | Add amltemp(4), a driver for the temperature sensors on various Amlogic SoCs. | Mark Kettenis |
2020-01-11 | fix dup #include | Theo de Raadt |
2020-01-06 | Print a few more registers when we hit a uvm_fault in the kernel. | Mark Kettenis |
2019-12-31 | Use C99 designated initializers with struct filterops. In addition, | Visa Hankala |
2019-12-26 | In ACPI mode, do not generate "cpu" nodes for CPUs that are disabled. | Mark Kettenis |
2019-12-22 | Wire up ipmi(4). | Mark Kettenis |
2019-12-19 | Convert boolean_t/TRUE/FALSE to int/1/0 for coherency with the rest of | Martin Pieuchot |
2019-12-17 | arm64 cpus speculatively execute instructions after ERET, and on some | Theo de Raadt |
2019-12-17 | Add fido(4), a HID driver for FIDO/U2F security keys | Reyk Floeter |
2019-12-13 | noone has gpr(4) devices. | Theo de Raadt |
2019-12-03 | Add pwmfan(4), a driver for PWM-regulated fans. | Patrick Wildt |
2019-12-03 | Add rkpwm(4), a driver for the RK3399's PWM controller. | Patrick Wildt |
2019-11-29 | Add rkemmcphy(4), a driver for the RK3399's eMMC PHY. | Patrick Wildt |
2019-11-28 | Implement a hexdump command in the boot loader. This helps to | Alexander Bluhm |
2019-11-09 | Retguard will start using sections named ".openbsd.randomdata.retguard.*" | Philip Guenther |
2019-11-07 | The compiler -pg option implies -fno-ret-protector, as we want to disable | Philip Guenther |
2019-11-07 | Convert db_addr_t -> vaddr_t but leave the typedef for now. | Martin Pieuchot |
2019-11-07 | Substitute boolean_t/TRUE/FALSE by int/1/0. | Martin Pieuchot |
2019-10-29 | Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata | Theo de Raadt |
2019-10-23 | Enable sxisid(4). | Mark Kettenis |
2019-10-23 | store specific strings for smbios baseboard vendor, product and serial | Jonathan Gray |
2019-10-23 | Provide hw.serialno using the root node's serial-number property. | Patrick Wildt |
2019-10-21 | Add sxipwm(4) and pwmbl(4). Thse two drivers together add support for the | Mark Kettenis |
2019-10-17 | Enable sxidog(4). | Mark Kettenis |
2019-10-17 | Cache flush operations on arm64 were being incorrectly treated as write | Dale Rahn |
2019-10-11 | When available use "interrupt-names" to select the fdt idx for dwctwo | Jonathan Gray |
2019-10-07 | Add moxtet(4), a driver for the Turris Mox modules. For now this | Patrick Wildt |
2019-10-07 | Add mvspi(4), a driver for the SPI controller on the | Patrick Wildt |
2019-10-07 | Add amliic(4) and pcxrtc(4). This adds support for the RTC on the odroid-n2. | Mark Kettenis |
2019-10-05 | Add workaround for Cortex-A73 errata 858921. Pointed out by drahn@ who | Mark Kettenis |
2019-10-01 | Recognise Cortex-A34 and Cortex-A65AE. TRMs have not been published but | Jonathan Gray |
2019-09-30 | Enable amlpwm(4) and pwmreg(4). | Mark Kettenis |
2019-09-30 | Enable CPU voltage regulators. The firmware I built for my odroid-n2 | Mark Kettenis |
2019-09-22 | Fix ampintc_cpuinit() prototype. | Mark Kettenis |
2019-09-09 | Attach imxsrc(4) early and raise its priority to make sure it beats | Patrick Wildt |
2019-09-07 | Add sfp(4), a driver that allows talking to SFPs connected over | Patrick Wildt |
2019-09-06 | If uvm_map_inentry returns false then a signal has been delivered, and | Theo de Raadt |
2019-09-06 | mcprtc(4), a driver for the Microchip MCP79400 RTC and similar variants. | Patrick Wildt |
2019-09-06 | Add mviic(4), a driver to support the I2C controller on the | Patrick Wildt |
2019-09-05 | Add mvdog(4), a driver to support the watchdog on the Armada 3700 SoC. | Patrick Wildt |
2019-09-04 | Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@ | cheloha |