Age | Commit message (Expand) | Author |
3 days | Teach ddb how to disassemble endbr64. | Anton Lindqvist |
4 days | Cast atomic_load_int(9) to signed int when loading `securelevel'. | Vitaliy Makkoveev |
4 days | move bus space extern to bus.h; ok mpi@ | Jonathan Gray |
4 days | Fix some typos in comments in i386/amd64 bootblocks | Mike Larkin |
4 days | add qccpucp to GENERIC | Tobias Heider |
6 days | Do not dereference `pve' after releasing `pv_mtx'. | Martin Pieuchot |
7 days | Move the stack 1GB higher, closer to the end of the userland address space. | Miod Vallat |
8 days | Enable ixv(4) in RAMDISK_CD | YASUOKA Masahiko |
9 days | Adds support for BPP16 16-bit color EFI framebuffer format as offered | Tobias Heider |
10 days | remove unused arm64_machdep.h | Jonathan Gray |
10 days | rename bus space files to match other archs | Jonathan Gray |
10 days | add wd to nam2blk to match bdevsw | Jonathan Gray |
10 days | order nam2blk by major number | Jonathan Gray |
10 days | remove unused mainbus.h; ok miod@ | Jonathan Gray |
11 days | remove vmx_pmap_find_pte_ept(), used by removed EPT mprotect ioctl | Jonathan Gray |
12 days | replace uvm.h includes with uvm_extern.h where possible | Jonathan Gray |
12 days | Do not call uvm_swap_finicrypt_all() a second time in dumpsys(). | Jonathan Gray |
12 days | remove unused XINTR() define | Jonathan Gray |
13 days | The buffer flipper (incorrectly?) uses pmap_copy_page() from interrupt | Mark Kettenis |
13 days | Change 'labeloffset' to 0 from 64 as that space in the OpenBSD disklabel bloc... | Kenneth R Westerback |
14 days | remove pmap_zero_page_uncached() | Jonathan Gray |
14 days | Move sparc64-specific ofw prototypes out of the MI header. | Miod Vallat |
14 days | Add a work-in-progress version of ice(4), a driver for Intel E810 devices. | Stefan Sperling |
14 days | psp(4) waits for acknowledgement of wbinvd from other CPU. | Alexander Bluhm |
14 days | Implement interrupt depth counter for sparc64. | Miod Vallat |
14 days | Correctly compute access type for write faults. This allows write-only | Miod Vallat |
14 days | remove ID register values, cpu.c uses different defines | Jonathan Gray |
14 days | 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 |
2024-11-06 | Address more outdated comments. | Miod Vallat |
2024-11-06 | A long, long, time ago, pending interrupt handlers were stored in arrays | Miod Vallat |
2024-11-06 | Give locore a few more symbolic constants to make the code path constructing | Miod Vallat |
2024-11-06 | Remove a non-applicable comment about 32-bit userland code. | Miod Vallat |
2024-11-06 | Make edid_parse() take a device name as extra argument so that the few | Miod Vallat |
2024-11-05 | The `pri' field of struct clockframe has become unused since the removal of | Miod Vallat |
2024-11-05 | The first field of struct cfdriver is a pointer. Put NULL rather than 0 here. | Miod Vallat |
2024-11-05 | Fix typo in smbios product string for the HP OmniBook X. | Mark Kettenis |
2024-11-05 | Apply the changes in sys/lib/libsa/alloc.c 1.13 to the other copies of that | Miod Vallat |
2024-11-05 | The MI boot code used to have an infinite loop trying to boot the kernel, | Miod Vallat |
2024-11-05 | The MI boot code used to have an infinite loop trying to boot the kernel, | Miod Vallat |
2024-11-05 | Rename ci_intrdepth to ci_idepth in preparation for MI use of it; I mistakenly | Miod Vallat |