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
*
Rework the exception entry/return functions to make them valid frames to be
andrew
2015-12-01
2
-36
/
+44
*
Rework the atomic code to reduce the repetition. This merges some of the
andrew
2015-12-01
1
-586
/
+204
*
Print useful information when we hit a data abort we can't handle. This
andrew
2015-12-01
1
-0
/
+9
*
Shorten conditional branch code.
kib
2015-11-30
1
-2
/
+1
*
Remove unneeded instructions.
kib
2015-11-30
1
-2
/
+0
*
Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the struct
kib
2015-11-28
1
-3
/
+0
*
Correct arm64 gic_v3 sizeof argument
emaste
2015-11-26
1
-1
/
+1
*
Add support for moving the DMAP range. This is needed as some AMD SoCs
andrew
2015-11-24
2
-9
/
+30
*
Revert r291142.
skra
2015-11-23
1
-2
/
+2
*
Fix BUS_DMA_MIN_ALLOC_COMP flag logic. When bus_dmamap_t map is being
skra
2015-11-21
1
-2
/
+2
*
Avoid a NULL pointer dereference in bounce_bus_dmamap_unload() when
marius
2015-11-21
1
-0
/
+5
*
Avoid a NULL pointer dereference in bounce_bus_dmamap_sync() when the
marius
2015-11-20
1
-1
/
+1
*
Fix typo in message from arm64 ITS workaround
emaste
2015-11-09
1
-1
/
+1
*
Sync arm64 GENERIC whitespace/comments with amd64
emaste
2015-11-08
1
-4
/
+4
*
arm64: add igb(4) to GENERIC
emaste
2015-11-07
1
-0
/
+1
*
Mark the arm64 nexus devices to be attached early. This allows multipass
andrew
2015-11-06
1
-4
/
+4
*
Fix an alignment check that is wrong in half the busdma implementations.
ian
2015-11-02
1
-2
/
+2
*
Make the arm64_cpu driver quiet as it adds no new information.
andrew
2015-11-02
1
-4
/
+7
*
Mark functions as such. This means we call them directly rather than have
andrew
2015-10-27
1
-1
/
+1
*
Fix bus numbering in ThunderX ITS quirk
zbb
2015-10-25
1
-2
/
+4
*
Add support for unspecified ranges on ThunderX system
zbb
2015-10-25
1
-3
/
+39
*
arm64: remove exception instruction length assertion
emaste
2015-10-23
1
-14
/
+0
*
Remove unclear comment about address truncation in busdma. Add (hopefully mu...
jah
2015-10-23
1
-1
/
+0
*
Add support for CloudABI on ARM64.
ed
2015-10-22
1
-0
/
+162
*
Use pmap_quick* functions in arm64 busdma to make bounce buffer synchronizati...
jah
2015-10-21
1
-45
/
+56
*
arm64: Enable CTF for DTrace support
emaste
2015-10-21
1
-0
/
+1
*
Use 4 levels of page tables when enabling the MMU. This will allow us to
andrew
2015-10-19
2
-6
/
+76
*
Add ThunderX VNIC to arm64/GENERIC kernel
zbb
2015-10-18
1
-0
/
+2
*
Correctly align the stack. The early csu assumed we passed the aux vector
andrew
2015-10-18
1
-1
/
+7
*
Replace build_section_pagetable with build_l1_block_pagetable as it takes
andrew
2015-10-17
1
-27
/
+43
*
Rename build_block_pagetable to build_l2_block_pagetable in preperation
andrew
2015-10-17
1
-3
/
+3
*
Add checks for kernel VA accesses to the copyin(9) and related
kib
2015-10-17
3
-1
/
+52
*
Properly set the return value for casueword to 0 upon success.
ed
2015-10-15
1
-0
/
+2
*
Build changes that allow the modules on arm64.
kib
2015-10-08
1
-1
/
+0
*
Implement in-kernel relocator for the arm64 module linker.
kib
2015-10-08
1
-5
/
+64
*
Make the copyright notice in the file to match reality. Use the
kib
2015-10-08
1
-19
/
+11
*
When trying to execute from a misaligned address raise a SIGBUS with the
andrew
2015-10-04
1
-0
/
+5
*
When asserting IL bit in exception syndrome register, print the raw
kib
2015-10-04
1
-1
/
+1
*
Use pmap_load more consistently. While here try to only load the data once
andrew
2015-10-01
1
-42
/
+48
*
Add the ENTRY/END entries around the exception handlers.
andrew
2015-10-01
1
-6
/
+12
*
Exploit r288122 to address a cosmetic issue. Since PV chunk pages don't
alc
2015-09-26
1
-1
/
+1
*
Remove apostrophe from AP's for consistency (arm64 mp_machdep)
emaste
2015-09-25
1
-1
/
+1
*
Add pass device to arm64 GENERIC (for smartctl)
emaste
2015-09-22
1
-0
/
+3
*
Call ast when handling irq from userspace, otherwise we could miss
kib
2015-09-22
1
-2
/
+8
*
Don't restore interrupts when we are about to disable them in the next
andrew
2015-09-22
1
-3
/
+0
*
Re-check for new ast after ast was handled. We should not return to
kib
2015-09-22
1
-4
/
+4
*
arm64 ThunderX PCIe workaround: enumerate only one slot for now
emaste
2015-09-22
1
-0
/
+8
*
Do not execute exception handlers with disabled interrupts.
kib
2015-09-18
1
-16
/
+25
*
Clear exclusive monitors when handling data aborts, the monitors are
kib
2015-09-18
2
-0
/
+18
*
Don't read the floating-point registers for now. We will need to enable the
andrew
2015-09-18
1
-0
/
+3
[next]