aboutsummaryrefslogtreecommitdiff
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* 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
* Print CPU informtion later in boot.John Baldwin2020-05-207-15/+8
* Simplify hot-patching cpu_switch() for lack of UserLocal register.John Baldwin2020-05-203-51/+7
* Merge freebsd32_exec_setregs() into exec_setregs() on MIPS.John Baldwin2020-05-202-27/+13
* Revert r360944 and r360946 until reported issues can be resolvedConrad Meyer2020-05-121-21/+34
* copystr(9): Move to deprecate [2/2]Conrad Meyer2020-05-111-34/+21
* Remove MD5 HMAC from OCF.John Baldwin2020-05-115-465/+0
* Remove support for DES and Triple DES from OCF.John Baldwin2020-05-115-781/+0
* Remove support for the ARC4 algorithm from OCF.John Baldwin2020-05-112-13/+2
* Remove incomplete support for plain MD5 from OCF.John Baldwin2020-05-112-5/+0
* [atheros] [if_arge] Various fixes to avoid TX stalls and bad sized packetsAdrian Chadd2020-05-102-3/+66
* Fix a race in pmap_emulate_modified().Mark Johnston2020-04-241-11/+54
* Fix a race between _pmap_unwire_ptp() and MipsDoTLBMiss().Mark Johnston2020-04-241-21/+97
* Handle non-dtrace-triggered kernel breakpoint traps in mips.John Baldwin2020-04-211-3/+2
* Retire the CRYPTO_F_IV_GENERATE flag.John Baldwin2020-04-202-11/+2
* Use the right type for 64-bit coprocessor registers.John Baldwin2020-04-171-4/+4
* Add 'gpio' since mmc now requires gpio_if.h.John Baldwin2020-04-161-0/+1
* Don't directly access userspace memory.Brooks Davis2020-04-151-11/+10
* Retire procfs-based process debugging.John Baldwin2020-04-011-1/+0
* Fix build for mips.XLP64 kernel, by re-ordering headersRavi Pokala2020-03-311-1/+2
* Refactor driver and consumer interfaces for OCF (in-kernel crypto).John Baldwin2020-03-278-675/+571
* Use a GCC-compatile compiler flag in files.xlpAlex Richardson2020-03-221-1/+1
* [PowerPC][Book-E] Fix missing load base in elf_cpu_parse_dynamic().Brandon Bergren2020-03-181-1/+1
* Fix build of XLP MIPS kernel with clangAlex Richardson2020-03-171-1/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-2612-28/+38
* Although most of the NIC drivers are epoch ready, due to peer pressureGleb Smirnoff2020-02-241-2/+1
* mips: fix kernel build after r357804Kyle Evans2020-02-141-1/+1
* Enter the network epoch in the xdma interrupt handler if requiredRuslan Bukin2020-02-081-1/+1
* beri: correct kernel printf typoEd Maste2020-02-051-1/+1
* Reimplement stack capture of running threads on i386 and amd64.Mark Johnston2020-01-311-13/+10
* Introduce flag IFF_NEEDSEPOCH that marks Ethernet interfaces thatGleb Smirnoff2020-01-231-1/+2
* Preserve the inherited value of the status register in cpu_set_upcall().John Baldwin2020-01-141-13/+3
* Simplify arguments to signal handlers on mips.John Baldwin2020-01-061-3/+1
* [PowerPC] [MIPS] Implement 32-bit kernel emulation of atomic64 operationsBrandon Bergren2020-01-021-0/+4
* sc(4) md bits: stop setting sc->kbd entirelyKyle Evans2019-12-301-1/+0
* [ar71xx] generate a random mac address using eth_gen_addr()Adrian Chadd2019-12-283-13/+8
* Unbreak build. It seems that mips and amd64 still pull in link_elf.c, soBrandon Bergren2019-12-241-0/+7
* Introduce the concept of busdma tag templates. A template can be allocatedScott Long2019-12-241-0/+51
* sc: fix arm/mips/sparc64 MD bitsKyle Evans2019-12-231-1/+1