]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm64/arm64
Prepare the kernel linker to handle PC-relative ifunc relocations.
[FreeBSD/FreeBSD.git] / sys / arm64 / arm64 /
2018-08-22 markjPrepare the kernel linker to handle PC-relative ifunc...
2018-08-21 alcEliminate kmem_malloc()'s unused arena parameter. ...
2018-08-20 alcEliminate kmem_alloc_contig()'s unused arena parameter.
2018-08-19 jmguse sbuf so that lines are printed together... As...
2018-08-18 alcOops. r338030 didn't eliminate the unused arena argume...
2018-08-15 andrewSet the Execute Never flags in EFI device memory as...
2018-08-14 jkimMerge OpenSSL 1.0.2p.
2018-08-14 loosUse the correct PTE when changing the attribute of...
2018-08-14 andrewSupport reading from the arm64 ID registers from userspace.
2018-08-13 manuImport DTS files from Linux 4.18
2018-08-11 kevansMFH @ r337607, in preparation for boarding
2018-08-08 eadlerfile: update to 5.34
2018-08-04 kevansefirt: Don't enter EFI context early, convert addrs...
2018-08-01 kibAdd pmap_is_valid_memattr(9).
2018-07-31 mavMFV r336991, r337001:
2018-07-31 andrewUse int for the pcpu_ssbd argument. This is included...
2018-07-31 andrewImplement the SSBD (CVE-2018-3639) workaround on arm64
2018-07-29 mmMFV r336851:
2018-07-25 markjSimplify the arm64 implementation of pmap_mincore().
2018-07-21 alcEliminate a comment that doesn't apply to this pmap...
2018-07-20 markjAdd support for pmap_enter(psind = 1) to the arm64...
2018-07-20 markjInitialize the L3 page's wire count correctly after...
2018-07-19 manuRaise the size of L3 table for early devmap on arm64
2018-07-18 markjPort r324665 and r325285 to arm64.
2018-07-11 cyMFV r324714:
2018-07-09 wmaARM64: Add ThunderX2 CPU revision macro. Add ThunderX2...
2018-07-08 markjReuse the PV entry when updating a mapping in pmap_enter().
2018-06-25 andrewMake cpu_set_syscall_retval common between the existing...
2018-06-23 markjRe-count available PV entries after reclaiming a PV...
2018-06-20 manuAdd pmap_mapdev_attr for arm64
2018-06-19 andrewMove common GIC interrupt numbers to the common header...
2018-06-14 manudts: Update our copy to Linux 4.17
2018-06-13 andrewAdd ThunderX2 to the list of CPUs we need to apply...
2018-06-13 andrewSwitch to the SMCCC function for branch predictor harde...
2018-06-13 andrewRename the ThunderX CPU identification macros to includ...
2018-06-10 andrewRemove the psci option from arm64. It is now a standard...
2018-06-10 andrewClean up handling of unexpected exceptions. Previously...
2018-06-08 kibRestore release semantic for the old thread unlock...
2018-05-31 andrewMove the code to print the EFI memory table to a new...
2018-05-31 andrewFix the early spelling of bootverbose.
2018-05-31 andrewFix the memory attribute for EFI_MD_ATTR_UC on arm64.
2018-05-30 andrewRemove max_pa, it's unused.
2018-05-30 andrewFurther limit when we call pmap_fault.
2018-05-30 andrewPush down the locking in pmap_fault to just be around...
2018-05-29 andrewOn ThunderX2 we need to be careful to only map the...
2018-05-28 andrewCreate a new function to walk the EFI memory table...
2018-05-28 hselaskyMFV r333789: libpcap 1.9.0 (pre-release)
2018-05-24 andrewAllow us to read the physmap data into our own array...
2018-05-24 andrewPrint the physmem tables under a verbose boot.
2018-05-24 andrewExclude memory from the /reserved-memory mappings with...
2018-05-23 philImport libxo-0.9.0:
2018-05-22 andrewRevert r334035 for now. It breaks the boot on some...
2018-05-22 andrewOn ThunderX2 we need to be careful to only map the...
2018-05-22 andrewStop using the DMAP region to map ACPI memory.
2018-05-22 andrewSwitch arm64 to use the same physmem code as 32-bit...
2018-05-21 andrewRestrict the faulting addresses we call pmap_fault...
2018-05-20 eadlerMFV: file 5.33
2018-05-19 sjgMerge bmake-20180512
2018-05-18 cognetInstead of ignoring the VFP registers, set the dumppcb...
2018-05-17 cognetIn pmap_get_tables(), check that the L2 is indeed a...
2018-05-17 cognetIn vfp_save_state(), don't bother trying to save the...
2018-05-16 avgfollowup to r332730/r332752: set kdb_why to "trap"...
2018-05-15 andrewIncrease the number of pages we allocate in the arm64...
2018-05-12 desUpgrade Unbound to 1.7.1.
2018-05-12 desUpgrade Unbound to 1.7.0. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.4. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.2. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.1. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.0. More to follow.
2018-05-12 desUpgrade LDNS to 1.7.0.
2018-05-11 desUpgrade to OpenSSH 7.7p1.
2018-05-08 desUpgrade to OpenSSH 7.6p1. This will be followed shortl...
2018-05-08 peterUpdate svn-1.9.7 to 1.10.0.
2018-05-01 markjPrint the dump progress indicator after calling dump_st...
2018-04-20 manugnu/dts: Update our copy of arm dts from Linux 4.16
2018-04-17 brooksRemove the unused fuwintr() and suiwintr() functions.
2018-04-06 brooksMove most of the contents of opt_compat.h to opt_global.h.
2018-04-04 brImport OpenCSD -- an ARM CoreSight(tm) Trace Decode...
2018-04-04 gonzoFix arm64 buildkernel target with "nooptions KDB"
2018-03-28 mavMFV r331695, 331700: 9166 zfs storage pool checkpoint
2018-03-24 philipImport tzdata 2018d
2018-03-23 mavMFV r331400: 8484 Implement aggregate sum and use for...
2018-03-20 emasteRename assym.s to assym.inc
2018-03-19 brImport Intel Processor Trace decoder library from
2018-03-13 kevansEFIRT: SetVirtualAddressMap with 1:1 mapping after...
2018-03-09 andrewUse the correct address to write back to memory in...
2018-03-07 andrewCreate macros for the ACPI interrupt cross references...
2018-03-07 andrewRestrict the arm64 DMAP region to the 1G blocks where...
2018-03-05 andrewRegister each GICv3 ITS driver with a useful cross...
2018-03-05 andrewIn the ACPI GICv3 attach function call device_get_child...
2018-03-04 kibUnify bulk free operations in several pmaps.
2018-03-03 andrewMove setting the IRQ base and length into the common...
2018-03-03 andrewAdd the missing GICv3 dev info struct to the ACPI dev...
2018-03-02 andrewCount the number of children in the GICv3 ACPI attachme...
2018-03-02 sjgUpdate to bmake-201802222
2018-02-28 andrewAllow releasing APs to take more time, as long as we...
2018-02-28 andrewCount the number of GIC redistributors in the ACPI...
2018-02-28 delphijMFV r330102: ntp 4.2.8p11
2018-02-26 cognetIn do_ast, make sure the interrupts are enabled before...
2018-02-24 andrewCorrectly set the 16kB page size field in the ITS BASER...
next