summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2024-03-30regenJonathan Gray
2024-03-30add ids seen on Milk-V PioneerJonathan Gray
2024-03-30Use illop1 as failure instruction in the locore gap file.Miod Vallat
2024-03-30Bring back an inline db_enter(), which makes backtraces easier to grokMiod Vallat
2024-03-30use void in function decl with no args; avoids non-ANSI smatch warningsJonathan Gray
2024-03-29Use SBI calls to reboot or power down the machine when the firmwareMark Kettenis
2024-03-29Skip calculating timings if we can't determine the frequency of the clock.Mark Kettenis
2024-03-29Drop the first argument of intr_establish().Miod Vallat
2024-03-29Store the physical address of each pcb in struct mdproc, and use this inMiod Vallat
2024-03-29Remove truly unneeded includes (not included indirectly).Miod Vallat
2024-03-29Check for %otherwin being nonzero earlier in rft_user.Miod Vallat
2024-03-29Simplify two more places where we don't need to check for unbiased stacks.Miod Vallat
2024-03-29STACKFRAME macro is always invoked on a well-formed 64-bit stack, no needMiod Vallat
2024-03-29Text faults should not invoke uvm_grow() since the fault address is not onMiod Vallat
2024-03-29send_softint() was designed as being able to target a particular cpu, but theMiod Vallat
2024-03-29Update/fix/remove obsolete or just plainly wrong comments.Miod Vallat
2024-03-29Stop including <machine/signal.h> in locore and remove _LOCORE guardsMiod Vallat
2024-03-29Move C declarations from intreg.h to <machine/intr.h> which includes it.Miod Vallat
2024-03-29Get rid of unnecessary defines in assym.h.Miod Vallat
2024-03-29Clean the fpu trap code:Miod Vallat
2024-03-29Be sure to reset p->p_md.md_fpstate to NULL after freeing it in cpu_exit().Miod Vallat
2024-03-29Clean-up cache-related definitions and routines.Miod Vallat
2024-03-29Comment out unused routines. They might become used in the future, so theyMiod Vallat
2024-03-29Remove dead code. Some of it had been dead since the very beginning of theMiod Vallat
2024-03-29No longer include <machine/fsr.h> from <machine/reg.h>, and have the fewMiod Vallat
2024-03-29De-register fpu completion code.Miod Vallat
2024-03-29Remove dead defines, prototypes and data, and duplicate or misleading comments.Miod Vallat
2024-03-29Remove unconditional define of _LOCORE.Miod Vallat
2024-03-29Now that this file is no longer used by any libc C file, get rid of checksMiod Vallat
2024-03-29Fix writing the prefetchable mmio window base/limit.Mark Kettenis
2024-03-29skip dwqe_tx_proc() processing while the interface is not upStefan Sperling
2024-03-29Remove one global variable duplicating uvmexp.pagesize.Miod Vallat
2024-03-29Remove the at-syscall-time check for msyscall(2)'s behaviour. msyscall(2)Theo de Raadt
2024-03-29Elkhart Lake needs the 0V quirkJonathan Gray
2024-03-28Alder Lake-N eMMC needs the 0V quirkJonathan Gray
2024-03-28unstub guc functionsJonathan Gray
2024-03-28add more iosys_map interfaces used by inteldrm guc codeJonathan Gray
2024-03-28reduce diff to linuxJonathan Gray
2024-03-28syncTheo de Raadt
2024-03-28sysTheo de Raadt
2024-03-28Delete pinsyscall(2) [which was specific only to SYS_execve] nowTheo de Raadt
2024-03-27The RISC-V architecture specification says that memory read/writes areMark Kettenis
2024-03-27Fix fdt_find_node(). We should make sure we match the full name whenMark Kettenis
2024-03-27Introduce SB_OWNLOCK to mark sockets which `so_rcv' buffer modifiedVitaliy Makkoveev
2024-03-27Initialize uvm_km_pages.mtx before use.Kurt Miller
2024-03-27Initialize pmap_tramp.pm_mtx before use.Kurt Miller
2024-03-27Support having bcmpcie(4) as both PCIe bus and simplebus to enablePatrick Wildt
2024-03-27zlib: sync with baseTheo Buehler
2024-03-27drm: Fix drm_fixp2int_round() making it add 0.5Jonathan Gray
2024-03-27drm/amd/pm: Fix esm reg mask use to get pcie speedJonathan Gray