aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* powerpc/pmap: Fix SLB VSID maskJustin Hibbits4 days1-1/+1
* sys/limits.h: Fix typoFaraz Vahedi2026-08-131-1/+1
* powerpc64: Bump KVA to 2TBJustin Hibbits2026-08-071-1/+1
* vm: Make sure NULL is defined for vm_memattr_name()Mark Johnston2026-07-191-0/+2
* vm_phys: Add a sysctl to dump registered fictitious memory rangesMark Johnston2026-07-191-0/+25
* powerpc/pmap: Use variable-sized TIDJustin Hibbits2026-06-211-0/+2
* powerpc/booke: Extend TID register bits to the maxJustin Hibbits2026-06-211-1/+1
* powerpc64le: switch long double to IEEE binary128Piotr Kubaj2026-06-191-0/+17
* powerpc/booke: Add watchdog driverJustin Hibbits2026-06-101-0/+3
* sys: Consistently use ptoa() with td_kstack_pagesJohn Baldwin2026-05-271-1/+1
* sys: Add td_kstack_top inline helper functionJohn Baldwin2026-05-271-2/+1
* types: provide __SIZEOF_{INT{8,16,32,64},TIME,TIME32}_TRyan Libby2026-05-081-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