aboutsummaryrefslogtreecommitdiff
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* atomics: Constify loads: mipsOlivier Certner2025-01-271-17/+17
* mips: Extract HWREna configuration and call from APsJessica Clarke2024-12-133-3/+22
* mips/malta: Prefer _start over _locore for entry point symbolJessica Clarke2024-12-121-2/+2
* mips/malta: Explicitly set AP entry point to _locoreJessica Clarke2024-12-121-5/+5
* mips: Make the variable machine constZhenlei Huang2024-09-211-3/+3
* mips: Allow sysctl hw.machine in capability modeVal Packett2024-09-201-1/+2
* uart(4): Honor hardware state of NS8250-class for tsw_busyMarius Strobl2024-01-182-4/+16
* sys/*/conf/*, docs: fix links to handbookCeri Davies2024-01-104-4/+4
* mips: Add a return value to cpu_set_upcall()Mark Johnston2024-01-021-1/+2
* mips: add enough glue for membarrier(2)Konstantin Belousov2023-10-262-0/+7
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-23148-169/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-23203-392/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-2333-33/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-2384-84/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-23137-274/+0
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-07-258-8/+8
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-25182-182/+182
* amd64: fix PKRU and swapout interactionKonstantin Belousov2023-04-211-0/+1
* mips: Fix sendsig for stack layout randomisationJessica Clarke2023-01-311-1/+2
* mips busdma: expunge an extra closing braceDoug Moore2022-07-121-1/+1
* mips_busdma: fix mips errors after mergeDoug Moore2022-07-121-2/+3
* vm_extern: use standard address checkers everywhereDoug Moore2022-07-121-10/+6
* mips: fix use of dump_append()Mitchell Horne2022-06-271-1/+1
* Cut out leftover of the sv_transtrap hook from the struct sysentvec onDmitry Chagin2022-06-172-2/+0
* mips: Remove EXT_RESOURCES from kernel configs.John Baldwin2022-05-1711-11/+0
* Add the extres pseudo devices to some kernels.John Baldwin2022-05-171-0/+2
* Add PT_GETREGSETAndrew Turner2022-05-122-0/+5
* Create sys/reg.h for the common code previously in machine/reg.hAndrew Turner2022-05-128-22/+4
* Add infrastructure required for Linux coredump supportEdward Tomasz Napierala2022-05-122-0/+5
* mips: Add sv_onexec_old and sv_onexit for COMPAT_FREEBSD32.John Baldwin2022-05-121-0/+2
* Add a VA_IS_CLEANMAP() macro.John Baldwin2022-05-101-3/+2
* Simplify swi for bus_dma.John Baldwin2022-04-294-21/+18
* Add <machine/tls.h> header to hold MD constants and helpers for TLS.John Baldwin2022-04-291-6/+38
* mips: Rename TLS_DTP_OFFSET to TLS_DTV_OFFSET.John Baldwin2022-04-291-1/+1
* sched: separate out schedinit_ap()Kyle Evans2022-02-101-0/+1
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2022-02-083-3/+0
* mips: Implement suword16Hans Petter Selasky2022-01-071-0/+13
* Clean up a couple of MD warts in vm_fault_populate():Jason A. Harmening2021-12-281-0/+6
* busdma: Remove outdated comments about Giant.Alexander Motin2021-12-241-3/+1
* Implement GET_STACK_USAGE on remaining archsMitchell Horne2021-12-071-0/+11
* mips: Fix a typo in a source code commentGordon Bergling2021-12-031-1/+1
* Allow minidumps to be performed on the live systemMitchell Horne2021-12-031-0/+4
* minidump: Use the provided dump bitsetMitchell Horne2021-12-031-6/+7
* minidump: Use provided msgbuf pointerMitchell Horne2021-12-031-4/+5
* minidump: Parameterize minidumpsys()Mitchell Horne2021-12-032-2/+3
* netinet: Deduplicate most in_cksum() implementationsMark Johnston2021-12-011-250/+0
* netinet: Remove in_cksum_update()Mark Johnston2021-12-011-29/+0
* Convert vm_page_alloc() callers to use vm_page_alloc_noobj().Mark Johnston2021-11-032-6/+0
* crypto: Add a new type of crypto buffer for a single mbuf.John Baldwin2021-10-212-0/+6
* minidump: De-duplicate the progress barMitchell Horne2021-10-152-45/+6