aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* powerpc64: enable extended error strings in GENERIC64* configsSiva Mahadevan2026-07-222-0/+2
* 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/booke(pmap): Flash-invalidate TLB on TID rolloverJustin Hibbits2026-07-061-22/+2
* powerpc/pmap(booke): Fix TLB TID evictionJustin Hibbits2026-07-061-5/+8
* powerpc/conf: Remove temporary additions from QORIQ64Justin Hibbits2026-07-011-3/+0
* powerpc: Remove DPAA from MPC85XX, it's 64-bit only nowJustin Hibbits2026-07-011-1/+0
* powerpc/pmap: Fix 32-bit Book-E buildJustin Hibbits2026-07-011-2/+2
* sys: use curthread_pflags_set/restore to manage TDP_DEADLKTREAT for uioKonstantin Belousov2026-06-231-6/+3
* powerpc/booke: Save watchdog context to "critical" save areaJustin Hibbits2026-06-211-2/+2
* powerpc/pmap: Use variable-sized TIDJustin Hibbits2026-06-212-7/+47
* powerpc/booke: Extend TID register bits to the maxJustin Hibbits2026-06-212-2/+2
* uiomove_*: centralize the copy function selectionBrooks Davis2026-06-211-30/+3
* powerpc64le: switch long double to IEEE binary128Piotr Kubaj2026-06-191-0/+17
* GENERIC: enable extended error strings on all archsSiva Mahadevan2026-06-161-0/+1
* powerpc/booke: Add watchdog driverJustin Hibbits2026-06-102-0/+74
* sys: Consistently use ptoa() with td_kstack_pagesJohn Baldwin2026-05-271-1/+1
* sys: Add td_kstack_top inline helper functionJohn Baldwin2026-05-273-6/+5
* cpu_thread_new_kstack: Introduce new MD callbackJohn Baldwin2026-05-271-0/+5
* cpu_fork: Remove redundant assignments to td_pcb and td_frameJohn Baldwin2026-05-271-6/+2
* powerpc: Remove stale include line from MPC85XXJohn Baldwin2026-05-191-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