aboutsummaryrefslogtreecommitdiff
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix mips64 buildJustin Hibbits2020-09-251-1/+1
* mips: Fix compat32 library builds from r366162Justin Hibbits2020-09-251-0/+4
* Fix compat32 on mips64Justin Hibbits2020-09-252-2/+12
* Add a vmparam.h constant indicating pmap support for large pages.Mark Johnston2020-09-231-0/+5
* Sparsify the vm_page_dump bitmapD Scott Phillips2020-09-212-1/+13
* Move vm_page_dump bitset array definition to MI codeD Scott Phillips2020-09-213-62/+21
* Add missing assignment forgotten in r365899Michal Meloun2020-09-201-0/+1
* Add NetBSD compatible bus_space_peek_N() and bus_space_poke_N() functions.Michal Meloun2020-09-191-0/+27
* Get rid of sv_errtbl and SV_ABI_ERRNO().Edward Tomasz Napierala2020-09-172-4/+0
* Refine the busdma template interface. Provide tools for filling in fieldsScott Long2020-09-141-32/+1
* Add the MEM_EXTRACT_PADDR ioctl to /dev/mem.Mark Johnston2020-09-022-1/+8
* mips: clean up empty lines in .c and .h filesMateusz Guzik2020-09-01140-357/+61
* Include virtio support in std.MALTAAlex Richardson2020-07-311-0/+7
* Fix si_addr value for breakpoints in a delay slot.John Baldwin2020-07-271-1/+1
* Don't include T_USER in si_trapno reported to userland.John Baldwin2020-07-271-1/+1
* Set si_addr to badvaddr for TLB faults.John Baldwin2020-07-231-1/+1
* Revert r240317 to prevent leaking pmap entriesConrad Meyer2020-07-161-0/+1
* Switch from SCTP to SCTP_SUPPORT in GENERIC configs.Mark Johnston2020-07-162-2/+2
* [ar71xx] fix watchdog to work on subsequent SoCsAdrian Chadd2020-07-151-12/+38
* Add dwc_otg_acpiAndrew Turner2020-06-301-22/+1
* [PowerPC] More relocation fixesBrandon Bergren2020-06-211-1/+1
* Various fixes to TLS for MIPS.John Baldwin2020-06-127-17/+16
* Add some default cases for unreachable code to silence compiler warnings.John Baldwin2020-06-102-0/+4
* Add a crypto capability flag for accelerated software drivers.John Baldwin2020-06-091-1/+2
* Mark padlock(4) and cryptocteon(4) as software drivers.John Baldwin2020-06-091-1/+1
* [mips] fix up the assembly generation of unaligned exception loadsAdrian Chadd2020-05-291-5/+5
* Update cryptocteon(4) and nlmsec(4) for changes in r361481.John Baldwin2020-05-253-18/+18
* copystr(9): Move to deprecate (attempt #2)Conrad Meyer2020-05-251-34/+21