index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
mips
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Remove <machine/mutex.h>. Most of the headers were empty, and the
jhb
2010-11-09
1
-2
/
+0
*
- Add minidump support for FreeBSD/mips
gonzo
2010-11-07
3
-0
/
+10
*
Enforce that 'pmap_kenter()' is only used to establish cacheable mappings.
neel
2010-09-22
1
-0
/
+1
*
Get rid of the unnecessary redirection of 'is_cacheable_mem()' to
neel
2010-09-17
1
-3
/
+1
*
Get rid of unused macros.
neel
2010-09-17
1
-29
/
+0
*
Make the meaning of the 'mask' argument to 'set_intr_mask(mask)' consistent
neel
2010-09-15
1
-1
/
+1
*
Refactor timer management code with priority to one-shot operation mode.
mav
2010-09-13
1
-1
/
+0
*
The functions in sys/mips/mips/psraccess.S can be implemented with
jchandra
2010-09-13
2
-5
/
+19
*
Remove misleading comment in pte.h. MIPS PTE entries are software managed
jchandra
2010-08-30
1
-3
/
+0
*
Apply MIPS pmap clean up patch from alc@ (with minor change to KASSERT):
jchandra
2010-08-29
1
-5
/
+0
*
Whitespace fixes in mips/include, remove unused 'struct tlb' from locore.h
jchandra
2010-08-27
6
-51
/
+49
*
MIPS n64 support - continued...
jchandra
2010-08-18
2
-11
/
+25
*
Supply some useful information to the started image using ELF aux vectors.
kib
2010-08-17
1
-1
/
+7
*
Rename TARGET_XLR_XLS to CPU_RMI to match other CPU_xxx definitions.
jchandra
2010-08-13
2
-2
/
+2
*
Implement pmap changes suggested by alc@:
jchandra
2010-08-12
1
-3
/
+1
*
Update various places that store or manipulate CPU masks to use cpumask_t
jhb
2010-08-11
1
-1
/
+1
*
Add parentheses around the argument 'x' used in the __bswapXX(x) macros. Revert
neel
2010-08-11
1
-6
/
+6
*
- Consolidate the the cache coherence attribute definitions in a single place.
neel
2010-08-07
2
-15
/
+66
*
Add a new ipi_cpu() function to the MI IPI API that can be used to send an
jhb
2010-08-06
1
-0
/
+1
*
Fix the issue reported by alc:
jchandra
2010-08-06
1
-1
/
+0
*
Add 3 level page tables for MIPS in n64.
jchandra
2010-08-04
2
-2
/
+12
*
Prepare for 3 level page tables for MIPS.
jchandra
2010-07-29
2
-17
/
+15
*
Update MIPS _stdint.h for 64 bit. Initial 64 bit changes for profile.h.
jchandra
2010-07-29
2
-4
/
+40
*
Fix RQB_FFS for 64 bit, we need to use ffsl() for 64bit.
jchandra
2010-07-29
1
-2
/
+6
*
Very rough first cut at NUMA support for the physical page allocator. For
jhb
2010-07-27
1
-0
/
+7
*
Get N64 building by defining VM_FREELIST_DIRECT to be
imp
2010-07-25
1
-0
/
+1
*
Update MIPS timer code (except RMI) to utilize new MI event timer
mav
2010-07-23
1
-0
/
+3
*
Redo the page table page allocation on MIPS, as suggested by
jchandra
2010-07-21
1
-4
/
+14
*
Update the port of FreeBSD to Cavium Octeon to use the Cavium Simple Executive
jmallett
2010-07-20
4
-4
/
+4
*
Move common macros into asm.h. Replace MIPS_CPU_NOP_DELAY with
imp
2010-07-16
1
-0
/
+14
*
This file appears not to be used.
imp
2010-07-16
1
-198
/
+0
*
Use #define for get_cyclecount rather than inline function.
imp
2010-07-16
1
-5
/
+1
*
Better description of this file
imp
2010-07-15
1
-1
/
+4
*
Move TLB definitions to tlb.h
imp
2010-07-15
2
-19
/
+20
*
This file has been unused for a while now...
imp
2010-07-15
1
-46
/
+0
*
Remove unused stuff from cpu.h.
imp
2010-07-15
4
-149
/
+12
*
We don't need sys/cdefs.h for __CONCAT here.
imp
2010-07-15
1
-2
/
+0
*
Use cpuregs.h spellings over the cpu.h spellings.
imp
2010-07-14
1
-2
/
+2
*
Remove the unused part of cpu.h now that the rest of the tree has been
imp
2010-07-14
1
-200
/
+3
*
union cpuprid is also unused now
imp
2010-07-13
1
-22
/
+0
*
Add INFO config register from mips32/64 land
imp
2010-07-13
1
-0
/
+2
*
Define break value for ddb.
imp
2010-07-13
1
-15
/
+16
*
cpu_id and fpu_id are unused, except to be set early in the boot code.
imp
2010-07-13
2
-10
/
+0
*
Remove obsolete define "COPY_SIGCODE". This is unused in FreeBSD.
imp
2010-07-13
1
-6
/
+0
*
Merge jmallett@'s n64 work into HEAD
jchandra
2010-07-12
1
-0
/
+16
*
Move KSEG address definitions from cpu.h to cpuregs.h with the other
jchandra
2010-07-12
2
-19
/
+25
*
Use 64 bit type for rqb_word_t in n64 kernel.
jchandra
2010-07-08
1
-2
/
+11
*
Merge jmallett@'s n64 work into HEAD - changeset 8
jchandra
2010-07-08
2
-10
/
+9
*
Remove save/restore of PageMask in tlb.c functions introduced in r209243.
jchandra
2010-07-02
1
-1
/
+2
*
Merge jmallett@'s n64 work into HEAD - changeset 7
jchandra
2010-06-24
4
-13
/
+31
[next]