]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm64
Merge llvm trunk r338150 (just before the 7.0.0 branch point), and
[FreeBSD/FreeBSD.git] / sys / arm64 /
2018-08-02 dimMerge llvm trunk r338150 (just before the 7.0.0 branch...
2018-08-02 dimMerge compiler-rt trunk r338150, and resolve conflicts.
2018-08-02 dimMerge libc++ trunk r338150, and resolve conflicts.
2018-07-31 dimMerge lldb trunk r338150, and resolve conflicts.
2018-07-31 dimMerge lld trunk r338150, and resolve conflicts.
2018-07-31 dimMerge clang trunk r338150, and resolve conflicts.
2018-07-30 dimMerge llvm trunk r338150, and resolve conflicts.
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 manuarm64: Add vt_efifb to GENERIC
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-17 impRemove VM_FREELIST_ISADMA. It's not needed on these...
2018-07-13 mwEnable UART support for Xilinx Ultrascale+ SoCs
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-07-06 jhbExport a breakpoint() function to userland for arm...
2018-07-06 emasteRegen arm64 linux sysent after r336043
2018-07-06 emasteFix arm64 linuxulator clone() argument order
2018-07-06 mmacyBack pcpu zone with domain correct pages
2018-06-28 emasteAdd stub arm64 linuxulator VDSO ldscript
2018-06-25 andrewMake cpu_set_syscall_retval common between the existing...
2018-06-25 emasteInitial arm64 linuxulator linux_sysvec
2018-06-23 markjRe-count available PV entries after reclaiming a PV...
2018-06-20 manuAdd pmap_mapdev_attr for arm64
2018-06-20 manuif_rk_dwc: Disable setting delays for now
2018-06-20 manurk_gpio: Read the correct register for gpio read
2018-06-20 manuif_rk_dwc: Fix delays handling
2018-06-19 andrewMove common GIC interrupt numbers to the common header...
2018-06-18 emasteIntroduce arm64 linuxulator stubs
2018-06-18 emasteRegen arm64 linuxulator sysent files after r335323
2018-06-18 emastearm64 linuxulator: add dup syscall entry
2018-06-15 emastearm64 linuxulator: add linux_dummy.c based on amd64
2018-06-15 emastearm64: add arm64 linux.h based on i386 linuxulator...
2018-06-14 manudts: Update our copy to Linux 4.17
2018-06-14 manurk_i2c: Add driver for the I2C controller present in...
2018-06-14 manurk3328: Add support for the i2c clocks
2018-06-14 manuif_dwc_rk: Add DesignWare driver for RockChip SoCs.
2018-06-14 manurk_armclk: Add the write mask to the register mux value
2018-06-14 manurk_pll: Add support for mode
2018-06-14 manurk_pinctrl: Only add gpio subnode
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-13 andrewAdd more Cavium CPU part numbers.
2018-06-12 dbAdd a driver for the BCM2835 Mini-UART as seen on the...
2018-06-12 manuarm64: rockchip: Correctly set armclk
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-06-05 kevloSince we don't enable BUF_TRACKING and FULL_BUF_TRACKIN...
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 manuarm64: fix atomic_fcmpset_16
2018-05-28 manuarm64: Add atomic_fcmpset_8 and atomic_fcmpset_16
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 andrewRemove physmap from the arm64 machdep.h. This was misse...
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 manuarm64: rockchip: Add proper armclock support
2018-05-23 markjAdd GET_STACK_USAGE() for arm64.
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 markjEnable kernel dump features in GENERIC for most platforms.
2018-05-19 sjgMerge bmake-20180512
2018-05-18 cognetInstead of ignoring the VFP registers, set the dumppcb...
2018-05-18 andrewEnable the Qualcomm MSM UART driver. This is needed...
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-10 manuarm64: Add ALT_BREAK_TO_DEBUGGER to GENERIC
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-07 manuarm64: rockchip: cru: Call clk_set_assigned
2018-05-07 manuarm64: rockchip: clk: Add support to reparent to clk_co...
next