summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc
AgeCommit message (Expand)Author
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
2022-07-02remove machine/lock.h where unusedJonathan Gray
2022-06-10Add _?ENTRY_NB() macro for doing an ASM function entry withoutPhilip Guenther
2022-05-19Not so recent evolution of the PowerPC and POWER architectures have definedMiod Vallat
2022-04-14ddb: constify command tablesChristian Weisgerber
2022-04-12ddb: simplify machine command handlingChristian Weisgerber
2022-02-21Convert KVA allocation to km_alloc(9).Mark Kettenis
2022-02-10Add stubs for macppc suspendGeorge Koehler
2022-02-07Allow writes to rw pages in pte_spill_vGeorge Koehler
2022-02-07Allow "ddb{1}> trace" through interrupt on macppcGeorge Koehler
2022-02-01When a struct ipovly needs to be computed and checksummed in in4_cksum(),Miod Vallat
2022-01-28Give ddb more access to registers on macppc, powerpc64George Koehler
2022-01-21Fix NULL dereference which allows user programs to read partsTobias Heider
2022-01-20Don't return uninitialized stack memory on copyin() error.Tobias Heider
2021-12-09We only have one syscall table: inline sysent/SYS_MAXSYSCALL andPhilip Guenther
2021-11-26avoid clang -Wsometimes-uninitialized warning when DDB is not definedJonathan Gray
2021-08-30Remove typedef of db_addr_t; mpi converted the users of it to vaddr_t alreadyJasper Lievisse Adriaanse
2021-07-06Introduce CPU_IS_RUNNING() and us it in scheduler-related code to preventMark Kettenis
2021-06-02kernel: introduce per-CPU panic(9) message bufferscheloha
2021-05-30Include <sys/mutex.h> and <sys/queue.h> earlier in powerpc* pmap.hVisa Hankala
2021-05-30Include <sys/mutex.h> to avoid a hidden header dependency.Visa Hankala
2021-05-21Fix __ppc_lock for page faults that recursively grab the lock.gkoehler
2021-05-20We changed powerpc64 to allow write access to write only mappings.Alexander Bluhm