]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm
Add some new modes to OpenCrypto. These modes are AES-ICM (can be used
[FreeBSD/FreeBSD.git] / sys / arm /
2014-12-11 delphijMFV r275696: file 5.21.
2014-12-10 ianFix the watchdog timeout calculation to prevent wrap...
2014-12-09 bro Add BERI Virtio Networking Frontend (if_vtbe)
2014-12-09 andrewInclude sys/kernel.h to pick up the definition of hz...
2014-12-08 markjMFV r272851:
2014-12-07 zbbFix buffer overflow in Marvell PCI/PCIe driver
2014-12-06 andrewUse the unified syntax when generating assembly for...
2014-12-06 delphijMFV r260710 + 275532:
2014-12-05 andrewSwitch to a .cpu directive. These will work when clang...
2014-12-05 andrewSwitch to an armv6k cpu, without this clang 3.5 complai...
2014-12-05 andrewPlace the literal pool after a RET otherwise clang...
2014-12-05 andrewSet the alignment to 4-bytes after a string as clang...
2014-12-05 andrewUse the unified syntax in a few more assembly files
2014-12-05 andrewAdd missing END macros to some of the xscale functions.
2014-12-02 baptUpdate to mandoc cvs version as of 20141201
2014-12-02 andrewSwitch to unified syntax so these can be built with...
2014-12-02 andrewUse the APSR_nzcv format of mrc. The clang integrated...
2014-12-02 andrewFix the name of the coprocessor to include the "p"...
2014-12-01 andrewPull in the NetBSD global offset table handling code...
2014-12-01 rpauloAllow multiple devices to mmap. It's impossible to...
2014-11-30 andrewCorrectly a few incorrect uses of ENTRY/EENTRY and...
2014-11-30 andrewRemove extra labels, ENTRY_NP already provides them.
2014-11-29 andrewUpdate _ENTRY to use _EENTRY to reduce the common code.
2014-11-29 baptUpdate libucl to latest version
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...
next