]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm
libunwind: update to upstream snapshot r272680
[FreeBSD/FreeBSD.git] / sys / arm /
2016-07-08 Ed Mastelibunwind: update to upstream snapshot r272680
2016-07-07 Luiz Otavio O SouzaFix a lockup in tx path for cspw.
2016-07-04 Peter GrehanImport bhyve_graphics into CURRENT. Thanks to all who...
2016-07-03 Enji CooperUpdate libxo to 0.6.3
2016-07-01 Xin LIMFV r302260: expat 2.2.0
2016-06-30 Martin MatuskaMFV r302264:
2016-06-27 Xin LIMFV r302218: file 5.28.
2016-06-22 Martin MatuskaMFV r302003,r302037,r302038,r302056:
2016-06-21 Ian LeporeRevert the recent armv6 changes to ALIGNED_POINTER...
2016-06-17 Bryan DreweryImport ClangFormat.cpp from ^/vendor/clang/clang-releas...
2016-06-16 Konstantin BelousovUpdate comments for the MD functions managing contexts...
2016-06-14 Andrew TurnerMove the arm call to intr_pic_init_secondary earlier...
2016-06-13 Ian LeporeDo not define __NO_STRICT_ALIGNMENT for armv6. While...
2016-06-09 Dag-Erling SmørgravUpdate to latest upstream version
2016-06-08 Andrew TurnerRemove the ARMv4/ARMv5 userland atomic support from...
2016-06-08 Brooks DavisUpdate to a June 8th snapshot of (un)vis form NetBSD.
2016-06-08 Simon J. GerratyMerge bmake-20160606
2016-06-07 Andrew TurnerStart to clean MIDR values using the CPUID scheme....
2016-06-05 Simon J. GerratyImport bmake-20160604
2016-06-05 Svatopluk KrausINTRNG - change the way how an interrupt mapping data...
2016-06-04 Baptiste DaroussinImport libucl snapshot 20160604
2016-06-03 Pedro F. GiffuniMFV r300961:
2016-06-03 Pedro F. Giffunitegra124: use roundup/rounddown macros from <sys/param.h>.
2016-06-03 Zbigniew BodekUse nitems() macro instead of re-inventing it
2016-06-03 Svatopluk KrausDefine irq variable only in the block where used.
2016-06-03 Svatopluk KrausPostpone allocation of IRQ resource to the time when...
2016-06-03 Xin LIMFV r301238:
2016-06-02 Zbigniew BodekAdd support for CESA on Armada38x
2016-06-02 Zbigniew BodekConfigure CPU window to second CESA SRAM
2016-06-02 Zbigniew BodekMap CESA SRAM memory in driver attach for Armada38x
2016-06-01 Kurt LidlImport NetBSD's blacklist source from vendor tree
2016-05-31 Jared McNeillFix a crash while iterating compat strings when no...
2016-05-31 Andrew Turnerarm_gic_map is a mask not the CPUs ID, there is no...
2016-05-31 Andrew TurnerBin interrupts to the correct CPU when we boot on a...
2016-05-29 Zbigniew BodekImprove ARM debug_monitor for SMP machines
2016-05-29 Zbigniew BodekFix debug_monitor code for older ARMs (ARM11)
2016-05-29 Michal MelounARM GIC: Allow to setup interrupt without configuration...
2016-05-29 Phil ShaferSubmitted by: phil
2016-05-29 Allan JudeImport the skein hashing algorithm, based on the threef...
2016-05-27 Jung-uk KimMerge ACPICA 20160527.
2016-05-26 Ian LeporeAdd support for triggering interrupts on both rising...
2016-05-26 Emmanuel VadotAdd support for interrupts, sensors and GPIO for AXP209...
2016-05-26 Dimitry AndricUpdate libc++ to 3.8.0. Excerpted list of fixes (with...
2016-05-26 Luiz Otavio O SouzaOnly do the touch screen setup when the 'ti,wires'...
2016-05-26 Jared McNeillEnable USB PHY regulators when requested by the host...
2016-05-26 Ian LeporeAnother round of changes to add compatibility with...
2016-05-26 Ian LeporeDisable alignment faults on armv6, adjust various align...
2016-05-25 Ed MasteUpdate to ELF Tool Chain r3477
2016-05-25 Ian LeporeInclude machine/acle-compat.h in cdefs.h on arm if...
2016-05-25 Svatopluk KrausAdd more info about the issue fixed in r298460. Rephras...
2016-05-23 Ian LeporeSpaces->tab in comment.
2016-05-23 Ian LeporeOops, fix a paste-o commited in r300533.
2016-05-23 Ian LeporeUse the new(-ish) CP15_SCTLR macro to generate system...
2016-05-23 Svatopluk KrausINTRNG - support new interrupt mapping type INTR_MAP_DA...
2016-05-23 Svatopluk KrausINTRNG - use gpio generic interrupt modes definitions...
2016-05-22 Luiz Otavio O SouzaFix the deciKelvin to Celsius conversion in kernel.
2016-05-22 Svatopluk KrausINTRNG - implement pic_post_filter method. This method...
2016-05-22 Svatopluk KrausFix some format strings to make them either correct...
2016-05-21 Ian LeporeAdjust _ALIGNBYTES to the proper value for arm and...
2016-05-20 Warner LoshRemove hf appending code from param.h for machine arch...
2016-05-20 Simon J. GerratyMerge bmake-20160512
2016-05-20 Ed MasteUpdate to ELF Tool Chain r3475
2016-05-18 Oleksandr TymoshenkoUse OF_prop_free instead of direct call to free(9)
2016-05-18 Andrew TurnerReturn the struct intr_pic pointer from intr_pic_regist...
2016-05-18 Andrew TurnerImplement atomic_cmpset_acq_64 and atomic_cmpset_rel_64...
2016-05-17 Emmanuel VadotAdd driver for "generic-ohci" as defined by FDT.
2016-05-17 Bjoern A. ZeebThe GIC (v2 at least) has a bit in the TYPER register...
2016-05-17 Eitan AdlerDon't repeat the the word 'the'
2016-05-16 Bjoern A. ZeebAdd HWPMC_HOOKS to std.armv6 to make them available
2016-05-16 Andrew TurnerIntroduce MSI and MSI-X support to intrng. This adds...
2016-05-16 Martin MatuskaRevert r299576 and MFV r299895:
2016-05-15 Jared McNeillAdd Allwinner A83T thermal sensor controller support.
2016-05-15 Jared McNeillReduce complexity of RSB by always using polling mode...
2016-05-15 Jared McNeillAdd support for the AXP813/AXP818 power key and GPIO...
2016-05-15 Jared McNeillAllow RSB to be used from interrupt handlers.
2016-05-15 Michal MelounTEGRA: Also attach gpioc to tegra_gpio driver. Forgotte...
2016-05-15 Michal MelounTEGRA: Don't use common name 'iicb' for tegra specific...
2016-05-15 Michal MelounTEGRA: Don't use common name 'gpio' for tegra specific...
2016-05-15 Emmanuel VadotAllow arm generic_timer code to be included even if...
2016-05-14 Jared McNeillAdd and enable Allwinner RSB and AXP81x power managemen...
2016-05-14 Jared McNeillAdd a basic driver for X-Powers AXP813 and AXP818 power...
2016-05-14 Jared McNeillAdd a driver for the Allwinner Reduced Serial Bus ...
2016-05-14 Jared McNeillUpdate comment at top of file to mention all currently...
2016-05-14 Xin LIMFV r299716: file 5.27
2016-05-14 Oleksandr TymoshenkoUse OF_prop_free instead of direct call to free(9)
2016-05-13 Oleksandr TymoshenkoUse OF_prop_free instead of direct call to free(9)
2016-05-13 Oleksandr TymoshenkoUse OF_prop_free instead of direct call to free(9)
2016-05-13 Emmanuel VadotAdd support for Allwinner H3 SoC.
2016-05-12 Martin MatuskaMFV 299539:
2016-05-12 Martin MatuskaMFV r299425:
2016-05-11 Oleksandr TymoshenkoAdd OF_prop_free function as a counterpart for OF_...
2016-05-11 Alexander MotinMFV r299453: 6765 zfs_zaccess_delete() comments do...
2016-05-11 Alexander MotinMFV r299451: 6764 zfs issues with inheritance flags...
2016-05-11 Alexander MotinMFV r299449: 6763 aclinherit=restricted masks inherited...
2016-05-11 Alexander MotinMFV r299442: 6762 POSIX write should imply DELETE_CHILD...
2016-05-11 Alexander MotinMFV r299440: 6736 ZFS per-vdev ZAPs
2016-05-11 Alexander MotinMFV r299438: 6842 Fix empty xattr dir causing lockup
2016-05-11 Alexander MotinMFV r299436: 6843 Make xattr dir truncate and remove...
2016-05-11 Alexander MotinMFV r299434: 6841 Undirty freed spill blocks
2016-05-10 Oleksandr TymoshenkoPass device tree node as a part of gpio_pin_get_by_ofw_...
next