summaryrefslogtreecommitdiffstats
path: root/sys/mips/mips/machdep.c
Commit message (Expand)AuthorAgeFilesLines
* MFR r261294:brooks2014-03-031-1/+1
* Fix other architectures and ZFS.attilio2013-02-211-0/+1
* Add preliminary support for the SRI International / University of Cambridgerwatson2012-08-251-1/+6
* Reinstate the XTLB handler for CPU_NLM and CPU_RMIjchandra2012-04-021-1/+1
* Clean-up fake preload data generator:gonzo2012-03-151-24/+19
* Fill out fake preload structure to let userland tools like pmc(3) knowgonzo2012-03-151-0/+50
* o) Use ABI, not ISA_* options, to determine whether to compile bits if libkernjmallett2012-03-121-1/+0
* Remove more unused code and declarations, and add dire warnings to the 64-bitjmallett2012-03-121-11/+0
* o) Remove some CPU_CNMIPS-related magical thinking about the status register'sjmallett2012-03-101-2/+1
* At the risk of reducing source compatibility with old NetBSD and Sprite:jmallett2012-03-061-4/+4
* Fix wakeup latency when sleeping with 'wait'jchandra2011-10-181-17/+10
* Disable using wait in cpu_idle() until a better solution to timer andadrian2011-10-011-0/+16
* MIPS changes for Netlogic XLP support.jchandra2011-07-161-1/+1
* Use correct types and fromats for physical addressjchandra2011-02-281-8/+8
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.pluknet2011-01-211-1/+0
* Make cpu_model public (otherwise there's no way to set it) and bump itimp2011-01-171-1/+4
* Support for 64 bit PTEs on n32 and n64 compilation.jchandra2011-01-131-2/+3
* Cleanup physical address and PTE types on MIPS.jchandra2011-01-131-4/+4
* o) When trying to determine whether the pcpu pointer is a managed address, checkjmallett2011-01-011-5/+17
* - Add minidump support for FreeBSD/mipsgonzo2010-11-071-7/+1
* Adjust the order of operations in spinlock_enter() and spinlock_exit() tojhb2010-11-051-4/+10
* Get rid of the unnecessary redirection of 'is_cacheable_mem()' toneel2010-09-171-1/+1
* Make the meaning of the 'mask' argument to 'set_intr_mask(mask)' consistentneel2010-09-151-1/+1
* Rename TARGET_XLR_XLS to CPU_RMI to match other CPU_xxx definitions.jchandra2010-08-131-1/+1
* Update MIPS timer code (except RMI) to utilize new MI event timermav2010-07-231-0/+2
* Update the port of FreeBSD to Cavium Octeon to use the Cavium Simple Executivejmallett2010-07-201-1/+1
* Remove i386-ish sysctls. Also, make the bootinfo sysctl OID_AUTO.imp2010-07-151-16/+1
* Prefer the cpuregs.h spellings of register and bit names over cpu.h.imp2010-07-141-7/+7
* Merge jmallett@'s n64 work into HEAD - changeset 6jchandra2010-06-231-1/+1
* Merge jmallett@'s n64 work into HEAD - changeset 4jchandra2010-06-171-9/+7
* This pushes all of JC's patches that I have in place. Irrs2010-05-161-1/+1
* o) Eliminate the "stand" frame and its use. Use CALLFRAME_* everywhere.jmallett2010-04-191-1/+0
* o) Add a VM find-space option, VMFS_TLB_ALIGNED_SPACE, which searches thejmallett2010-04-181-3/+2
* o) Use inline functions to access coprocessor 0 registers rather than externaljmallett2010-04-171-15/+5
* o) Remove code related to VM_ALLOC_WIRED_TLB_PG_POOL, VM_KERNEL_ALLOC_OFFSETjmallett2010-04-171-4/+0
* SMP support for the mips port.neel2010-02-091-14/+17
* Provide access to pcpu structures for SMP kernels.neel2010-01-301-12/+43
* - Introduce kernel_kseg0_end variable that marks first address in KSEG0gonzo2010-01-241-0/+33
* Create a method of last resort for rebooting the mips processor: jumpimp2010-01-221-0/+12
* Remove duplicate bootverbose increment.rpaulo2010-01-221-1/+0
* Make sure that interrupts are enabled when thread0 is running.neel2010-01-201-1/+3
* Merge from projects/mips to head by hand:imp2010-01-101-31/+58
* Unbreak booting of FreeBSD/mips by merging r195429 from projects/mips:gonzo2009-11-091-0/+3
* Add cpu_flush_dcache() for use after non-DMA based I/O so that amarcel2009-05-181-0/+10
* Remove unused variable.imp2009-01-161-14/+4
* Reduce diffs to p4 that were the result of a mismerge on my part.imp2009-01-151-2/+5
* MFp4:imp2009-01-151-7/+2
* Call platform_reset() instead of looping forever on reboot.imp2009-01-151-3/+3
* Reverse order of dumpsys and cpu_idle_wakeup to reduce diffs to p4.imp2009-01-151-6/+6
* MFp4:imp2009-01-151-117/+0
OpenPOWER on IntegriCloud