summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* Merge jmallett@'s n64 work into HEADjchandra2010-07-122-6/+6
* Merge jmallett@'s n64 work into HEAD.jchandra2010-07-121-22/+164
* Merge jmallett@'s n64 work into HEADjchandra2010-07-121-0/+16
* Move KSEG address definitions from cpu.h to cpuregs.h with the otherjchandra2010-07-122-19/+25
* Fix XLR64, the previous version had the contents of file duplicated.jchandra2010-07-081-133/+0
* 64 bit ld script for mips, and configuration file for 64 bit compilationjchandra2010-07-081-0/+266
* Use 64 bit type for rqb_word_t in n64 kernel.jchandra2010-07-081-2/+11
* Enable KX bit, which is needed for 64 bit access, in status registerjchandra2010-07-083-6/+18
* Add TX-path aligned/unaligned stats for if_arge.adrian2010-07-082-1/+15
* 64 bit compilation support XLR platform code.jchandra2010-07-085-32/+32
* Address PR kern/148307 - fix if_ath TX mbuf alignment/size constraint checksadrian2010-07-081-1/+23
* Fix minor issue in sys/mips/mips/cache_mipsNN.c, using int type forjchandra2010-07-081-2/+2
* Merge jmallett@'s n64 work into HEAD - changeset 8jchandra2010-07-083-31/+41
* Introduce a sysctl block for if_arge and, for now, a blank debug sysctladrian2010-07-082-0/+19
* Fix the CS line definitions. These bits are for the CS2/CS1 linesadrian2010-07-071-4/+4
* Add support for XLS 108 chips - update board.c/board.h to setup GMACjchandra2010-07-022-2/+11
* Remove save/restore of PageMask in tlb.c functions introduced in r209243.jchandra2010-07-022-16/+7
* Move prototypes for kern_sigtimedwait() and kern_sigprocmask() tojhb2010-06-301-0/+1
* Add linker script and configuration file for n32 kernel.jchandra2010-06-241-0/+133
* Merge jmallett@'s n64 work into HEAD - changeset 7jchandra2010-06-249-62/+146
* Comment about the shared pins I know about.adrian2010-06-241-0/+2
* Merge jmallett@'s n64 work into HEAD - changeset 6jchandra2010-06-236-145/+138
* AR71XX GPIO register definitions.adrian2010-06-231-0/+21
* Extend the AR71XX watchdog debugging and data.adrian2010-06-191-1/+38
* Add support for newer XLS chips/boards in the GMAC driver.jchandra2010-06-183-199/+106
* Merge jmallett@'s n64 work into HEAD - changeset 5jchandra2010-06-182-17/+3
* Merge jmallett@'s n64 work into HEAD - changeset 4jchandra2010-06-1710-272/+458
* Relax one of the new assertions in pmap_enter() a little. Specifically,alc2010-06-111-1/+2
* Reduce the scope of the page queues lock and the number ofalc2010-06-101-10/+15
* Don't set PG_WRITEABLE in init_pte_prot() (and thus pmap_enter()) unlessalc2010-06-061-13/+7
* Make vm_contig_grow_cache() extern, and use it when vm_phys_alloc_contig()jchandra2010-06-041-7/+11
* Fix a KASSERT() that was broken in r208665.alc2010-06-011-1/+2
* Eliminate a stale comment.alc2010-05-311-4/+0
* Merge portions of r208645 and supporting code from the i386 pmap:alc2010-05-311-34/+45
* Simplify the inner loop of get_pv_entry(): While iterating over the page'salc2010-05-301-4/+4
* Fix lock order reversal, unlock page queue and pmap locks beforejchandra2010-05-281-1/+10
* Get rid of unused variable 'virtual_sys_start'.neel2010-05-281-2/+1
* If 'timer2hz' is zero then we don't need to call 'timer2clock()' directly. Itneel2010-05-281-5/+17
* Call VM_WAIT in pmap_ptpgzone_allocf() if M_WAITOK is set.jchandra2010-05-271-7/+12
* Simplify clock interrupt handling on mips by using the new KPI - timer1clock()neel2010-05-271-70/+35
* - Fix kseg0 address calculation - it doesn't always start atgonzo2010-05-261-1/+11
* Push down page queues lock acquisition in pmap_enter_object() andalc2010-05-261-2/+5
* Get rid of empty and unused KSEG0TEXT macros.neel2010-05-252-8/+0
* Fix mips kernel build breakage caused by revision 208504.neel2010-05-251-0/+1
* Roughly half of a typical pmap_mincore() implementation is machine-alc2010-05-241-44/+68
* Remove unused code in sys/mips/rmi :jchandra2010-05-249-1930/+0
* Reorganize syscall entry and leave handling.kib2010-05-233-4/+14
* - Use ptpgzone zone to allocate page table pages irrespective of the amount ofneel2010-05-221-81/+25
* - Adjust the whitespace for the lines that output fields in 'show pcpu' injhb2010-05-211-2/+2
* Changes to boot on a subset of threads on an XLR/XLS core.jchandra2010-05-214-196/+189
OpenPOWER on IntegriCloud