aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Always use BE tag in nexus_map_resourceJustin Hibbits2025-05-151-1/+1
* powerpc: mmu_radix_page_array_startup(): Don't force allocation from domain 0Olivier Certner2025-04-081-1/+1
* powernv: Explicitly enable the facilities we supportJustin Hibbits2025-03-282-0/+11
* powerpc: Add Hypervisor Facility Unavailable handlingJustin Hibbits2025-03-282-0/+4
* Check for errors when detaching children first, not lastJohn Baldwin2025-02-273-3/+18
* powerpc psim: Fix infinite recursion in multiple bus methodsJohn Baldwin2025-02-271-3/+3
* powerpc mpc85xx: Fix infinite recursion in multiple bus methodsJohn Baldwin2025-02-271-3/+3
* powerpc psim: Fix infinite recursion in bus_adjust_resource methodJohn Baldwin2025-02-271-1/+2
* powerpc mpc85xx: Fix infinite recursion in bus_adjust_resource methodJohn Baldwin2025-02-271-1/+2
* powerpc: Add RF_LITTLEENDIAN resource flagJohn Baldwin2025-02-273-4/+16
* powerpc: Fix bus_space_unmapJohn Baldwin2025-02-272-2/+7
* powerpc nexus: Use bus_generic_rman_*John Baldwin2025-02-271-118/+11
* macio: Set resource map sizeJustin Hibbits2025-02-271-0/+1
* powerpc powermac: Use bus_generic_rman_*John Baldwin2025-02-272-133/+264
* powerpc mpc85xx: Use bus_generic_rman_*John Baldwin2025-02-271-48/+137
* powerpc psim: Use bus_generic_rman_*John Baldwin2025-02-271-60/+123
* powerpc ps3bus: Use bus_generic_rman_*John Baldwin2025-02-271-56/+74
* powerpc: Remove flag CTLFLAG_TUN from sysctl knob hw.platformZhenlei Huang2025-02-181-13/+4
* libkern: add ilog2 macroDoug Moore2025-02-103-27/+0
* atomics: Constify loadsOlivier Certner2025-01-161-3/+3
* atomic(9): Implement atomic_testand(clear|set)_ptrJohn Baldwin2024-12-011-0/+10
* atomic(9): Remove fcmpset-based fallback for atomic_testand(clear|set)John Baldwin2024-12-011-6/+0
* uio: Use switch statements when handling UIO_READ vs UIO_WRITEJohn Baldwin2024-11-301-4/+12
* ps3: add elfv2 supportChattrapat Sangmanee2024-10-242-224/+230
* powerpc: Add nominal support for POWER10 and POWER11Justin Hibbits2024-10-243-0/+22
* sys: add conf/std.debug, generic debugging optionsKristof Provost2024-10-093-0/+27
* kernel: Make some compile time constant variables constZhenlei Huang2024-09-201-2/+3
* conf: Add usbhid and hidbus to GENERIC* kernel configsEmmanuel Vadot2024-07-296-6/+45
* mpc85xx: Use device_set_desc()Mark Johnston2024-06-271-1/+1
* Adjust comments referencing vm_mem_init()Mitchell Horne2024-06-061-2/+3
* busdma: fix page miscount for small segment sizesMitchell Horne2024-04-181-0/+1
* powerpc: Bump maximum number of FDT reserved mem entriesShawn Anastasio2024-04-021-1/+1
* ath(4): always enable 11nBjoern A. Zeeb2024-04-012-2/+0
* identcpu: Let the hw.model be readable in capability modeMark Johnston2024-01-111-1/+1
* ehci_ps3: Remove unused struct definition.John Baldwin2024-01-031-5/+0
* nexus: Use resource_validate_map_requestJohn Baldwin2024-01-031-17/+5
* powerpc: Avoid ignoring copyin()'s return valueMark Johnston2024-01-021-3/+8
* thread: Add a return value to cpu_set_upcall()Mark Johnston2024-01-021-1/+2
* powerpc: better handling of shutdown flagsMitchell Horne2023-12-085-9/+21
* busdma: emit a warning for use of filtersMitchell Horne2023-12-061-0/+4
* powerpc: Fix inconsistent Altivec handling in set_mcontextShawn Anastasio2023-11-191-5/+2
* powerpc: Implement fpu_kern_enter/fpu_kern_leaveShawn Anastasio2023-11-196-15/+194
* uiomove: Add some assertionsMark Johnston2023-10-241-0/+5
* pmap: Prefer consistent naming for loader tunableZhenlei Huang2023-10-231-1/+1
* sysentvec: add SV_SIGSYS flagKonstantin Belousov2023-10-092-3/+3
* syscalls: fix missing SIGSYS for several ENOSYS errorsKonstantin Belousov2023-10-091-1/+1
* powerpc pmap: initialize kernel pmap radix trieDoug Moore2023-09-201-0/+1
* release: update stable/14 following branching from mainGlen Barber2023-08-246-120/+0
* Add cpu_sync_core()Konstantin Belousov2023-08-231-0/+10
* add pmap_active_cpus()Konstantin Belousov2023-08-231-0/+6