]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm64
MFV r298691:
[FreeBSD/FreeBSD.git] / sys / arm64 /
2016-04-27 Xin LIMFV r298691:
2016-04-26 Andrew TurnerDisable ACPI on arm64 ad it has only had minimal testin...
2016-04-26 Ruslan BukinMove arm's devmap to some generic place, so it can...
2016-04-25 Andrew TurnerUse the yield instruction in the arm64 cpu_spinwait...
2016-04-22 Andriy GaponMFV r298471: 6052 decouple lzc_create() from the implem...
2016-04-21 Pedro F. Giffunisys: use our roundup2/rounddown2() macros when param...
2016-04-20 Andrew TurnerGroup the ThunderX PCIe PEM newbus methods to help...
2016-04-20 Andrew TurnerPull out the MSI/MSI-X handling calls to simplify futur...
2016-04-18 Xin LIMFV r298178:
2016-04-17 Baptiste DaroussinImport libucl 0.8.0
2016-04-17 Baptiste DaroussinImport sqlite3 3.12.1
2016-04-16 Glen BarberMFH
2016-04-15 Phil ShaferImport to 0.6.1
2016-04-15 Phil Shaferimport libxo-0.4.7
2016-04-15 Pedro F. Giffuniarm: for pointers replace 0 with NULL.
2016-04-14 Andrew TurnerFix the types for the start, end, and count arguments to
2016-04-14 Andrew TurnerSet the upper limit of the DMAP region to the limit...
2016-04-13 Ed Mastearm64: Avoid null dereference in its_init_cpu
2016-04-13 Glen BarberMFH
2016-04-13 Andrew TurnerDocument the memory ranges within the kernel region...
2016-04-13 Andrew TurnerIncrease the arm64 kernel address space to 512GB, and...
2016-04-12 Phil ShaferMerge libxo 0.4.6
2016-04-11 Alexander MotinMFV r297831: 6322 ZFS indirect block predictive prefetch
2016-04-11 Glen BarberMFH
2016-04-10 Pedro F. GiffuniCleanup unnecessary semicolons from the kernel.
2016-04-09 Alexander MotinMFV r297760: 6418 zpool should have a label clearing...
2016-04-07 Zbigniew BodekFix interrupts delivery on ThunderX for VF IDs beyond 8
2016-04-06 Andrew TurnerUse PHYS_IN_DMAP to check if a physical address is...
2016-04-06 Andrew TurnerCleanup the early pagetable creation code in preperatio...
2016-04-06 Andrew TurnerAllow vmparam.h to be included from assembly files...
2016-04-06 Ed SchoutenMake CloudABI's way of doing TLS more friendly to users...
2016-04-06 Wojciech MacekImplement dtrace_getupcstack in ARM64
2016-04-04 Glen BarberMFH
2016-04-04 Andrew TurnerAdd a table to map from the FreeBSD CPUID space to...
2016-04-04 Andrew TurnerReduce the diff for when we switch to intrng. The IPI...
2016-04-04 Wojciech Macekarm64: pagezero improvement
2016-04-04 Wojciech MacekAdd bzero.S to ARM64 machdep
2016-04-04 Wojciech Macekarm64: bzero optimization
2016-04-02 Alexander MotinMFV r297506: 6738 zfs send stream padding needs documen...
2016-04-02 Alexander MotinMFV r297505:
2016-04-02 Alexander MotinMFV r297504: 6681 zfs list burning lots of time in...
2016-03-31 Ed SchoutenMake Position Independent Executables work for CloudABI.
2016-03-31 Andrew TurnerAdd support for 4 level pagetables. The userland addres...
2016-03-29 Andrew TurnerRead the CPU ID for the current CPU from the GIC. The...
2016-03-25 Jung-uk KimMerge byacc 20160324.
2016-03-24 Wojciech Macekarm64: Fixing user space boudary checking in copyinout.S
2016-03-23 Wojciech MacekARM64 copyinout improvements
2016-03-22 Andrew TurnerUse the saved program state register to detect when...
2016-03-18 Simon J. GerratyUpdate to bmake-20160315
2016-03-18 Andrew TurnerMove the opt_ files to be included first so their defin...
2016-03-18 Andrew TurnerRename COUNT_IPI to INTR_IPI_COUNT to reduce the diff...
2016-03-18 Andrew TurnerReduce the diff with intrng by renaming similar functio...
2016-03-18 Andrew TurnerRemove the invalid L0_BLOCK definition. ARMv8 doesn...
2016-03-16 David E. O'BrienBring down 0.4.5 vendor files and other catchups with...
2016-03-14 Glen BarberMFH
2016-03-14 Wojciech Macekpmap arm64: fixing pmap_invalidate_range
2016-03-11 Dag-Erling SmørgravApply upstream r3651: the IPv6 address of the L root...
2016-03-11 Simon J. GerratyMerge bmake-20160307
2016-03-11 Dag-Erling SmørgravUpgrade to OpenSSH 7.2p2.
2016-03-10 Glen BarberMFH
2016-03-10 Alexander MotinMFV r296609: 6370 ZFS send fails to transmit some holes
2016-03-09 John BaldwinFix reporting of the CloudABI ABI in kdump.
2016-03-08 Alexander MotinMFV r296540: 4448 zfs diff misprints unicode characters
2016-03-08 Alexander MotinMFV r296538: 6544 incorrect comment in libzfs.h about...
2016-03-08 Alexander MotinMFV r296536: 6551 cmd/zpool: cleanup gcc warnings
2016-03-08 Alexander MotinMFV r296534: 6550 cmd/zfs: cleanup gcc warnings
2016-03-08 Alexander MotinMFV r296532: 6637 replacing "dontclose" with "should_close"
2016-03-08 Alexander MotinMFV r296529:
2016-03-08 Alexander MotinMFV r296527: 6659 nvlist_free(NULL) is a no-op
2016-03-08 Alexander MotinMFV r296522: 6541 Pool feature-flag check defeated...
2016-03-08 Alexander MotinMFV r296520: 6562 Refquota on receive doesn't account...
2016-03-08 Alexander MotinMFV r296518: 5027 zfs large block support (add copyright)
2016-03-08 Alexander MotinMFV r296515: 6536 zfs send: want a way to disable...
2016-03-08 Alexander MotinMFV r296513: 6450 scrub/resilver unnecessarily traverse...
2016-03-08 Alexander MotinMFV r296511: 6537 Panic on zpool scrub with DEBUG kernel
2016-03-08 Alexander MotinMFV r296505: 6531 Provide mechanism to artificially...
2016-03-08 Mark JohnstonMFV r296306: 6604 harden DIF bounds checking
2016-03-05 Dag-Erling SmørgravUpgrade to Unbound 1.5.8.
2016-03-03 Dimitry AndricMerge ^/head r296007 through r296368.
2016-03-03 Dimitry AndricUpdate llvm and clang to 3.8.0 release.
2016-03-03 Pedro F. GiffuniMFV r296350:
2016-03-02 Glen BarberMFH
2016-03-02 Glen BarberMFH
2016-03-02 Bjoern A. ZeebForce re-routing PCI interrupts (this is for legacy...
2016-03-02 Wojciech MacekImprove ThunderX PEM driver to work on pass2 revision
2016-03-01 Jung-uk KimMerge OpenSSL 1.0.2g.
2016-03-01 Wojciech MacekGet memory ranges from FDT if no EFI API is available...
2016-03-01 Wojciech MacekEnable SRE_EL2 on ARM64
2016-03-01 Wojciech MacekAdd uart 8250 device to GENERIC arm64 configuration
2016-03-01 Justin HibbitsCorrect the memory rman ranges to be to BUS_SPACE_MAXADDR
2016-02-29 Jung-uk KimMerge byacc 20150711.
2016-02-29 Pedro F. GiffuniMFV r296164:
2016-02-29 Pedro F. GiffuniMFV r296159
2016-02-26 Wojciech MacekRestore ThunderX Pass1.1 PCI changes removed by r295962
2016-02-24 Dimitry AndricUpdate llvm and clang to release_38 branch r261684.
2016-02-24 Dimitry AndricMerge ^/head r295902 through r296006.
2016-02-24 Wojciech MacekMake pci_host_generic and thunderx_pci common
2016-02-23 Glen BarberMFH
2016-02-23 Xin LIMFV r295913:
2016-02-22 Dimitry AndricMerge ^/head r295845 through r295901.
next