aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* uma: Deduplicate uma_small_allocBojan Novković2024-05-251-2/+4
* uio: Use switch statements when handling UIO_READ vs UIO_WRITEJohn Baldwin2024-05-101-4/+12
* ahc(4): Default to memory mapped IOHP van Braam2024-05-103-3/+0
* busdma: better handling of small segment bouncingMitchell Horne2024-05-071-17/+9
* busdma: deduplicate _bus_dmamap_addseg() functionMitchell Horne2024-05-071-41/+4
* sys/*/conf: do not use "../../conf/" when including std.*Lexi Winter2024-04-236-6/+6
* sys: add conf/std.debug, generic debugging optionsLexi Winter2024-04-233-24/+3
* macio: Set resource map sizeJustin Hibbits2024-04-111-0/+1
* powerpc/booke: Reserve KVA for minidump working areaJustin Hibbits2024-04-041-0/+5