summaryrefslogtreecommitdiff
path: root/sys/mips/include
AgeCommit message (Expand)Author
2021-12-30mips: Remove sys/mipsWarner Losh
2021-12-28Simplify swi for bus_dma.John Baldwin
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-24netinet: Remove in_cksum_update()Mark Johnston
2021-11-19minidump: Parameterize minidumpsys()Mitchell Horne
2021-09-29minidump: De-duplicate the progress barMitchell Horne
2021-08-30Create sys/reg.h for the common code previously in machine/reg.hAndrew Turner
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-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-06-14Reduce code duplication in machine/_types.hAlex Richardson
2021-04-12Create VM_MEMATTR_DEVICE on all architecturesAndrew Turner
2021-03-30Clean up a couple of MD warts in vm_fault_populate():Jason A. Harmening
2021-03-30gdb: report specific stop reason for watchpointsMitchell Horne
2021-03-29Introduce kdb-level watchpoint functionsMitchell Horne
2021-03-26Consolidate machine/endian.h definitionsMitchell Horne
2021-03-20Remove PCPU_INCJason A. Harmening
2020-11-06Remove 'struct trapframe' pointer from mips64's 'struct syscall_args'.Edward Tomasz Napierala
2020-09-27Get rid of sa->narg. It serves no purpose; use sa->callp->sy_narg instead.Edward Tomasz Napierala
2020-09-26Check for the only 32-bit MIPS ABIs we support, rather than !n64Justin Hibbits
2020-09-25mips: Fix compat32 library builds from r366162Justin Hibbits
2020-09-25Fix compat32 on mips64Justin Hibbits
2020-09-23Add a vmparam.h constant indicating pmap support for large pages.Mark Johnston
2020-09-21Sparsify the vm_page_dump bitmapD Scott Phillips
2020-09-21Move vm_page_dump bitset array definition to MI codeD Scott Phillips
2020-09-20Add missing assignment forgotten in r365899Michal Meloun
2020-09-19Add NetBSD compatible bus_space_peek_N() and bus_space_poke_N() functions.Michal Meloun
2020-09-02Add the MEM_EXTRACT_PADDR ioctl to /dev/mem.Mark Johnston
2020-09-01mips: clean up empty lines in .c and .h filesMateusz Guzik
2020-06-12Various fixes to TLS for MIPS.John Baldwin
2020-05-20Print CPU informtion later in boot.John Baldwin
2020-05-20Simplify hot-patching cpu_switch() for lack of UserLocal register.John Baldwin
2020-04-17Use the right type for 64-bit coprocessor registers.John Baldwin
2020-02-14mips: fix kernel build after r357804Kyle Evans
2020-01-02[PowerPC] [MIPS] Implement 32-bit kernel emulation of atomic64 operationsBrandon Bergren
2019-12-17Two minor issues:Warner Losh
2019-12-10Introduce vm_page_astate.Mark Johnston
2019-12-04Regularize my copyright noticeWarner Losh
2019-11-21Remove two obsolete comments that reference splhigh/splx.Warner Losh
2019-10-07add atomic_load_64 for mipsn32Andriy Gapon
2019-10-02mips: use generic sub-word atomic *cmpsetKyle Evans
2019-10-02mips: fcmpset: do not spin on sc failureKyle Evans
2019-09-17mips: move support for temporary mappings above KSEG0 to per-CPU dataJason A. Harmening
2019-09-02mips: fix some mcount nitsKyle Evans