Remove unsupported ia64.
[freebsd.git] / sys / arm /
2015-11-18 mmelARM: Fix dma_dcache_sync() for early allocated memory.
2015-11-17 zbbMake PCB structure binary compatible for old and new...
2015-11-17 zbbFix buffer overflow in exynos5_ehci
2015-11-17 andrewMake pl310_print_config static, it's not called out...
2015-11-16 ngieMFhead @ r290899
2015-11-14 gonzoReplace magic numbers for CCGRx registers with more...
2015-11-14 gonzoSomewhat improve HDMI event API
2015-11-14 gonzohdmi_if.m will be reused by iMX6 IPU code so move it...
2015-11-14 gonzoMove all HDMI-related stuff to hdmi_if.m, hdmi.h is...
2015-11-13 gonzo- Add driver for System-Reset-Controler i.MX6 module
2015-11-13 impAdd support for the Zybo and similar boards to ZEDBOARD...
2015-11-12 gonzoEnable cloks for all USDHC interfaces, previous value...
2015-11-12 gavinConsistently capitalize "TI" as an abbreviation for...
2015-11-12 impMove the root to s3a given this kernel will be used...
2015-11-12 impRevisit this old board with 64MB of RAM. Comment out...
2015-11-11 gonzoRefactor bcm2835_cpufreq to use bcm2835_mbox_property API
2015-11-11 gonzo- Set have_message in interrupt to handle "response...
2015-11-10 mmelARM: Refactor interrupt_enable/disable/restore.
2015-11-10 skraFix cp15 PAR definition and function. While here, add...
2015-11-10 skraFix pmap_fault(). It turned out that alignment abort...
2015-11-10 kibImplement atomic_testandset_{32,int,long,64} for ARMv6...
2015-11-10 mmelARM: Remove trailing whitespace from sys/arm/include
2015-11-10 mmelARM: Improve robustness of locore_v6.S and fix errors.
2015-11-09 tijlFix typo (s/ncpus/mp_ncpus/)
2015-11-09 bzNow that the PMU implementation is independent of HWPMC
2015-11-08 tijlSince r289279 bufinit() uses mp_ncpus, but some archite...
2015-11-08 skraMake usermode variable the bool type. It's already...
2015-11-08 gonzoFix some of WITNESS complaints and bootup lock by remov...
2015-11-08 gonzo- Replace semaphore-base locking with sleep/wait synchr...
2015-11-07 impCorrect !FDT case with proper name.
2015-11-07 impImplement the phy-mode property for ate and macb. If...
2015-11-07 impAdd support for RMII in macb, cribbed slightly from...
2015-11-07 baptMerge from head r290483
2015-11-06 skraSet correct code for signal in abort_align() routine.
2015-11-06 cognetInclude opt_platform.h to get FDT defined.
2015-11-06 skraMake interrupt dispatching MP safe. Use GPU interrupt...
2015-11-05 cognetMake if_macb work with FDT.
2015-11-05 cognetMake at91_pmc probe any at91 pmc device we support...
2015-11-05 gonzoAdd /dev/vcio, userland access point to VideoCore mailb...
2015-11-05 gonzoRefactor mailbox property API to make it usable for...
2015-11-04 skraFix comment about unpriviledged instructions. Now...
2015-11-04 gonzoRevert r290243, it's vaid "illegal instruction" case
2015-11-02 ianEliminate the last dregs of the old global arm_root_dma...
2015-11-02 zbbAdd support for branch instruction on armv7 with ptrace...
2015-11-01 gonzoAdd mailbox tag/structure for touchscreen buffer addres...
2015-11-01 gonzoTreat synchronous VFP exception just like aynchronous...
2015-11-01 baptMerge from head
2015-10-30 jkimMerge OpenSSL 1.0.2d.
2015-10-30 gonzoFix framebuffer compatibility with new RPi firmware...
2015-10-29 gonzoFix LEAVE_HYP macro: spsr is not guaranteed to contain...
2015-10-28 jahRetire pmap_dmap_iscurrent(). It is only a wrapper...
2015-10-28 andrewRemove the s3c2xx0 code, it's no longer used. As far...
2015-10-28 andrewStart to remove support for the XScale i80321. As far...
2015-10-28 baptMerge from head github/projects/mpsutil
2015-10-27 andrewStart to remove support for the Samsung s3c24x0 SoCs...
2015-10-27 baptUpdate libucl to latest git snapshot (20151027)
2015-10-25 zbbAdd etherswitch support to mge
2015-10-24 ianDefine a couple macros to access cacheline size/mask...
2015-10-24 ianProvide armv4/v5 implementations of several of the...
2015-10-24 ianRename dcache_dma_preread() to dcache_inv_poc_dma(...
2015-10-24 ianA few more whitespace, style, and comment cleanups...
2015-10-24 ianBring in all the new(-ish) statistics code from armv6.
2015-10-24 ianChange the preallocation of a busdma segment mapping...
2015-10-23 ianInstead of all memory allocations using M_DEVBUF, use...
2015-10-23 ianInstead of all memory allocations using M_DEVBUF, use...
2015-10-23 ianCatch up to r232356: change the boundary constraint...
2015-10-23 ianWhitespace and style nits, no functional changes.
2015-10-23 sjgMerge bmake 20151020
2015-10-23 jahRemove unclear comment about address truncation in...
2015-10-22 glebiusMFV ntp-4.2.8p4 (r289715)
2015-10-22 jahUse pmap_quick* functions in armv6 busdma, for bounce...
2015-10-21 ianFix parsing of I2C addresses properties in fdt data...
2015-10-21 ianMove arm_gic_bind() out of the #ifdef SMP block to...
2015-10-21 jahUse pmap_quick* for out-of-context bounce buffers and...
2015-10-20 ianUncomment some rather important code that was commented...
2015-10-20 ganboldInclude "opt_platform.h" to fix kernel build for amlogi...
2015-10-20 ianFollow the advice of the misplaced comment and don...
2015-10-19 ianSet the correct values in the arm aux control register...
2015-10-19 baptMerge from head
2015-10-18 gonzoEnable gpiobacklight in BEAGLEBONE config to support...
2015-10-18 rpauloUpdate hostapd/wpa_supplicant to version 2.5.
2015-10-18 ianOnly decode fdt data which belongs to the GIC controller.
2015-10-18 ianInclude "opt_platform.h" early so that the FDT option...
2015-10-18 ianEnable ARM_INTRNG on IMX6 platforms, and make the imx_g...
2015-10-18 ianEnable ARM_INTRNG on the pandaboard platform.
2015-10-18 ianImport ARM_INTRNG, the "next generation" interrupt...
2015-10-18 ianRename arm_init_secondary_ic() -> arm_pic_init_secondar...
2015-10-18 ngieMFhead @ r289481
2015-10-18 ianFix a strange macro re-definition compile error. If...
2015-10-17 ngieIntegrate tools/regression/acltools into the FreeBSD...
2015-10-17 ngieIntegrate tools/test/posixshm and tools/regression...
2015-10-16 mavMFV r289310:
2015-10-15 kibARM userspace accessors, e.g. {s,f}uword(9), copy{in...
2015-10-13 baptMerge from head
2015-10-13 ngieIntegrate tools/regression/acltools into tests/sys/acl
2015-10-12 peterUpdate from svn-1.8.14 to 1.9.2.
2015-10-11 ngieMFhead @ r289148
2015-10-11 mavRemove compatibility shims for legacy ATA device names.
2015-10-10 ngieMFhead @ r289100
2015-10-09 ianUse IIC_EBUSBSY and IIC_BUSERR status values consistant...
next