]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm64/arm64
Merge ^/head r307383 through r307735.
[FreeBSD/FreeBSD.git] / sys / arm64 / arm64 /
2016-10-21 dimMerge ^/head r307383 through r307735.
2016-10-20 andrewAdd support for the fpu_kern(9) KPI on arm64. It hooks...
2016-10-18 andrewAdd PCB_FP_USERMASK so we can mask off floating point...
2016-10-15 dimMerge ^/head r306906 through r307382.
2016-10-15 andrewCheck we are in a critical section when calling vfp_dis...
2016-10-14 andrewCreate macros for the MAIR memory attributes. While...
2016-10-14 jhbDrop support for using mmap() with /dev/kmem.
2016-10-14 andrewRework how we store the VFP registers in the pcb. This...
2016-10-13 andrewMove printing the AArch64 ID registers to a new SYSINIT...
2016-10-12 gonzoINTRNG: Propagate IRQ activation error to API consumer
2016-10-04 jkimMerge ACPICA 20160930.
2016-10-04 mmMFV r306669:
2016-10-01 baptImport libucl 20160812
2016-09-29 desUpgrade to Unbound 1.5.10.
2016-09-24 dimMerge ^/head r305892 through r306302.
2016-09-22 impRevert and redo r306083.
2016-09-22 jkimMerge OpenSSL 1.0.2i.
2016-09-21 kibAdd kernel interfaces to call EFI Runtime Services.
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-19 andrewImport the Linaro Cortex Strings library into contrib.
2016-09-18 kibConsolidate four efi_next_descriptor() definitions.
2016-09-16 dimMerge ^/head r305687 through r305890.
2016-09-13 andrewAdd a missing opt_ddb.h include from places that includ...
2016-09-13 andrewAdd a warning about a known erratum we have observed...
2016-09-10 dimMerge ^/head r305623 through r305686.
2016-09-10 alcVarious changes to pmap_ts_referenced()
2016-09-08 dimMerge ^/head r305431 through r305622.
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-05 mmMFV r305420:
2016-09-04 dimMerge ^/head r305390 through r305393.
2016-09-04 andrewEnable superpages on arm64 by default. These seem to...
2016-09-04 dimMerge ^/head r305361 through r305389.
2016-09-04 desUpgrade to Unbound 1.5.9.
2016-09-03 dimUpdate compiler-rt to 3.9.0 release, and update the...
2016-09-03 markjRemove support for idle page zeroing.
2016-09-03 ngieMFhead @ r305314
2016-09-02 dimMerge ^/head r305220 through r305300.
2016-09-02 andrewAdd a pc_clock pcpu field and use it to implement cpu_e...
2016-09-01 dimMerge ^/head r305087 through r305219.
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 dimMerge ^/head r305029 through r305080.
2016-08-30 dimUpdate libc++ to release_39 branch r279689.
2016-08-30 andrewBecause we need to use a break-before-make sequence...
2016-08-30 emasteBring lld (release_39 branch, r279477) to contrib
2016-08-29 ngieMFhead @ r305013
2016-08-28 dimMerge ^/head r304885 through r304954.
2016-08-27 andrewPrint both the kernel read and write translation in...
2016-08-27 dimMerge ^/head r304700 through r304884.
2016-08-25 ngieMFhead @ r304815
2016-08-25 andrewFix an assert, it should check if, when moving from...
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-23 dimMerge ^/head r304537 through r304699.
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-20 dimMerge ^/head r304236 through r304536.
2016-08-19 mmelINTRNG: Rework handling with resources. Partially rever...
2016-08-17 dimUpdate llvm to release_39 branch r278877.
2016-08-17 kibImplement userspace gettimeofday(2) with HPET timecounter.
2016-08-17 emasteUpdate lldb to release_39 branch r276489 and resolve...
2016-08-16 dimUpdate clang to release_39 branch r276489, and resolve...
2016-08-16 dimUpdate llvm to release_39 branch r276489, and resolve...
2016-08-16 dimMerge ^/head r303250 through r304235.
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 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-07-31 andrewExtract the common parts of pmap_kenter_device to a...
next