aboutsummaryrefslogtreecommitdiff
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* 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
* mips: fix build w/ TICK_USE_MALTA_RTC definedMarius Strobl2020-12-251-9/+8
* mips: Fix sub-word atomics implementationJessica Clarke2020-12-141-48/+77
* Various fixes for the MIPS DDB stack unwinder.John Baldwin2020-12-041-14/+24
* Always use 64-bit physical addresses for dump_avail[] in minidumpsMark Johnston2020-12-031-7/+16
* Make stack_save*() more robust on MIPS.John Baldwin2020-12-011-35/+59
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-1/+1
* Fix octeon_pmc post-r334827Justin Hibbits2020-11-181-1/+1
* Remove 'struct trapframe' pointer from mips64's 'struct syscall_args'.Edward Tomasz Napierala2020-11-062-6/+5
* Fix UMA alignment for COP2 context structure.Justin Hibbits2020-11-041-1/+1
* Tidy up the #includes. Recent changes, such as the introduction ofAlan Cox2020-11-021-5/+0
* Avoid dump_avail[] redefinition.Konstantin Belousov2020-10-1412-2/+14
* random(4) FenestrasX: Push root seed version to arc4random(3)Conrad Meyer2020-10-102-3/+4
* Print symbol index for unsupported relocation typesMitchell Horne2020-10-071-3/+3
* Get rid of sa->narg. It serves no purpose; use sa->callp->sy_narg instead.Edward Tomasz Napierala2020-09-272-7/+4
* Check for the only 32-bit MIPS ABIs we support, rather than !n64Justin Hibbits2020-09-261-1/+1
* Fix mips64 buildJustin Hibbits2020-09-251-1/+1