| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert "pcb.h: mark struct pcb to be preserved" | Konstantin Belousov | 2026-02-09 | 1 | -5/+0 |
| * | pcb.h: mark struct pcb to be preserved | Minsoo Choo | 2026-02-09 | 1 | -0/+5 |
| * | powerpc/pmap: Use a constant for HPT superpage shift | Justin Hibbits | 2026-02-03 | 1 | -2/+3 |
| * | powerpc: Add ISA 2.06 sub-word atomic set/clear | Justin Hibbits | 2026-01-17 | 1 | -26/+56 |
| * | Remove all code under __SPE__ | Minsoo Choo | 2026-01-12 | 1 | -8/+0 |
| * | param.h: remove powerpcspe | Minsoo Choo | 2026-01-09 | 1 | -4/+0 |
| * | Add sys/_align.h replacing machine/_align.h | Brooks Davis | 2025-12-10 | 2 | -52/+1 |
| * | powerpc/_stdint.h: fix SIG_ATOMIC_{MIN,MAX,WIDTH} | Robert Clausecker | 2025-12-02 | 1 | -10/+5 |
| * | sys/stdint.h: add C23 _WIDTH macros | Robert Clausecker | 2025-11-30 | 1 | -0/+33 |
| * | sys/limits.h: add C23 _WIDTH macros | Robert Clausecker | 2025-11-30 | 1 | -0/+3 |
| * | intr/powerpc: create openpic_class kobj | Elliott Mitchell | 2025-10-30 | 1 | -6/+3 |
| * | kexec: Add dummy headers for arm, i386, powerpc, and riscv | Justin Hibbits | 2025-10-27 | 1 | -0/+38 |
| * | arm, powerpc, riscv: implement atomic_set/clear_16 | Konstantin Belousov | 2025-09-20 | 1 | -1/+32 |
| * | powerpc: Fix multiple issues with FP/VSX save/restore | Timothy Pearson | 2025-07-13 | 2 | -9/+3 |
| * | pmap_growkernel(): do not panic immediately, optionally return the error | Konstantin Belousov | 2025-06-19 | 1 | -2/+2 |
| * | runq: Deduce most parameters, remove machine headers | Olivier Certner | 2025-06-18 | 1 | -55/+0 |
| * | vm: retire vm_page_lock() | Alan Cox | 2025-06-11 | 1 | -6/+0 |
| * | Revert "powernv: Add RF_BIGENDIAN resource flag" | Justin Hibbits | 2025-05-14 | 1 | -1/+0 |
| * | powernv: Add RF_BIGENDIAN resource flag | Justin Hibbits | 2025-05-13 | 1 | -0/+1 |
| * | powernv: Explicitly enable the facilities we support | Justin Hibbits | 2025-03-19 | 1 | -0/+5 |
| * | sys: Add cpu_update_pcb hook | John Baldwin | 2025-01-31 | 1 | -5/+0 |
| * | pci: cleanup __PCI_REROUTE_INTERRUPTS | Mitchell Horne | 2025-01-23 | 1 | -3/+0 |
| * | Centralize and simpify implemention of some VM macros | Brooks Davis | 2025-01-14 | 1 | -7/+0 |
| * | atomics: Constify loads | Olivier Certner | 2024-12-16 | 1 | -3/+3 |
| * | atomic(9): Implement atomic_testand(clear|set)_ptr | John Baldwin | 2024-11-19 | 1 | -0/+10 |
| * | atomic(9): Remove fcmpset-based fallback for atomic_testand(clear|set) | John Baldwin | 2024-11-19 | 1 | -6/+0 |
| * | sys: Avoid relying on pollution from refcount.h | Mark Johnston | 2024-11-05 | 1 | -0/+2 |
| * | powerpc: Add nominal support for POWER10 and POWER11 | Justin Hibbits | 2024-10-11 | 2 | -0/+4 |
| * | ofw: convert boolean_t to bool | Mitchell Horne | 2024-06-26 | 1 | -1/+1 |
| * | sdt: Implement SDT probes using hot-patching | Mark Johnston | 2024-06-19 | 1 | -0/+12 |
| * | vm: Simplify startup page dumping conditional | Bojan Novković | 2024-05-25 | 1 | -0/+2 |
| * | uma: Deduplicate uma_small_alloc | Bojan Novković | 2024-05-25 | 1 | -2/+4 |
| * | pmap: Convert boolean_t to bool. | John Baldwin | 2024-01-31 | 2 | -7/+7 |
| * | powerpc: Add RF_LITTLEENDIAN resource flag | John Baldwin | 2024-01-23 | 1 | -0/+7 |
| * | powerpc: Fix bus_space_unmap | John Baldwin | 2024-01-23 | 1 | -1/+1 |
| * | sys: Automated cleanup of cdefs and other formatting | Warner Losh | 2023-11-27 | 2 | -2/+0 |
| * | sys: Remove ancient SCCS tags. | Warner Losh | 2023-11-27 | 10 | -20/+0 |
| * | _bus.h: Use standard licnese text | Warner Losh | 2023-11-13 | 1 | -24/+7 |
| * | powerpc: Implement fpu_kern_enter/fpu_kern_leave | Shawn Anastasio | 2023-09-17 | 3 | -2/+27 |
| * | Revert "powerpc: Implement fpu_kern_enter/fpu_kern_leave" | Justin Hibbits | 2023-09-17 | 3 | -27/+2 |
| * | powerpc: Implement fpu_kern_enter/fpu_kern_leave | Justin Hibbits | 2023-09-17 | 3 | -2/+27 |
| * | powerpc_pmap: include proper vm_radix file | Doug Moore | 2023-09-12 | 1 | -1/+1 |
| * | sys: Remove $FreeBSD$: one-line .c comment pattern | Warner Losh | 2023-08-16 | 4 | -4/+0 |
| * | sys: Remove $FreeBSD$: one-line .h pattern | Warner Losh | 2023-08-16 | 34 | -34/+0 |
| * | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-16 | 44 | -88/+0 |
| * | Consistently provide ffs/fls using builtins | Mitchell Horne | 2023-07-06 | 1 | -14/+0 |
| * | smp: Dynamically allocate the stoppcbs array | Mark Johnston | 2023-05-25 | 2 | -4/+0 |
| * | spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSD | Warner Losh | 2023-05-12 | 2 | -2/+2 |
| * | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 32 | -32/+32 |
| * | amd64: fix PKRU and swapout interaction | Konstantin Belousov | 2023-04-14 | 1 | -0/+1 |