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
*
MFC r306667,r306668:
mmel
2016-11-05
1
-1
/
+21
*
MFC r306756:
mmel
2016-10-15
2
-1
/
+2
*
MFC r306755:
mmel
2016-10-15
1
-0
/
+8
*
MFC r306162:
ed
2016-10-12
3
-3
/
+16
*
MFC r306091:
kib
2016-09-28
1
-0
/
+37
*
MFC r304285:
kib
2016-09-16
2
-5
/
+2
*
MFC r303677: Move/add ARM ELF PHDR types to elf_common.h
emaste
2016-09-15
1
-3
/
+0
*
Revert the recent armv6 changes to ALIGNED_POINTER(), restoring the
ian
2016-06-21
1
-7
/
+7
*
Do not define __NO_STRICT_ALIGNMENT for armv6. While the requirements
ian
2016-06-13
1
-4
/
+0
*
Remove the ARMv4/ARMv5 userland atomic support from struct proc on armv6.
andrew
2016-06-08
1
-0
/
+2
*
Start to clean MIDR values using the CPUID scheme. We don't need to know
andrew
2016-06-07
1
-18
/
+36
*
Improve ARM debug_monitor for SMP machines
zbb
2016-05-29
1
-1
/
+5
*
Disable alignment faults on armv6, adjust various alignment-related macros
ian
2016-05-26
3
-0
/
+16
*
Include machine/acle-compat.h in cdefs.h on arm if the compiler doesn't
ian
2016-05-25
16
-23
/
+0
*
Use the new(-ish) CP15_SCTLR macro to generate system control reg accesses
ian
2016-05-23
1
-0
/
+1
*
Adjust _ALIGNBYTES to the proper value for arm and armv6 arches. Modern
ian
2016-05-21
1
-4
/
+4
*
Remove hf appending code from param.h for machine arch name.
imp
2016-05-20
1
-7
/
+1
*
Implement atomic_cmpset_acq_64 and atomic_cmpset_rel_64 on arm and armeb.
andrew
2016-05-18
1
-0
/
+2
*
Don't repeat the the word 'the'
eadler
2016-05-17
1
-1
/
+1
*
Add a MULTIDELAY option to allow the ARM kernel to have multiple DELAY
andrew
2016-04-30
2
-5
/
+37
*
Move arm's devmap to some generic place, so it can be used
br
2016-04-26
2
-91
/
+2
*
Don't use atomic operations for page table entries and handle access
skra
2016-04-22
1
-32
/
+14
*
Add four functions which check a virtual address for stage 1 privileged
skra
2016-04-22
1
-1
/
+49
*
Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machine
andrew
2016-04-15
2
-5
/
+5
*
Remove FDT specific parts from INTRNG. Change its interface to make it
skra
2016-04-04
1
-1
/
+1
*
ARM: Fix ATAG handling in LINUX_BOOT_API:
mmel
2016-03-26
1
-1
/
+1
*
ARM: Teach LINUX_BOOT_ABI to recognize DT blob.
mmel
2016-03-26
1
-1
/
+2
*
Generalize IPI support for ARM intrng and use it for interrupt
skra
2016-03-24
2
-6
/
+9
*
Move IPI related parts back to (ARM) machine specific file now, when
skra
2016-02-27
1
-0
/
+9
*
Almost all copies of platform_mp_init_secondary just called
andrew
2016-02-26
1
-1
/
+0
*
Remove platform_mp_probe as it's almost identical on most ARM SoCs, and
andrew
2016-02-26
1
-1
/
+0
*
Remove platform_ipi_send, it's an unneeded as all implementations are
andrew
2016-02-25
1
-2
/
+0
*
Remove redundant __ARM_ARCH >= 6 check in armv6 specific files.
skra
2016-02-23
1
-3
/
+0
*
Remove not used definitions and fix some style nits.
skra
2016-02-19
1
-24
/
+12
*
Remove AP_KRW definition not needed after r295801.
skra
2016-02-19
1
-10
/
+0
*
Rename pte.h to pte-v4.h and start including directly either pte-v4.h
skra
2016-02-19
3
-13
/
+7
*
Move common definitions from both pmap-v4.h and pmap-v6.h into pmap.h.
skra
2016-02-19
3
-42
/
+27
*
Rename pmap.h to pmap-v4.h and remove pmap-v6.h include from it.
skra
2016-02-19
3
-517
/
+552
*
Remove redundant ARM_L2_ADDR_BITS and L2_ADDR_BITS definitions and
skra
2016-02-18
3
-8
/
+1
*
Remove redundant L2_ADDR_MASK definition and replace it by primary one.
skra
2016-02-18
1
-3
/
+0
*
Remove unneeded definitions after r291406. Also remove redundant and
skra
2016-02-18
2
-24
/
+0
*
Do not use PMAP_DOMAIN_KERNEL definition for __ARM_ARCH >= 6 as domains
skra
2016-02-17
1
-26
/
+0
*
Remove unneeded vector_page_setprot() for __ARM_ARCH >= 6. A vector
skra
2016-02-17
1
-5
/
+0
*
Include pte-v6.h only where needed.
skra
2016-02-17
3
-4
/
+1
*
Remove pd_prot and pd_cache members from struct arm_devmap_entry.
skra
2016-02-17
2
-4
/
+0
*
Break out the shared bits of the arm intrng definitions into sys/intr.h;
adrian
2016-02-10
1
-87
/
+1
*
ARM: Use new ARMv6 naming conventions for cache and TLB functions
mmel
2016-02-05
4
-6
/
+43
*
ARM: Introduce new cpu-v4.h header and move all ARMv4 specific code
mmel
2016-02-05
3
-59
/
+175
*
Make VM_MEMATTR_xxx definitions independent on pmap internals
skra
2016-02-04
2
-7
/
+7
*
ARM: Don't use ugly (and hidden) global variable, control register is
mmel
2016-02-04
1
-0
/
+1
[next]