]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm64/arm64
MFV r308954:
[FreeBSD/FreeBSD.git] / sys / arm64 / arm64 /
2016-11-22 delphijMFV r308954:
2016-11-11 cyMFV r305100: Update amd from am-utils 6.1.5 to 6.2.
2016-11-08 bdreweryFix improper use of "its".
2016-11-07 delphijMFV r308392: file 5.29.
2016-11-03 gjbMFV r308265: Update tzdata to 2016i.
2016-10-26 andrewPull the common FDT interrupt values into a new header...
2016-10-26 andrewOnly release CPUs when they exist.
2016-10-26 andrewUse nitems to get the correct number of registers to...
2016-10-25 andrewCreate a new PSCI error code and use it to signal that...
2016-10-25 andrewImport the Cortex String memcpy and memmove into the...
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 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-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-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 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-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 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 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 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 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...
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-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 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 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...
next