]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm64/arm64
MFC r323797: add vfs_zfs.abd_chunk_size tunable
[FreeBSD/FreeBSD.git] / sys / arm64 / arm64 /
2017-09-21 andrewMFC r322800:
2017-09-21 andrewMFC r322797:
2017-08-22 jhbAdd missing #include to fix build after r322761.
2017-08-21 jhbMFC 322437: Reliably enable debug exceptions on all...
2017-08-21 jhbMFC 322436: Don't panic for PT_GETFPREGS.
2017-08-21 emasteMFC r322627: arm64: return error instead of panic in...
2017-07-21 kibMFC r319873:
2017-05-30 andrewMFC r307334, r318252: Support write-through caches...
2017-05-30 andrewMFC r317824:
2017-05-30 andrewMFC r317361:
2017-05-30 andrewMFC r317197:
2017-05-30 andrewMFC r317192:
2017-05-30 andrewMFC r313396:
2017-05-30 andrewMFC r316734, r316761: Support Execute-Never bit in...
2017-05-30 andrewMFC r316732, r316756: Enable Privileged Access Never...
2017-05-30 andrewMFC r316755:
2017-05-27 hselaskyMFC r318353:
2017-05-23 markjMFC r308474, r308691, r309203, r309365, r309703, r30989...
2017-04-24 kibMFC r316679:
2017-04-19 andrewMFC 313772:
2017-04-16 mmelMFC r303261,r315059:
2017-01-18 jhbMFC 307332,312086: Drop support for using mmap() with...
2016-11-06 gonzoMFC r306899, r307059, r307151
2016-11-05 mmelMFC r304459,r305527:
2016-09-25 kibMFC r305942:
2016-09-21 andrewMFC 304799:
2016-09-21 andrewMFC 305285:
2016-09-21 andrewMFC r304892:
2016-09-16 andrewMFC 305607:
2016-09-16 andrewMFC 305128:
2016-09-16 andrewMFC 305546:
2016-09-16 andrewMFC 305545:
2016-09-16 andrewMFC 304004, 304596, 304598, 304599, 304600, 304604...
2016-09-16 andrewMFC 303904:
2016-09-16 andrewMFC 303903:
2016-09-16 andrewMFC 303744:
2016-09-16 andrewMFC 305605:
2016-09-16 kibMFC r304285:
2016-09-13 andrewMFC 305771, 305772:
2016-09-13 andrewMFC 305767:
2016-09-07 andrewMFC 303592:
2016-09-07 andrewMFC 303585, 303587:
2016-09-07 andrewMFC 304625:
2016-09-07 andrewMFC 303307, 303308, 303309 clean up the arm64 MP code:
2016-09-07 andrewMFC 303661:
2016-09-07 andrewMFC 304140:
2016-09-07 andrewMFC 302849, 302851, 302896 GICv3 improvements:
2016-08-31 andrewMFC 302847, 302848, 302852, 302853:
2016-08-31 andrewMFC 302789:
2016-08-15 edMFC r303923:
2016-07-06 andrewRemove the old pre-INTRNG arm64 interrupt framework...
2016-07-04 grehanImport bhyve_graphics into CURRENT. Thanks to all who...
2016-07-01 delphijMFV r302260: expat 2.2.0
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-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-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-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 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 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-05 dimSince contrib/libcxxrt's ancestry was never correct...
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 brMove arm's devmap to some generic place, so it can...
2016-04-21 pfgsys: use our roundup2/rounddown2() macros when param...
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
next