aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/include
Commit message (Expand)AuthorAgeFilesLines
* MIPS n64 support - continued...Jayachandran C.2010-08-182-11/+25
* Supply some useful information to the started image using ELF aux vectors.Konstantin Belousov2010-08-171-1/+7
* Rename TARGET_XLR_XLS to CPU_RMI to match other CPU_xxx definitions.Jayachandran C.2010-08-132-2/+2
* Implement pmap changes suggested by alc@:Jayachandran C.2010-08-121-3/+1
* Update various places that store or manipulate CPU masks to use cpumask_tJohn Baldwin2010-08-111-1/+1
* Add parentheses around the argument 'x' used in the __bswapXX(x) macros. RevertNeel Natu2010-08-111-6/+6
* - Consolidate the the cache coherence attribute definitions in a single place.Neel Natu2010-08-072-15/+66
* Add a new ipi_cpu() function to the MI IPI API that can be used to send anJohn Baldwin2010-08-061-0/+1
* Fix the issue reported by alc:Jayachandran C.2010-08-061-1/+0
* Add 3 level page tables for MIPS in n64.Jayachandran C.2010-08-042-2/+12
* Prepare for 3 level page tables for MIPS.Jayachandran C.2010-07-292-17/+15
* Update MIPS _stdint.h for 64 bit. Initial 64 bit changes for profile.h.Jayachandran C.2010-07-292-4/+40
* Fix RQB_FFS for 64 bit, we need to use ffsl() for 64bit.Jayachandran C.2010-07-291-2/+6
* Very rough first cut at NUMA support for the physical page allocator. ForJohn Baldwin2010-07-271-0/+7
* Get N64 building by defining VM_FREELIST_DIRECT to beWarner Losh2010-07-251-0/+1
* Update MIPS timer code (except RMI) to utilize new MI event timerAlexander Motin2010-07-231-0/+3
* Redo the page table page allocation on MIPS, as suggested byJayachandran C.2010-07-211-4/+14
* Update the port of FreeBSD to Cavium Octeon to use the Cavium Simple ExecutiveJuli Mallett2010-07-204-4/+4
* Move common macros into asm.h. Replace MIPS_CPU_NOP_DELAY withWarner Losh2010-07-161-0/+14
* This file appears not to be used.Warner Losh2010-07-161-198/+0
* Use #define for get_cyclecount rather than inline function.Warner Losh2010-07-161-5/+1
* Better description of this fileWarner Losh2010-07-151-1/+4
* Move TLB definitions to tlb.hWarner Losh2010-07-152-19/+20
* This file has been unused for a while now...Warner Losh2010-07-151-46/+0
* Remove unused stuff from cpu.h.Warner Losh2010-07-154-149/+12
* We don't need sys/cdefs.h for __CONCAT here.Warner Losh2010-07-151-2/+0
* Use cpuregs.h spellings over the cpu.h spellings.Warner Losh2010-07-141-2/+2
* Remove the unused part of cpu.h now that the rest of the tree has beenWarner Losh2010-07-141-200/+3
* union cpuprid is also unused nowWarner Losh2010-07-131-22/+0
* Add INFO config register from mips32/64 landWarner Losh2010-07-131-0/+2
* Define break value for ddb.Warner Losh2010-07-131-15/+16
* cpu_id and fpu_id are unused, except to be set early in the boot code.Warner Losh2010-07-132-10/+0
* Remove obsolete define "COPY_SIGCODE". This is unused in FreeBSD.Warner Losh2010-07-131-6/+0
* Merge jmallett@'s n64 work into HEADJayachandran C.2010-07-121-0/+16
* Move KSEG address definitions from cpu.h to cpuregs.h with the otherJayachandran C.2010-07-122-19/+25
* Use 64 bit type for rqb_word_t in n64 kernel.Jayachandran C.2010-07-081-2/+11
* Merge jmallett@'s n64 work into HEAD - changeset 8Jayachandran C.2010-07-082-10/+9
* Remove save/restore of PageMask in tlb.c functions introduced in r209243.Jayachandran C.2010-07-021-1/+2
* Merge jmallett@'s n64 work into HEAD - changeset 7Jayachandran C.2010-06-244-13/+31
* Merge jmallett@'s n64 work into HEAD - changeset 6Jayachandran C.2010-06-232-46/+47
* Merge jmallett@'s n64 work into HEAD - changeset 5Jayachandran C.2010-06-181-6/+0
* Merge jmallett@'s n64 work into HEAD - changeset 4Jayachandran C.2010-06-174-134/+88
* Get rid of empty and unused KSEG0TEXT macros.Neel Natu2010-05-251-4/+0
* Adds JC's cleanup patches that fix it soRandall Stewart2010-05-181-0/+6
* This pushes all of JC's patches that I have in place. IRandall Stewart2010-05-163-1/+3
* Eliminate dead code.Alan Cox2010-05-061-1/+0
* On Alan's advice, rather than do a wholesale conversion on a singleKip Macy2010-04-301-0/+2
* Style: use #define<TAB> instead of #define<SPACE>.Konstantin Belousov2010-04-271-2/+2
* Move the constants specifying the size of struct kinfo_proc intoKonstantin Belousov2010-04-241-0/+6
* Most MIPS systems have a comparatively-sparse physical memory layout. SwitchJuli Mallett2010-04-241-2/+2