]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm64
Merge OpenSSL 1.0.2i.
[FreeBSD/FreeBSD.git] / sys / arm64 /
2016-09-22 jkimMerge OpenSSL 1.0.2i.
2016-09-21 kibAdd kernel interfaces to call EFI Runtime Services.
2016-09-21 kibAdd a way for the architecture to specify the calling...
2016-09-21 andrewUpdate the device tree source files to a Linux 4.7-RC.
2016-09-21 wmaAdd support for SPI-mapped MSI interrupts in GICv3.
2016-09-21 wmaRegister GICv3 xref.
2016-09-20 wmaAdd driver for PCIe root complex on Annapurna Alpine...
2016-09-19 andrewImport the Linaro Cortex Strings library into contrib.
2016-09-18 kibConsolidate four efi_next_descriptor() definitions.
2016-09-13 andrewAdd a missing opt_ddb.h include from places that includ...
2016-09-13 andrewFix the arm64 kernel build when DDB is disabled, debug_...
2016-09-13 andrewAdd a warning about a known erratum we have observed...
2016-09-10 alcVarious changes to pmap_ts_referenced()
2016-09-08 andrewTrap msr/mrs instructions. These are privileged arm64...
2016-09-08 andrewDon't panic when we don't handle a userland exception...
2016-09-07 andrewWhen synchronising the instruction and data caches...
2016-09-07 andrewOnly call cpu_icache_sync_range when inserting an execu...
2016-09-07 wmaIntroduce support for Annapurna Alpine CCU and NB devices
2016-09-06 jmcneillAdd generic device-tree cpufreq driver.
2016-09-05 mmMFV r305420:
2016-09-04 andrewEnable superpages on arm64 by default. These seem to...
2016-09-04 desUpgrade to Unbound 1.5.9.
2016-09-03 markjRemove support for idle page zeroing.
2016-09-03 ngieUpdate contrib/netbsd-tests with new content from NetBSD
2016-09-03 jmcneillAdd support for Allwinner A64 thermal sensors.
2016-09-03 ngieMFhead @ r305314
2016-09-02 andrewAdd a pc_clock pcpu field and use it to implement cpu_e...
2016-09-01 andrewFix arm64 superpages bugs in pmap_enter:
2016-09-01 ngieMFhead @ r305170
2016-08-31 emasteUpdate to ELF Tool Chain r3490
2016-08-31 andrewAlso handle instruction traps. We might hit these when...
2016-08-30 pfgMFV r302423:
2016-08-30 andrewBecause we need to use a break-before-make sequence...
2016-08-29 ngieMFhead @ r305013
2016-08-27 andrewPrint both the kernel read and write translation in...
2016-08-25 ngieMFhead @ r304815
2016-08-25 andrewFix an assert, it should check if, when moving from...
2016-08-25 jmcneillAdd support for Allwinner A64.
2016-08-25 andrewMap coherent memory in a non-coherent dma tag as uncach...
2016-08-24 andrewAllow superpages on arm64 to be enabled. It is disabled...
2016-08-24 andrewAdd support to promote and demote managed superpages...
2016-08-24 cyMFV r304732.
2016-08-24 andrewTeach the parts of the arm64 pmap that need to iterate...
2016-08-24 edConvert pointers obtained from the threadattr_t structu...
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 ngieMFhead @ r304232
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-13 ngieMFhead @ r304038
2016-08-12 andrewImplement promotions and demotions in the arm64 pmap...
2016-08-12 ngieCheckpoint initial integration work
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
next