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
*
Add the possibility to specify from kernel configs MAXCPU value.
attilio
2011-07-19
1
-0
/
+2
*
MIPS changes for Netlogic XLP support.
jchandra
2011-07-16
3
-2
/
+6
*
MFC
attilio
2011-05-13
1
-0
/
+2
*
Fix a brain-o in platform_cpu_mask() by just specifying a possible
attilio
2011-05-13
1
-1
/
+1
*
Add the cpuset_t conversion for mips.
attilio
2011-05-13
4
-4
/
+8
*
Fix the _long() rappresentation on mips by casting the long arguments
attilio
2011-05-13
1
-23
/
+38
*
o) Properly size caches and TLB on Octeon.
jmallett
2011-03-16
1
-5
/
+8
*
Increase NKPT in case of n32 and n64 to support more physical memory.
jchandra
2011-03-01
1
-0
/
+4
*
Remove pmap fields that are either unused or not fully implemented.
alc
2011-02-17
1
-2
/
+0
*
Allow the platform code to return a bitmask of running cores rather than just
jmallett
2011-02-12
1
-2
/
+2
*
o) Cavium Octeon doesn't need nop barriers.
jmallett
2011-02-06
1
-0
/
+42
*
Replace __LP64__ with __mips_n64. This partly reverts r217147.
tijl
2011-02-04
4
-12
/
+12
*
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
[next]