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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prepare for 3 level page tables for MIPS.
jchandra
2010-07-29
3
-24
/
+22
*
Add fuiword() in n64 for completeness.
jchandra
2010-07-29
1
-0
/
+1
*
MIPS 64 bit support. Define fuword64() for n64 compilation, fuword() should
jchandra
2010-07-29
1
-3
/
+20
*
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
*
Fix build for o32 kernels.
neel
2010-07-29
1
-0
/
+4
*
o) Subtract 64K from the default userland stack pointer. GCC generate code
jmallett
2010-07-29
2
-65
/
+126
*
Very rough first cut at NUMA support for the physical page allocator. For
jhb
2010-07-27
1
-0
/
+7
*
mips/rmi/bus_space_rmi_pci.c is needed even when PCI is disabled. This
jchandra
2010-07-27
1
-1
/
+1
*
The changes in r210542 moved setting counter_upper and counter_lower_last
jchandra
2010-07-27
1
-2
/
+2
*
The count/compare values have to be tracked per CPU.
jchandra
2010-07-27
1
-10
/
+14
*
Fixup mips/rmi for the new mips timer code(r210403). This will get XLR
jchandra
2010-07-27
4
-42
/
+315
*
Get N64 building by defining VM_FREELIST_DIRECT to be
imp
2010-07-25
1
-0
/
+1
*
Add some comments.
mav
2010-07-23
1
-2
/
+2
*
Update MIPS timer code (except RMI) to utilize new MI event timer
mav
2010-07-23
5
-131
/
+139
*
Redo the page table page allocation on MIPS, as suggested by
jchandra
2010-07-21
2
-104
/
+48
*
Remove unused file. Replaced by tlb.c.
jmallett
2010-07-20
1
-513
/
+0
*
o) Add the "octusb" controller which supports the first port of the Octeon
jmallett
2010-07-20
7
-0
/
+5142
*
Update the port of FreeBSD to Cavium Octeon to use the Cavium Simple Executive
jmallett
2010-07-20
73
-6597
/
+6783
*
Move common macros into asm.h. Replace MIPS_CPU_NOP_DELAY with
imp
2010-07-16
5
-59
/
+41
*
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
*
Fix for 64 bit compilation.
jchandra
2010-07-15
1
-8
/
+12
*
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
*
Remove i386-ish sysctls. Also, make the bootinfo sysctl OID_AUTO.
imp
2010-07-15
1
-16
/
+1
*
Remove one layer of indirection. No need to call cpu_throw which then
imp
2010-07-15
3
-12
/
+4
*
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
*
Prefer the cpuregs.h spellings of register and bit names over cpu.h.
imp
2010-07-14
10
-289
/
+297
*
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
*
Remove redunant machine/cpuregs.h include.
imp
2010-07-13
1
-4
/
+3
*
Temp hack to N32 kernel: turn off debugger since n32 is too weird for ddb
imp
2010-07-13
1
-4
/
+4
*
Define break value for ddb.
imp
2010-07-13
1
-15
/
+16
*
Use the cpuregs.h spellings for these registers rather than the cpu.h
imp
2010-07-13
1
-5
/
+5
*
cpu_id and fpu_id are unused, except to be set early in the boot code.
imp
2010-07-13
4
-34
/
+4
*
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
2
-6
/
+6
*
Merge jmallett@'s n64 work into HEAD.
jchandra
2010-07-12
1
-22
/
+164
*
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
*
Fix XLR64, the previous version had the contents of file duplicated.
jchandra
2010-07-08
1
-133
/
+0
*
64 bit ld script for mips, and configuration file for 64 bit compilation
jchandra
2010-07-08
1
-0
/
+266
*
Use 64 bit type for rqb_word_t in n64 kernel.
jchandra
2010-07-08
1
-2
/
+11
*
Enable KX bit, which is needed for 64 bit access, in status register
jchandra
2010-07-08
3
-6
/
+18
*
Add TX-path aligned/unaligned stats for if_arge.
adrian
2010-07-08
2
-1
/
+15
[next]