Age | Commit message (Expand) | Author |
2019-09-02 | cpu number is unsigned (does not really matter) | Theo de Raadt |
2019-09-02 | in non-MP, cpu_number() the #define should be 0UL; ok visa | Theo de Raadt |
2019-09-01 | Newer ARMv8 processors now include a new CSV2 field in their processor | Mark Kettenis |
2019-09-01 | Make it clearer where message "spurious interrupt" comes from. | Visa Hankala |
2019-08-29 | Add amldwusb(4), amlusbphy(4) and amlpciephy(4), drivers for the USB | Mark Kettenis |
2019-08-29 | Capitalize my last name in copyright. | Mark Kettenis |
2019-08-28 | Use ACPI information to attach PCI busses like we do on arm64. There are a | Mark Kettenis |
2019-08-28 | sys/arch/luna88k/luna88k/locore0.S:dummy_cpu assumes that | Kenji Aoyama |
2019-08-28 | Build and enable amdgpu(4) on arm64. The DCN1.0 support has been made | Mark Kettenis |
2019-08-28 | Add amlpinctrl(4), a driver to configure pins and control GPIOs on Amlogic | Mark Kettenis |
2019-08-27 | On amd64 the bootup and resume paths for SP/BP/SP were not performing | Theo de Raadt |
2019-08-27 | Add amlrng(4), the simples random numer generator driver ever. | Mark Kettenis |
2019-08-27 | Add imxtmu(4), a driver to support the temperature sensors on | Patrick Wildt |
2019-08-27 | amclock(4), a driver for the Amlogic SoC clocks. For now this implements | Mark Kettenis |
2019-08-26 | Remove rdtsc macro. | Paul Irofti |
2019-08-26 | Add amlreset(4), a driver to support reset signal controller blocks on | Mark Kettenis |
2019-08-26 | Add amluart(4), a driver for the UARTs found on various Amlogic SoCs. | Mark Kettenis |
2019-08-22 | Don't check _TTP for io windows. | Mark Kettenis |
2019-08-22 | unused variable, after previous commit | Theo de Raadt |
2019-08-21 | sysctl(2): add kern.utc_offset: successor to the DST/TIMEZONE options(4) | cheloha |
2019-08-21 | Fix a race in invalidation of remote TLB entries. | Visa Hankala |
2019-08-20 | Network-based device paths use Messaging and not Media types. Thus | Patrick Wildt |
2019-08-20 | Enable ipmi(4). | Mark Kettenis |
2019-08-19 | Restore msrs & pat on main cpu. jcs observed a slow console on x1r7, | Theo de Raadt |
2019-08-19 | match on r40 ahci | Jonathan Gray |
2019-08-14 | enable amdgpu on amd64 requested by a few people | Jonathan Gray |
2019-08-13 | Allow PXE booting using u-boot by relaxing our requirements | Patrick Wildt |
2019-08-13 | Unbreak build of efi32 due to a typo in the fchmod change. | Patrick Wildt |
2019-08-12 | Remove spurious newline. Spotted by patrick@ | Mark Kettenis |
2019-08-12 | Make it possible to switch to framebuffer "glass" console in case it | Mark Kettenis |
2019-08-11 | Add clock support to sxirtc(4); needed by newer Linux DTs. | Mark Kettenis |
2019-08-11 | Add sxisyscon(4) a driver for the system controller found on various | Mark Kettenis |
2019-08-10 | Fix pixel formats. Turns out the order in the device tree description is | Mark Kettenis |
2019-08-10 | move to 6.6-beta | Theo de Raadt |
2019-08-09 | Add TSC synchronization for multiprocessor machines. | Paul Irofti |
2019-08-07 | Mitigate CVE-2019-1125: block speculation past conditional jump to mis-skip | Philip Guenther |
2019-08-07 | Add codepatch_jmp(), like codepath_call() but inserting a jmp instead of a call. | Philip Guenther |
2019-08-06 | Block interrupts while (attempting to) send an IPI on sun4v just like we | Mark Kettenis |
2019-08-04 | Fix a typo I noticed reviewing the smbios code cleanup diff. | kmos |
2019-08-04 | Ensure that a posted write completes when re-enabling interrupts | Visa Hankala |
2019-08-04 | Add support for X-Gene/eMAG variant. | Mark Kettenis |
2019-08-04 | Cleanup the bios(4)/smbios(4) code a bit. Fix some KNF issues, reduce | Mark Kettenis |
2019-08-04 | crank version, following fchmod change | Theo de Raadt |
2019-08-04 | Unmap tables once we're done with them. | Mark Kettenis |
2019-08-04 | Implement smbios support on arm64. | Mark Kettenis |
2019-08-04 | Remove the old, unfinished octeon bootloader. | Visa Hankala |
2019-08-04 | Revise the way how the octeon bootloader is built. The original | Visa Hankala |
2019-08-03 | permit maxusers to grow up to 128 | Theo de Raadt |
2019-08-03 | There are some pretty big arm64 machines so crank maxusers to 80. | Theo de Raadt |
2019-08-03 | Add F_WRITE support to the block layer (not yet used) | Theo de Raadt |