aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* powerpc/trap: Change prediction of NOFAULTING in trap_pfault()Justin Hibbits10 days1-1/+1
* sys: add wlan_gcmp to GENERIC kernels as appropriateAdrian Chadd12 days2-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
* thread: Remove kernel stack swapping support, part 4Mark Johnston2024-07-291-2/+0
* Deprecate contigfree(9) in favour of free(9)Bjoern A. Zeeb2024-07-262-3/+2
* newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-2524-27/+27
* Retire non-NEW_PCIB code and remove config optionJessica Clarke2024-07-181-2/+0
* conf: powerpc: Add evdev to some kernel configsEmmanuel Vadot2024-07-103-0/+15
* conf: Add usbhid and hidbus to GENERIC* kernel configsEmmanuel Vadot2024-07-106-6/+30
* busdma: avoid buflen underflowMitchell Horne2024-07-081-1/+1
* ofw: convert boolean_t to boolMitchell Horne2024-06-262-10/+10
* ossl: Add support for powerpc64/powerpc64leShawn Anastasio2024-06-212-0/+2
* sdt: Implement SDT probes using hot-patchingMark Johnston2024-06-192-0/+71
* mpc85xx: Use device_set_desc()Mark Johnston2024-06-161-1/+1
* powerpc_mmu_radix: Release PTP reference on leaf ptpage allocation failureBojan Novković2024-06-161-1/+4
* powerpc_mmu_radix: Introduce 'pmap_abort_ptp'Bojan Novković2024-06-161-11/+23
* pmap: Skip some superpage promotion attempts that will failAlan Cox2024-06-041-2/+7
* libkern: add ilog2 macroDoug Moore2024-06-033-27/+0
* LINT: Don't build bnxt on 32-bit platformsWarner Losh2024-05-291-0/+1
* Adjust comments referencing vm_mem_init()Mitchell Horne2024-05-271-2/+3
* vm: Simplify startup page dumping conditionalBojan Novković2024-05-251-0/+2