| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't put an extern variable (ppc_kvm_stolen) into vmparam.h, other instances |  deraadt | 2021-03-15 | 1 | -1/+2 |
| * | spelling |  jsg | 2021-03-11 | 5 | -12/+12 |
| * | pmap_avail_setup() is the only place physmem is calculated, delete a bunch |  deraadt | 2021-03-10 | 1 | -9/+2 |
| * | Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.S |  gkoehler | 2020-11-28 | 2 | -17/+31 |
| * | uvm_grow() no longer needs the KERNEL_LOCK, bring it back to just |  deraadt | 2020-10-27 | 1 | -20/+27 |
| * | Retguard asm macros for powerpc libc, ld.so |  gkoehler | 2020-10-26 | 1 | -1/+42 |
| * | mi_ast() should not use the old cpu, but the cpu (after potential sleep |  deraadt | 2020-09-24 | 1 | -2/+2 |
| * | Only perform uvm_map_inentry() checks for PROC_SP for userland pagefaults. |  deraadt | 2020-09-24 | 1 | -5/+6 |
| * | Include <sys/systm.h> directly instead of relying on hidden UVM includes. |  mpi | 2020-09-11 | 3 | -3/+6 |
| * | Push KERNEL_LOCK/UNLOCK() dance inside trapsignal(). |  mpi | 2020-08-19 | 1 | -15/+1 |
| * | do not need this one either |  deraadt | 2020-07-09 | 1 | -23/+0 |
| * | Add support for timeconting in userland. |  pirofti | 2020-07-06 | 1 | -0/+23 |
| * | Remove obsolete <machine/stdarg.h> header. Nowadays the vararg |  visa | 2020-06-30 | 1 | -51/+0 |
| * | Fix and harmonize some of the code dealing with address offsets encoded in |  kettenis | 2020-06-06 | 1 | -6/+6 |
| * | Implement cpu_rnd_messybits() as a read of the cycle counter register. |  naddy | 2020-06-05 | 1 | -2/+10 |
| * | introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c. |  dlg | 2020-05-31 | 1 | -1/+3 |
| * | Retire <machine/varargs.h>. |  visa | 2020-05-27 | 1 | -57/+0 |
| * | Decode the %{ds}(%{A}) operand of ld, std instructions. |  gkoehler | 2020-05-22 | 1 | -7/+20 |
| * | Use '/t' on all architectures to get a trace via TID. |  mpi | 2020-05-14 | 1 | -2/+2 |
| * | Sync existing stacktrace_save() implementations |  visa | 2020-04-18 | 1 | -7/+1 |
| * | Switch powerpc to MI mplock implementation. |  mpi | 2020-04-15 | 3 | -29/+31 |
| * | Implement stacktrace_save_at() required for upcoming WITNESS. |  mpi | 2020-04-10 | 1 | -1/+38 |
| * | Fix inline assembly in ppc_mftb(); using %L0 instead of %0+1 makes this work |  kettenis | 2020-03-17 | 1 | -2/+2 |
| * | The 'lock spun out' db_printf needs a newline. All other MP_LOCKDEBUG |  claudio | 2020-03-05 | 1 | -2/+2 |
| * | db_addr_t -> vaddr_t |  mpi | 2019-11-07 | 2 | -12/+12 |
| * | Substitute boolean_t/TRUE/FALSE by int/1/0. |  mpi | 2019-11-07 | 2 | -6/+6 |
| * | delete two decades of debugging code and further simplify the main |  deraadt | 2019-09-06 | 1 | -263/+189 |
| * | oops the label is actually out: |  deraadt | 2019-09-06 | 1 | -2/+2 |
| * | oops incorrect goto label |  deraadt | 2019-09-06 | 1 | -2/+2 |
| * | If uvm_map_inentry returns false then a signal has been delivered, and |  deraadt | 2019-09-06 | 1 | -2/+3 |
| * | Prepare the bat for kernels greater > 8MB of code, why because clang. |  deraadt | 2019-09-05 | 1 | -2/+7 |
| * | some cleanup for clang; ok kettenis |  deraadt | 2019-09-03 | 1 | -8/+2 |
| * | Increment `db_active' before entering db_trap() like other archs do. |  mpi | 2019-07-20 | 1 | -1/+3 |
| * | Use "i" constrain instead of "n" constrain in inline assembly. Makes clang |  kettenis | 2019-07-11 | 1 | -3/+3 |
| * | I wrote the pc-page-writeable and sp-not-MAP_STACK code to be shared, and |  deraadt | 2019-07-09 | 1 | -2/+3 |
| * | Drop % from register name used for register variable since it makes clang |  kettenis | 2019-07-02 | 1 | -2/+2 |
| * | Refactor the MAP_STACK feature, and introduce another similar variation: |  deraadt | 2019-06-01 | 1 | -19/+4 |
| * | Use the debugger mutex for `ddb_mp_mutex'. This should prevent a race |  visa | 2019-03-23 | 2 | -19/+17 |
| * | Add intr_{disable,restore}() for powerpc. |  visa | 2019-03-23 | 1 | -1/+13 |
| * | In pmap_page_protect(), zap the PTE before unlinking. At that point the |  kettenis | 2019-01-02 | 1 | -1/+8 |
| * | Include srp.h where struct cpu_info uses srp to avoid erroring out when |  jsg | 2018-12-05 | 1 | -1/+2 |
| * | More "explicitely" -> "explicitly" in various comments. |  krw | 2018-10-22 | 1 | -2/+2 |
| * | Unify and bump some of the NMBCLUSTERS defines. Some archs had it set to |  claudio | 2018-09-14 | 1 | -2/+2 |
| * | Remove unused spllock(). |  visa | 2018-08-20 | 1 | -2/+1 |
| * | Implement MAP_STACK option for mmap(). Synchronous faults (pagefault and |  deraadt | 2018-04-12 | 1 | -1/+19 |
| * | Do not panic from ddb(4) when a lock requirement isn't fulfilled. |  mpi | 2018-03-20 | 1 | -4/+1 |
| * | #define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an arch |  deraadt | 2018-03-05 | 1 | -1/+2 |
| * | Remove mutex implementations that now live in MI code. |  mpi | 2018-01-25 | 1 | -151/+0 |
| * | Move common mutex implementations to a MI place. |  mpi | 2018-01-25 | 2 | -86/+3 |
| * | Include <sys/mutex.h> rather than <machine/mutex.h> |  mpi | 2018-01-22 | 1 | -2/+2 |