aboutsummaryrefslogtreecommitdiff
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* Pass the syscall number to capsicum permission-denied signalsDavid Chisnall2021-07-162-0/+2
* Assert that valid PTEs are not overwritten when installing a new PTPMark Johnston2021-07-151-0/+4
* pccard: remove pccard device from all kernelsWarner Losh2021-07-141-1/+0
* Revert "Pass the syscall number to capsicum permission-denied signals"David Chisnall2021-07-102-2/+0
* Pass the syscall number to capsicum permission-denied signalsDavid Chisnall2021-07-102-0/+2
* Do not call FreeBSD-ABI specific code for all ABIsKonstantin Belousov2021-07-071-0/+2
* Add infrastructure required for Linux coredump supportEdward Tomasz Napierala2021-06-292-0/+5
* Move mips and arm to 1000Hz by default.Warner Losh2021-06-1712-11/+1
* Reduce code duplication in machine/_types.hAlex Richardson2021-06-141-58/+2
* mtk: Add printing of CPU modelWarner Losh2021-06-112-0/+2
* mtk: Initialize mask correctly.Priit Trees2021-06-111-0/+2
* [mips/broadcom] set sysctl "hw.model" by SoC ChipCommon IDMichael Zhilin2021-05-281-0/+9
* crypto: Add a new type of crypto buffer for a single mbuf.John Baldwin2021-05-252-0/+6
* [ar71xx] During reset, don't spin, just keep tryingAdrian Chadd2021-05-221-4/+7
* sys/*/conf/*, docs: fix links to handbookCeri Davies2021-05-204-4/+4
* OCF: Remove support for asymmetric cryptographic operations.John Baldwin2021-04-121-1/+1
* Create VM_MEMATTR_DEVICE on all architecturesAndrew Turner2021-04-121-0/+1
* nlmrsa: Remove this deprecated driver.John Baldwin2021-04-094-551/+0
* Clean up a couple of MD warts in vm_fault_populate():Jason A. Harmening2021-03-311-0/+6
* gdb: report specific stop reason for watchpointsMitchell Horne2021-03-301-0/+6
* ddb: replace watchpoint set/clear functionsMitchell Horne2021-03-291-14/+0
* Introduce kdb-level watchpoint functionsMitchell Horne2021-03-291-0/+15
* Consolidate machine/endian.h definitionsMitchell Horne2021-03-261-105/+1
* Remove PCPU_INCJason A. Harmening2021-03-211-1/+0
* nlmrsa: Mark deprecated for 14.John Baldwin2021-03-161-0/+1
* Fix some common typos in commentsGordon Bergling2021-03-131-3/+3
* [ar71xx] Fix routerstation / routerstation pro redboot FIS probingAdrian Chadd2021-02-252-0/+8
* Add a VA_IS_CLEANMAP() macro.John Baldwin2021-02-181-3/+2
* mips: fix NLM platforms breakage caused by e0a0a3efOleksandr Tymoshenko2021-02-011-0/+18
* mips: fix early kernel panic when setting up interrupt countersOleksandr Tymoshenko2021-01-312-36/+22
* 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