aboutsummaryrefslogtreecommitdiff
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* 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
* mips: hide regnum definitions behind _KERNEL/_WANT_MIPS_REGNUMKyle Evans2019-08-221-5/+6
* mips: avoid empty mdproc structKyle Evans2019-08-191-1/+2
* Move phys_avail definition into MI code. It is consumed in the MI layer andJeff Roberson2019-08-1613-15/+24
* Avoid relying on header pollution from sys/refcount.h.Mark Johnston2019-07-291-0/+1
* o Add support for BERI IOMMU deviceRuslan Bukin2019-07-222-0/+238
* Don't pass error from syscallenter() to syscallret().John Baldwin2019-07-151-4/+2
* Provide protection against starvation of the ll/sc loops when accessing userp...Konstantin Belousov2019-07-121-18/+10
* Fix compile errors with the CI20Warner Losh2019-07-103-1/+4
* Merge the vm_page hold and wire mechanisms.Mark Johnston2019-07-081-1/+1
* Implement missing MMCBR ivarsWarner Losh2019-07-041-2/+14
* Display the approximate space needed when a minidump fails due to lackNavdeep Parhar2019-06-301-3/+4
* Add support for extended descriptor format to Altera mSGDMA driver.Ruslan Bukin2019-06-271-0/+1
* sys: Remove DEV_RANDOM device optionConrad Meyer2019-06-2118-26/+2
* Replace uses of vm_page_unwire(m, PQ_NONE) with vm_page_unwire_noq(m).Mark Johnston2019-06-071-1/+1
* octusb: fix detach loop over USB portsEd Maste2019-06-011-2/+2
* Display CPU model in dmesg on mips targetsWarner Losh2019-05-242-0/+6
* Delete unneeded #include <sys/inflate.h> from sys/mips.Xin LI2019-05-231-1/+0
* Include ktr.h in more compilation unitsConrad Meyer2019-05-213-1/+3
* Include eventhandler.h in more compilation unitsConrad Meyer2019-05-213-0/+3
* [mediatek] Add support for non-flash devices on the SPI bus of the Mediatek S...Adrian Chadd2019-05-201-40/+103
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-202-0/+3
* mips: Implement basic pmap_kenter_device, pmap_kremove_deviceConrad Meyer2019-05-162-0/+40
* [ar71xx_gpio] Add AR9341/AR9342 to the list of chips for programming function...Adrian Chadd2019-05-151-1/+3
* Catch up with r347241.Mark Johnston2019-05-131-2/+2
* tun/tap: merge and rename to `tuntap`Kyle Evans2019-05-082-2/+2