Age | Commit message (Expand) | Author |
2020-12-06 | Add missing byteswaps. | Mark Kettenis |
2020-12-06 | Introduce constants to access the setjmp(3) jmp_buf fields from | Alexander Bluhm |
2020-12-04 | Recognize Neoverse-N2. | Mark Kettenis |
2020-12-01 | Add option to build loongson kernels using clang. | Visa Hankala |
2020-11-30 | reset fpu in fpu_kernel_enter() even when there is no xsave state | Jonathan Gray |
2020-11-29 | Enable mvsw(4). | Mark Kettenis |
2020-11-29 | Teach lld to link the macppc kernel | gkoehler |
2020-11-29 | Give armv7 a <machine/cpufunc.h> header and use it to add a prototype | Mark Kettenis |
2020-11-28 | Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.S | gkoehler |
2020-11-28 | Since our IPI broadcast functions exclude the CPU doing the broadcast, we | Mark Kettenis |
2020-11-28 | ICC_DIR, used to deactive interrupts, is only needed when running in | Patrick Wildt |
2020-11-24 | Remove commented-out code messing with uvmexp. | Martin Pieuchot |
2020-11-22 | ARM64's bus dma coalesces segments when they are physically contiguous, | Patrick Wildt |
2020-11-20 | Restructure cache flush operations to avoid repeated barriers. Specifically | Patrick Wildt |
2020-11-19 | Make bus_space_mmap(9) work for simplebus(4). | Mark Kettenis |
2020-11-19 | Make sure bus_space_mmap(9) works for pciecam(4). | Mark Kettenis |
2020-11-19 | Implement address translation for bus_space_mmap(9). | Mark Kettenis |
2020-11-17 | Avoid accidental truncation of large memory segments. | Visa Hankala |
2020-11-17 | Ensure proper alignment of memory map entries, needed with clang. | Visa Hankala |
2020-11-17 | Enable imxiic(4) at ACPI. | Patrick Wildt |
2020-11-16 | Enable mcx(4) | Mark Kettenis |
2020-11-15 | Make sure we perform address translation to all elements of a DMA mapping. | Mark Kettenis |
2020-11-15 | Hardwire bus_space_read_raw_N() and bus_space_write_raw_N() to | Mark Kettenis |
2020-11-15 | Enable acpige(4) | Patrick Wildt |
2020-11-15 | Add support for edge-triggered interrupts in acpi_intr_establish(). So | Patrick Wildt |
2020-11-15 | Add support for edge-triggered interrupts to agintc(4). This is mostly | Patrick Wildt |
2020-11-15 | Add pchgpio(4), a driver for the GPIO controllers found on modern Intel | Mark Kettenis |
2020-11-14 | Enable sdhc(4) at ACPI. | Patrick Wildt |
2020-11-13 | Delete unused #defines: T_USER hasn't been used since July 2018 | Philip Guenther |
2020-11-13 | Do not include ../Makefile.inc twice. | Visa Hankala |
2020-11-13 | Fold -fno-builtin-* into -fno-builtin. | Visa Hankala |
2020-11-13 | Use BTB bug workaround also with assembly files. | Visa Hankala |
2020-11-13 | Correct CVE number in comment | Philip Guenther |
2020-11-12 | Simplify interrupt entry stubs to not push around bogus trapno+err | Philip Guenther |
2020-11-11 | Enable acpitz(4) and acpipwrres(4). Stop horrible jet fan noise on my | Patrick Wildt |
2020-11-09 | Give sizes and types to more functions and objects. | Philip Guenther |
2020-11-09 | Enable mvpp(4). | Patrick Wildt |
2020-11-08 | In case of failure, call sigexit() from trapsignal instead of sensig(). | Martin Pieuchot |
2020-11-07 | multiple reads of pmap_emulate_reference() don't show any reason for it | Theo de Raadt |
2020-11-06 | Clean up arm64's autoconf code. There have been quite a few unused | Patrick Wildt |
2020-11-04 | Recognise Cortex-A78AE, Cortex-X1 and Neoverse V1. | Jonathan Gray |
2020-11-03 | Give sizes to more of the functions in locore.S | Philip Guenther |
2020-11-03 | Correct comment typo in previous | Philip Guenther |
2020-11-02 | Set initial default display brightness via of_setbrightness() to ensure | tobhe |
2020-11-02 | Restore abstraction of register saving into macros in frameasm.h | Philip Guenther |
2020-10-31 | Add support for passing a bootmac command line argument to RAMDISK. | Patrick Wildt |
2020-10-30 | Use a 64MB block to load the kernel to deal with kernel growth. | Mark Kettenis |
2020-10-30 | As done on other architectures, narrow the KERNEL_LOCK only around | Theo de Raadt |
2020-10-30 | No need to print that we're the console device; wsdisplay(4) will do that | Mark Kettenis |
2020-10-30 | Add a comment that explains why the major/minor of the device is set | Mark Kettenis |