]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm
Commit some sins in the name of "oh god oh god I don't really want to
[FreeBSD/FreeBSD.git] / sys / arm /
2014-07-26 ianPull in the armv4 "fast out" code for checking whether...
2014-07-26 ianRemove completely bogus alignment check -- it's the...
2014-07-25 gavinAdd error return to dumpsys(), and use it in doadump().
2014-07-22 brEnable Freescale i.MX I2C driver for i.MX6.
2014-07-22 brRename i.MX I2C driver file.
2014-07-19 ianAdd dl_unwind_find_exidx() for ARM EABI, required for...
2014-07-19 baptMerge libucl 20140718 (fixes a bug in the parser)
2014-07-18 brAdd support for Toradex Apalis i.MX6 development board.
2014-07-18 brRename gpio driver file.
2014-07-18 bro Enable GPIO device driver for i.MX6.
2014-07-18 baptUpdate libucl to the 2014-07-16 snapshot
2014-07-16 alcImplement pmap_unwire(). See r268327 for the motivatio...
2014-07-15 alcActually set the "no execute" bit on 1 MB page mappings...
2014-07-15 alcEliminate repeated calculation of next_bucket in pmap_p...
2014-07-14 ianFix the Zedboard/Zynq ethernet driver to handle media...
2014-07-14 alcEliminate dead code. There is no direct map. This...
2014-07-10 ianPending interrupt status is cleared by writing to the...
2014-07-08 ianUse named constant rather than '0' to access the reset...
2014-07-03 marcelAdd VHD support to mkimg(1). VHD is used by Xen and...
2014-07-01 delphijMFV r267565:
2014-06-28 hselaskyPull in r267961 and r267973 again. Fix for issues repor...
2014-06-27 gjbRevert r267961, r267973:
2014-06-27 hselaskyExtend the meaning of the CTLFLAG_TUN flag to automatic...
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos r266986:
2014-06-26 delphijMFV r267843: update file/libmagic to 5.19.
2014-06-22 andrewRemove the incomplete Tegra 2 code, nobody was maintain...
2014-06-17 tuexenDifferent versions of the ARM processor use different...
2014-06-17 jhbDon't bother clearing maps for static DMA allocations...
2014-06-16 attilio- Modify vm_page_unwire() and vm_page_enqueue() to...
2014-06-15 pfgMFV r266988:
2014-06-15 brAdd very basic driver for 12-bit Analog to Digital...
2014-06-12 jmgclear the write bit... This allows my AVILA board...
2014-06-12 brEnable SMP for both Exynos5 models we support.
2014-06-12 brActivate IRQ 30 (non-secure private timer IRQ) for...
2014-06-12 brAdd machine-dependent SMP part for Exynos5420
2014-06-11 jhbFix various NIC drivers to properly cleanup static...
2014-06-11 brAdd a driver for Serial Peripheral Interface (SPI).
2014-06-10 jhbDon't destroy bus_dma maps created by bus_dmamem_alloc...
2014-06-09 jkimMerge OpenSSL 1.0.1h.
2014-06-07 alcAdd a page size field to struct vm_page. Increase...
2014-06-06 kevloRemove extra semicolons.
2014-06-06 impRestore comments accidentally removed.
2014-06-05 zbbAvoid using hard-coded SoC's register address in mptram...
2014-06-05 zbbFix broken SMP startup on Armada XP after r265694
2014-06-03 loosFreeBSD, historically, has always used 8-bit addresses...
2014-06-03 loosRemove the unnecessary i2c slave address assignment.
2014-06-02 loosConfigure the analog input 7 which, on BBB, is connecte...
2014-06-01 brAdd ident value. This fixes universe build.
2014-06-01 brFix i2c communication interface to be compatible with
2014-06-01 brRename exynos uart driver filenames.
2014-06-01 brAdd support for Exynos 5420 Octa - 8-core
2014-06-01 brDo only receive chars if there are some data in the...
2014-06-01 ganboldSilence tinderbox build.
2014-06-01 loosExport two new settings for the AM335x PWM, the clock...
2014-05-31 ganboldAdd #NO_UNIVERSE to RADXA and RADXA-LITE kernel configs
2014-05-30 brReset HSIC hub during EHCI initialization. This makes...
2014-05-30 brFix off-by-one error that makes 0-th pins of each bank...
2014-05-30 bro Make keyboard-related properties to be compatible...
2014-05-30 ganboldAdd common kernel config file for Rockchip RK3188 syste...
2014-05-30 rpauloCleanup the RADXA kernel config file a bit and enable...
2014-05-29 cognetDo not hand the VM the memory used for stacks/page...
2014-05-29 cognetFor old CPUs, map the 64 first MB of RAM as it used...
2014-05-29 hselaskyFactor out kernel configuration for DWC OTG FDT attach...
2014-05-28 brAdd simple polling mechanism that works for KDB.
2014-05-28 brDescribe I2C arbitrator device in DTS and use it for...
2014-05-28 bro Add kernel configuration for HP Chromebook 11
2014-05-27 peterMerge apr-1.4.8 -> apr-1.5.1 and update.
2014-05-26 andrewRework the Ti GPIO driver to work on multiple SoCs...
2014-05-25 zbbDelete obsolete and unused PJ4B CPU functions
2014-05-25 zbbFix context switch on PJ4Bv7 and remove obsolete pj4b_...
2014-05-25 ianFix whitespace glitches.
2014-05-25 andrewMake ti_padconf_devmap static in both places it is...
2014-05-25 andrewAllow the OMAP4 and AM335x prcm drivers to be compiled...
2014-05-25 andrewReduce the diff between the PandaBoard and BeableBone...
2014-05-24 zbbEnable automatic superpages promotion by default on...
2014-05-24 ianEliminate one of the causes of spurious interrupts...
2014-05-23 impRemove NetBSD implementation details not relevant to...
2014-05-22 ianMap device memory using PTE_DEVICE attributes, and...
2014-05-20 hselaskyOptimise reading of pending interrupt registers. If...
2014-05-17 andrewAllow us to compile the Ti iic driver for both OMAP4...
2014-05-17 andrewMove the Ti SoCs to use the ARM platform. This should...
2014-05-17 andrewAdd FDT_PLATFORM_DEF2 for when there are multiple platf...
2014-05-17 andrewFix a comment s/initarm_/platform_/
2014-05-17 andrewAdd the start of the ARM platform code. This is based...
2014-05-16 gavinFix spelling mistake in comment.
2014-05-15 marcelMFuser/marcel/mkimg:
2014-05-15 brFix return value. Should be logic one or zero.
2014-05-15 desUpgrade to latest ldns (1.6.17) and unbound (1.4.22).
2014-05-14 markmGive suitably-endowed ARMs a register similar to the...
2014-05-14 brFix typo.
2014-05-14 rayRemove extra newlines.
2014-05-12 ianCleanup some style nits.
2014-05-12 ianInterrupts need to be disabled on entry to cpu_sleep...
2014-05-11 ianAdd cpu_l2cache_drain_writebuf(), use it to implement...
2014-05-11 grehanEnable SMP for Exynos-based platforms (i.e. Chromebook)
2014-05-11 ianMake the hardware memory and instruction barrier functi...
2014-05-10 andrewRename platform_gpio_init to be SoC specific
next