]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm
fix a bug in ZFS mirror code for handling multiple DVAa
[FreeBSD/FreeBSD.git] / sys / arm /
2014-01-15 impAdd data so we can convert a PIO unit number into a...
2014-01-15 impProvide a simplified way to specify GPIO pins for the...
2014-01-12 jmmvAdd atf pkg-config files from the vendor branch.
2014-01-09 ianAdd a prototype for the new arm_devmap_print_table...
2014-01-09 ianAdd a function to print the contents of the static...
2014-01-08 ianAdd option USB_HOST_ALIGN to configs that contain ...
2014-01-08 ianAdd option USB_HOST_ALIGN to configs that contain ...
2014-01-06 andreastFix arm build.
2014-01-06 ianSwitch to using arm_devmap_add_entry() to set up static...
2014-01-06 ianDon't try to find a static mapping before calling pmap_...
2014-01-06 ianAllow 'no static device mappings' to potentially work...
2014-01-06 ianSwitch to using arm_devmap_add_entry() to set up static...
2014-01-05 ianRemove dev/fdt/fdt_pci.c, which was code specific to...
2014-01-05 ianEnable the cesa security/crypto device by providing...
2014-01-05 ianAdd #include <machine/fdt.h> to a few files that used...
2014-01-05 nwhitehornRetire machine/fdt.h as a header used by MI code, as...
2014-01-05 ianConvert from using fdt_immr style to arm_devmap_add_ent...
2014-01-05 ianEliminate use of fdt_immr_addr(), it's not needed for...
2014-01-05 ianUse the common armv6 fdt_bus_tag defintion instead...
2014-01-04 ianDoh! Use C comments, not C++.
2014-01-04 ianConvert static device mapping to use the new arm_devmap...
2014-01-04 ianIn pmap_mapdev(), first check whether a static mapping...
2014-01-04 ianUse bus_space_map() rather than pmap_mapdev() in nexus_...
2014-01-04 nwhitehornImplement OFW_BUS_MAP_INTR() in terms of the FDT PIC...
2014-01-03 ianFix a typo that caused a loop to run beyond the end...
2014-01-02 delphijMFV r260154 + 260182:
2014-01-01 zbbFix race condition in DELAY for SP804 timer.
2014-01-01 zbbAdd polarity and level support to ARM GIC
2013-12-30 impSet the SoC name for the atmelbus name.
2013-12-27 adrianRevert r252694 - which attempted to fix bit emulation...
2013-12-22 ianAdd PPS support to the am335x timer driver. This uses...
2013-12-22 ianA variety of cleanups...
2013-12-22 ianMap out all the timer-related registers, and define...
2013-12-22 ianShorten the DMTIMER_ prefix used for register names...
2013-12-22 rayAdd Freescale i.MX515 vt(9) driver.
2013-12-21 impPlumb the cn_grab and cn_ungrab routines down into...
2013-12-20 ganboldAdd identification and necessary type checks for Krait...
2013-12-17 rayFix copyright and some style(9) things.
2013-12-17 rayAdd vt support for RPi. (No early stage yet.)
2013-12-17 nwhitehornSimplify the ofw_bus_lookup_imap() API slightly: make...
2013-12-16 nwhitehornUse the common Open Firmware PCI interrupt routing...
2013-12-12 loosAfter r256961 ofw_iicbuc.c will be built for any kernel...
2013-12-11 impLoose -> Lose so this sentence makes sense.
2013-12-11 impFix one race and one fence post error. When the TX...
2013-12-10 jhbCorrect license statements to reflect the fact that...
2013-12-09 loosBring the RPi I2C driver in line with ti_i2c. Make...
2013-12-09 loosActivate the device before attempt to access any of...
2013-12-09 loosFix a few typos on the scm (control module) pin mux...
2013-12-09 ganboldAdd gpio parse routines according to sys/boot/fdt/dts...
2013-12-08 loosSimilar to r255816, fix the math for the DELAY() calcul...
2013-12-06 impAlthough not strictly required to boot a 64MB board...
2013-12-06 loosFix the pin value reading on AM335x. Because of the...
2013-12-06 loosMake the sysctl node read-only.
2013-12-05 rayAdd VT(9) font tools.
2013-12-05 rayMerge VT(9) project (a.k.a. newcons).
2013-12-05 rayMFC @r258947.
2013-12-03 emasteUpdate LLDB to upstream r196259 snapshot
2013-12-02 zbbEnable missing Access Flag for secondary cores on ARMv6/v7
2013-12-02 ianAdd a nand flash controller driver for Atmel at91 famil...
2013-12-02 ianAdd definitions for the additional PIO pins found on...
2013-12-01 eadlerr258780 should not have applied to .S files.
2013-11-30 eadlerFix undefined behavior: (1 << 31) is not defined as...
2013-11-29 ianSet the PGA_WRITEABLE flag when the protections indicat...
2013-11-25 ganboldEnable reset mechanism for rk3188.
2013-11-25 ganboldAdd watchdog driver for rk3188.
2013-11-24 gavinFix typo in comment.
2013-11-24 gavinplatform_devmap_init() was renamed initarm_devmap_init...
2013-11-21 ianCall cpu_setup() from the initarm() routine on platform...
2013-11-20 cognetIn pmap_unmapdev(), remember the size, and use that...
2013-11-20 ianAdd USB_HOST_ALIGN=64; the cache line size on the am335...
2013-11-20 ianCall cpu_setup() immediately after the page tables...
2013-11-19 zbbApply access flags for managed and unmanaged pages...
2013-11-19 zbbAvoid clearing EXEC permission bit when setting the...
2013-11-19 ianBugfixes... the host capabilties from FDT data are...
2013-11-17 jmmvMFV: Import atf-0.18.
2013-11-17 alcImplement pmap_align_superpage().
2013-11-16 ianIn the data abort handler, don't panic if kdb is availa...
2013-11-16 rpauloEnable the ti_mbox and ti_pruss drivers.
2013-11-16 rpauloAdd a driver for the TI Programmable Realtime Unit...
2013-11-16 rpauloAdd a driver for the Texas Instruments Mailbox hardware.
2013-11-15 jhbRemove an incorrectly copied and pasted clause from...
2013-11-13 bro Use common ARMv6/v7 bus_space tag.
2013-11-13 rayMFC @r258091.
2013-11-12 brAdd support for Freescale Vybrid Family VF600 heterogeneous
2013-11-12 emasteUpdate LLDB to upstream r194122 snapshot
2013-11-12 loosAs all the IIC controllers on system uses the same...
2013-11-10 ianApparently with "const uint32_t foo = 0x60;" gcc doesn...
2013-11-08 alcEliminate an unused macro.
2013-11-08 alcAs of r257209, all architectures have defined VM_KMEM_S...
2013-11-07 ianSwitch to the new common bus_space-v6.c, remove the...
2013-11-07 ianSwitch to the new common bus_space-v6.c, remove the...
2013-11-06 rayMFC @r257740.
2013-11-06 raySwitch allwinner A10/A20 and rockchip ports to use...
2013-11-06 raySwitch to use common ARMv6/v7 bus_space tag.
2013-11-06 rayAdd common bus_space tag definition shared for most...
2013-11-05 rayEnable vt_early_fb driver for i.MX515 build.
2013-11-05 nwhitehornTeach nexus(4) about Open Firmware (e.g. FDT) on ARM...
2013-11-05 rayMFC @r257698.
2013-11-05 edwinMFV of 255902, tzdata2013f
2013-11-05 ianRemove local devmap code and use the essentially identi...
next