summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc
AgeCommit message (Expand)Author
2024-11-07Constify strings in symbol-related ddb interfaces, and make the iteratorMiod Vallat
2024-11-05The `pri' field of struct clockframe has become unused since the removal ofMiod Vallat
2024-10-24Change macppc's ci_idepth from -1 to 0 when no interruptsGeorge Koehler
2024-10-22Rename `ci_intrdepth' to `ci_idepth'.Martin Pieuchot
2024-09-06spelling; ok mglocker@Jonathan Gray
2024-09-04Fix some spelling.Marcus Glocker
2024-07-21Export basic HWCAP bits to let applications detect Altivec on powerpcJeremie Courreges-Anglas
2024-07-14Add elf_aux_info(3)Jeremie Courreges-Anglas
2024-06-22remove space between function names and argument listJonathan Gray
2024-06-18remove prototypes with no matching functionJonathan Gray
2024-05-22remove prototypes with no matching function and externs with no varJonathan Gray
2024-05-07drop the MD byte-swap micro-optimizations on clang architecturesChristian Weisgerber
2024-04-03Initialize earlier macppc's and powerpc64's pmap_hash_lockGeorge Koehler
2024-03-31Remove long dead isa-on-powerpc leftovers.Miod Vallat
2024-02-25clockintr: rename "struct clockintr_queue" to "struct clockqueue"Scott Soule Cheloha
2024-02-23ddb(4): db_read_bytes/db_write_bytes: change dst/src parameter to void*Scott Soule Cheloha
2024-01-24clockintr: switch from callee- to caller-allocated clockintr structsScott Soule Cheloha
2024-01-11Since no system call takes more than 6 arguments, and no more than oneMiod Vallat
2023-12-14NKMEMPAGES_MAX_DEFAULT is no longer used. Remove it from param.h.Claudio Jeker
2023-12-13Fix syscall number bounds check computations.Miod Vallat
2023-12-12remove support for syscall(2) -- the "indirection system call" becauseTheo de Raadt
2023-12-11Implement per-CPU caching for the page table page (vp) pool and the PTEMark Kettenis
2023-07-25statclock: move profil(2), GPROF code to profclock(), gmonclock()Scott Soule Cheloha
2023-07-02all platforms, kernel: remove __HAVE_CLOCKINTR symbolScott Soule Cheloha
2023-04-26Implement dt(4) utrace support on amd64 and i386.Claudio Jeker
2023-04-13pmap_copy() has never, ever, been implemented in any of the platforms OpenBSDMiod Vallat
2023-04-11fix double words in commentsJonathan Gray
2023-02-21Set the current pmap in macppc's pmap_activateGeorge Koehler
2023-02-11__syscall() is no longer neccessary since the system calls which neededTheo de Raadt
2023-02-06Add missing check for pg != NULLGeorge Koehler
2023-02-03Remove a bunch of pic-related macros which were supposed to mimic similarMiod Vallat
2023-01-31On systems without xonly mmu hardware-enforcement, we can still mitigateTheo de Raadt
2023-01-31Execute-only for macppc G5George Koehler
2023-01-21Remove dead/unused prototypesMiod Vallat
2023-01-16we spent far too long debugging a weird go library problem (incorrectTheo de Raadt
2023-01-10Use atomic ops on the set of used segment registersGeorge Koehler
2023-01-06Oops, forgot to cvs rmMiod Vallat
2023-01-06Remove copystr(9), unless used internally by copy{in,out}str.Miod Vallat
2023-01-04The access type for an instruction storage interrupt should notMark Kettenis
2022-12-08_C_LABEL() and _ASM_LABEL() are no longer useful in the "everythingPhilip Guenther
2022-11-29powerpc, macppc: switch to clockintrScott Soule Cheloha
2022-11-02Clean up more ancient history: since 2015 the libc stubs forPhilip Guenther
2022-10-25Consistently use 'proc_trampoline' as the name of the trampolinePhilip Guenther
2022-10-22AltiVec assist for subnormal floats in vectorsGeorge Koehler
2022-10-21Change len in syncicache(_, len) from int to size_tGeorge Koehler
2022-10-15ansiJonathan Gray
2022-09-10Remove pmap_collect() when a no-op, define __HAVE_PMAP_COLLECT otherwise.Miod Vallat
2022-08-29remove unused macppc headersJonathan Gray
2022-08-29use ansi volatile keyword, not __volatileJonathan Gray
2022-07-24macppc, powerpc: retrigger deferred DEC interrupts from splx(9)Scott Soule Cheloha