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
/
arm64
Commit message (
Expand
)
Author
Age
Files
Lines
*
ddb: finish converting boolean values.
pfg
2015-05-21
1
-1
/
+1
*
Add Performance Monitoring Counters support for AArch64.
br
2015-05-19
3
-3
/
+42
*
Build GENERIC with RACCT/RCTL support by default. Note that it still
trasz
2015-05-14
1
-0
/
+3
*
Add support for ARM GICv3 interrupt controller used in some ARM64 chips
zbb
2015-05-13
6
-1
/
+1031
*
Port x86 busdma to ARM64
zbb
2015-05-08
3
-9
/
+1472
*
Move the point we attach the ofw driver on arm64 to nexus.c. This will
andrew
2015-05-05
1
-0
/
+4
*
Add pmap_mapbios and pmap_unmapbios. These will be needed to support acpi.
andrew
2015-04-29
2
-0
/
+14
*
o Fix bus_space_read_multi functions: correct increment value
br
2015-04-28
2
-11
/
+11
*
Return NULL on failure from nexus_alloc_resource as it reutrns a pointer.
andrew
2015-04-27
1
-3
/
+3
*
Fix wrong cast of pointer to u_int in db_interface.c on ARM64
zbb
2015-04-27
1
-2
/
+2
*
Introduce ddb(4) support for ARM64
zbb
2015-04-27
4
-0
/
+848
*
Add the null implementation of stack_save and stack_save_td.
andrew
2015-04-22
1
-2
/
+9
*
Remove the calls to panic from pmap_object_init_pt and pmap_clear_modify.
andrew
2015-04-22
1
-2
/
+5
*
Use the address of fsu_intr_fault, not the first two instructions in it as
andrew
2015-04-17
1
-2
/
+2
*
Set MACHINE_ARCH to aarch64 for arm64
emaste
2015-04-16
1
-1
/
+1
*
Enter a critical section when storing the vfp registers, we don't want to
andrew
2015-04-15
1
-30
/
+31
*
Ensure the userland thread and floating-point state has been saved before
andrew
2015-04-15
1
-0
/
+17
*
Add support for arm64 to loader.efi and boot1.efi
andrew
2015-04-14
1
-0
/
+1
*
Add psci for arm64. This is currently used when rebooting and powering off
andrew
2015-04-13
1
-0
/
+1
*
Bring in the start of the arm64 kernel.
andrew
2015-04-13
61
-1
/
+11438
*
We will have fueword on arm64, mark as such in machine/param.h.
andrew
2015-04-07
1
-4
/
+0
*
Split out the _acq and _rel functions. These were the same, but there is
andrew
2015-04-06
1
-43
/
+199
*
Add space for future expansion [1]. While here clean up a little, spsr is
andrew
2015-04-03
1
-2
/
+6
*
Add more arm64 machine dependent headers. With this we now have the minimum
andrew
2015-03-26
4
-0
/
+183
*
Renumber clauses to avoid missing 3
emaste
2015-03-23
8
-8
/
+8
*
Add the start of the arm64 machine headers. This is the subset needed to
andrew
2015-03-23
31
-0
/
+3180