aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* sys: Consistently use ptoa() with td_kstack_pagesJohn Baldwin7 hours1-1/+1
* sys: Add td_kstack_top inline helper functionJohn Baldwin7 hours3-6/+5
* cpu_thread_new_kstack: Introduce new MD callbackJohn Baldwin7 hours1-0/+5
* cpu_fork: Remove redundant assignments to td_pcb and td_frameJohn Baldwin7 hours1-6/+2
* powerpc: Remove stale include line from MPC85XXJohn Baldwin8 days1-1/+0
* types: provide __SIZEOF_{INT{8,16,32,64},TIME,TIME32}_TRyan Libby2026-05-081-0/+1
* dpaa: Migrate from NCSW base to a home-grown driverJustin Hibbits2026-05-034-246/+3
* powerpc: refactor dmamap setup; free dmamap in error pathsAdrian Chadd2026-05-011-10/+38
* powerpc: busdma declaration shufflingAdrian Chadd2026-05-011-17/+14
* powerpc: use local flags for bounce buffers instead of common flagsAdrian Chadd2026-05-011-15/+19
* powerpc: refactor common busdma tag setupAdrian Chadd2026-05-013-38/+74
* powerpc: add in some busdma domain setupAdrian Chadd2026-05-013-1/+12
* powerpc: create a tag with the parents implementation if suppliedAdrian Chadd2026-05-011-4/+13
* powerpc: initial straight port of busdma_machdep.c -> busdma_bounce.cAdrian Chadd2026-05-015-688/+1038
* 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-013-1/+18
* mpc85xx/msi: Add compat string for T208x/T4xxx SoCsJustin Hibbits2026-04-301-1/+2
* powerpc/openpic: Increase the maximum number of IRQs allowedJustin Hibbits2026-04-303-4/+11
* powerpc/pic: Add a PIC_AP_INIT() to set up AP PIC infoJustin Hibbits2026-04-304-7/+26
* Remove -fms-extensions throughout the treeBjoern A. Zeeb2026-04-241-1/+1
* pseries/llan: call init when ioctl sets interface UPJustin Hibbits2026-04-241-0/+4
* VM_PAGE_TO_DMAP: Wrapper macro to return direct map address for a pageJohn Baldwin2026-04-234-54/+32
* DMAP_TO_VM_PAGE: Wrapper macro to map direct map address to a pageJohn Baldwin2026-04-233-9/+9
* PHYS_TO_DMAP: Return a void * instead of a vm_offset_tJohn Baldwin2026-04-2314-108/+100
* powerpc aim64: Return vm_paddr_t from moea64_bootstrap_allocJohn Baldwin2026-04-234-17/+19
* sys: Permit passing pointers to VIRT_IN_DMAP and DMAP_TO_PHYSJohn Baldwin2026-04-236-14/+14
* pmap_map: Use void * for the return value instead of vm_offset_tJohn Baldwin2026-04-236-19/+19
* sys: Switch td_kstack from vm_offset_t to char *John Baldwin2026-04-235-8/+8
* kva_alloc/free: Use void * instead of vm_offset_tJohn Baldwin2026-04-237-46/+51
* pmap_qenter/qremove: Use void * instead of vm_offset_tJohn Baldwin2026-04-236-41/+48
* pmap_change_attr: Use void * instead of vm_offset_tJohn Baldwin2026-04-235-18/+19
* busdma: Use char * instead of vm_offset_t for bounce page kernel pointersJohn Baldwin2026-04-231-11/+9
* pmap_quick_(enter|remove)_page: Use void * instead of vm_offset_tJohn Baldwin2026-04-239-47/+47
* powerpc: remove dead code call into x86 perfmonAli Mashtizadeh2026-04-211-3/+0
* powerpc64: fix buildsAdrian Chadd2026-04-172-0/+4
* powerpc/intr setup: Don't check intr name for IPIJustin Hibbits2026-04-161-1/+1
* mpc85xx: Support timebase sync on T-series devicesJustin Hibbits2026-04-161-6/+18
* powerpc/pmap: Add support for page sizes found on E6500Justin Hibbits2026-04-163-19/+35
* pmap: Do not use PMAP_LOCK_INIT with kernel_pmapMark Johnston2026-04-014-4/+4
* routing: Retire ROUTE_MPATH compile optionPouria Mousavizadeh Tehrani2026-03-271-1/+0
* kernel: Be clearer about what ZSTDIO is forDag-Erling Smørgrav2026-03-213-6/+12
* powerpc64: initial conversion of oea64 to rwlocksAdrian Chadd2026-02-221-18/+32
* bus: Document special ranges of IVARsJohn Baldwin2026-02-172-2/+2
* powerpc: document the magic constants for 16MB page sizeAdrian Chadd2026-02-161-0/+13
* powerpc: enable HPT superpages by defaultAdrian Chadd2026-02-161-7/+2
* 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
* powerpc64: Fix disappearing low memory on radix MMU systems (POWER9)Timothy Pearson2026-02-053-2/+3
* powerpc64/pmap: No need to use r0 anymore in tlbieJustin Hibbits2026-02-051-14/+3