]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm64
Implement is_vlan_dev() and vlan_dev_vlan_id() for the LinuxKPI.
[FreeBSD/FreeBSD.git] / sys / arm64 /
2016-01-25 zbbSimplify GICv3 related drivers' naming
2016-01-25 zbbCreate proper FDT attachment for GICv2m
2016-01-22 andrewStop including fdt_common.h in the arm64 code. We don...
2016-01-22 delphijMFV r294491: ntp 4.2.8p6.
2016-01-20 zbbRevert r294267 to avoid using experimental VFS_AIO...
2016-01-19 desUpgrade to OpenSSH 6.9p1.
2016-01-19 desUpgrade to OpenSSH 6.8p1.
2016-01-19 desUpgrade to OpenSSH 6.7p1, retaining libwrap support...
2016-01-18 zbbEnable AIO interface on ARM64 platforms
2016-01-18 zbbUpdate ThunderX PCIe driver to fit new DTS layout
2016-01-15 baptUpdate mandoc to 20160116
2016-01-13 ngieMFhead @ r293815
2016-01-09 dchaginImplement vsyscall hack. Prior to 2.13 glibc uses vsyscall
2016-01-08 delphijMFV r293415:
2016-01-05 delphijMFV r293125: less v481.
2016-01-02 ianFix the arm64 build by adding an all-important '&'...
2016-01-02 nwhitehornMake using the #address-cells property on the interrupt...
2016-01-02 ianAdd an OF_decode_addr() implementation for arm64.
2016-01-02 ianMake the 'env' directive described in config(5) work...
2015-12-31 ngieMFhead @ r293006
2015-12-30 andrewDecode and print the ID_AA64* registers on boot. These...
2015-12-29 ngieMFhead @ r292618
2015-12-23 andrewIncrease the size and alignment of the setjmp buffer...
2015-12-19 ngieMFhead @ r292474
2015-12-18 bruefferMerge OpenBSM 1.2 alpha 4.
2015-12-17 andrewSupport the variant of the interrupt-map property where...
2015-12-15 ngieMFhead @ r292285
2015-12-14 andrewAdd support for MSI interrupts to the gicv2m controller...
2015-12-14 desUpgrade to Unbound 1.5.7.
2015-12-14 andrewSkip restoring more registers when returning from an...
2015-12-14 ngieMFhead @ r292177
2015-12-11 andrewSort the list of NICs after the mii options. While...
2015-12-10 andrewAdd support for the GICv2M extension to the GICv2 inter...
2015-12-10 andrewRemove pic_map_msix from ARM64, it is unneeded as all...
2015-12-10 andrewReduce the numbers of levels of indirection in arm64...
2015-12-09 ngieMFhead @ r292005
2015-12-07 markjMFV r289003:
2015-12-07 kibAdd support for usermode (vdso-like) gettimeofday(2...
2015-12-06 ngieMFhead@r291879
2015-12-03 jkimMerge OpenSSL 1.0.2e.
2015-12-01 andrewRework the exception entry/return functions to make...
2015-12-01 andrewRework the atomic code to reduce the repetition. This...
2015-12-01 andrewPrint useful information when we hit a data abort we...
2015-11-30 kibShorten conditional branch code.
2015-11-30 kibRemove unneeded instructions.
2015-11-28 kibRemove sv_prepsyscall, sv_sigsize and sv_sigtbl members...
2015-11-26 emasteCorrect arm64 gic_v3 sizeof argument
2015-11-26 ngieMFhead @ r291345
2015-11-24 andrewAdd support for moving the DMAP range. This is needed...
2015-11-24 ngieMFhead @ r291235
2015-11-23 skraRevert r291142.
2015-11-21 skraFix BUS_DMA_MIN_ALLOC_COMP flag logic. When bus_dmamap_...
2015-11-21 mariusAvoid a NULL pointer dereference in bounce_bus_dmamap_u...
2015-11-20 mariusAvoid a NULL pointer dereference in bounce_bus_dmamap_s...
2015-11-16 ngieMFhead @ r290899
2015-11-09 emasteFix typo in message from arm64 ITS workaround
2015-11-08 emasteSync arm64 GENERIC whitespace/comments with amd64
2015-11-07 baptMerge from head r290483
2015-11-07 emastearm64: add igb(4) to GENERIC
2015-11-06 andrewMark the arm64 nexus devices to be attached early....
2015-11-02 ianFix an alignment check that is wrong in half the busdma...
2015-11-02 andrewMake the arm64_cpu driver quiet as it adds no new infor...
2015-11-01 baptMerge from head
2015-10-30 jkimMerge OpenSSL 1.0.2d.
2015-10-28 baptMerge from head
2015-10-27 andrewMark functions as such. This means we call them directl...
2015-10-27 baptUpdate libucl to latest git snapshot (20151027)
2015-10-25 zbbFix bus numbering in ThunderX ITS quirk
2015-10-25 zbbAdd support for unspecified ranges on ThunderX system
2015-10-23 sjgMerge bmake 20151020
2015-10-23 emastearm64: remove exception instruction length assertion
2015-10-23 jahRemove unclear comment about address truncation in...
2015-10-22 glebiusMFV ntp-4.2.8p4 (r289715)
2015-10-22 edAdd support for CloudABI on ARM64.
2015-10-21 jahUse pmap_quick* functions in arm64 busdma to make bounc...
2015-10-21 emastearm64: Enable CTF for DTrace support
2015-10-19 andrewUse 4 levels of page tables when enabling the MMU....
2015-10-19 baptMerge from head
2015-10-18 zbbAdd ThunderX VNIC to arm64/GENERIC kernel
2015-10-18 rpauloUpdate hostapd/wpa_supplicant to version 2.5.
2015-10-18 andrewCorrectly align the stack. The early csu assumed we...
2015-10-17 ngieMFhead @ r289471
2015-10-17 andrewReplace build_section_pagetable with build_l1_block_pag...
2015-10-17 andrewRename build_block_pagetable to build_l2_block_pagetabl...
2015-10-17 kibAdd checks for kernel VA accesses to the copyin(9)...
2015-10-17 ngieIntegrate tools/regression/acltools into the FreeBSD...
2015-10-17 ngieIntegrate tools/test/posixshm and tools/regression...
2015-10-16 mavMFV r289310:
2015-10-15 edProperly set the return value for casueword to 0 upon...
2015-10-13 baptMerge from head
2015-10-13 ngieIntegrate tools/regression/acltools into tests/sys/acl
2015-10-12 peterUpdate from svn-1.8.14 to 1.9.2.
2015-10-10 ngieMFhead @ r289100
2015-10-08 kibBuild changes that allow the modules on arm64.
2015-10-08 kibImplement in-kernel relocator for the arm64 module...
2015-10-08 kibMake the copyright notice in the file to match reality...
2015-10-05 dimMerge ^/head r288457 through r288830.
2015-10-05 ngieMFhead @ r281414
2015-10-04 andrewWhen trying to execute from a misaligned address raise...
2015-10-04 kibWhen asserting IL bit in exception syndrome register...
next