Age | Commit message (Expand) | Author |
2022-09-10 | Remove pmap_collect() when a no-op, define __HAVE_PMAP_COLLECT otherwise. | Miod Vallat |
2022-08-29 | use ansi volatile keyword, not __volatile__ | Jonathan Gray |
2022-08-22 | mips64, octeon, loonson: trigger deferred clock interrupts from splx(9) | Scott Soule Cheloha |
2022-07-02 | remove machine/lock.h where unused | Jonathan Gray |
2022-05-22 | Convert KVA allocation to km_alloc(9). | Mark Kettenis |
2022-04-14 | ddb: constify command tables | Christian Weisgerber |
2022-04-12 | ddb: simplify machine command handling | Christian Weisgerber |
2022-04-10 | mips64: Enforce memory ordering on SMP rendezvous | Visa Hankala |
2022-04-06 | constify struct cfattach | Christian Weisgerber |
2022-02-28 | Remove unneeded symbol name lookup. | Visa Hankala |
2022-01-28 | Remove unused guarded read and write routines. | Visa Hankala |
2022-01-25 | Use unguarded loads in stack trace saving | Visa Hankala |
2022-01-25 | Preserve pcb_onfault in kdbpeek() and kdbpoke() | Visa Hankala |
2022-01-21 | Limit unwinder symbol search to FUNC symbols | Visa Hankala |
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 MULTIPROCESSOR is not | Jonathan Gray |
2021-10-24 | Unlock top part of UVM fault handler on mips64. | Visa Hankala |
2021-10-07 | Remove unused TLB routines. | Visa Hankala |
2021-10-07 | Remove struct members that were used by the R4000 EoP workaround. | Visa Hankala |
2021-10-07 | Use tabs instead of spaces. | Visa Hankala |
2021-10-07 | Remove a stale comment. | Visa Hankala |
2021-10-06 | Change sendsig() interface so that the MD code does not need to access | Claudio Jeker |
2021-09-13 | Remember to lock user pmap in pmap_extract() | Visa Hankala |
2021-09-13 | Consistently use unsigned long for CPU masks in pmap.c. | Visa Hankala |
2021-08-30 | Remove typedef of db_addr_t; mpi converted the users of it to vaddr_t already | Jasper Lievisse Adriaanse |
2021-07-24 | Replace cpus_running with CPU_IS_RUNNING(). | Visa Hankala |
2021-07-20 | Remove bogus use of CPU_MAXID and get cpu_info only once. | Visa Hankala |
2021-07-20 | Remove unneeded __sync_* library functions from the kernel. | Visa Hankala |
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> to avoid a hidden header dependency. | Visa Hankala |
2021-05-28 | Remove CPU and node id fields that were used with SGI Origin. | Visa Hankala |
2021-05-05 | Remove unneeded tlb_set_gbase() that was used with R8000. | Visa Hankala |
2021-05-01 | Retire OpenBSD/sgi. | Visa Hankala |
2021-04-29 | Remove unused RM7000 ICR handling. | Visa Hankala |
2021-03-11 | spelling | Jonathan Gray |
2021-03-04 | Update clock interrupt count atomically. | Visa Hankala |
2021-02-23 | timecounting: use C99-style initialization for all timecounter structs | cheloha |
2021-02-11 | Leave out gp initialization from kernel entry on mips64 | Visa Hankala |
2021-01-13 | kernel, sysctl(8): remove dead variable: tickadj | cheloha |
2020-12-24 | Initialize mips64 pmap pool using IPL_VM. | Visa Hankala |
2020-11-08 | In case of failure, call sigexit() from trapsignal instead of sensig(). | Martin Pieuchot |
2020-10-22 | uvm_grow() doesn't need KERNEL_LOCK anymore, and onfault never did. | Theo de Raadt |
2020-10-21 | uvm_grow() now does the vm_maxsaddr check (before locking), so callers don't | Theo de Raadt |
2020-10-21 | mips64 has same bug as arm64: copyout(9), copyinstr(9) and | Theo de Raadt |
2020-10-20 | Use a trap instruction that unconditionally terminates the process. | Visa Hankala |
2020-10-20 | Add handling for a trap instruction that terminates the process. | Visa Hankala |
2020-10-08 | use access_type as the PROT_* variable for uvm_fault() consistantly | Theo de Raadt |
2020-10-07 | Include <sys/systm.h> directly instead of relying on hidden UVM includes. | Martin Pieuchot |
2020-09-24 | mi_ast() needs curcpu()->ci_want_resched rather than ci->ci_want_resched, | Theo de Raadt |