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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove pmap_kenter from pmap.h, the function doesn't exist.
andrew
2015-08-20
2
-2
/
+6
*
Add pmap_get_tables to get the page tables for a given virtual address. This
andrew
2015-08-20
1
-0
/
+3
*
Add the arm64 minidump header. This was missed from r286953.
andrew
2015-08-20
1
-0
/
+48
*
Increase MAXCPU in ARM64
zbb
2015-08-19
1
-1
/
+1
*
Add SMP support to GICv3 and ITS drivers
zbb
2015-08-19
1
-1
/
+6
*
Add the CNTHCTL_EL2 register bits missed in r286674
andrew
2015-08-12
1
-0
/
+7
*
Rationalize BSD license on sys/*/include/in_cksum.h
emaste
2015-08-05
1
-5
/
+1
*
Rationalize BSD license on sys/*/include/float.h
emaste
2015-08-05
1
-4
/
+0
*
Pass the pcb to store the vfp state in to vfp_save_state. This fixes a bug
andrew
2015-08-03
1
-1
/
+1
*
Add support for uma_small_alloc and uma_small_free, and make use of these.
andrew
2015-07-31
1
-0
/
+2
*
Add more atomic_swap_* functions.
andrew
2015-07-31
1
-0
/
+19
*
Add VIRT_IN_DMAP to check if a virtual address is from the DMAP range.
andrew
2015-07-31
1
-1
/
+4
*
Apply erratum for mrs ICC_IAR1_EL1 speculative execution on ThunderX
zbb
2015-07-31
1
-0
/
+26
*
Implement get_cyclecount() on ARM64
zbb
2015-07-21
1
-2
/
+5
*
Improve ARM64 CPU_MATCH
zbb
2015-07-21
1
-4
/
+11
*
Increase DMAP (Direct Map) size on ARM64
zbb
2015-07-17
1
-2
/
+2
*
Set-up proper TCR values for memory related to Translation Table Walking
zbb
2015-07-16
1
-0
/
+22
*
Set memory to be inner-sharable. This isn't needed on device memory as the
andrew
2015-07-14
1
-0
/
+6
*
Implement stubs for ACPI PCI routines
zbb
2015-07-12
1
-1
/
+36
*
Add support for SMP. This uses the FDT data to find the CPUs to start on,
andrew
2015-07-09
1
-1
/
+55
*
Add the definition of the shareable bits in the pagetables
andrew
2015-07-09
1
-0
/
+4
*
Clean up the types used in <machine/ucontext.h> on arm64. As some ports
andrew
2015-07-09
2
-14
/
+14
*
Rework CPU identification on ARM64
zbb
2015-07-09
2
-2
/
+40
*
Add the atomic_thread_fence() family of functions with intent to
kib
2015-07-08
1
-0
/
+28
*
Correctly set __WCHAR_MIN, there is no __UINT_MIN, it's 0.
andrew
2015-07-08
1
-1
/
+1
*
Introduce ITS support for ARM64
zbb
2015-07-06
1
-0
/
+4
*
add floatingpoint.h for arm64
emaste
2015-06-24
1
-0
/
+3
*
Fix the floating-point exception values to line up with the hardware
andrew
2015-06-24
1
-6
/
+6
*
Add basic support for ACPI. It splits out the nexus driver to two new
andrew
2015-06-11
4
-1
/
+123
*
Split out db_unwind_frame() so it can be used by DTrace.
br
2015-06-11
1
-0
/
+8
*
Add options to dmb() and dsb() macros on ARM64
zbb
2015-06-09
1
-6
/
+22
*
Retire VM_FREEPOOL_CACHE as the next step in eliminating PG_CACHE pages.
alc
2015-06-08
1
-3
/
+2
*
Add Performance Monitoring Counters support for AArch64.
br
2015-05-19
2
-3
/
+38
*
Add support for ARM GICv3 interrupt controller used in some ARM64 chips
zbb
2015-05-13
1
-1
/
+22
*
Port x86 busdma to ARM64
zbb
2015-05-08
1
-0
/
+96
*
Add pmap_mapbios and pmap_unmapbios. These will be needed to support acpi.
andrew
2015-04-29
1
-0
/
+2
*
Add support for arm64 to loader.efi and boot1.efi
andrew
2015-04-14
1
-0
/
+1
*
Bring in the start of the arm64 kernel.
andrew
2015-04-13
27
-1
/
+1813
*
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