summaryrefslogtreecommitdiffstats
path: root/sys/mips/include
Commit message (Expand)AuthorAgeFilesLines
* Add a new ipi_cpu() function to the MI IPI API that can be used to send anjhb2010-08-061-0/+1
* Fix the issue reported by alc:jchandra2010-08-061-1/+0
* Add 3 level page tables for MIPS in n64.jchandra2010-08-042-2/+12
* Prepare for 3 level page tables for MIPS.jchandra2010-07-292-17/+15
* 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
* Very rough first cut at NUMA support for the physical page allocator. Forjhb2010-07-271-0/+7
* Get N64 building by defining VM_FREELIST_DIRECT to beimp2010-07-251-0/+1
* Update MIPS timer code (except RMI) to utilize new MI event timermav2010-07-231-0/+3
* Redo the page table page allocation on MIPS, as suggested byjchandra2010-07-211-4/+14
* Update the port of FreeBSD to Cavium Octeon to use the Cavium Simple Executivejmallett2010-07-204-4/+4
* Move common macros into asm.h. Replace MIPS_CPU_NOP_DELAY withimp2010-07-161-0/+14
* 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
* Move TLB definitions to tlb.himp2010-07-152-19/+20
* This file has been unused for a while now...imp2010-07-151-46/+0
* Remove unused stuff from cpu.h.imp2010-07-154-149/+12
* We don't need sys/cdefs.h for __CONCAT here.imp2010-07-151-2/+0
* Use cpuregs.h spellings over the cpu.h spellings.imp2010-07-141-2/+2
* Remove the unused part of cpu.h now that the rest of the tree has beenimp2010-07-141-200/+3
* union cpuprid is also unused nowimp2010-07-131-22/+0
* Add INFO config register from mips32/64 landimp2010-07-131-0/+2
* Define break value for ddb.imp2010-07-131-15/+16
* cpu_id and fpu_id are unused, except to be set early in the boot code.imp2010-07-132-10/+0
* Remove obsolete define "COPY_SIGCODE". This is unused in FreeBSD.imp2010-07-131-6/+0
* 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
* Use 64 bit type for rqb_word_t in n64 kernel.jchandra2010-07-081-2/+11
* Merge jmallett@'s n64 work into HEAD - changeset 8jchandra2010-07-082-10/+9
* Remove save/restore of PageMask in tlb.c functions introduced in r209243.jchandra2010-07-021-1/+2
* Merge jmallett@'s n64 work into HEAD - changeset 7jchandra2010-06-244-13/+31
* Merge jmallett@'s n64 work into HEAD - changeset 6jchandra2010-06-232-46/+47
* Merge jmallett@'s n64 work into HEAD - changeset 5jchandra2010-06-181-6/+0
* Merge jmallett@'s n64 work into HEAD - changeset 4jchandra2010-06-174-134/+88
* Get rid of empty and unused KSEG0TEXT macros.neel2010-05-251-4/+0
* Adds JC's cleanup patches that fix it sorrs2010-05-181-0/+6
* This pushes all of JC's patches that I have in place. Irrs2010-05-163-1/+3
* Eliminate dead code.alc2010-05-061-1/+0
* On Alan's advice, rather than do a wholesale conversion on a singlekmacy2010-04-301-0/+2
* Style: use #define<TAB> instead of #define<SPACE>.kib2010-04-271-2/+2
* Move the constants specifying the size of struct kinfo_proc intokib2010-04-241-0/+6
* Most MIPS systems have a comparatively-sparse physical memory layout. Switchjmallett2010-04-241-2/+2
* o) Eliminate the "stand" frame and its use. Use CALLFRAME_* everywhere.jmallett2010-04-191-4/+0
* o) Fix XKPHYS physical address extraction. Also define cache coherencyjmallett2010-04-192-32/+42
* o) Add a VM find-space option, VMFS_TLB_ALIGNED_SPACE, which searches thejmallett2010-04-182-7/+3
* o) Make pcb_onfault a pointer rather than an obscure integer value.jmallett2010-04-173-6/+2
* o) Add NPDEPG, like NPTEPG but for PDEs.jmallett2010-04-173-49/+26
* o) Use inline functions to access coprocessor 0 registers rather than externaljmallett2010-04-177-111/+77
* o) Remove code related to VM_ALLOC_WIRED_TLB_PG_POOL, VM_KERNEL_ALLOC_OFFSETjmallett2010-04-172-42/+1
OpenPOWER on IntegriCloud