aboutsummaryrefslogtreecommitdiff
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a COMPAT_FREEBSD12 kernel option.Conrad Meyer2019-05-024-0/+4
* random(4): Restore availability tradeoff prior to r346250Conrad Meyer2019-04-181-1/+1
* The Atheros AR7241 has 20 GPIO pinsAllan Jude2019-03-252-1/+4
* Remove duplicate options.Warner Losh2019-03-231-5/+0
* Add device xz. This was somehow missed in the last round.Warner Losh2019-03-231-0/+1
* amd64 KPTI: add control from procctl(2).Konstantin Belousov2019-03-162-0/+12
* amd64: Add md process flags and first P_MD_PTI flag.Konstantin Belousov2019-03-161-0/+7
* Remove obsolete wrappers for 64-bit loads/stores which were only used by theJuli Mallett2019-03-162-85/+2
* mips: remove dead comment and definitions.Konstantin Belousov2019-03-141-8/+0
* Style(9): add a missing space between argument declerations.Brooks Davis2019-03-141-1/+1
* Remove an unused struct proc *p1 in cpu_fork().Brooks Davis2019-03-141-3/+1
* Remove sv_pagesize, originally introduced with r100384.Edward Tomasz Napierala2019-03-012-3/+0
* Modularize xz.Konstantin Belousov2019-02-2641-34/+41
* o Get rid of silly comment which seems to have got life of its own viaMaxim Sobolev2019-02-236-6/+2
* Add kernel support for Intel userspace protection keys feature onKonstantin Belousov2019-02-201-0/+7
* Enable enabling ASLR on non-x86 architectures.Konstantin Belousov2019-02-141-2/+2
* Performance improvements for octe(4):Nathan Whitehorn2019-02-103-19/+14
* Remove a few stray "All Rights Reserved." declarations on stuff I'veWarner Losh2019-02-051-1/+1
* Make iflib a loadable module.Konstantin Belousov2019-01-312-0/+3
* [mips] Fix error condition check that always evaluates to falseOleksandr Tymoshenko2019-01-251-1/+1
* [mips] Unbreak kernel build for CI20Oleksandr Tymoshenko2019-01-251-15/+2
* [mips] Fix counter mask in jz4780 timer driverOleksandr Tymoshenko2019-01-251-1/+1
* [mips] remove check that is always false (unsinged < 0)Oleksandr Tymoshenko2019-01-251-1/+1
* [mips] remove dublicate values in enable mask in nlm_usb_intr_enOleksandr Tymoshenko2019-01-251-2/+1
* Garbage collect AH_SUPPORT_AR5416 config option.Andriy Voskoboinyk2019-01-254-4/+0
* Remove IEEE80211_AMPDU_AGE config option.Andriy Voskoboinyk2019-01-202-2/+0