]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm64
MFV: r323381
[FreeBSD/FreeBSD.git] / sys / arm64 /
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...
2017-08-08 Andriy GaponMFV r322217: 8418 zfs_prop_get_table() call in zfs_vali...
2017-08-05 Andrew TurnerMark each cpu in the appropriate cpuset_domain set...
2017-08-04 Enji CooperMFhead@r322057
2017-08-04 Andrew TurnerStart to teach the GICv3 driver about NUMA. On ThunderX...
2017-08-04 Dag-Erling SmørgravUpgrade to OpenSSH 7.5p1.
2017-08-04 Andrew TurnerRead the numa-node-id property from each CPU node....
2017-08-03 Phil ShaferUpdate from libxo-0.8.1 to 0.8.4:
2017-08-02 Enji CooperMFhead@r321960
2017-08-02 Emmanuel Vadotarm64: Add Allwinner H5 SoC
2017-07-31 Enji CooperMFhead@r321829
2017-07-31 Baptiste DaroussinUpdate mandoc to 1.14.2
2017-07-30 Dimitry AndricUpgrade our copies of clang, llvm, lld and lldb to...
2017-07-28 Martin MatuskaMFV r321673:
2017-07-28 Jung-uk KimMerge ACPICA 20170728.
2017-07-26 Andrew TurnerPass the last exception trap frame to kdb_trap. This...
2017-07-24 Simon J. GerratyImport bmake-20170720
2017-07-19 Dimitry AndricMerge ^/head r320994 through r321238.
2017-07-19 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-07-18 Andrew TurnerAdd support for passing FPU_KERN_NOCTX to fpu_kern_ente...
2017-07-15 Simon J. GerratyImport bmake-20170711
2017-07-14 Baptiste DaroussinUpdate zstd to 1.3.0
2017-07-13 Dimitry AndricMerge ^/head r320573 through r320970.
2017-07-13 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-07-13 Martin MatuskaMFV r320924:
2017-07-12 Xin LIMFV r320905: Import upstream fix for CVE-2017-11103.
2017-07-09 Emmanuel VadotUpdate DTS files from Linux 4.12
2017-07-09 Emmanuel Vadotarm64: Add Allwinner I2C controller to GENERIC kernel
2017-07-02 Dimitry AndricMerge ^/head r320398 through r320572.
2017-07-02 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-07-02 Andrew TurnerIn the arm64 pmap_remove, when removing a full superpag...
2017-07-01 Andrew TurnerRemove all calls to cpu_dcache_wb_range from the arm64...
2017-07-01 Jason A. HarmeningClean up MD pollution of bus_dma.h:
2017-06-30 Andrew TurnerRemove a blank line accidentally added in r320403.
2017-06-28 Enji CooperPull down pjdfstest 0.1
2017-06-27 Andrew TurnerAdd parentheses missed in r320388
2017-06-27 Andrew TurnerSome of the atomic_clear_* functions were incorrectly...
2017-06-27 Dimitry AndricMerge ^/head r320042 through r320397.
2017-06-27 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-06-26 Andrew TurnerIn _bswap16 and _bswap32 cast constant values to the...
2017-06-25 Ed MasteUpdate to ELF Tool Chain snapshot at r3561
2017-06-25 Andrew TurnerStop calling cpu_dcache_wb_range from PTE_SYNC.
2017-06-22 Andriy GaponMFV r319950: 5220 L2ARC does not support devices that...
2017-06-22 Andriy GaponMFV r319742: 8056 zfs send size estimate is inaccurate...
2017-06-22 Andriy GaponMFV r318947: 7578 Fix/improve some aspects of ZIL writing.
2017-06-20 Andriy GaponMFV r318946: 8021 ARC buf data scatter-ization
next