Age | Commit message (Expand) | Author |
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-29 | Add feature to force the selection of source IP address | denis |
2020-10-29 | We need more memory barriers on powerpc. | Mark Kettenis |
2020-10-29 | Silence "using MMIO for ATOM IIO" error message, since that is normal on | Mark Kettenis |
2020-10-28 | Apple Geyser3 keyboards need munging as well. Reported by Mathius Schocker. | Mark Kettenis |
2020-10-28 | regen | Mark Kettenis |
2020-10-28 | Add a few more Apple Geyser IDs. | Mark Kettenis |
2020-10-28 | regen | Mark Kettenis |
2020-10-28 | Fujitsu SPARC64 X CPI host bridge and another PLX PCIe switch. | Mark Kettenis |
2020-10-28 | When generating the ICMP6 response to an IPv6 packet, the kernel | Alexander Bluhm |
2020-10-28 | Switch from bus_space_read/write to linux io.h interfaces for all | Jonathan Gray |
2020-10-28 | Use the function from <linux/io.h> for all "Memory Space" IO. This reduces | Mark Kettenis |
2020-10-28 | Use "memory" on inline fence instructions to suggest to the compiler | Jonathan Gray |
2020-10-28 | Add missing bus_space_barrier() in mcx_cmdq_post() - without this, cmdq | Jonathan Matthew |
2020-10-27 | Do not touch non existing queues. Allows to disable MSI-X in ix(4). | Alexander Bluhm |
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-27 | Retguared asm macros for powerpc libkern | gkoehler |
2020-10-26 | Retguard asm macros for powerpc libc, ld.so | gkoehler |
2020-10-26 | Make mapping the "I/O Space" BAR optional. POWER9 systems don't support | Mark Kettenis |
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 | Fix a deadlock between uvn_io() and uvn_flush(). While faulting on a | anton |
2020-10-26 | add a top-level "reboot" command, for people who keep forgetting "boot reboot" | Theo de Raadt |
2020-10-26 | Switch the pmap and PDP pools to IPL_VM, drop the PR_WAITOK flag from the | Mark Kettenis |
2020-10-26 | kevent(2): ktrace the timeout before validating it | cheloha |
2020-10-26 | Improve I/O functions to match Linux: | Mark Kettenis |
2020-10-26 | remove unused alpha memory barrier defines | Jonathan Gray |
2020-10-26 | Remove an unneeded variable. | Visa Hankala |
2020-10-26 | use __membar() where possible | Jonathan Gray |
2020-10-26 | use lwsync and eieio for smp barriers on powerpc | Jonathan Gray |
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 | Serialize msgbuf access with a mutex. | Visa Hankala |
2020-10-25 | Revert accidental commit. | Visa Hankala |
2020-10-25 | Add missing firmload attribute. | Visa Hankala |