]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm64
Add a mips implementation of OF_decode_addr().
[FreeBSD/FreeBSD.git] / sys / arm64 /
2015-12-18 bruefferMerge OpenBSM 1.2 alpha 4.
2015-12-17 andrewSupport the variant of the interrupt-map property where...
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-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-07 markjMFV r289003:
2015-12-07 kibAdd support for usermode (vdso-like) gettimeofday(2...
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-24 andrewAdd support for moving the DMAP range. This is needed...
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...
2015-10-02 ngieMFhead @ r288473
2015-10-01 dimMerge ^/head r288197 through r288456.
2015-10-01 andrewUse pmap_load more consistently. While here try to...
2015-10-01 andrewAdd the ENTRY/END entries around the exception handlers.
2015-09-30 markjMFV r288408:
2015-09-28 ngieAdd initial testcases for bin/ls
2015-09-27 ngieMFhead @ r288313
2015-09-26 alcExploit r288122 to address a cosmetic issue. Since...
2015-09-25 emasteRemove apostrophe from AP's for consistency (arm64...
2015-09-24 dimMerge ^/head r288126 through r288196.
2015-09-23 emasteBring LLVM libunwind snapshot into contrib/llvm/projects
2015-09-22 emasteAdd pass device to arm64 GENERIC (for smartctl)
2015-09-22 dimMerge ^/head r288100 through r288125.
2015-09-22 kibCall ast when handling irq from userspace, otherwise...
2015-09-22 andrewDon't restore interrupts when we are about to disable...
2015-09-22 kibRe-check for new ast after ast was handled. We should...
2015-09-22 emastearm64 ThunderX PCIe workaround: enumerate only one...
2015-09-20 dimMerge ^/head r287878 through r288034.
2015-09-18 kibDo not execute exception handlers with disabled interrupts.
2015-09-18 kibClear exclusive monitors when handling data aborts...
2015-09-18 andrewDon't read the floating-point registers for now. We...
2015-09-17 desUpgrade to Unbound 1.5.4.
2015-09-16 zbbBlock secondary ITS instances from attaching on ARM64
2015-09-16 zbbRelease memory for CPUs that fail to init on ARM64
2015-09-16 dimMerge ^/head r287680 through r287877.
2015-09-16 dimUpdate libc++ to 3.7.0 release.
2015-09-15 emastearm64: add xhci driver and umass/ukbd to GENERIC for...
2015-09-11 dimMerge ^/head r287527 through r287679.
2015-09-11 dimSince contrib/libc++'s ancestry was never correct,...
2015-09-11 markjAdd stack_save_td_running(), a function to trace the...
next