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
/
arm
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Commit the support for removing cpumask_t and replacing it directly with
attilio
2011-05-05
2
-2
/
+2
*
Make get_cyclecount(9) little bit more useful where binuptime(9) is used.
jkim
2011-03-14
1
-1
/
+1
*
Remove pmap fields that are either unused or not fully implemented.
alc
2011-02-17
1
-2
/
+0
*
Whitespace tweak.
jhb
2011-02-09
1
-1
/
+1
*
phys_addr is a PA not a VA so declare it as a vm_paddr_t not a vm_offset_t.
imp
2011-02-05
1
-1
/
+1
*
Make md_tp a register_t not a void *. This will keep us from
imp
2011-02-05
1
-1
/
+1
*
Introduce macro FDT_MAP_IRQ to map from an interrupt controller and
marcel
2011-01-29
1
-0
/
+3
*
Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set().
jkim
2011-01-17
1
-1
/
+4
*
Don't re-use MODINFOMD_BOOTINFO as MODINFOMD_DTBP. It breaks
marcel
2011-01-11
1
-1
/
+2
*
Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h.
kib
2011-01-09
1
-1
/
+0
*
On mixed 32/64 bit architectures (mips, powerpc) use __LP64__ rather than
tijl
2011-01-08
1
-2
/
+2
*
On 32 bit architectures define (u)int64_t as (unsigned) long long instead
tijl
2011-01-08
1
-6
/
+6
*
Fix types of some values in machine/_limits.h.
tijl
2011-01-08
1
-3
/
+1
*
Remove unused support for 64 bit long on 32 bit architectures.
tijl
2011-01-07
1
-11
/
+0
*
Add AT_STACKPROT elf aux vector. Will be used to inform rtld about the
kib
2011-01-07
1
-1
/
+2
*
Remove ancient simulation code. Skyeye simulation never really worked
imp
2011-01-05
1
-5
/
+0
*
Revert r216134. This checkin broke platforms where bus_space are macros:
brucec
2010-12-03
1
-59
/
+8
*
Disallow passing in a count of zero bytes to the bus_space(9) functions.
brucec
2010-12-02
1
-8
/
+59
*
- Remove <machine/mutex.h>. Most of the headers were empty, and the
jhb
2010-11-09
1
-32
/
+0
*
Minor cosmetic changes
kevlo
2010-11-09
1
-4
/
+4
*
Intel IXP425 SoC is based on the ARMv5TE architecture
kevlo
2010-11-08
1
-2
/
+3
*
Add basic cpu_sleep() support for Marvell SoCs. This drops my SheevaPlug's
mav
2010-09-18
1
-0
/
+1
*
Supply some useful information to the started image using ELF aux vectors.
kib
2010-08-17
1
-2
/
+8
*
Update various places that store or manipulate CPU masks to use cpumask_t
jhb
2010-08-11
1
-1
/
+1
*
Very rough first cut at NUMA support for the physical page allocator. For
jhb
2010-07-27
1
-0
/
+7
*
Eliminate FDT_IMMR_VA define.
raj
2010-07-19
1
-9
/
+1
*
Get rid of bootinfo for good in loader (U-Boot-based) and ARM.
raj
2010-07-11
2
-78
/
+0
*
Temporarily bring back the ARM bootinfo (and make tinderbox happy).
raj
2010-06-14
2
-0
/
+78
*
Convert Marvell ARM platforms to FDT convention.
raj
2010-06-13
2
-74
/
+1
*
Initial FDT infrastructure elements for ARM.
raj
2010-06-13
2
-0
/
+105
*
Initial loader(8) support for Flattened Device Tree.
raj
2010-05-25
1
-0
/
+1
*
Catchup with new prototype for db_printf().
cognet
2010-05-14
1
-1
/
+1
*
The FA526 belongs to the ARM9TDMI family
kevlo
2010-05-12
1
-1
/
+0
*
Add support for FA626TE.
kevlo
2010-05-04
2
-8
/
+10
*
On Alan's advice, rather than do a wholesale conversion on a single
kmacy
2010-04-30
1
-0
/
+2
*
Style: use #define<TAB> instead of #define<SPACE>.
kib
2010-04-27
1
-1
/
+1
*
Move the constants specifying the size of struct kinfo_proc into
kib
2010-04-24
1
-0
/
+2
*
Add BUS_SPACE_UNRESTRICTED and define it to be ~0, just like all the
imp
2010-04-08
1
-0
/
+2
*
Show the cpu info for fa526
kevlo
2010-02-20
1
-0
/
+1
*
Correct both FA526/FA626TE cpu ids since the cpu id is always
kevlo
2010-02-20
1
-2
/
+2
*
The NetBSD Foundation has granted permission to remove clauses 3 and 4.
imp
2010-02-16
5
-35
/
+0
*
Correct cpu id for FA526.
kevlo
2010-02-14
1
-1
/
+2
*
Add support for Cavium Econa CNS11XX ARM boards. These boards were
rpaulo
2010-01-04
2
-2
/
+26
*
Intel XScale hwpmc(4) support.
rpaulo
2009-12-23
1
-6
/
+42
*
Define architectural load bases for PIE binaries. Addresses were selected
kib
2009-10-10
1
-0
/
+3
*
Promote the cpu_class local variable to global and expose it in md_var.h
rpaulo
2009-09-26
1
-0
/
+21
*
Add a new sysctl for reporting all of the supported page sizes.
alc
2009-09-18
1
-0
/
+2
*
Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating an
phk
2009-09-08
2
-18
/
+57
*
Add support to the virtual memory system for configuring machine-
alc
2009-07-12
2
-2
/
+5
*
Cleanup ALIGNED_POINTER:
sam
2009-07-05
1
-0
/
+7
[next]