]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm64
Fix Machine Check Exception on Page Size Change.
[FreeBSD/FreeBSD.git] / sys / arm64 /
2016-06-30 wmaARM64: fix DMAP calculation
2016-06-27 delphijMFV r302218: file 5.28.
2016-06-22 andrewFix a race when the hardware has raised an exception...
2016-06-22 mmMFV r302003,r302037,r302038,r302056:
2016-06-17 bdreweryImport ClangFormat.cpp from ^/vendor/clang/clang-releas...
2016-06-16 kibUpdate comments for the MD functions managing contexts...
2016-06-07 andrewSwitch arm64 to use intrng by default. The old interrup...
2016-06-05 skraINTRNG - change the way how an interrupt mapping data...
2016-06-04 baptImport libucl snapshot 20160604
2016-06-03 andrewAdd the GICv3 ITS intrng driver. As the interface to...
2016-06-03 delphijMFV r301238:
2016-06-01 lidlImport NetBSD's blacklist source from vendor tree
2016-06-01 zbbReturn real error value instead of hard-coded ENXIO...
2016-05-31 andrewdpcpu_init should have also passed in the calculated...
2016-05-31 andrewAllow the kernel to boot on a CPU where the devicetree...
2016-05-31 andrewEnable setting BF_COHERENT on DMA tags. This allows...
2016-05-31 andrewMark the ThunderX and generic PCI drivers as cache...
2016-05-29 allanjudeImport the skein hashing algorithm, based on the threef...
2016-05-27 grehanCreate branch for bhyve graphics import.
2016-05-26 dimUpdate libc++ to 3.8.0. Excerpted list of fixes (with...
2016-05-20 emasteUpdate to ELF Tool Chain r3475
2016-05-20 andrewExtract the correct bits from the GICD_TYPER register...
2016-05-20 andrewAdd more useful GICv3 register definitions. While here fix
2016-05-20 andrewFilter out BUS_DMASYNC_POSTWRITE sync operations, there...
2016-05-20 andrewEnable NEW_PCIB on arm64.
2016-05-20 andrewHandle PCI_RES_BUS on the generic and ThunderX PCIe...
2016-05-19 andrewDefine PCI_RES_BUS for NEW_PCIB
2016-05-18 andrewReturn the struct intr_pic pointer from intr_pic_regist...
2016-05-18 zbbAdd support for MSI/MSIX deallocation on GICv3-ITS
2016-05-17 bzThe GIC (v2 at least) has a bit in the TYPER register...
2016-05-17 andrewAdd an arm64 kernel config to help testing intrng....
2016-05-17 andrewClean up the GICv3 intrng code:
2016-05-16 andrewAdd intrng support to the GICv3 driver. It lacks ITS...
2016-05-16 andrewMove the call to intr_pic_init_secondary to the same...
2016-05-16 andrewAdd support for intrng to arm64. As the GICv3 drivers...
2016-05-16 andrewTeach the ThunderX PCI PEM driver about intrng. This...
2016-05-16 andrewAdd a pcib interface for use by interrupt controllers...
2016-05-13 andrewAdd support to the arm64 busdma to handle the cache...
2016-05-12 andrewRename the internal BUC_DMA_* flags to BF_* so they...
2016-05-12 andrewRestrict the memory barriers in bus_dmamap_sync to...
2016-05-12 mmMFV r299425:
2016-05-11 andrewCall busdma_swi from swi_vm as is done from other archi...
2016-05-11 andrewOn arm64 always create a bus_dmamap_t object. This...
2016-05-11 andrewAdd data barriers to the arm64 bus_dmamap_sync function...
2016-05-11 zbbFix I/O coherence issues on ThunderX when SMP is disabled
2016-05-10 andrewPush the logic to talk with the MSI/MSI-X interrupt...
2016-05-05 dimSince contrib/libcxxrt's ancestry was never correct...
2016-05-05 jhbNative PCI-express HotPlug support.
2016-05-05 zbbFix GICv3 build after r299090
2016-05-03 jkimMerge OpenSSL 1.0.2h.
2016-04-27 jkimMerge ACPICA 20160422.
2016-04-27 delphijMFV r298691:
2016-04-26 andrewDisable ACPI on arm64 ad it has only had minimal testin...
2016-04-26 brMove arm's devmap to some generic place, so it can...
2016-04-25 andrewUse the yield instruction in the arm64 cpu_spinwait...
2016-04-21 pfgsys: use our roundup2/rounddown2() macros when param...
2016-04-20 andrewGroup the ThunderX PCIe PEM newbus methods to help...
2016-04-20 andrewPull out the MSI/MSI-X handling calls to simplify futur...
2016-04-18 delphijMFV r298178:
2016-04-17 baptImport libucl 0.8.0
2016-04-17 baptImport sqlite3 3.12.1
2016-04-16 gjbMFH
2016-04-15 philImport to 0.6.1
2016-04-15 pfgarm: for pointers replace 0 with NULL.
2016-04-14 andrewFix the types for the start, end, and count arguments to
2016-04-14 andrewSet the upper limit of the DMAP region to the limit...
2016-04-13 emastearm64: Avoid null dereference in its_init_cpu
2016-04-13 gjbMFH
2016-04-13 andrewDocument the memory ranges within the kernel region...
2016-04-13 andrewIncrease the arm64 kernel address space to 512GB, and...
2016-04-12 philMerge libxo 0.4.6
2016-04-11 gjbMFH
2016-04-10 pfgCleanup unnecessary semicolons from the kernel.
2016-04-07 zbbFix interrupts delivery on ThunderX for VF IDs beyond 8
2016-04-06 andrewUse PHYS_IN_DMAP to check if a physical address is...
2016-04-06 andrewCleanup the early pagetable creation code in preperatio...
2016-04-06 andrewAllow vmparam.h to be included from assembly files...
2016-04-06 edMake CloudABI's way of doing TLS more friendly to users...
2016-04-06 wmaImplement dtrace_getupcstack in ARM64
2016-04-04 gjbMFH
2016-04-04 andrewAdd a table to map from the FreeBSD CPUID space to...
2016-04-04 andrewReduce the diff for when we switch to intrng. The IPI...
2016-04-04 wmaarm64: pagezero improvement
2016-04-04 wmaAdd bzero.S to ARM64 machdep
2016-04-04 wmaarm64: bzero optimization
2016-03-31 edMake Position Independent Executables work for CloudABI.
2016-03-31 andrewAdd support for 4 level pagetables. The userland addres...
2016-03-29 andrewRead the CPU ID for the current CPU from the GIC. The...
2016-03-24 wmaarm64: Fixing user space boudary checking in copyinout.S
2016-03-23 wmaARM64 copyinout improvements
2016-03-22 andrewUse the saved program state register to detect when...
2016-03-18 andrewMove the opt_ files to be included first so their defin...
2016-03-18 andrewRename COUNT_IPI to INTR_IPI_COUNT to reduce the diff...
2016-03-18 andrewReduce the diff with intrng by renaming similar functio...
2016-03-18 andrewRemove the invalid L0_BLOCK definition. ARMv8 doesn...
2016-03-16 obrienBring down 0.4.5 vendor files and other catchups with...
2016-03-14 gjbMFH
2016-03-14 wmapmap arm64: fixing pmap_invalidate_range
2016-03-11 desUpgrade to OpenSSH 7.2p2.
2016-03-10 gjbMFH
next