aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
* powerpc: Reserve correct scratch region size below stackTimothy Pearson2025-07-131-3/+3
* pmap: Degrade pmap_page_set_attr*() into a no-op on same attributeOlivier Certner2025-07-133-0/+10
* gpio: attach gpiobus when the controller is readyAhmad Khalifa2025-07-041-2/+2
* nexus: Add device_shutdown where missingJustin Hibbits2025-06-251-0/+1
* sys: Add AT_HWCAP3 and AT_HWCAP4Andrew Turner2025-06-243-0/+7
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-2110-15/+16
* pmap_growkernel(): do not panic immediately, optionally return the errorKonstantin Belousov2025-06-193-9/+27
* runq: Deduce most parameters, remove machine headersOlivier Certner2025-06-181-55/+0
* vm: remove pa_index from the machine-independent layerAlan Cox2025-06-131-1/+4
* vm: retire vm_page_lock()Alan Cox2025-06-112-7/+1
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-117-7/+7
* thr_new: pass params.flags to cpu_set_user_tls()Konstantin Belousov2025-05-311-1/+1
* powerpc: Enable VIMAGE on more kernel configsLi-Wen Hsu2025-05-203-0/+3
* Revert "powernv: Add RF_BIGENDIAN resource flag"Justin Hibbits2025-05-144-6/+3
* powernv: Add RF_BIGENDIAN resource flagJustin Hibbits2025-05-134-3/+6
* powerpc: Always use BE tag in nexus_map_resourceJustin Hibbits2025-05-131-1/+1
* powerpc: add missing headerDoug Moore2025-04-211-0/+1
* powerpc: replace tailq pointers with iteratorsDoug Moore2025-04-214-33/+46
* powerpc: silence compiler warningDoug Moore2025-04-211-0/+4
* powerpc/trap: Change prediction of NOFAULTING in trap_pfault()Justin Hibbits2025-03-291-1/+1
* sys: add wlan_gcmp to GENERIC kernels as appropriateAdrian Chadd2025-03-272-0/+2
* powernv: Explicitly enable the facilities we supportJustin Hibbits2025-03-192-0/+11
* powerpc: Add Hypervisor Facility Unavailable handlingJustin Hibbits2025-03-192-0/+4
* powerpc: mmu_radix_page_array_startup(): Don't force allocation from domain 0Olivier Certner2025-02-191-1/+1
* powerpc: Remove flag CTLFLAG_TUN from sysctl knob hw.platformZhenlei Huang2025-02-131-13/+4
* busdma: Always initialize bounce page STAILQShawn Anastasio2025-02-091-3/+3
* sys: Add cpu_update_pcb hookJohn Baldwin2025-01-315-13/+4
* sys: use globals for the ELF kernel and module type stringsAhmad Khalifa2025-01-241-5/+4
* sys: make the kernel metadata pointer globalAhmad Khalifa2025-01-241-27/+28
* ps3disk.c: Rewrite ps3disk_transferChattrapat Sangmanee2025-01-241-41/+55
* pci: cleanup __PCI_REROUTE_INTERRUPTSMitchell Horne2025-01-231-3/+0
* Fix latency spikes on return from stop on POWER9+Timothy Pearson2025-01-211-10/+19
* Add machdep.cpu_idle_max_stop_state tunableTimothy Pearson2025-01-211-1/+39
* Centralize and simpify implemention of some VM macrosBrooks Davis2025-01-141-7/+0
* atomics: Constify loadsOlivier Certner2024-12-161-3/+3
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-0624-26/+48
* Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin2024-12-062-2/+2
* powernv/opal: Add missing DEVMETHOD_END to method listJustin Hibbits2024-12-011-1/+3
* powerpc: Remove unnecessary prototype.Justin Hibbits2024-11-271-1/+0
* powerpc: Get rid of interrupt subterfuge for IPIsJustin Hibbits2024-11-271-12/+20
* atomic(9): Implement atomic_testand(clear|set)_ptrJohn Baldwin2024-11-191-0/+10
* atomic(9): Remove fcmpset-based fallback for atomic_testand(clear|set)John Baldwin2024-11-191-6/+0
* sys: Avoid relying on pollution from refcount.hMark Johnston2024-11-051-0/+2
* Check for errors when detaching children first, not lastJohn Baldwin2024-11-053-3/+18
* powerpc: Add nominal support for POWER10 and POWER11Justin Hibbits2024-10-113-0/+22
* ps3: add elfv2 supportChattrapat Sangmanee2024-09-142-224/+230
* kernel: Make some compile time constant variables constZhenlei Huang2024-08-301-2/+3
* pmap_growkernel: Use VM_ALLOC_NOFREE when allocating pagetable pagesBojan Novković2024-07-301-3/+3
* conf: Remove kernel stack swapping support, part 12Mark Johnston2024-07-291-1/+0
* vm: Remove kernel stack swapping support, part 5Mark Johnston2024-07-291-12/+0