| Commit message (Expand) | Author | Age | Files | Lines |
| * | types: provide __SIZEOF_{INT{8,16,32,64},TIME,TIME32}_T | Ryan Libby | 13 days | 1 | -0/+1 |
| * | powerpc: refactor common busdma tag setup | Adrian Chadd | 2026-05-01 | 1 | -0/+6 |
| * | powerpc: add in some busdma domain setup | Adrian Chadd | 2026-05-01 | 1 | -0/+1 |
| * | powerpc: initial straight port of busdma_machdep.c -> busdma_bounce.c | Adrian Chadd | 2026-05-01 | 2 | -2/+225 |
| * | Define stdint.h macros unconditionally | Dimitry Andric | 2026-05-01 | 1 | -8/+0 |
| * | Remove extraneous tab characters at EOL in various _stdint.h files | Dimitry Andric | 2026-05-01 | 1 | -2/+2 |
| * | powerpc/pic: fix the openpic CPU logic to work on powermac | Adrian Chadd | 2026-05-01 | 1 | -0/+1 |
| * | powerpc/openpic: Increase the maximum number of IRQs allowed | Justin Hibbits | 2026-04-30 | 2 | -2/+3 |
| * | powerpc/pic: Add a PIC_AP_INIT() to set up AP PIC info | Justin Hibbits | 2026-04-30 | 1 | -0/+1 |
| * | PHYS_TO_DMAP: Return a void * instead of a vm_offset_t | John Baldwin | 2026-04-23 | 1 | -1/+2 |
| * | sys: Permit passing pointers to VIRT_IN_DMAP and DMAP_TO_PHYS | John Baldwin | 2026-04-23 | 1 | -1/+1 |
| * | pmap_map: Use void * for the return value instead of vm_offset_t | John Baldwin | 2026-04-23 | 1 | -1/+1 |
| * | sys: Switch td_kstack from vm_offset_t to char * | John Baldwin | 2026-04-23 | 1 | -4/+4 |
| * | kva_alloc/free: Use void * instead of vm_offset_t | John Baldwin | 2026-04-23 | 1 | -1/+1 |
| * | pmap_qenter/qremove: Use void * instead of vm_offset_t | John Baldwin | 2026-04-23 | 1 | -2/+2 |
| * | pmap_change_attr: Use void * instead of vm_offset_t | John Baldwin | 2026-04-23 | 2 | -2/+2 |
| * | pmap_quick_(enter|remove)_page: Use void * instead of vm_offset_t | John Baldwin | 2026-04-23 | 1 | -2/+2 |
| * | powerpc/pmap: Add support for page sizes found on E6500 | Justin Hibbits | 2026-04-16 | 2 | -13/+18 |
| * | 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 |