]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm64
Move all the ficl common code into ficl.mk
[FreeBSD/FreeBSD.git] / sys / arm64 /
2017-10-10 Jung-uk KimMerge ACPICA 20170929 (take 2).
2017-10-10 Andrew TurnerSupport the EFI Runtime Services on arm64. As with...
2017-10-10 Andrew TurnerAdd machine/fpu.h on arm64 for compatibility with amd64.
2017-10-10 Andrew TurnerMove the pmap_l0_index, etc. macros to pte.h. These...
2017-10-06 Baptiste DaroussinImport mandoc 1.14.3
2017-10-06 Baptiste DaroussinImport 1.14.3
2017-10-06 Andriy GaponMFV r322235: 8067 zdb should be able to dump literal...
2017-10-06 Andriy GaponMFV r316934: 7340 receive manual origin should override...
2017-10-06 Andriy GaponMFV r316933: 5142 libzfs support raidz root pool (loade...
2017-10-06 Andriy GaponMFV r316931: 6268 zfs diff confused by moving a file...
2017-10-06 Andriy GaponMFV r316877: 7571 non-present readonly numeric ZFS...
2017-10-06 Andriy GaponMFV r316864: 6392 zdb: introduce -V for verbatim import
2017-10-06 Andriy GaponMFV r316862: 6410 teach zdb to perform object lookups...
2017-10-02 Alan SomersMFV r319743: 8108 zdb -l fails to read labels 2 and 3
2017-10-02 Alan SomersMFV r316863: 3871 fix issues introduced by 3604
2017-10-02 Alan SomersMFV r316861: 6866 zdb -l should return non-zero if...
2017-10-02 Alan SomersMFC r316858 7280 Allow changing global libzpool variabl...
2017-10-02 Andrew TurnerAdd a memory barrier to ensure the atomic write is...
2017-10-02 Andriy GaponMFV r323913: 8600 ZFS channel programs - snapshot
2017-10-02 Andriy GaponMFV r323912: 8592 ZFS channel programs - rollback
2017-10-02 Andriy GaponMFV r323795: 8604 Avoid unnecessary work search in...
2017-10-01 Andriy GaponMFV r323794: 8605 zfs channel programs: zfs.exists...
2017-10-01 Andriy GaponMFV r323531: 8521 nvlist memory leak in get_clones_stat...
2017-10-01 Andriy GaponMFV r323531: 8521 nvlist memory leak in get_clones_stat...
2017-10-01 Andriy GaponMFV r323530,r323533,r323534: 7431 ZFS Channel Programs...
2017-10-01 Martin MatuskaMFV r324145,324147:
2017-09-29 Jung-uk KimMerge ACPICA 20170929.
2017-09-26 Andriy GaponMFV r323535: 8585 improve batching done in zil_commit()
2017-09-22 Andriy GaponMFV r323917: 8648 Fix range locking in ZIL commit codepath
2017-09-22 Andriy GaponMFV r323914: 8661 remove "zil-cw2" dtrace probe
2017-09-20 Alan SomersMFV r323789: 8473 scrub does not detect errors on...
2017-09-20 Andriy GaponMFV r323792: 8602 remove unused "dp_early_sync_tasks...
2017-09-20 Andriy GaponMFV r323790: 8567 Inconsistent return value in zpool_re...
2017-09-19 Josh PaetzelFix indentation for r323068
2017-09-17 Gordon TetlowMFV r323678: file 5.32
2017-09-15 Andrew TurnerAdd the ARMv8.3 ID register fields. These were found...
2017-09-14 Andrew TurnerAdd support for handling undefined instructions in...
2017-09-14 John BaldwinAdd AT_HWCAP and AT_EHDRFLAGS on all platforms.
2017-09-13 Andriy GaponMFV r323527: 5815 libzpool's panic function doesn't...
2017-09-13 Andriy GaponMFV r323523: 8331 zfs_unshare returns wrong error code...
2017-09-13 Andriy GaponMFV r316932: 6280 libzfs: unshare_one() could fail...
2017-09-11 Ilya BakulinAdd MMCCAM-enabled kernel config for arm64
2017-09-11 Marcin WojtasExpand Marvell NIC description in arm64 GENERIC config
2017-09-11 Andriy GaponMFV r323111: 8569 problem with inline functions in...
2017-09-11 Andriy GaponMFV r323110: 8558 lwp_create() returns EAGAIN on system...
2017-09-10 Marius StroblMFV: r323381
2017-09-09 Marcin WojtasEnable compilation of Marvell NETA controller with...
2017-09-09 Marcin WojtasAdd support for uart_mvebu driver arm64 GENERIC config
2017-09-09 Marcin WojtasEnable compilation of Marvell EHCI driver in arm64...
2017-09-09 Andriy GaponMFV r323107: 8414 Implemented zpool scrub pause/resume
2017-09-09 Marcin WojtasEnable compilation of Marvell XHCI driver in arm64...
2017-09-08 Andrew TurnerNot all CPUs handle reading ID_AA64MMFR2_EL1 (e.g....
2017-09-07 Andrew TurnerFix the SVE ID field shift.
2017-09-07 Andrew TurnerAdd the ATS1E1 case to the ID_AA64MMFR1_EL1 decoding.
2017-09-07 Andrew TurnerUse the correct mask when printing undecoded fields...
2017-09-07 Andrew TurnerFix a mismerge, make sure PRINT_ID_AA64_MMFR2 has a...
2017-09-07 Andrew TurnerFix the value of ID_AA64ISAR1_DPB_SHIFT, the field...
2017-09-07 Andrew TurnerAdd the ARMv8.2 ID register additions and use them...
2017-09-07 Andrew TurnerUppercase the special register names in identcpu to...
2017-09-07 Andrew TurnerMake the bit mask of ARMv8 ID registers to print sparse...
2017-09-07 Andrew TurnerAdd more ARM Ltd parts to the list of knows CPUs.
2017-09-06 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2017-09-05 Marcin WojtasAdd Marvell RTC driver to arm64 GENERIC config
2017-09-03 Marcin WojtasAdd ARM Cortex A72 to CPU list
2017-09-01 Dimitry AndricUpgrade our copies of clang, llvm, lldb and compiler...
2017-09-01 Josh PaetzelRevert r323087
2017-09-01 Josh PaetzelTake options IPSEC out of GENERIC
2017-08-31 Jung-uk KimMerge ACPICA 20170831.
2017-08-31 Andrew TurnerAdd support for quirks while enabling secondary CPUs...
2017-08-31 Josh PaetzelAllow kldload tcpmd5
2017-08-31 Dag-Erling SmørgravMerge upstream r4302 to support multiple concurrently...
2017-08-24 Dimitry AndricUpgrade our copies of clang, llvm, lldb and compiler...
2017-08-22 Andrew TurnerRemove an unneeded call to pmap_invalidate_all. This...
2017-08-22 Andrew TurnerFix a bug in pmap_protect where we invalidate the wrong...
2017-08-22 Andrew TurnerFix a comment on uncommitted work.
2017-08-22 Andrew TurnerMove the l0 pagetable address to struct mdproc. It...
2017-08-22 Baptiste DaroussinImport zstandard 1.3.1
2017-08-21 Andrew TurnerImprove the performance of the arm64 thread switching...
2017-08-21 Dimitry AndricUpgrade our copies of clang, llvm, lld and libc++ to...
2017-08-18 Baptiste DaroussinRemove example from zstd sources, their license does...
2017-08-18 Mark JohnstonRename mkdumpheader() and group EKCD functions in kern_...
2017-08-18 Mark JohnstonFactor out duplicated kernel dump code into dump_{start...
2017-08-17 Ed Mastearm64: return error instead of panic in unimplemented...
2017-08-14 Enji CooperAdd supporting changes for `Add limited sandbox capabil...
2017-08-13 Andrew TurnerAdd support for multiple GICv3 ITS devices. For this...
2017-08-12 John BaldwinReliably enable debug exceptions on all CPUs.
2017-08-12 John BaldwinDon't panic for PT_GETFPREGS.
2017-08-11 John BaldwinFix a typo.
2017-08-11 Peter WemmUpdate from sqlite3-3.14.1 to sqlite3-3.20.0. This...
2017-08-10 Peter WemmUpdate subversion 1.9.5 -> 1.9.7
2017-08-09 Dimitry AndricUpgrade our copies of clang, llvm and libc++ to r310316...
2017-08-08 Andriy GaponMFV r322242: 8373 TXG_WAIT in ZIL commit path
2017-08-08 Andriy GaponMFV r322240: 8491 uberblock on-disk padding to reserve...
2017-08-08 Andriy GaponMFV r322238: 7915 checks in l2arc_evict could use some...
2017-08-08 Andriy GaponMFV r322236: 8126 ztest assertion failed in dbuf_dirty...
2017-08-08 Andriy GaponMFV r322232: 8426 mark immutable buffer arguments as...
2017-08-08 Andriy GaponMFV r322229: 7600 zfs rollback should pass target snaps...
2017-08-08 Andriy GaponMFV r322227: 8377 Panic in bookmark deletion
2017-08-08 Andriy GaponMFV r322223: 8378 crash due to bp in-memory modificatio...
2017-08-08 Andriy GaponMFV r322221: 7910 l2arc_write_buffers() may write beyon...
next