Interpret vnet_interface/vnet.interface as array
[freebsd.git] / sys / arm64 /
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-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 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-25 zbbSimplify GICv3 related drivers' naming
2016-01-25 zbbCreate proper FDT attachment for GICv2m
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-13 ngieMFhead @ r293815
2016-01-09 dchaginImplement vsyscall hack. Prior to 2.13 glibc uses vsyscall
2016-01-08 delphijMFV r293415:
2016-01-05 delphijMFV r293125: less v481.
2016-01-02 ianFix the arm64 build by adding an all-important '&'...
2016-01-02 nwhitehornMake using the #address-cells property on the interrupt...
2016-01-02 ianAdd an OF_decode_addr() implementation for arm64.
2016-01-02 ianMake the 'env' directive described in config(5) work...
2015-12-31 ngieMFhead @ r293006
2015-12-30 andrewDecode and print the ID_AA64* registers on boot. These...
2015-12-29 ngieMFhead @ r292618
2015-12-23 andrewIncrease the size and alignment of the setjmp buffer...
2015-12-19 ngieMFhead @ r292474
2015-12-18 bruefferMerge OpenBSM 1.2 alpha 4.
2015-12-17 andrewSupport the variant of the interrupt-map property where...
2015-12-15 ngieMFhead @ r292285
2015-12-14 andrewAdd support for MSI interrupts to the gicv2m controller...
2015-12-14 desUpgrade to Unbound 1.5.7.
2015-12-14 andrewSkip restoring more registers when returning from an...
2015-12-14 ngieMFhead @ r292177
2015-12-11 andrewSort the list of NICs after the mii options. While...
2015-12-10 andrewAdd support for the GICv2M extension to the GICv2 inter...
2015-12-10 andrewRemove pic_map_msix from ARM64, it is unneeded as all...
2015-12-10 andrewReduce the numbers of levels of indirection in arm64...
2015-12-09 ngieMFhead @ r292005
2015-12-07 markjMFV r289003:
2015-12-07 kibAdd support for usermode (vdso-like) gettimeofday(2...
2015-12-06 ngieMFhead@r291879
2015-12-03 jkimMerge OpenSSL 1.0.2e.
2015-12-01 andrewRework the exception entry/return functions to make...
2015-12-01 andrewRework the atomic code to reduce the repetition. This...
2015-12-01 andrewPrint useful information when we hit a data abort we...
2015-11-30 kibShorten conditional branch code.
2015-11-30 kibRemove unneeded instructions.
2015-11-28 kibRemove sv_prepsyscall, sv_sigsize and sv_sigtbl members...
2015-11-26 emasteCorrect arm64 gic_v3 sizeof argument
2015-11-26 ngieMFhead @ r291345
2015-11-24 andrewAdd support for moving the DMAP range. This is needed...
2015-11-24 ngieMFhead @ r291235
2015-11-23 skraRevert r291142.
2015-11-21 skraFix BUS_DMA_MIN_ALLOC_COMP flag logic. When bus_dmamap_...
2015-11-21 mariusAvoid a NULL pointer dereference in bounce_bus_dmamap_u...
2015-11-20 mariusAvoid a NULL pointer dereference in bounce_bus_dmamap_s...
2015-11-16 ngieMFhead @ r290899
2015-11-09 emasteFix typo in message from arm64 ITS workaround
2015-11-08 emasteSync arm64 GENERIC whitespace/comments with amd64
2015-11-07 baptMerge from head r290483
2015-11-07 emastearm64: add igb(4) to GENERIC
2015-11-06 andrewMark the arm64 nexus devices to be attached early....
2015-11-02 ianFix an alignment check that is wrong in half the busdma...
2015-11-02 andrewMake the arm64_cpu driver quiet as it adds no new infor...
2015-11-01 baptMerge from head
2015-10-30 jkimMerge OpenSSL 1.0.2d.
next