summaryrefslogtreecommitdiff
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* MFC r363266 (by cem):Mark Johnston2020-07-211-0/+1
* MFC r349584, r349728, r349731, r350440, r350443, r351185, r353493, r353575, r...Emmanuel Vadot2020-06-181-2/+14
* MFC r343969 by nwhitehorn:Justin Hibbits2020-05-123-19/+14
* MFC r360280:Mark Johnston2020-05-081-21/+97
* MFC r360281:Mark Johnston2020-05-081-11/+54
* MFC r359974:Brooks Davis2020-05-061-11/+10
* Update a few more kernel configs for tun -> tuntap.John Baldwin2020-05-062-2/+2
* MFC 350013: Don't pass error from syscallenter() to syscallret().John Baldwin2020-04-271-4/+2
* MFC r342022 (by imp):Dimitry Andric2020-04-251-6/+9
* MFC r347515: Catch up with r347241 (if_tuntap rename).Kyle Evans2020-02-261-2/+2
* MFC r355343:Ryan Libby2019-12-131-6/+1
* MFC r354688:Brooks Davis2019-11-201-1/+1
* MFC r351594 (by kib): Centralize __pcpu definitions.Alexander Motin2019-10-251-0/+52
* MFC tun/tap merge: r347241, r347394, r347404, r347483, r351220, r351229,Kyle Evans2019-10-252-2/+2
* MFC r341787 by hselasky: Implement atomic_swap_xxx() for all platforms.Andriy Gapon2019-10-241-0/+64
* MFC r353166: add atomic_load_64 for mipsn32Andriy Gapon2019-10-191-0/+4
* MFC r352807:Konstantin Belousov2019-10-041-9/+6
* MFC r351681: mips: fix some mcount nitsKyle Evans2019-09-091-1/+2
* MFC r351227: mips: avoid empty mdproc structKyle Evans2019-09-031-1/+2
* MFC r351408-r351410: reduce pollution from mips machine/regnum.hKyle Evans2019-09-031-5/+6
* MFC r349951, r349994, r349995, r350005, r350023 (by jhibbits), r350478:Konstantin Belousov2019-09-031-18/+10
* MFC r350421:Mark Johnston2019-08-211-0/+1
* MFC r348785:Mark Johnston2019-06-171-1/+1
* MFC r348497: octusb: fix detach loop over USB portsEd Maste2019-06-151-2/+2
* MFC r344705:Edward Tomasz Napierala2019-05-142-3/+0
* MFC r345228:Konstantin Belousov2019-03-232-0/+12
* MFC r345227:Konstantin Belousov2019-03-231-0/+7
* MFC r344479 (by sobomax), r344605:Konstantin Belousov2019-03-1941-40/+43
* MFC r345141:Konstantin Belousov2019-03-171-8/+0
* MFC r343964, r344121, r344128, r344593, r344594:Konstantin Belousov2019-03-121-2/+2
* MFC 340020: Don't enter DDB for fatal traps before panic by default.John Baldwin2019-03-081-1/+1
* MFC r344353:Konstantin Belousov2019-03-061-0/+7
* MFC r343617, r343618:Konstantin Belousov2019-02-152-0/+3
* MFC r343443, r343446, r343448, r343452Oleksandr Tymoshenko2019-02-034-5/+4
* MFC r343450:Oleksandr Tymoshenko2019-02-031-15/+2
* MFC r340994Eric van Gyzen2018-11-281-0/+2
* MFC 340164,340168,340170: Add custom cpu_lock_delay() for x86.John Baldwin2018-11-081-0/+1
* Re-enable kernel modules for the MALTA64EL kernel configuration.John Baldwin2018-09-061-1/+0
* Remove {max/min}_offset() macros, use vm_map_{max/min}() inlines.Konstantin Belousov2018-08-291-6/+6
* Remove the Yarrow PRNG algorithm option in accordance with due noticeMark Murray2018-08-261-2/+1
* Eliminate the arena parameter to kmem_free(). Implicitly this corrects anAlan Cox2018-08-252-2/+2
* Prepare the kernel linker to handle PC-relative ifunc relocations.Mark Johnston2018-08-221-0/+7
* Eliminate kmem_malloc()'s unused arena parameter. (The arena parameterAlan Cox2018-08-211-1/+1
* Eliminate kmem_alloc_contig()'s unused arena parameter.Alan Cox2018-08-202-5/+4
* add snps IP uart support / genaralize UARTMatt Macy2018-08-197-7/+7
* Oops. r338030 didn't eliminate the unused arena argument from all ofAlan Cox2018-08-181-2/+2
* Query MVPConf0.PVPE for number of CPUs.Ruslan Bukin2018-08-141-3/+7
* Avoid repeated address calculation for malta_ap_boot.Ruslan Bukin2018-08-141-2/+4
* Add pmap_is_valid_memattr(9).Konstantin Belousov2018-08-011-0/+16
* Make cache coherency attributes definitions available in machine/vm.h on MIPS.Konstantin Belousov2018-08-013-90/+158