Age | Commit message (Expand) | Author |
2022-08-29 | use ansi volatile keyword, not __volatile | Jonathan Gray |
2022-07-24 | macppc, powerpc: retrigger deferred DEC interrupts from splx(9) | Scott Soule Cheloha |
2022-07-02 | remove machine/lock.h where unused | Jonathan Gray |
2022-06-10 | Add _?ENTRY_NB() macro for doing an ASM function entry without | Philip Guenther |
2022-05-19 | Not so recent evolution of the PowerPC and POWER architectures have defined | Miod Vallat |
2022-04-14 | ddb: constify command tables | Christian Weisgerber |
2022-04-12 | ddb: simplify machine command handling | Christian Weisgerber |
2022-02-21 | Convert KVA allocation to km_alloc(9). | Mark Kettenis |
2022-02-10 | Add stubs for macppc suspend | George Koehler |
2022-02-07 | Allow writes to rw pages in pte_spill_v | George Koehler |
2022-02-07 | Allow "ddb{1}> trace" through interrupt on macppc | George Koehler |
2022-02-01 | When a struct ipovly needs to be computed and checksummed in in4_cksum(), | Miod Vallat |
2022-01-28 | Give ddb more access to registers on macppc, powerpc64 | George Koehler |
2022-01-21 | Fix NULL dereference which allows user programs to read parts | Tobias Heider |
2022-01-20 | Don't return uninitialized stack memory on copyin() error. | Tobias Heider |
2021-12-09 | We only have one syscall table: inline sysent/SYS_MAXSYSCALL and | Philip Guenther |
2021-11-26 | avoid clang -Wsometimes-uninitialized warning when DDB is not defined | Jonathan Gray |
2021-08-30 | Remove typedef of db_addr_t; mpi converted the users of it to vaddr_t already | Jasper Lievisse Adriaanse |
2021-07-06 | Introduce CPU_IS_RUNNING() and us it in scheduler-related code to prevent | Mark Kettenis |
2021-06-02 | kernel: introduce per-CPU panic(9) message buffers | cheloha |
2021-05-30 | Include <sys/mutex.h> and <sys/queue.h> earlier in powerpc* pmap.h | Visa Hankala |
2021-05-30 | Include <sys/mutex.h> to avoid a hidden header dependency. | Visa Hankala |
2021-05-21 | Fix __ppc_lock for page faults that recursively grab the lock. | gkoehler |
2021-05-20 | We changed powerpc64 to allow write access to write only mappings. | Alexander Bluhm |
2021-05-16 | b_saveaddr has a type of void * use NULL not 0 | Jonathan Gray |
2021-05-05 | Unlock top part of the fault handler. | Martin Pieuchot |
2021-03-15 | Don't put an extern variable (ppc_kvm_stolen) into vmparam.h, other instances | Theo de Raadt |
2021-03-11 | spelling | Jonathan Gray |
2021-03-10 | pmap_avail_setup() is the only place physmem is calculated, delete a bunch | Theo de Raadt |
2020-11-28 | Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.S | gkoehler |
2020-10-27 | uvm_grow() no longer needs the KERNEL_LOCK, bring it back to just | Theo de Raadt |
2020-10-26 | Retguard asm macros for powerpc libc, ld.so | gkoehler |
2020-09-24 | mi_ast() should not use the old cpu, but the cpu (after potential sleep | Theo de Raadt |
2020-09-24 | Only perform uvm_map_inentry() checks for PROC_SP for userland pagefaults. | Theo de Raadt |
2020-09-11 | Include <sys/systm.h> directly instead of relying on hidden UVM includes. | Martin Pieuchot |
2020-08-19 | Push KERNEL_LOCK/UNLOCK() dance inside trapsignal(). | Martin Pieuchot |
2020-07-09 | do not need this one either | Theo de Raadt |
2020-07-06 | Add support for timeconting in userland. | Paul Irofti |
2020-06-30 | Remove obsolete <machine/stdarg.h> header. Nowadays the vararg | Visa Hankala |
2020-06-06 | Fix and harmonize some of the code dealing with address offsets encoded in | Mark Kettenis |
2020-06-05 | Implement cpu_rnd_messybits() as a read of the cycle counter register. | Christian Weisgerber |
2020-05-31 | introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c. | David Gwynne |
2020-05-27 | Retire <machine/varargs.h>. | Visa Hankala |
2020-05-22 | Decode the %{ds}(%{A}) operand of ld, std instructions. | gkoehler |
2020-05-14 | Use '/t' on all architectures to get a trace via TID. | Martin Pieuchot |
2020-04-18 | Sync existing stacktrace_save() implementations | Visa Hankala |
2020-04-15 | Switch powerpc to MI mplock implementation. | Martin Pieuchot |
2020-04-10 | Implement stacktrace_save_at() required for upcoming WITNESS. | Martin Pieuchot |
2020-03-17 | Fix inline assembly in ppc_mftb(); using %L0 instead of %0+1 makes this work | Mark Kettenis |
2020-03-05 | The 'lock spun out' db_printf needs a newline. All other MP_LOCKDEBUG | Claudio Jeker |