aboutsummaryrefslogtreecommitdiff
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* 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
* Two minor issues:Warner Losh2019-12-171-1/+7
* [atheros] [mips] Add the GPIO driver (back) to the TL-WDR3600/TL-WDR4300 kernel.Adrian Chadd2019-12-171-0/+7
* Repeat the spinlock_enter/exit pattern from amd64 on other architectures toJeff Roberson2019-12-161-3/+4
* schedlock 4/4Jeff Roberson2019-12-151-2/+1
* schedlock 1/4Jeff Roberson2019-12-151-3/+3
* Introduce vm_page_astate.Mark Johnston2019-12-102-3/+3
* Regularize my copyright noticeWarner Losh2019-12-044-7/+4
* Use uintptr_t instead of register_t * for the stack base.John Baldwin2019-12-032-3/+5
* Remove "all rights reserved" from copyright for the file that Jared McNeillEmmanuel Vadot2019-12-034-4/+0
* mips busdma: bzero map on allocRyan Libby2019-12-031-6/+1
* Remove two obsolete comments that reference splhigh/splx.Warner Losh2019-11-211-7/+0
* Combine ELF sysvecs for MIPS to reduce code duplication.John Baldwin2019-11-151-62/+13
* Add a sv_copyout_auxargs() hook in sysentvec.John Baldwin2019-11-152-0/+3
* Fix a typo in the PMAP_PTE_SET_CACHE_BITS macro.Brooks Davis2019-11-131-1/+1
* Remove an outdated assertion.Brooks Davis2019-11-041-1/+0
* Remove page locking from pmap_mincore().Mark Johnston2019-10-161-11/+8
* Use -march=octeon+ for OCTEON1.John Baldwin2019-10-151-1/+1
* Fix a write-only variable warning from external GCC.John Baldwin2019-10-151-2/+1
* Don't set the OUTPUT_FORMAT explicitly but let ld derive it.John Baldwin2019-10-151-1/+1
* Update MIPS kernel builds to work with mips-gcc.John Baldwin2019-10-159-11/+5
* (6/6) Convert pmap to expect busy in write related operations now that allJeff Roberson2019-10-151-20/+7
* (3/6) Add a shared object busy synchronization mechanism that blocks new pageJeff Roberson2019-10-151-2/+2
* add atomic_load_64 for mipsn32Andriy Gapon2019-10-071-0/+4
* mips: use generic sub-word atomic *cmpsetKyle Evans2019-10-021-68/+74
* mips: fcmpset: do not spin on sc failureKyle Evans2019-10-021-12/+18
* Improve MD page fault handlers.Konstantin Belousov2019-09-271-9/+6
* Complete the removal of the "wire_count" field from struct vm_page.Mark Johnston2019-09-251-13/+13
* mips: fix XLPN32 after r352434Kyle Evans2019-09-231-0/+1
* octeon1: suppress a couple of warnings under clangKyle Evans2019-09-221-0/+1
* mips: move support for temporary mappings above KSEG0 to per-CPU dataJason A. Harmening2019-09-172-120/+91
* Revert r352406, which contained changes I didn't intend to commit.Mark Johnston2019-09-161-5/+5
* Fix a couple of nits in r352110.Mark Johnston2019-09-161-5/+5
* Change synchonization rules for vm_page reference counting.Mark Johnston2019-09-091-9/+5
* mips: fix some mcount nitsKyle Evans2019-09-021-1/+2
* Centralize __pcpu definitions.Konstantin Belousov2019-08-291-0/+52