]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm64
Address a possible lost wakeup for gmirror events.
[FreeBSD/FreeBSD.git] / sys / arm64 /
2017-12-07 jkimMerge OpenSSL 1.0.2n.
2017-12-07 bdeMove instantiation of msgbufp from 9 MD files to subr_p...
2017-12-06 emasteUpdate tcpdump to 4.9.2
2017-12-04 andrewUse the module pointer to find the address we need...
2017-12-03 edMake COMPAT_FREEBSD32 part of GENERIC on arm64.
2017-11-30 edPort cloudabi32.ko to FreeBSD/arm64.
2017-11-30 pfgSPDX: Consider code from Carnegie-Mellon University.
2017-11-29 impImport lua 5.3.4 to contrib
2017-11-28 andrewFix the direction we move the instruction to retuirn...
2017-11-28 andrewWhen we exit the kernel debugger having entered because...
2017-11-28 kibFix index calculation for the page table pages for...
2017-11-27 andrewSet the kernel file name so the kern.bootfile sysctl...
2017-11-26 edAdd a Saved Process Status Register bit for AArch32...
2017-11-26 edCorrect some more places where TO_PTR() should be used.
2017-11-26 edUse TO_PTR() to convert integers to pointers.
2017-11-26 edMake 32-bit system calls end up in svc_handler().
2017-11-26 andrewMake the arm64 pmap_invalidate functions static inline...
2017-11-24 emasteTemporarily disable VIMAGE on arm64
2017-11-24 hselaskyRoCE/infiniband upgrade to Linux v4.9 for kernel and...
2017-11-24 edSet CP15BEN in SCTLR to make memory barriers work in...
2017-11-24 edAdd rudimentary support for building FreeBSD/arm64...
2017-11-24 hselaskyMerge ^/head r326132 through r326161.
2017-11-24 edDon't let cpu_set_syscall_retval() clobber exec_setregs().
2017-11-23 andrewEnsure we check the program state set in the trap frame...
2017-11-23 hselaskyMerge ^/head r325999 through r326131.
2017-11-21 andrewAdd a driver for the EFI RTC. This uses the EFI Runtime...
2017-11-21 andrewWhen fpcurthread is not the current thread it may be...
2017-11-20 delphijMFV r326007: less v529.
2017-11-18 manuUpdate our copy of DTS from the ones from Linux 4.14
2017-11-11 baptUpdate to zstd 1.3.2
2017-11-10 hselaskyMerge ^/head r325505 through r325662.
2017-11-08 jeffReplace manyinstances of VM_WAIT with blocking page...
2017-11-07 hselaskyMerge ^/head r323559 through r325504.
2017-11-02 sjgUpdate to bmake-20171028
2017-11-02 jkimMerge OpenSSL 1.0.2m.
2017-10-31 andrewAllocate the ITS translation table with a 64k page...
2017-10-31 andrewAs with r325242 use mp_maxid when iterating over CPUs...
2017-10-31 andrewUse mp_maxid when iterating over CPUs as we may have...
2017-10-31 mwUpdate ena-com HAL to v1.1.4.3 and update driver accord...
2017-10-29 eadlerUpdate several more URLs
2017-10-28 philipImport tzdata 2017c
2017-10-27 avgMFV r325013,r325034: 640 number_to_scaled_string is...
2017-10-25 manuloader.efi: Make framebuffer commands available for...
2017-10-23 markjFix the VM_NRESERVLEVEL == 0 build.
2017-10-21 manudts: Update our device tree sources file fomr Linux...
2017-10-21 mmelAdd AT_HWCAP2 ELF auxiliary vector.
2017-10-20 bzWith r181803 on 2008-08-17 23:27:27Z the first VIMAGE...
2017-10-18 markjMove kernel dump offset tracking into MI code.
2017-10-10 jkimMerge ACPICA 20170929 (take 2).
2017-10-10 andrewSupport the EFI Runtime Services on arm64. As with...
2017-10-10 andrewAdd machine/fpu.h on arm64 for compatibility with amd64.
2017-10-10 andrewMove the pmap_l0_index, etc. macros to pte.h. These...
2017-10-06 baptImport 1.14.3
2017-10-02 andrewAdd a memory barrier to ensure the atomic write is...
2017-10-01 avgMFV r323530,r323533,r323534: 7431 ZFS Channel Programs...
2017-10-01 mmMFV r324145,324147:
2017-09-29 jkimMerge ACPICA 20170929.
2017-09-19 jpaetzelFix indentation for r323068
2017-09-17 gordonMFV r323678: file 5.32
2017-09-15 andrewAdd the ARMv8.3 ID register fields. These were found...
2017-09-14 andrewAdd support for handling undefined instructions in...
2017-09-14 jhbAdd AT_HWCAP and AT_EHDRFLAGS on all platforms.
2017-09-13 npMFH @ r323558.
2017-09-11 kibabAdd MMCCAM-enabled kernel config for arm64
2017-09-11 mwExpand Marvell NIC description in arm64 GENERIC config
2017-09-09 mwEnable compilation of Marvell NETA controller with...
2017-09-09 mwAdd support for uart_mvebu driver arm64 GENERIC config
2017-09-09 mwEnable compilation of Marvell EHCI driver in arm64...
2017-09-09 mwEnable compilation of Marvell XHCI driver in arm64...
2017-09-08 andrewNot all CPUs handle reading ID_AA64MMFR2_EL1 (e.g....
2017-09-07 andrewFix the SVE ID field shift.
2017-09-07 andrewAdd the ATS1E1 case to the ID_AA64MMFR1_EL1 decoding.
2017-09-07 andrewUse the correct mask when printing undecoded fields...
2017-09-07 andrewFix a mismerge, make sure PRINT_ID_AA64_MMFR2 has a...
2017-09-07 andrewFix the value of ID_AA64ISAR1_DPB_SHIFT, the field...
2017-09-07 andrewAdd the ARMv8.2 ID register additions and use them...
2017-09-07 andrewUppercase the special register names in identcpu to...
2017-09-07 andrewMake the bit mask of ARMv8 ID registers to print sparse...
2017-09-07 andrewAdd more ARM Ltd parts to the list of knows CPUs.
2017-09-05 mwAdd Marvell RTC driver to arm64 GENERIC config
2017-09-03 mwAdd ARM Cortex A72 to CPU list
2017-09-01 jpaetzelRevert r323087
2017-09-01 jpaetzelTake options IPSEC out of GENERIC
2017-08-31 jkimMerge ACPICA 20170831.
2017-08-31 andrewAdd support for quirks while enabling secondary CPUs...
2017-08-31 jpaetzelAllow kldload tcpmd5
2017-08-22 andrewRemove an unneeded call to pmap_invalidate_all. This...
2017-08-22 andrewFix a bug in pmap_protect where we invalidate the wrong...
2017-08-22 andrewFix a comment on uncommitted work.
2017-08-22 andrewMove the l0 pagetable address to struct mdproc. It...
2017-08-22 baptImport zstandard 1.3.1
2017-08-21 andrewImprove the performance of the arm64 thread switching...
2017-08-21 hselaskyMerge ^/head r322398 through r322746.
2017-08-18 markjRename mkdumpheader() and group EKCD functions in kern_...
2017-08-18 markjFactor out duplicated kernel dump code into dump_{start...
2017-08-17 emastearm64: return error instead of panic in unimplemented...
2017-08-14 ngieAdd supporting changes for `Add limited sandbox capabil...
2017-08-13 andrewAdd support for multiple GICv3 ITS devices. For this...
2017-08-12 jhbReliably enable debug exceptions on all CPUs.
2017-08-12 jhbDon't panic for PT_GETFPREGS.
next