]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm64
MFV r305420:
[FreeBSD/FreeBSD.git] / sys / arm64 /
2016-09-05 Martin MatuskaMFV r305420:
2016-09-04 Andrew TurnerEnable superpages on arm64 by default. These seem to...
2016-09-04 Dag-Erling SmørgravUpgrade to Unbound 1.5.9.
2016-09-03 Mark JohnstonRemove support for idle page zeroing.
2016-09-03 Enji CooperUpdate contrib/netbsd-tests with new content from NetBSD
2016-09-03 Jared McNeillAdd support for Allwinner A64 thermal sensors.
2016-09-03 Alexander MotinMFC r305337: 7004 dmu_tx_hold_zap() does dnode_hold...
2016-09-03 Alexander MotinMFV r305336: 7247 zfs receive of deduplicated stream...
2016-09-03 Alexander MotinMFV r305335: 7003 zap_lockdir() should tag hold
2016-09-03 Alexander MotinMFV r304157:
2016-09-03 Alexander MotinMFV r304156: 7235 remove unused func dsl_dataset_set_blkptr
2016-09-03 Alexander MotinMFV r304159: 7277 zdb should be able to print zfs_dbgmsg's
2016-09-03 Alexander MotinMFV r304155: 7090 zfs should improve allocation order...
2016-09-03 Alexander MotinMFV r303081: 7163 ztest failures due to excess error...
2016-09-03 Alexander MotinMFV r303080: 6451 ztest fails due to checksum errors
2016-09-03 Alexander MotinMFV r303079:
2016-09-03 Alexander MotinMFV r303078:
2016-09-03 Alexander MotinMFV r303077:
2016-09-03 Alexander MotinMFV r302991: 6950 ARC should cache compressed data
2016-09-03 Enji CooperHandle missed mergeinfo by merging r305031 (the missing...
2016-09-03 Enji CooperMFhead @ r305314
2016-09-02 Andrew TurnerAdd a pc_clock pcpu field and use it to implement cpu_e...
2016-09-01 Alexander MotinMFV r304158:
2016-09-01 Alexander MotinMFV r302993: 7104 increase indirect block size
2016-09-01 Alexander MotinMFV r302992: 7071 lzc_snapshot does not fill in errlist...
2016-09-01 Alexander MotinMFV r302662: 6447 handful of nvpair cleanups
2016-09-01 Alexander MotinMFV r302661: 7082 bptree_iterate() passes wrong args...
2016-09-01 Alexander MotinMFV r302660: 6314 buffer overflow in dsl_dataset_name
2016-09-01 Alexander MotinMFV r302659: 6931 lib/libzfs: cleanup gcc warnings
2016-09-01 Alexander MotinMFV r302658: 6872 zfs libraries should not allow uninit...
2016-09-01 Alexander MotinMFV r302657: 4521 zfstest is trying to execute evil...
2016-09-01 Alexander MotinMFV r302655: 6873 zfs_destroy_snaps_nvl leaks errlist
2016-09-01 Alexander MotinMFV r302654:
2016-09-01 Alexander MotinMFV r302653: 6111 zfs send should ignore datasets creat...
2016-09-01 Alexander MotinMFV r302651: 7054 dmu_tx_hold_t should use refcount_t...
2016-09-01 Alexander MotinMFV r302648: 7019 zfsdev_ioctl skips secpolicy when...
2016-09-01 Alexander MotinMFV r302647: 6922 Emit ESC_ZFS_VDEV_REMOVE_AUX after...
2016-09-01 Alexander MotinMFV r302646:
2016-09-01 Alexander MotinMFV r302643:
2016-09-01 Alexander MotinMFV r302642:
2016-09-01 Alexander MotinMFV r302642:
2016-09-01 Andrew TurnerFix arm64 superpages bugs in pmap_enter:
2016-09-01 Enji CooperMFhead @ r305170
2016-08-31 Ed MasteUpdate to ELF Tool Chain r3490
2016-08-31 Andrew TurnerAlso handle instruction traps. We might hit these when...
2016-08-30 Pedro F. GiffuniMFV r302423:
2016-08-30 Andrew TurnerBecause we need to use a break-before-make sequence...
2016-08-29 Enji CooperMFhead @ r305013
2016-08-29 Martin MatuskaRedo MFV r304866:
2016-08-27 Andrew TurnerPrint both the kernel read and write translation in...
2016-08-26 Martin MatuskaMFV r304866:
2016-08-25 Enji CooperMFhead @ r304815
2016-08-25 Andrew TurnerFix an assert, it should check if, when moving from...
2016-08-25 Jared McNeillAdd support for Allwinner A64.
2016-08-25 Andrew TurnerMap coherent memory in a non-coherent dma tag as uncach...
2016-08-24 Andrew TurnerAllow superpages on arm64 to be enabled. It is disabled...
2016-08-24 Andrew TurnerAdd support to promote and demote managed superpages...
2016-08-24 Cy SchubertMFV r304732.
2016-08-24 Andrew TurnerTeach the parts of the arm64 pmap that need to iterate...
2016-08-24 Ed SchoutenConvert pointers obtained from the threadattr_t structu...
2016-08-23 Andrew TurnerAlso adjust the virtual address passed to vm_page_pa_tr...
2016-08-23 Andrew TurnerMap memory as read-only in pmap_enter_quick_locked...
2016-08-23 Andrew TurnerIf we find we have a superpage in pmap_enter_quick_lock...
2016-08-23 Andrew TurnerInclude the offset the virtual address is within an...
2016-08-22 Andrew TurnerFix the arm64 non-SMP build, active_irq is a uint64_t...
2016-08-22 Andrew TurnerEnsure map is valid, even before userland exists and...
2016-08-22 Andrew TurnerFix pmap_update_entry, pmap_invalidate_range takes...
2016-08-22 Andrew TurnerUse switch statements in pmap_remove_pages. While only...
2016-08-22 Andrew TurnerUse pmap_update_entry in pmap_enter when updating an...
2016-08-22 Andrew TurnerAdd sysctls to report on superpages statistics. While...
2016-08-22 Andrew TurnerAdd a size argument to pmap_update_entry.
2016-08-22 Andrew TurnerAdd KASSERTS in pmap_alloc_l3 to ensure we are not...
2016-08-20 Baptiste DaroussinImport Dragonfly Mail Agent snapshort from 20160806...
2016-08-19 Michal MelounINTRNG: Rework handling with resources. Partially rever...
2016-08-17 Konstantin BelousovImplement userspace gettimeofday(2) with HPET timecounter.
2016-08-16 Enji CooperMFhead @ r304232
2016-08-16 Mark JohnstonMFV r304057:
2016-08-16 Mark JohnstonMFV r301526:
2016-08-16 Mark JohnstonMFV r301525:
2016-08-16 Mark JohnstonMFV r301524:
2016-08-16 Mark JohnstonMFV r296989:
2016-08-16 Mark JohnstonMFV r304056:
2016-08-15 Andrew TurnerAdd the ARMv8.1 identification registers to the list...
2016-08-14 Martin MatuskaMFV r304060:
2016-08-13 Enji CooperMFhead @ r304038
2016-08-12 Andrew TurnerImplement promotions and demotions in the arm64 pmap...
2016-08-12 Enji CooperCheckpoint initial integration work
2016-08-10 Ed SchoutenProvide the CloudABI vDSO to its executables.
2016-08-10 Ed SchoutenMake cpu_set_user_tls() work when called on the running...
2016-08-10 Andrew TurnerUncomment the vm.kvm_size and vm.kvm_free sysctls....
2016-08-10 Andrew TurnerImplement pmap_align_superpage on arm64 based on the...
2016-08-04 Andrew TurnerRemove the pvh_global_lock lock from the arm64 pmap...
2016-08-02 Andrew TurnerRemove trailing whitespace from the arm64 pmap
2016-08-01 Andrew TurnerAdd a kernel variable to let the user to select their...
2016-08-01 Andrew TurnerAdd the fields for the PAR_EL1 register. This is used...
2016-07-31 Andrew TurnerAdd the Data Fault Status Code values to the ESR_ELx...
2016-07-31 Andrew TurnerExtract the common parts of pmap_kenter_device to a...
2016-07-31 Andrew TurnerFix the comment above pmap_invalidate_page. tlbi will...
2016-07-31 Andrew TurnerRelax the barriers around a TLB invalidation to only...
2016-07-29 Andrew TurnerAdd a generic EHCI USB driver based on the Allwinner...
next