]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm64
Unbreak the RSS/PCBGROUp build.
[FreeBSD/FreeBSD.git] / sys / arm64 /
2016-03-29 andrewRead the CPU ID for the current CPU from the GIC. The...
2016-03-24 wmaarm64: Fixing user space boudary checking in copyinout.S
2016-03-23 wmaARM64 copyinout improvements
2016-03-22 andrewUse the saved program state register to detect when...
2016-03-18 andrewMove the opt_ files to be included first so their defin...
2016-03-18 andrewRename COUNT_IPI to INTR_IPI_COUNT to reduce the diff...
2016-03-18 andrewReduce the diff with intrng by renaming similar functio...
2016-03-18 andrewRemove the invalid L0_BLOCK definition. ARMv8 doesn...
2016-03-16 obrienBring down 0.4.5 vendor files and other catchups with...
2016-03-14 wmapmap arm64: fixing pmap_invalidate_range
2016-03-11 desUpgrade to OpenSSH 7.2p2.
2016-03-09 jhbFix reporting of the CloudABI ABI in kdump.
2016-03-03 dimMerge ^/head r296007 through r296368.
2016-03-02 bzForce re-routing PCI interrupts (this is for legacy...
2016-03-02 wmaImprove ThunderX PEM driver to work on pass2 revision
2016-03-01 jkimMerge OpenSSL 1.0.2g.
2016-03-01 wmaGet memory ranges from FDT if no EFI API is available...
2016-03-01 wmaEnable SRE_EL2 on ARM64
2016-03-01 wmaAdd uart 8250 device to GENERIC arm64 configuration
2016-03-01 jhibbitsCorrect the memory rman ranges to be to BUS_SPACE_MAXADDR
2016-02-26 wmaRestore ThunderX Pass1.1 PCI changes removed by r295962
2016-02-24 dimMerge ^/head r295902 through r296006.
2016-02-24 wmaMake pci_host_generic and thunderx_pci common
2016-02-22 dimMerge ^/head r295845 through r295901.
2016-02-22 wmaAdd Intel 10Gb support to ARM64 GENERIC kernel config
2016-02-22 skraAs <machine/vmparam.h> is included from <vm/vm_param...
2016-02-22 skraAs <machine/param.h> is included from <sys/param.h...
2016-02-22 skraAs <machine/pmap.h> is included from <vm/pmap.h>, there...
2016-02-21 dimMerge ^/head r295601 through r295844.
2016-02-20 jhibbitsIntroduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.
2016-02-18 zbbIntroduce bus_get_bus_tag() method
2016-02-18 wmaFix ThunderX external PEM bus offset
2016-02-17 skraRemove pd_prot and pd_cache members from struct arm_dev...
2016-02-16 andrewAllow callers of OF_decode_addr to get the size of...
2016-02-16 zbbSupport PEM that is not a PCI endpoint on ThunderX
2016-02-13 dimMerge ^/head r295544 through r295600.
2016-02-13 dimUpdate llvm, clang and lldb to release_38 branch r260756.
2016-02-12 emasteUpdate ELF Tool Chain to upstream rev 3400
2016-02-12 andrewOnly update curthread and curpcb after we have finished...
2016-02-11 dimMerge ^/head r295351 through r295543.
2016-02-11 desUse the new insecure-lan-zones option instead of listin...
2016-02-11 zbbSupport interrupts binding in GICv3 and ITS
2016-02-11 zbbImplement finer locking in ITS
2016-02-11 zbbInitially bind all interrupts to the boot CPU when...
2016-02-11 zbbCall pmc_hook() correctly in the ARM64 interrupt handler
2016-02-11 zbbIntroduce bus_bind_intr method for ARM64
2016-02-11 zbbFix bugs in interrupts allocation on ARM64
2016-02-11 zbbMinor clean-ups for ARM64 GICv3 and GIC drivers
2016-02-11 wmaARM64 disassembler: support for LDR instructions
2016-02-10 andrewRevert an arm64 change that sneaked in with r295464.
2016-02-10 andrewUpdate of the Allwinner drivers to:
2016-02-09 glebiusInclude sys/_task.h into uma_int.h, so that taskqueue...
2016-02-09 andrewUpdate our copy of the Linux dts files to be in sync...
2016-02-09 andrewUse designated initialisers for the db disassembler...
2016-02-09 wmaIgnore invalid page descriptors in ARM64 pmap_mincore
2016-02-06 dimMerge ^/head r294961 through r295350.
2016-02-06 dimMerge compiler-rt release_38 branch r258968.
2016-02-05 andrewImplement kdb_cpu_sync_icache on arm64.
2016-02-04 andrewEnable checking of the stack alignment. The stack shoul...
2016-02-04 brFix build.
2016-02-04 glebiusFix build.
2016-02-03 andrewHandle a misaligned stack pointer exception from usersp...
2016-02-02 andrewIncrease the size of PHYS_AVAIL_SIZE to allow firmware...
2016-02-02 andrewEnsure we don't overflow the phys_avail array. Some...
2016-02-02 andrewIncrease the space we use after the kernel to 8MiB...
2016-02-02 andrewOnly look for the ranges property when we have children...
2016-02-02 andrewImplement single stepping on arm64. We need to set...
2016-02-02 andrewCorrectly handle the case where copystr(9) is given...
2016-01-29 zbbFix sending IPI to all CPUs on ARM64
2016-01-29 wmaFramework for ARM64 instruction disassembler
2016-01-28 jkimMerge OpenSSL 1.0.2f.
2016-01-28 zbbFix VNIC enumeration after r294993 and r294990
2016-01-28 zbbAdd FDT bus capabilities to ThunderX PCI driver
2016-01-28 zbbCorrect alloc_ and release_resource methods in thunder_...
2016-01-28 zbbDivide ThunderX PCIe driver to general and FDT part
2016-01-28 wmaFix mutex releasing in ARM64 cpu_switch
2016-01-27 dimMerge ^/head r294777 through r294960.
2016-01-27 jhbConvert ss_sp in stack_t and sigstack to void *.
2016-01-27 jhibbitsConvert rman to use rman_res_t instead of u_long
2016-01-26 dimMerge ^/head r294599 through r294776.
2016-01-25 zbbSimplify GICv3 related drivers' naming
2016-01-25 zbbCreate proper FDT attachment for GICv2m
2016-01-22 dimMerge ^/head r294169 through r294598.
2016-01-22 andrewStop including fdt_common.h in the arm64 code. We don...
2016-01-22 delphijMFV r294491: ntp 4.2.8p6.
2016-01-20 zbbRevert r294267 to avoid using experimental VFS_AIO...
2016-01-19 desUpgrade to OpenSSH 6.9p1.
2016-01-19 desUpgrade to OpenSSH 6.8p1.
2016-01-19 desUpgrade to OpenSSH 6.7p1, retaining libwrap support...
2016-01-18 zbbEnable AIO interface on ARM64 platforms
2016-01-18 zbbUpdate ThunderX PCIe driver to fit new DTS layout
2016-01-15 baptUpdate mandoc to 20160116
2016-01-14 dimUpdate llvm, clang and lldb to trunk r257626, and updat...
2016-01-13 ngieMFhead @ r293815
2016-01-11 dimMerge ^/head r293430 through r293685.
2016-01-09 dchaginImplement vsyscall hack. Prior to 2.13 glibc uses vsyscall
2016-01-08 delphijMFV r293415:
2016-01-06 dimUpdate clang to trunk r256945.
2016-01-06 dimUpdate llvm to trunk r256945.
2016-01-05 delphijMFV r293125: less v481.
next