summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add a device description.rpaulo2010-05-181-0/+2
* Fix Sibyte SMP kernel breakage caused by r208249.neel2010-05-181-0/+2
* Adds the file I forgot to add... that handlesrrs2010-05-181-0/+68
* Adds JC's cleanup patches that fix it sorrs2010-05-185-19/+30
* On entry to pmap_enter(), assert that the page is busy. While I'malc2010-05-161-5/+13
* This pushes all of JC's patches that I have in place. Irrs2010-05-1619-612/+496
* Remove some stray ';'simp2010-05-132-2/+2
* Push down the page queues into vm_page_cache(), vm_page_try_to_cache(), andalc2010-05-081-3/+10
* Eliminate dead code.alc2010-05-062-15/+0
OpenPOWER on IntegriCloud