summaryrefslogtreecommitdiff
path: root/sys/mips
AgeCommit message (Expand)Author
2021-12-30Remove discarded mips source.Doug Moore
2021-12-30vm_extern: use standard address checkers everywhereDoug Moore
2021-12-30mips: Remove sys/mipsWarner Losh
2021-12-28Simplify swi for bus_dma.John Baldwin
2021-12-19mips: Implement suword16Jessica Clarke
2021-12-09busdma: Remove outdated comments about Giant.Alexander Motin
2021-12-09Add <machine/tls.h> header to hold MD constants and helpers for TLS.John Baldwin
2021-12-09mips: Rename TLS_DTP_OFFSET to TLS_DTV_OFFSET.John Baldwin
2021-12-08Make struct syscall_args machine independentBrooks Davis
2021-11-30Implement GET_STACK_USAGE on remaining archsMitchell Horne
2021-11-30mips: Fix a typo in a source code commentGordon Bergling
2021-11-24netinet: Deduplicate most in_cksum() implementationsMark Johnston
2021-11-24netinet: Remove in_cksum_update()Mark Johnston
2021-11-19Allow minidumps to be performed on the live systemMitchell Horne
2021-11-19minidump: Use the provided dump bitsetMitchell Horne
2021-11-19minidump: Use provided msgbuf pointerMitchell Horne
2021-11-19minidump: Parameterize minidumpsys()Mitchell Horne
2021-11-17Add a COMPAT_FREEBSD13 kernel optionKristof Provost
2021-11-12tcp: better congestion control defaultsWarner Losh
2021-11-05sched: split sched_ap_entry() out of sched_throw()Kyle Evans
2021-11-03sched: separate out schedinit_ap()Kyle Evans
2021-10-19Convert vm_page_alloc() callers to use vm_page_alloc_noobj().Mark Johnston
2021-09-29minidump: De-duplicate the progress barMitchell Horne
2021-09-29minidump: De-duplicate is_dumpable()Mitchell Horne
2021-09-04Fix a common typo in source code commentsGordon Bergling
2021-08-30Create sys/reg.h for the common code previously in machine/reg.hAndrew Turner
2021-08-24mips: retire ovbcopyMateusz Guzik
2021-08-23mips: retire bzeroMateusz Guzik
2021-08-23mips: retire bcmpMateusz Guzik
2021-08-14Fix a common typo in source code commentsGordon Bergling
2021-08-08Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste
2021-07-31Add pmap_vm_page_alloc_check()Konstantin Belousov
2021-07-16Pass the syscall number to capsicum permission-denied signalsDavid Chisnall
2021-07-15Assert that valid PTEs are not overwritten when installing a new PTPMark Johnston
2021-07-13pccard: remove pccard device from all kernelsWarner Losh
2021-07-10Revert "Pass the syscall number to capsicum permission-denied signals"David Chisnall
2021-07-10Pass the syscall number to capsicum permission-denied signalsDavid Chisnall
2021-07-07Do not call FreeBSD-ABI specific code for all ABIsKonstantin Belousov
2021-06-29Add infrastructure required for Linux coredump supportEdward Tomasz Napierala
2021-06-16Move mips and arm to 1000Hz by default.Warner Losh
2021-06-14Reduce code duplication in machine/_types.hAlex Richardson
2021-06-11mtk: Add printing of CPU modelWarner Losh
2021-06-11mtk: Initialize mask correctly.Priit Trees
2021-05-28[mips/broadcom] set sysctl "hw.model" by SoC ChipCommon IDMichael Zhilin
2021-05-25crypto: Add a new type of crypto buffer for a single mbuf.John Baldwin
2021-05-22[ar71xx] During reset, don't spin, just keep tryingAdrian Chadd
2021-05-20sys/*/conf/*, docs: fix links to handbookCeri Davies
2021-04-12OCF: Remove support for asymmetric cryptographic operations.John Baldwin
2021-04-12Create VM_MEMATTR_DEVICE on all architecturesAndrew Turner
2021-04-09nlmrsa: Remove this deprecated driver.John Baldwin