]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm
Merge OpenBSM 1.2 alpha 4.
[FreeBSD/FreeBSD.git] / sys / arm /
2015-12-18 bruefferMerge OpenBSM 1.2 alpha 4.
2015-12-18 adrian[intrng] Migrate the intrng code from sys/arm/arm to...
2015-12-18 impCreate a simplebus PNP info wrapper.
2015-12-18 ianFix the clock divisor calc for imx6 sdcard bus speed.
2015-12-16 skraAdopt assert from amd64 in pmap_remove_pages().
2015-12-15 skraLocal TLB flush is sufficient in pmap_remove_pages().
2015-12-15 skraReplace all postponed TLB flushes by immediate ones...
2015-12-15 skraFlush intermediate TLB cache when L2 page table is...
2015-12-15 mmelARM: Remove outdated katelib.h.
2015-12-15 mmelARM: option PPC_PROBE_CHIPSET is applicable only for...
2015-12-14 desUpgrade to Unbound 1.5.7.
2015-12-14 ianMove the DRIVER_MODULE() statements that declare mmc...
2015-12-07 markjMFV r289003:
2015-12-07 markjAdd helper functions proc_readmem() and proc_writemem().
2015-12-07 kibAdd support for usermode (vdso-like) gettimeofday(2...
2015-12-05 andrewMove the check to see if we are tracing a function...
2015-12-03 jkimMerge OpenSSL 1.0.2e.
2015-12-03 ganboldAdd glue driver for Amlogic Meson Gigabit Ethernet...
2015-12-02 mmelARM: Define PCI_RES_BUS resource for platforms having...
2015-12-02 mmelARM: Fix of detection of root interrupt controller.
2015-11-30 mmelARM: create new memory attribute for writethrough cache...
2015-11-28 mmelARM: Implement atomic_swap_int(9). It's used in DRM2...
2015-11-28 mmelARM: Add support for new KRAIT 300 CPU revision.
2015-11-28 mmelARM: Cumulative fixes for GIC
2015-11-28 kibRemove sv_prepsyscall, sv_sigsize and sv_sigtbl members...
2015-11-27 zbbAdd support for exynos5_ehci in loader
2015-11-26 ianRename sysctl node hw.imx6 to hw.imx. Move its definit...
2015-11-24 skraFlush all kernel mappings from TLB(s) in time when...
2015-11-23 andrewUse #ifdef to get the file compiling without errors
2015-11-23 andrewOnly enable the first interrupt for now, we don't corre...
2015-11-23 skraRevert r291142.
2015-11-22 markjRemove unneeded includes of opt_kdtrace.h.
2015-11-21 ianUpdate the imx5/imx6 cpu_reset() implementation based...
2015-11-21 skraFix BUS_DMA_MIN_ALLOC_COMP flag logic. When bus_dmamap_...
2015-11-21 andrewMove hdmi_if.m to files.arm so other kernel configs...
2015-11-21 andrewCreate device options for the two common ARM timers.
2015-11-21 andrewMove more bus_space_* files to be built by files.arm...
2015-11-21 andrewLimit arm_base_bs_tag to ARMv4 and ARMv5, we only used...
2015-11-20 impMakeoption ARM_LITLE_ENDIAN does nothing. Remove it...
2015-11-20 andrewRemove bus_space_asm_generic.S from the per-SoC files...
2015-11-20 andrewRemove pl310.c from the SoC std.* files, it's in files.arm
2015-11-20 andrewStop setting {KERN,}PHYSADDR on armv6, it's unneeded.
2015-11-20 skraAdd usermode variable to KTR output. Fix style.
2015-11-20 skraFix style and argument count for KTR.
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
2015-10-27 andrewStart to remove support for the Samsung s3c24x0 SoCs...
2015-10-27 baptUpdate libucl to latest git snapshot (20151027)
next