]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm64
hyperv/hn: Remove the redundant rid setting for RNDIS HALT.
[FreeBSD/FreeBSD.git] / sys / arm64 /
2016-08-23 andrewAlso adjust the virtual address passed to vm_page_pa_tr...
2016-08-23 andrewMap memory as read-only in pmap_enter_quick_locked...
2016-08-23 andrewIf we find we have a superpage in pmap_enter_quick_lock...
2016-08-23 andrewInclude the offset the virtual address is within an...
2016-08-22 andrewFix the arm64 non-SMP build, active_irq is a uint64_t...
2016-08-22 andrewEnsure map is valid, even before userland exists and...
2016-08-22 andrewFix pmap_update_entry, pmap_invalidate_range takes...
2016-08-22 andrewUse switch statements in pmap_remove_pages. While only...
2016-08-22 andrewUse pmap_update_entry in pmap_enter when updating an...
2016-08-22 andrewAdd sysctls to report on superpages statistics. While...
2016-08-22 andrewAdd a size argument to pmap_update_entry.
2016-08-22 andrewAdd KASSERTS in pmap_alloc_l3 to ensure we are not...
2016-08-19 mmelINTRNG: Rework handling with resources. Partially rever...
2016-08-17 kibImplement userspace gettimeofday(2) with HPET timecounter.
2016-08-16 markjMFV r304057:
2016-08-16 markjMFV r296989:
2016-08-15 andrewAdd the ARMv8.1 identification registers to the list...
2016-08-14 mmMFV r304060:
2016-08-12 andrewImplement promotions and demotions in the arm64 pmap...
2016-08-10 edProvide the CloudABI vDSO to its executables.
2016-08-10 edMake cpu_set_user_tls() work when called on the running...
2016-08-10 andrewUncomment the vm.kvm_size and vm.kvm_free sysctls....
2016-08-10 andrewImplement pmap_align_superpage on arm64 based on the...
2016-08-04 andrewRemove the pvh_global_lock lock from the arm64 pmap...
2016-08-02 andrewRemove trailing whitespace from the arm64 pmap
2016-08-01 andrewAdd a kernel variable to let the user to select their...
2016-08-01 andrewAdd the fields for the PAR_EL1 register. This is used...
2016-07-31 andrewAdd the Data Fault Status Code values to the ESR_ELx...
2016-07-31 andrewExtract the common parts of pmap_kenter_device to a...
2016-07-31 andrewFix the comment above pmap_invalidate_page. tlbi will...
2016-07-31 andrewRelax the barriers around a TLB invalidation to only...
2016-07-29 andrewAdd a generic EHCI USB driver based on the Allwinner...
2016-07-25 andrewRemove an unused variable.
2016-07-25 andrewFix a typo in a string in a KASSERT to sanity check...
2016-07-25 andrewRework how we number CPUs on arm64 to try and keep...
2016-07-25 andrewEnable the generic OHCI driver on arm64
2016-07-25 delphijChange bsdiff to use divsufsort suffix sort library...
2016-07-24 mavAdd more UEFI/e820 memory types from latest specifications.
2016-07-23 baptUpdate mandoc to 1.13.4 release
2016-07-15 andrewImplement bus_print_child to print the resources used...
2016-07-14 andrewFinish removing the non-INTRNG support from sys/arm64.
2016-07-14 andrewRemove the non-INTRNG support from the ThunderX PCIe...
2016-07-14 andrewMove gic_v3_irqsrc into the GICv3 driver source as...
2016-07-14 andrewMove structures only used by the GICv3 ITS driver from...
2016-07-14 andrewRemove the non-INTRNG support from the GICv3 interrupt...
2016-07-13 andrewAdd memmmap on arm64 so we can mmap /dev/mem and /dev...
2016-07-12 acheUndo r302601, WCHAR_MAX may not be a valid wchar value.
2016-07-12 acheI don't know why unsigned int is choosed for wchar_t...
2016-07-08 edDon't forget to set sa->narg for CloudABI system calls.
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-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.
next