summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc
AgeCommit message (Expand)Author
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
2021-05-16b_saveaddr has a type of void * use NULL not 0Jonathan Gray
2021-05-05Unlock top part of the fault handler.Martin Pieuchot
2021-03-15Don't put an extern variable (ppc_kvm_stolen) into vmparam.h, other instancesTheo de Raadt
2021-03-11spellingJonathan Gray
2021-03-10pmap_avail_setup() is the only place physmem is calculated, delete a bunchTheo de Raadt
2020-11-28Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.Sgkoehler
2020-10-27uvm_grow() no longer needs the KERNEL_LOCK, bring it back to justTheo de Raadt
2020-10-26Retguard asm macros for powerpc libc, ld.sogkoehler
2020-09-24mi_ast() should not use the old cpu, but the cpu (after potential sleepTheo de Raadt
2020-09-24Only perform uvm_map_inentry() checks for PROC_SP for userland pagefaults.Theo de Raadt
2020-09-11Include <sys/systm.h> directly instead of relying on hidden UVM includes.Martin Pieuchot
2020-08-19Push KERNEL_LOCK/UNLOCK() dance inside trapsignal().Martin Pieuchot
2020-07-09do not need this one eitherTheo de Raadt
2020-07-06Add support for timeconting in userland.Paul Irofti
2020-06-30Remove obsolete <machine/stdarg.h> header. Nowadays the varargVisa Hankala
2020-06-06Fix and harmonize some of the code dealing with address offsets encoded inMark Kettenis
2020-06-05Implement cpu_rnd_messybits() as a read of the cycle counter register.Christian Weisgerber
2020-05-31introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.David Gwynne
2020-05-27Retire <machine/varargs.h>.Visa Hankala
2020-05-22Decode the %{ds}(%{A}) operand of ld, std instructions.gkoehler
2020-05-14Use '/t' on all architectures to get a trace via TID.Martin Pieuchot
2020-04-18Sync existing stacktrace_save() implementationsVisa Hankala
2020-04-15Switch powerpc to MI mplock implementation.Martin Pieuchot
2020-04-10Implement stacktrace_save_at() required for upcoming WITNESS.Martin Pieuchot
2020-03-17Fix inline assembly in ppc_mftb(); using %L0 instead of %0+1 makes this workMark Kettenis
2020-03-05The 'lock spun out' db_printf needs a newline. All other MP_LOCKDEBUGClaudio Jeker