]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm
Some device tree configurations place the generic timer under the root
[FreeBSD/FreeBSD.git] / sys / arm /
2014-11-28 andrewSome device tree configurations place the generic timer...
2014-11-28 andrewWe don't use the hypervisor interrupt, make it optional...
2014-11-27 emasteCopy elftoolchain binutils replacements from vendor...
2014-11-25 brAdd new devices to the config.
2014-11-25 bro Add PIO and vtblk mmio device info to the tree
2014-11-25 emasteRevert r274772: it is not valid on MIPS
2014-11-24 ianThe arm PJ4B cpu is armv7 architecture, not v6.
2014-11-22 baptUpdate mandoc to 1.13.1
2014-11-22 ianWhen doing a PREREAD sync of an mbuf-type dma buffer...
2014-11-21 emasteUse canonical __PIC__ flag
2014-11-18 loosMoves all the duplicate code to a single function.
2014-11-18 impThese delays aren't needed. Elimate them. They should...
2014-11-18 impopt_global.h is included automatically in the build...
2014-11-18 ianFix the i2c bus speed divisors for TI OMAP4 and AM335x.
2014-11-18 ianAllow i2c bus speed to be configured via hints, FDT...
2014-11-16 ianNo functional changes. Remove a couple outdated or...
2014-11-16 ianCorrect the sequence of busdma sync ops involved with...
2014-11-16 ianDo the cache invalidate sequence from the outermost...
2014-11-16 ianDo not do a cache invalidate on a PREREAD sync that...
2014-11-16 ianIndent a couple lines properly and expand a comment...
2014-11-15 ianWhitespace and comment tweaks, no functional changes.
2014-11-15 ianWhen doing busdma sync ops for BUSDMA_COHERENT memory...
2014-11-15 ianUse the standard powerof2() macro from param.h instead...
2014-11-13 zbbFix typo in ARM GIC device_printf()
2014-11-12 loosFix the error checking, broken on r273337, to _not_...
2014-11-12 ianFix the reversed sense of the PADCONF_NONE test.
2014-11-12 ianBugfixes for the imx5/imx6 iomux fdt_pinctrl driver.
2014-11-11 loosSince r273264 the SD card detection on Raspberry Pi...
2014-11-09 melifaroRenove faith(4) and faithd(8) from base. It looks like...
2014-11-06 ianStrengthen the sanity checking of busdma tag parameters.
2014-11-01 jmmvMFV: Import atf-0.21.
2014-10-31 kevloFix usage of kern_getenv().
2014-10-28 loosMake the GPIO children attach to the first unit availab...
2014-10-28 kibAdd fueword(9) and casueword(9) functions. They are...
2014-10-26 ianRemove the ARM_DEVICE_MULTIPASS option and make its...
2014-10-26 alcBy the time that pmap_init() runs, vm_phys_segs[] has...
2014-10-24 loosAdd an iicbus_reset() method to bcm2835_bsc. While...
2014-10-24 loosFix cpsw_detach() to not panic when called from cpsw_at...
2014-10-24 jhbAdd COMPAT_FREEBSD9 and COMPAT_FREEBSD10 options to...
2014-10-24 loosFix a bug where DMA maps created with bus_dmamap_create...
2014-10-24 ianAccept the documented FDT compatible string for the...
2014-10-23 ianInstall a temporary workaround to avoid problems in...
2014-10-23 ianUnconditionally enable the clocks for all imx6 devices...
2014-10-22 brProvide a character device allowing us to access BERI...
2014-10-21 brAdd driver for Micrel KSZ9021 Gigabit Ethernet Transcei...
2014-10-21 hselaskyFix multiple incorrect SYSCTL arguments in the kernel:
2014-10-21 neelMerge projects/bhyve_svm into HEAD.
2014-10-21 neelIFC @r273338
2014-10-20 ianAttach the imx6 CCM driver during BUS_PASS_CPU. It...
2014-10-20 ianThe imx6 hardware is fast enough to make good use of...
2014-10-20 loosFix the mtx_sleep() error checking, catch all errors...
2014-10-20 loosAdd another wakeup() after actually set the bus as...
2014-10-19 neelIFC @r273206
2014-10-19 andrewAllow the armv6 kernel to be build with PHYSADDR undefi...
2014-10-19 andrewAllow libkvm to get the kernel va to pa delta without...
2014-10-19 ianAttach this driver during BUS_PASS_BUS and move the...
2014-10-19 rpauloStyle changes as pointed out by stas@.
2014-10-19 brAdd driver for BERI soft processor 'ring buffer' device.
2014-10-18 loosAdd a workaround needed to fix a bug of Arasan Host...
2014-10-18 loosFix the chan address for mtx_sleep() on bus wait. ...
2014-10-18 andrewRework the Ti GPIO code to allow for both the OMAP4...
2014-10-18 rpauloRemove an unused mutex.
2014-10-18 rpauloMake the ti_mbox and ti_pruss drivers optional.
2014-10-18 rpauloAdd a driver for the TI watchdog.
2014-10-18 andrewAdd an elf not so kgdb detects the kernel as a FreeBSD...
2014-10-16 davideFollow up to r225617. In order to maximize the re-usabi...
2014-10-16 rpauloRemove the "Unable to unwind further" message from...
2014-10-15 jkimMerge OpenSSL 1.0.1j.
2014-10-14 gjbMerge the following from ^/projects/release-vmimage:
2014-10-14 andrewUncomment general options from the Pandaboard config...
2014-10-14 andrewMake the ti_padstate_devmap arrays ststic, they are...
2014-10-14 neelIFC @r273066
2014-10-13 andrewMove the sdhci option to files.ti, it's common to both...
2014-10-13 andrewUse a switch on ti_chip() to find which SoC we are...
2014-10-13 andrewRemove ti_mmchs.c, it has been replaced by ti_sdhci.c.
2014-10-13 andrewRemove the need for files.beaglebone and std.beaglebone...
2014-10-13 andrewSort the files in the am355x directory.
2014-10-13 andrewStart removing the omap3 support. In base it was only...
2014-10-10 neelIFC @r272887
2014-10-10 bro Add machine-dependent SMP part
2014-10-09 melifaroSync to HEAD@r272825.
2014-10-08 markjPass up the error status of minidumpsys() to its callers.
2014-10-07 brAdd driver for Synopsys DesignWare Mobile Storage Host...
2014-10-06 baptImport byacc 20141005 from vendor
2014-10-05 neelIFC @r272481
2014-10-04 melifaroSync to HEAD@r272516.
2014-10-02 ngieImport the NetBSD test suite from ^/vendor/NetBSD/tests...
2014-10-02 jkimMerge ACPICA 20140926.
2014-10-02 gjbReintegrate head@r272414
2014-10-02 gjbMerge the following revisions from ^/projects/release...
2014-10-02 ganboldAllow timer0 to run at full 24MHz not at 24MHz/16 by...
2014-10-01 andrewSplit you the syscall handling to a separate file.
2014-09-30 ianWhen building the lists of available memory, actually...
2014-09-30 andrewMake sure __ARM_ARCH is defined in sysreg.h by includin...
2014-09-27 neelIFC @r272185
2014-09-27 kevloFix the definitioin of AT91SAM9G45_IRQ_PIOE and rename...
2014-09-27 andrewAdd machine/sysreg.h to simplify accessing the system...
2014-09-27 kevloRemove a bogus AIC.
2014-09-26 kevloFix the size of AT91SAM9260_PIT_SIZE.
2014-09-26 kevloFix typos.
next