aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* pmap: Do not use PMAP_LOCK_INIT with kernel_pmapMark Johnston14 hours4-4/+4
* routing: Retire ROUTE_MPATH compile optionPouria Mousavizadeh Tehrani5 days1-1/+0
* kernel: Be clearer about what ZSTDIO is forDag-Erling Smørgrav12 days3-6/+12
* powerpc64: initial conversion of oea64 to rwlocksAdrian Chadd2026-02-221-18/+32
* bus: Document special ranges of IVARsJohn Baldwin2026-02-172-2/+2
* powerpc: document the magic constants for 16MB page sizeAdrian Chadd2026-02-161-0/+13
* powerpc: enable HPT superpages by defaultAdrian Chadd2026-02-161-7/+2
* Revert "pcb.h: mark struct pcb to be preserved"Konstantin Belousov2026-02-091-5/+0
* pcb.h: mark struct pcb to be preservedMinsoo Choo2026-02-091-0/+5
* powerpc64: Fix disappearing low memory on radix MMU systems (POWER9)Timothy Pearson2026-02-053-2/+3
* powerpc64/pmap: No need to use r0 anymore in tlbieJustin Hibbits2026-02-051-14/+3
* sdt: Enable on 32-bit powerpc and powerpc64leMark Johnston2026-02-041-2/+2
* powerpc/pmap: Use a constant for HPT superpage shiftJustin Hibbits2026-02-032-4/+5
* powerpc/pmap/oea64: Make PV_LOCK superpage sizedJustin Hibbits2026-02-031-45/+3
* powerpc/pmap: Mark more CPUs as lockless TLBIEJustin Hibbits2026-02-031-2/+2
* cpufreq(4): Fix a typo in a source code commentGordon Bergling2026-01-311-1/+1
* powerpc: explicitly cast the timebase printfsAdrian Chadd2026-01-301-8/+8
* cpu_switch(): unconditionally wait on the blocked mutex transientKonstantin Belousov2026-01-292-4/+2
* kern/sched_shim.c: Provide a scheduler selection machineryKonstantin Belousov2026-01-291-0/+2
* sys: Use __is_aligned and __align_down for some kstack alignment operationsJohn Baldwin2026-01-273-7/+6
* powerpc: Fix alignment of initial PCB on kstackJohn Baldwin2026-01-272-2/+2
* powerpc: disable the TLBIE lock, it's not needed for POWER8Adrian Chadd2026-01-271-0/+5
* powerpc: add a best-effort SMP time base sync for G5's that need itAdrian Chadd2026-01-271-9/+90
* powerpc/mpc85xx: Fix PCI attach error cleanupJustin Hibbits2026-01-211-2/+17
* powerpc/mpc85xx: Set pc_hwref to the primary thread IDJustin Hibbits2026-01-211-2/+14
* powerpc: Add ISA 2.06 sub-word atomic set/clearJustin Hibbits2026-01-171-26/+56
* Remove all code under __SPE__Minsoo Choo2026-01-128-111/+0
* conf: remove powerpcspeMinsoo Choo2026-01-091-685/+0
* conf: remove MPC85XXSPEMinsoo Choo2026-01-091-151/+0
* param.h: remove powerpcspeMinsoo Choo2026-01-091-4/+0
* powerpc: put the isync inside the TD_LOCK() checking loopAdrian Chadd2026-01-042-2/+2
* powerpc/intr: Minor cleanupJustin Hibbits2025-12-201-7/+1
* Add sys/_align.h replacing machine/_align.hBrooks Davis2025-12-102-52/+1
* bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHODJohn Baldwin2025-12-098-38/+34
* powerpc/_stdint.h: fix SIG_ATOMIC_{MIN,MAX,WIDTH}Robert Clausecker2025-12-021-10/+5
* sys/stdint.h: add C23 _WIDTH macrosRobert Clausecker2025-11-301-0/+33
* sys/limits.h: add C23 _WIDTH macrosRobert Clausecker2025-11-301-0/+3
* sys: RealTek -> Realtekykla2025-11-272-4/+4
* powerpc: Don't use cache to zero pagesJustin Hibbits2025-11-194-15/+10
* random: allow disabling of entropy harvesting from keyboard & miceDavid E. O'Brien2025-11-112-0/+8
* powerpc: Move openpic_intr, since it's hidden nowJustin Hibbits2025-10-301-11/+11
* intr/powerpc: create openpic_class kobjElliott Mitchell2025-10-305-52/+38
* intr/powerpc: cleanup extraneous spaces in PowerMAC CPC HT driverElliott Mitchell2025-10-301-10/+10
* kexec: Add dummy headers for arm, i386, powerpc, and riscvJustin Hibbits2025-10-271-0/+38
* imgact: Mark brandinfo and note structures as constZhenlei Huang2025-10-182-10/+10
* 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