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
*
Implement sf_buf using direct map (XKPHYS) in MIPS n64.
jchandra
2011-01-27
1
-0
/
+28
*
Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set().
jkim
2011-01-17
1
-1
/
+4
*
Support for 64 bit PTEs on n32 and n64 compilation.
jchandra
2011-01-13
5
-64
/
+114
*
Cleanup physical address and PTE types on MIPS.
jchandra
2011-01-13
2
-5
/
+5
*
Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h.
kib
2011-01-09
1
-11
/
+0
*
White space changes to align comments. The mips and powerpc _inttypes.h
tijl
2011-01-08
1
-110
/
+110
*
Rename PRIreg helper macro to PRIptr to better reflect its use. Registers
tijl
2011-01-08
1
-46
/
+48
*
On mixed 32/64 bit architectures (mips, powerpc) use __LP64__ rather than
tijl
2011-01-08
3
-38
/
+28
*
On 32 bit architectures define (u)int64_t as (unsigned) long long instead
tijl
2011-01-08
1
-11
/
+6
*
Fix types of some values in machine/_limits.h.
tijl
2011-01-08
1
-6
/
+4
*
Remove unused support for 64 bit long on 32 bit architectures.
tijl
2011-01-07
1
-11
/
+3
*
Add AT_STACKPROT elf aux vector. Will be used to inform rtld about the
kib
2011-01-07
1
-1
/
+2
*
Correct an 8-year-old typo which reliably leads to typo after typo today:
jmallett
2011-01-04
1
-42
/
+43
*
o) Add MIPS_COP_0_EXC_PC accessors to <machine/cpufunc.h>.
jmallett
2011-01-04
1
-0
/
+9
*
UMA_MD_SMALL_ALLOC for mips.
jchandra
2010-12-09
2
-0
/
+5
*
1. Fix off by one errors in calls to MIPS_DIRECT_MAPPABLE, reported by alc@
jchandra
2010-12-03
1
-6
/
+0
*
Fixup for r216141, dump_add_page needs to be non-static now.
jchandra
2010-12-03
1
-2
/
+4
*
Revert r216134. This checkin broke platforms where bus_space are macros:
brucec
2010-12-03
1
-67
/
+8
*
Disallow passing in a count of zero bytes to the bus_space(9) functions.
brucec
2010-12-02
1
-8
/
+67
*
Set MACHINE_ARCH based on ABI and endianness.
jmallett
2010-11-28
1
-1
/
+17
*
- 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
[next]