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
*
Revert r294267 to avoid using experimental VFS_AIO in ARM64's GENERIC
zbb
2016-01-20
1
-1
/
+0
*
Enable AIO interface on ARM64 platforms
zbb
2016-01-18
1
-0
/
+1
*
Update ThunderX PCIe driver to fit new DTS layout
zbb
2016-01-18
4
-12
/
+12
*
Implement vsyscall hack. Prior to 2.13 glibc uses vsyscall
dchagin
2016-01-09
1
-0
/
+2
*
Fix the arm64 build by adding an all-important '&' to get a pointer.
ian
2016-01-02
1
-1
/
+1
*
Make using the #address-cells property on the interrupt parent in device
nwhitehorn
2016-01-02
1
-3
/
+0
*
Add an OF_decode_addr() implementation for arm64.
ian
2016-01-02
1
-0
/
+54
*
Make the 'env' directive described in config(5) work on all architectures,
ian
2016-01-02
1
-1
/
+1
*
Decode and print the ID_AA64* registers on boot. These registers hold
andrew
2015-12-30
4
-30
/
+640
*
Increase the size and alignment of the setjmp buffer. This will allow for
andrew
2015-12-23
1
-6
/
+5
*
Support the variant of the interrupt-map property where the parent bus has
andrew
2015-12-17
1
-0
/
+3
*
Add support for MSI interrupts to the gicv2m controller. The allocation
andrew
2015-12-14
1
-1
/
+35
*
Skip restoring more registers when returning from an exception taken in
andrew
2015-12-14
1
-3
/
+7
*
Sort the list of NICs after the mii options. While here add the msk driver
andrew
2015-12-11
1
-3
/
+4
*
Add support for the GICv2M extension to the GICv2 interrupt controller.
andrew
2015-12-10
3
-2
/
+325
*
Remove pic_map_msix from ARM64, it is unneeded as all mappings happen
andrew
2015-12-10
4
-19
/
+3
*
Reduce the numbers of levels of indirection in arm64 pcib drivers by making
andrew
2015-12-10
5
-76
/
+30
*
Add support for usermode (vdso-like) gettimeofday(2) and
kib
2015-12-07
5
-4
/
+33
*
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
[next]