aboutsummaryrefslogtreecommitdiff
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add note to 32-bit mips smp config files documenting the statusWarner Losh2018-12-192-0/+4
* 32-bit mips SMP is unsupportedWarner Losh2018-12-191-1/+2
* Remove old config file for SENTRY5Warner Losh2018-12-192-98/+0
* Remove support for running 32-bit kernels on 64-bit hardware.Warner Losh2018-12-191-28/+0
* Remove the GXEMUL support.Warner Losh2018-12-197-450/+0
* Remove support for the now very old SiByte MIPS platform. It's notWarner Losh2018-12-1917-2232/+0
* Remove iBCS2, part2: general kernelMateusz Guzik2018-12-193-5/+0
* atomic_cmpset return value is also an int.Warner Losh2018-12-141-8/+8
* atomic_fcmpset* return int, not the type of *.Warner Losh2018-12-141-8/+8
* Correctly implemenet atomic_swap_long for mips64.Warner Losh2018-12-131-6/+9
* Remove stray hints files.Warner Losh2018-12-102-46/+0
* Implement atomic_swap_xxx() for all platforms.Hans Petter Selasky2018-12-101-0/+64
* Add CAPABILITIES to the ERL kernel config so that tools that have beenSean Bruno2018-11-281-0/+2
* Prevent kernel stack disclosure in getcontext/swapcontextEric van Gyzen2018-11-261-0/+2
* Fix access to cpu_model[] in mtk_soc_set_cpu_model()Stanislav Galabov2018-11-191-4/+8
* Implement support for sysctl hw.model for Mediatek/Ralink SoCsStanislav Galabov2018-11-164-0/+35
* Add a KPI for the delay while spinning on a spin lock.John Baldwin2018-11-051-0/+1
* Don't enter DDB for fatal traps before panic by default.John Baldwin2018-11-011-1/+1
* Consolidate identical ELF auxargs type defintions.Brooks Davis2018-10-221-31/+0
* Remove all the really old junk that never would be used with an OCTEONWarner Losh2018-10-211-77/+1