]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm
Convert the random entropy harvesting code to use a const void * pointer
[FreeBSD/FreeBSD.git] / sys / arm /
2013-11-01 ianThe ability to do 8-bit implies 4-bit capability too...
2013-11-01 ianTI sdhci driver improvements, mostly related to fdt...
2013-11-01 ianKernel config for Wandboard.
2013-11-01 ianAdd the Soc- / machine-dependent parts of imx6 support.
2013-10-31 ianAdd definitions for the register and data that describe...
2013-10-31 ianRevamp the SoC identity numbering scheme to be more...
2013-10-31 ianAdd sdhci driver glue for imx family SoCs. This should...
2013-10-31 ianAdd stubbed-out imx6 support for clocks and power manag...
2013-10-31 ianAdd support for the USB PHY on imx6 SoCs. Pretty minim...
2013-10-31 ianDo not EOI an interrupt until the point after the filte...
2013-10-31 ianDon't iterate through the bits of the pending interrupt...
2013-10-31 rpauloEnable USB.
2013-10-31 ianReset the timer interrupt status register at the top...
2013-10-31 ianExpand the list of compatible devices this driver works...
2013-10-30 ianAdd a "no-op" USB PHY driver for imx-family SoCs. ...
2013-10-30 ianAdd some bare-bones support for enabling usb and usbphy...
2013-10-29 nwhitehornFix typo. Sorry!
2013-10-29 nwhitehornA last BUS_PROBE_NOWILDCARD. Move setting the postfilte...
2013-10-29 nwhitehornA few last BUS_PROBE_NOWILDCARDs are in order.
2013-10-29 nwhitehornHints-only devices should return BUS_PROBE_NOWILDCARD...
2013-10-29 baptMerge byacc 20130925
2013-10-29 rpauloDigi-CCWMX53: enable ffec and uart.
2013-10-28 zbbFix condition that determines PMAP_NEEDS_PTE_SYNC value...
2013-10-28 zbbSwitch off explicit broadcasting of the TLB flush opera...
2013-10-28 zbbRemove not working and deprecated PJ4Bv6 support
2013-10-28 zbbChange Armada XP kernel load address to the u-boot...
2013-10-28 zbbFix-up DTB for Armada XP registers' base according...
2013-10-28 zbbRemove hard-coded mappings related to Armada XP support
2013-10-28 ianFollow r257244; it's now necessary to include if_var.h.
2013-10-28 ianSweep up a bit of arm-land fallout after r257244; inclu...
2013-10-28 zbbRun mvs SATA driver on Armada XP instead of old mv_sata
2013-10-27 cognetMake sure the PCB is aligned on 8 bytes, we may use...
2013-10-27 kibAdd bus_dmamap_load_ma() function to load map with...
2013-10-27 ianRemove the last dregs of trapframe_t. It turns out...
2013-10-27 ianEliminate a compiler warning about extraneous parens.
2013-10-27 ianOops, one more instance of ARM_NOCACHE_KVA_SIZE was...
2013-10-27 ianRetire arm_remap_nocache() and the data and constants...
2013-10-27 ianRemove #include <machine/frame.h> from all the arm...
2013-10-27 ianRemove all #include <machine/pmap.h> from arm code...
2013-10-26 ianMaximize available kva space by doing static device...
2013-10-26 andrewFix an itt instruction. We need to execute both the...
2013-10-26 zbbEnable SATA interface on Armada XP
2013-10-25 loosRemove all the instances of '#undef DEBUG' from kernel.
2013-10-24 loosAdd the Raspberry Pi SPI controller driver.
2013-10-23 nwhitehornTypo while reviewing diffs. Sorry for the breakage!
2013-10-23 nwhitehornRemove OF_instance_to_package() hack for FDT and replac...
2013-10-23 loosAdd the Raspberry Pi BSC (I2C compliant) controller...
2013-10-23 ganboldRadxa Rock board (by radxa.com) kernel config file.
2013-10-23 ganboldImport basic support for Rockchip RK3188 SoC.
2013-10-22 cognet- Use bus_dmamap_unload(), it is not optional.
2013-10-22 cognetTypo fix.
2013-10-22 cognetTry to make sure the frame is indeed in the kernel...
2013-10-22 gonzoMake watchdog function conform watchdog(9):
2013-10-22 gonzo- Implement watchdog function and register it with...
2013-10-21 ganboldMove and rename dwc otg driver to more
2013-10-20 ianAdd configuration for the Freescale i.MX53 Quick Start...
2013-10-20 ianAdd a driver for the Freescale Fast Ethernet Controller...
2013-10-20 ianSwitch to using the standard uart console driver instea...
2013-10-19 ianClock divisors 0-3 correspond to dividing by 1-4, so...
2013-10-19 rrsCorrects the Kirkwood dreamplug to use
2013-10-18 cognetThere's no need to guard pmap_extract(), it won't be...
2013-10-18 cognetKERNBASE is unsigned, so we'd better use hs instead...
2013-10-17 cognetIncrease the KVA available for xscale CPUs.
2013-10-17 cognetSpell cpu_l2cache_wb_range correctly.
2013-10-17 cognet- Switch to use WBWA mappings for page tables on armv6...
2013-10-17 cognetMake casuword() atomic for armv6
2013-10-17 cognetIf we avoid to use the page at addr 0, we should adjust...
2013-10-16 ianInvalidate the entire L2 cache before enabling it....
2013-10-16 ianAdd cases for the combinations of busdma sync op flags...
2013-10-16 ianWhen calculating the number of bounce pages needed...
2013-10-16 brAdd CPU ID for ARM Cortex A5.
2013-10-16 ianFix a register name typo. The effect was that CPU_CONT...
2013-10-15 kevloRemove unsigned comparison < 0
2013-10-12 markmMerge from project branch. Uninteresting commits are...
2013-10-10 dimIn sys/arm/versatile/versatile_pci.c, add a default...
2013-10-09 markmMFC - tracking commit
2013-10-09 dimRemove redundant redeclarations of uart_s3c2410_class in
2013-10-02 markmMFC - tracking update.
2013-10-01 br- Enable unmapped buffers on Exynos5 again, because
2013-09-23 loosFix DELAY() on RPi, the wrong math was making it take...
2013-09-22 glebius- Create kern.ipc.sendfile namespace, and put the new...
2013-09-21 desPull in all the OpenSSH bits that we'd previously left...
2013-09-21 desUpgrade to 6.3p1.
2013-09-21 delphijMFV r254750:
2013-09-20 zbbFix GCC build for all ARMs. Revert bug introduced in...
2013-09-20 alcThe pmap function pmap_clear_reference() is no longer...
2013-09-19 emasteMerge lldb man page from r188801 to contrib/llvm/tools...
2013-09-18 pjdFix panic in ktrcapfail() when no capability rights...
2013-09-16 zbbFix GCC build error when building for ARMv6
2013-09-16 zbbImplement pmap_advise() for ARMv6/v7 pmap module
2013-09-16 zbbWrite protect base page after superpage demotion so...
2013-09-11 grehanIFC @ r255459
2013-09-09 desThese three files appeared in 6.0p1, which was imported...
2013-09-08 desImport Magerya Vitaly's ldns-host, and build it instead...
2013-09-07 desUpdate to OpenPAM Nummularia.
2013-09-07 loosExport a function to allow BCM2835's peripheral devices...
2013-09-07 desMFV (r255364): move the code around in preparation...
2013-09-07 markmBring in some behind-the-scenes development, mainly...
2013-09-07 andrewOn ARM EABI double precision floating point values...
2013-09-07 markmMFC
next