summaryrefslogtreecommitdiff
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* 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
* minidump: De-duplicate is_dumpable()Mitchell Horne2021-10-152-18/+4
* Fix a common typo in source code commentsGordon Bergling2021-09-071-1/+1
* Add pmap_vm_page_alloc_check()Konstantin Belousov2021-08-231-0/+2
* Fix a common typo in source code commentsGordon Bergling2021-08-191-1/+1
* Assert that valid PTEs are not overwritten when installing a new PTPMark Johnston2021-07-291-0/+4
* Do not call FreeBSD-ABI specific code for all ABIsKonstantin Belousov2021-07-211-0/+2
* Consolidate machine/endian.h definitionsMitchell Horne2021-06-241-105/+1
* Create VM_MEMATTR_DEVICE on all architecturesAndrew Turner2021-06-131-0/+1
* gdb: report specific stop reason for watchpointsMitchell Horne2021-04-211-0/+6
* ddb: replace watchpoint set/clear functionsMitchell Horne2021-04-211-14/+0
* Introduce kdb-level watchpoint functionsMitchell Horne2021-04-211-0/+15
* nlmrsa: Mark deprecated for 14.John Baldwin2021-03-221-0/+1
* MFC: mips: fix early kernel panic when setting up interrupt countersOleksandr Tymoshenko2021-02-033-36/+40
* make maximum interrupt number tunable on ARM, ARM64, MIPS, and RISC-VOleksandr Tymoshenko2021-01-191-1/+1
* mips: Fix build by using the correct device-tree include pathEmmanuel Vadot2021-01-164-4/+4
* hid: Import functions and constants required by new subsystemVladimir Kondratyev2021-01-073-0/+3
* Factor-out hardware-independent part of USB HID support to new moduleVladimir Kondratyev2021-01-073-0/+9
* Handle KDB_WHY_TRAP return on arm and mipsMitchell Horne2021-01-021-1/+6