Age | Commit message (Expand) | Author |
2024-12-22 | Remove forward declaration of struct clockframe, not needed here. | Miod Vallat |
2024-12-07 | Implement two-level (indirect) Device Table support to increase the | Patrick Wildt |
2024-12-07 | MSIs don't work on the Qualcomm X1E machines in ACPI. So prevent | Mark Kettenis |
2024-11-28 | Move cpu_features to hwcap and cpu_features2 to hwcap2 | George Koehler |
2024-11-28 | Replace magic numbers to macro defined values. | Kenji Aoyama |
2024-11-27 | In powerpc64 pmap, when replacing a pte, put it in the correct pteg | George Koehler |
2024-11-27 | Change getfp() to return an unBIASed stack pointer; this unbreaks | Miod Vallat |
2024-11-27 | remove #if 0'd entries for /dev/pcmcia functions removed in 1998 | Jonathan Gray |
2024-11-27 | Use uvm_fault_wire() for consistency and to keep VM_FAULT_WIRE usage in uvm/. | Martin Pieuchot |
2024-11-27 | Add ptrace commands used to read/write the XSAVE area of a traced | Anton Lindqvist |
2024-11-26 | enable ice(4) in GENERIC and RAMDISK_CD kernels on amd64 | Stefan Sperling |
2024-11-20 | The buffer flipper (incorrectly?) uses pmap_copy_page() from interrupt | Mark Kettenis |
2024-11-19 | Teach ddb how to disassemble endbr64. | Anton Lindqvist |
2024-11-18 | Cast atomic_load_int(9) to signed int when loading `securelevel'. | Vitaliy Makkoveev |
2024-11-18 | move bus space extern to bus.h; ok mpi@ | Jonathan Gray |
2024-11-18 | Fix some typos in comments in i386/amd64 bootblocks | Mike Larkin |
2024-11-17 | add qccpucp to GENERIC | Tobias Heider |
2024-11-16 | Do not dereference `pve' after releasing `pv_mtx'. | Martin Pieuchot |
2024-11-14 | Move the stack 1GB higher, closer to the end of the userland address space. | Miod Vallat |
2024-11-13 | Enable ixv(4) in RAMDISK_CD | YASUOKA Masahiko |
2024-11-12 | Adds support for BPP16 16-bit color EFI framebuffer format as offered | Tobias Heider |
2024-11-12 | remove unused arm64_machdep.h | Jonathan Gray |
2024-11-12 | rename bus space files to match other archs | Jonathan Gray |
2024-11-12 | add wd to nam2blk to match bdevsw | Jonathan Gray |
2024-11-11 | order nam2blk by major number | Jonathan Gray |
2024-11-11 | remove unused mainbus.h; ok miod@ | Jonathan Gray |
2024-11-10 | remove vmx_pmap_find_pte_ept(), used by removed EPT mprotect ioctl | Jonathan Gray |
2024-11-10 | replace uvm.h includes with uvm_extern.h where possible | Jonathan Gray |
2024-11-10 | Do not call uvm_swap_finicrypt_all() a second time in dumpsys(). | Jonathan Gray |
2024-11-10 | remove unused XINTR() define | Jonathan Gray |
2024-11-09 | The buffer flipper (incorrectly?) uses pmap_copy_page() from interrupt | Mark Kettenis |
2024-11-08 | Change 'labeloffset' to 0 from 64 as that space in the OpenBSD disklabel bloc... | Kenneth R Westerback |
2024-11-08 | remove pmap_zero_page_uncached() | Jonathan Gray |
2024-11-08 | Move sparc64-specific ofw prototypes out of the MI header. | Miod Vallat |
2024-11-08 | Add a work-in-progress version of ice(4), a driver for Intel E810 devices. | Stefan Sperling |
2024-11-08 | psp(4) waits for acknowledgement of wbinvd from other CPU. | Alexander Bluhm |
2024-11-08 | Implement interrupt depth counter for sparc64. | Miod Vallat |
2024-11-08 | Correctly compute access type for write faults. This allows write-only | Miod Vallat |
2024-11-08 | remove ID register values, cpu.c uses different defines | Jonathan Gray |
2024-11-08 | remove PCI MMIO defines, matches recent amd64 change | Jonathan Gray |
2024-11-08 | remove unused pmap_move() | Jonathan Gray |
2024-11-08 | remove unused VM_MAXUSER_ADDRESS32 | Jonathan Gray |
2024-11-08 | remove unused I386_IPI_NAMES, amd64 X86_IPI_NAMES removed in 2019 | Jonathan Gray |
2024-11-07 | Expand amd64 wbinvd_on_all_cpus() with acknowledge. | Alexander Bluhm |
2024-11-07 | Constify strings in symbol-related ddb interfaces, and make the iterator | Miod Vallat |
2024-11-07 | Remove OF_package_to_path(). This routine used to be needed by the OFW | Miod Vallat |
2024-11-07 | Remove leftover indirections required by pre-armv7 cpu support. | Miod Vallat |
2024-11-07 | Remove two unnecessary instructions, at least one being a leftover from | Miod Vallat |
2024-11-07 | add rcs ids | Jonathan Gray |
2024-11-06 | Do not store the value of sp in struct clockframe, for nothing has a need | Miod Vallat |