summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
...
* Rename TARGET_XLR_XLS to CPU_RMI to match other CPU_xxx definitions.jchandra2010-08-139-15/+12
* SMP support in n64.jchandra2010-08-124-17/+10
* Implement pmap changes suggested by alc@:jchandra2010-08-123-78/+52
* Optimization for pmap_kenter(), call pmap_update_page() only whenjchandra2010-08-121-1/+2
* Re-arrange the pmap calls that use smp_rendezvous() on SMP, so that theirjchandra2010-08-121-38/+71
* Update various places that store or manipulate CPU masks to use cpumask_tjhb2010-08-111-1/+1
* Fix for 64 bit compile, with SMP enabled.jchandra2010-08-111-2/+3
* Fix compilation when DDB disabled. Adds 'ifdef DDB' aroundjchandra2010-08-111-4/+4
* Add parentheses around the argument 'x' used in the __bswapXX(x) macros. Revertneel2010-08-111-6/+6
* loadandclear() for PTEs are not needed on MIPS. The PTEs are softwarejchandra2010-08-081-3/+9
* - Consolidate the the cache coherence attribute definitions in a single place.neel2010-08-074-17/+71
* Add a new ipi_cpu() function to the MI IPI API that can be used to send anjhb2010-08-062-0/+10
* Fix issue reported by alc :jchandra2010-08-061-5/+3
* Fix the issue reported by alc:jchandra2010-08-062-6/+10
* Remove redundant declaration of 'pcib_driver' class from sb_zbpci.c. Thisneel2010-08-061-1/+0
* Use a signed integer to hold the address of a register.neel2010-08-061-10/+10
* uint64_t is 'unsigned long' in n64 build, so compiler is unhappy if theneel2010-08-061-3/+3
* - Add interrupts counter for PCI devicesgonzo2010-08-051-2/+12
* Fix a race between clock_intr() and tick_ticker() when updatingneel2010-08-052-19/+29
* Add 3 level page tables for MIPS in n64.jchandra2010-08-045-264/+408
* ithd_name no longer defined, use td_name. Fix compile with KTR enabled.jchandra2010-08-041-1/+1
* Use PTR_ADDU to change sp, so that it works for n64 too.jchandra2010-07-311-2/+2
* Use fuword32() to fetch instructions, this will work on both 32 and 64 bitjchandra2010-07-311-2/+2
* n64 support - enable UX bit in STATUS for kernel and userspace.jchandra2010-07-304-11/+18
* MIPS n64 support - support kstack in XKSEG.jchandra2010-07-303-4/+19
* Update rge driver for 64 bit kernel.jchandra2010-07-291-14/+34
* Prepare for 3 level page tables for MIPS.jchandra2010-07-293-24/+22
* Add fuiword() in n64 for completeness.jchandra2010-07-291-0/+1
* MIPS 64 bit support. Define fuword64() for n64 compilation, fuword() shouldjchandra2010-07-291-3/+20
* Update MIPS _stdint.h for 64 bit. Initial 64 bit changes for profile.h.jchandra2010-07-292-4/+40
* Fix RQB_FFS for 64 bit, we need to use ffsl() for 64bit.jchandra2010-07-291-2/+6
* Fix build for o32 kernels.neel2010-07-291-0/+4
* o) Subtract 64K from the default userland stack pointer. GCC generate codejmallett2010-07-292-65/+126
* Very rough first cut at NUMA support for the physical page allocator. Forjhb2010-07-271-0/+7
* mips/rmi/bus_space_rmi_pci.c is needed even when PCI is disabled. Thisjchandra2010-07-271-1/+1
* The changes in r210542 moved setting counter_upper and counter_lower_lastjchandra2010-07-271-2/+2
* The count/compare values have to be tracked per CPU.jchandra2010-07-271-10/+14
* Fixup mips/rmi for the new mips timer code(r210403). This will get XLRjchandra2010-07-274-42/+315
* Get N64 building by defining VM_FREELIST_DIRECT to beimp2010-07-251-0/+1
* Add some comments.mav2010-07-231-2/+2
* Update MIPS timer code (except RMI) to utilize new MI event timermav2010-07-235-131/+139
* Redo the page table page allocation on MIPS, as suggested byjchandra2010-07-212-104/+48
* Remove unused file. Replaced by tlb.c.jmallett2010-07-201-513/+0
* o) Add the "octusb" controller which supports the first port of the Octeonjmallett2010-07-207-0/+5142
* Update the port of FreeBSD to Cavium Octeon to use the Cavium Simple Executivejmallett2010-07-2073-6597/+6783
* Move common macros into asm.h. Replace MIPS_CPU_NOP_DELAY withimp2010-07-165-59/+41
* This file appears not to be used.imp2010-07-161-198/+0
* Use #define for get_cyclecount rather than inline function.imp2010-07-161-5/+1
* Better description of this fileimp2010-07-151-1/+4
* Fix for 64 bit compilation.jchandra2010-07-151-8/+12
OpenPOWER on IntegriCloud