Age | Commit message (Expand) | Author |
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 |
2020-10-30 | Allow astfb(4) to become the console. At this point this is a "late" switch | Mark Kettenis |
2020-10-30 | Add code to determine the console devie node. | Mark Kettenis |
2020-10-28 | Use "memory" on inline fence instructions to suggest to the compiler | Jonathan Gray |
2020-10-27 | If Open Firmware doesn't provide an interrupt mapping, use the swizzled | Mark Kettenis |
2020-10-27 | Make ws_get_param() return -1 on error. Fixes unhandled wsconsctl display | tobhe |
2020-10-27 | uvm_grow() no longer needs the KERNEL_LOCK, bring it back to just | Theo de Raadt |
2020-10-27 | uvm_grow() no longer needs the KERNEL_LOCK, bring it back to just | Theo de Raadt |
2020-10-27 | refactor page-fault handling out of the trap() switch into user and | Theo de Raadt |
2020-10-27 | add the nearly full list of usb devices. | Theo de Raadt |
2020-10-27 | Enable radeondrm(4). | Mark Kettenis |
2020-10-27 | Add limited emulation of unaligned access in the kernel. The radeondrm(4) | Mark Kettenis |
2020-10-27 | Flush cache before mapping a page as uncached. The CPU gets really upset | Mark Kettenis |
2020-10-27 | observed by miod, a kernel unlock missed in last commit | Theo de Raadt |
2020-10-27 | Adding IOMMU support for AMD Vi and Intel VTD (disabled) | Jordan Hargrave |
2020-10-26 | Retguard asm macros for powerpc libc, ld.so | gkoehler |
2020-10-26 | Define ws_get/set_param for macppc using ofw brightness and backlight | tobhe |
2020-10-26 | Include I2C stuff. | Mark Kettenis |
2020-10-26 | Fix typo. | Mark Kettenis |
2020-10-26 | Switch the pmap and PDP pools to IPL_VM, drop the PR_WAITOK flag from the | Mark Kettenis |
2020-10-25 | As done with other architectures, narrow the KERNEL_LOCK around uvm_fault() | Theo de Raadt |
2020-10-25 | Implement a workaround for PCI devices that can't address the full 64-bit | Mark Kettenis |
2020-10-25 | Revert accidental commit. | Visa Hankala |
2020-10-25 | Add missing firmload attribute. | Visa Hankala |
2020-10-24 | Add forward declaration of struct trapframe. | Mark Kettenis |
2020-10-24 | /dev/drm* | Mark Kettenis |
2020-10-24 | Prefer 32-bit MSI even if the hardware supports 64-bit MSI to work | Mark Kettenis |
2020-10-24 | If the #msi-eqs property says there are no event queues, don't try to set | Jonathan Matthew |
2020-10-23 | Refactor page fault/error functions, normalizing their operation relative | Theo de Raadt |
2020-10-22 | Add retguard to OPAL functions in powerpc64 locore. | mortimer |
2020-10-22 | Use the DBZ instruction to zero memory a cache line at a time. | Mark Kettenis |
2020-10-22 | uvm_grow() doesn't need KERNEL_LOCK anymore, and onfault never did. | Theo de Raadt |
2020-10-21 | Add retguard macros to powerpc64 locore functions. | mortimer |
2020-10-21 | (same as sh/sh/trap.c) | Theo de Raadt |
2020-10-21 | whitespace | Theo de Raadt |
2020-10-21 | last argument to pmap_fault_fixup() is unused, delete it | Theo de Raadt |
2020-10-21 | move the backwards-stack vm_minsaddr check from hppa trap.c to uvm_grow(), | Theo de Raadt |
2020-10-21 | The condition around uvm_grow() can be simplified, as the error result | Theo de Raadt |