aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* types: provide __SIZEOF_{INT{8,16,32,64},TIME,TIME32}_TRyan Libby13 days1-0/+1
* powerpc: refactor common busdma tag setupAdrian Chadd2026-05-011-0/+6
* powerpc: add in some busdma domain setupAdrian Chadd2026-05-011-0/+1
* powerpc: initial straight port of busdma_machdep.c -> busdma_bounce.cAdrian Chadd2026-05-012-2/+225
* Define stdint.h macros unconditionallyDimitry Andric2026-05-011-8/+0
* Remove extraneous tab characters at EOL in various _stdint.h filesDimitry Andric2026-05-011-2/+2
* powerpc/pic: fix the openpic CPU logic to work on powermacAdrian Chadd2026-05-011-0/+1
* powerpc/openpic: Increase the maximum number of IRQs allowedJustin Hibbits2026-04-302-2/+3
* powerpc/pic: Add a PIC_AP_INIT() to set up AP PIC infoJustin Hibbits2026-04-301-0/+1
* PHYS_TO_DMAP: Return a void * instead of a vm_offset_tJohn Baldwin2026-04-231-1/+2
* sys: Permit passing pointers to VIRT_IN_DMAP and DMAP_TO_PHYSJohn Baldwin2026-04-231-1/+1
* pmap_map: Use void * for the return value instead of vm_offset_tJohn Baldwin2026-04-231-1/+1
* sys: Switch td_kstack from vm_offset_t to char *John Baldwin2026-04-231-4/+4
* kva_alloc/free: Use void * instead of vm_offset_tJohn Baldwin2026-04-231-1/+1
* pmap_qenter/qremove: Use void * instead of vm_offset_tJohn Baldwin2026-04-231-2/+2
* pmap_change_attr: Use void * instead of vm_offset_tJohn Baldwin2026-04-232-2/+2
* pmap_quick_(enter|remove)_page: Use void * instead of vm_offset_tJohn Baldwin2026-04-231-2/+2
* powerpc/pmap: Add support for page sizes found on E6500Justin Hibbits2026-04-162-13/+18
* Revert "pcb.h: mark struct pcb to be preserved"Konstantin Belousov2026-02-091-5/+0
* pcb.h: mark struct pcb to be preservedMinsoo Choo2026-02-091-0/+5
* powerpc/pmap: Use a constant for HPT superpage shiftJustin Hibbits2026-02-031-2/+3
* powerpc: Add ISA 2.06 sub-word atomic set/clearJustin Hibbits2026-01-171-26/+56
* Remove all code under __SPE__Minsoo Choo2026-01-121-8/+0
* param.h: remove powerpcspeMinsoo Choo2026-01-091-4/+0
* Add sys/_align.h replacing machine/_align.hBrooks Davis2025-12-102-52/+1
* powerpc/_stdint.h: fix SIG_ATOMIC_{MIN,MAX,WIDTH}Robert Clausecker2025-12-021-10/+5
* sys/stdint.h: add C23 _WIDTH macrosRobert Clausecker2025-11-301-0/+33
* sys/limits.h: add C23 _WIDTH macrosRobert Clausecker2025-11-301-0/+3
* intr/powerpc: create openpic_class kobjElliott Mitchell2025-10-301-6/+3
* kexec: Add dummy headers for arm, i386, powerpc, and riscvJustin Hibbits2025-10-271-0/+38
* arm, powerpc, riscv: implement atomic_set/clear_16Konstantin Belousov2025-09-201-1/+32
* powerpc: Fix multiple issues with FP/VSX save/restoreTimothy Pearson2025-07-132-9/+3
* pmap_growkernel(): do not panic immediately, optionally return the errorKonstantin Belousov2025-06-191-2/+2
* runq: Deduce most parameters, remove machine headersOlivier Certner2025-06-181-55/+0
* vm: retire vm_page_lock()Alan Cox2025-06-111-6/+0
* Revert "powernv: Add RF_BIGENDIAN resource flag"Justin Hibbits2025-05-141-1/+0
* powernv: Add RF_BIGENDIAN resource flagJustin Hibbits2025-05-131-0/+1
* powernv: Explicitly enable the facilities we supportJustin Hibbits2025-03-191-0/+5
* sys: Add cpu_update_pcb hookJohn Baldwin2025-01-311-5/+0
* pci: cleanup __PCI_REROUTE_INTERRUPTSMitchell Horne2025-01-231-3/+0
* Centralize and simpify implemention of some VM macrosBrooks Davis2025-01-141-7/+0
* atomics: Constify loadsOlivier Certner2024-12-161-3/+3
* atomic(9): Implement atomic_testand(clear|set)_ptrJohn Baldwin2024-11-191-0/+10
* atomic(9): Remove fcmpset-based fallback for atomic_testand(clear|set)John Baldwin2024-11-191-6/+0
* sys: Avoid relying on pollution from refcount.hMark Johnston2024-11-051-0/+2
* powerpc: Add nominal support for POWER10 and POWER11Justin Hibbits2024-10-112-0/+4
* ofw: convert boolean_t to boolMitchell Horne2024-06-261-1/+1
* sdt: Implement SDT probes using hot-patchingMark Johnston2024-06-191-0/+12
* vm: Simplify startup page dumping conditionalBojan Novković2024-05-251-0/+2
* uma: Deduplicate uma_small_allocBojan Novković2024-05-251-2/+4