Age | Commit message (Expand) | Author |
2023-04-13 | pmap_copy() has never, ever, been implemented in any of the platforms OpenBSD | Miod Vallat |
2023-03-19 | Aggressively randomize the location of the stack on all 64-bit architectures | Mark Kettenis |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2023-02-11 | __syscall() is no longer neccessary since the system calls which needed | Theo de Raadt |
2023-02-04 | timecounting: remove incomplete PPS support | Scott Soule Cheloha |
2023-01-31 | On systems without xonly mmu hardware-enforcement, we can still mitigate | Theo de Raadt |
2023-01-18 | mips64: simplify cp0_rearm_int5(), cp0_trigger_int5_masked() | Scott Soule Cheloha |
2023-01-16 | we spent far too long debugging a weird go library problem (incorrect | Theo de Raadt |
2023-01-11 | Add TLB bypass for instruction emulation | Visa Hankala |
2023-01-11 | Add MIPS64r2 TLB read inhibit support | Visa Hankala |
2023-01-10 | Enable the fine-grained fault type computation code added in 1.117 on all | Miod Vallat |
2023-01-04 | Leo Weppelman agreed to rescind clause 3 and 4 in | Jonathan Gray |
2023-01-01 | With the introduction of the PMAP_PREFER_{ALIGN,OFFSET} macros a long time ago, | Miod Vallat |
2022-12-11 | Cut two cycles from k_tlb_inv() on octeon. | Visa Hankala |
2022-12-08 | _C_LABEL() and _ASM_LABEL() are no longer useful in the "everything | Philip Guenther |
2022-12-05 | Use evcount_percpu() with mips64 clock and ipi interrupt counters. | Visa Hankala |
2022-11-19 | mips64, loongson, octeon: switch to clockintr | Scott Soule Cheloha |
2022-11-18 | mips64 code calls uvm_map_protect() directly, so needs to adapt: | Theo de Raadt |
2022-11-02 | Clean up more ancient history: since 2015 the libc stubs for | Philip Guenther |
2022-10-31 | mips64: Raise SPL for hardclock() | Visa Hankala |
2022-10-30 | Simplfity setregs() by passing it the ps_strings and switching | Philip Guenther |
2022-10-28 | Implement support for DT_MIPS_RLD_MAP_REL. | Mark Kettenis |
2022-10-07 | Add mimmutable(2) system call which locks the permissions (PROT_*) of | Theo de Raadt |
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 |