]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm
urtwn(4): refactor and fix TX path.
[FreeBSD/FreeBSD.git] / sys / arm /
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
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...
2015-10-09 ianMostly rewrite the imx i2c driver. This started out...
2015-10-07 andrewMove pmu.c to files.arm and rename the option to pmu...
2015-10-07 kibA follow-up to r288492. In fact, revert the mentioned...
2015-10-05 dimMerge ^/head r288457 through r288830.
2015-10-05 brAttach interrupt controller device before other devices.
2015-10-05 ngieMFhead @ r281414
2015-10-04 rwatsonAdd missing stack unwind information to several assembl...
2015-10-02 kibDo not set 'flush to zero' VFPSCR_FZ bit by default...
2015-10-02 kibFreeBSD does not support SMP on ARMv5. Since processor...
2015-10-02 ngieMFhead @ r288473
2015-10-01 dimMerge ^/head r288197 through r288456.
2015-10-01 andrewAn IPI must be cleared before it is handled otherwise...
2015-09-30 markjMFV r288408:
2015-09-28 ngieAdd initial testcases for bin/ls
2015-09-27 ngieMFhead @ r288313
2015-09-26 alcExploit r288122 to address a cosmetic issue. Since...
2015-09-23 emasteBring LLVM libunwind snapshot into contrib/llvm/projects
2015-09-22 dimMerge ^/head r288100 through r288125.
2015-09-22 andrewAdd support for __atomic_FOO_fetch on arm prior to...
2015-09-22 dimMerge ^/head r288035 through r288099.
2015-09-21 loosEnable if_dwc for Allwinner A20 based boards.
2015-09-21 loosAdd the A20 glue code for if_dwc.
2015-09-20 dimMerge ^/head r287878 through r288034.
next