aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
* powerpc: Use proper prototype for SYSINIT functionsZhenlei Huang2025-10-132-3/+4
* u2f(4): Invert U2F_MAKE_UHID_ALIAS kernel build optionVladimir Kondratyev2025-09-252-2/+0
* arm, powerpc, riscv: implement atomic_set/clear_16Konstantin Belousov2025-09-201-1/+32
* sys: NOTES: Fix comment for wlan_* devices; GENERIC*: Re-order 'wlan_tkip'Olivier Certner2025-09-092-2/+2
* u2f(4): a HID driver for FIDO/U2F security keysVladimir Kondratyev2025-08-172-0/+2
* gpio: remove gpiobus_attach_busAhmad Khalifa2025-08-131-1/+2
* busdma: another fix for small bounce transfersMitchell Horne2025-08-091-0/+1
* powerpc: Fix multiple issues with FP/VSX save/restoreTimothy Pearson2025-07-134-22/+53
* 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-39/+53
* 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