aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* types: provide __SIZEOF_{INT{8,16,32,64},TIME,TIME32}_TRyan Libby4 days1-0/+1
* dpaa: Migrate from NCSW base to a home-grown driverJustin Hibbits9 days4-246/+3
* powerpc: refactor dmamap setup; free dmamap in error pathsAdrian Chadd11 days1-10/+38
* powerpc: busdma declaration shufflingAdrian Chadd11 days1-17/+14
* powerpc: use local flags for bounce buffers instead of common flagsAdrian Chadd11 days1-15/+19
* powerpc: refactor common busdma tag setupAdrian Chadd11 days3-38/+74
* powerpc: add in some busdma domain setupAdrian Chadd11 days3-1/+12
* powerpc: create a tag with the parents implementation if suppliedAdrian Chadd11 days1-4/+13
* powerpc: initial straight port of busdma_machdep.c -> busdma_bounce.cAdrian Chadd11 days5-688/+1038
* Define stdint.h macros unconditionallyDimitry Andric11 days1-8/+0
* Remove extraneous tab characters at EOL in various _stdint.h filesDimitry Andric11 days1-2/+2
* powerpc/pic: fix the openpic CPU logic to work on powermacAdrian Chadd12 days3-1/+18
* mpc85xx/msi: Add compat string for T208x/T4xxx SoCsJustin Hibbits13 days1-1/+2
* powerpc/openpic: Increase the maximum number of IRQs allowedJustin Hibbits13 days3-4/+11
* powerpc/pic: Add a PIC_AP_INIT() to set up AP PIC infoJustin Hibbits13 days4-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
* sdt: Enable on 32-bit powerpc and powerpc64leMark Johnston2026-02-041-2/+2
* powerpc/pmap: Use a constant for HPT superpage shiftJustin Hibbits2026-02-032-4/+5
* powerpc/pmap/oea64: Make PV_LOCK superpage sizedJustin Hibbits2026-02-031-45/+3
* powerpc/pmap: Mark more CPUs as lockless TLBIEJustin Hibbits2026-02-031-2/+2
* cpufreq(4): Fix a typo in a source code commentGordon Bergling2026-01-311-1/+1