]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm
sfxge: support RFID-selectable segments of dynamic configuration
[FreeBSD/FreeBSD.git] / sys / arm /
2016-01-18 andrewAdd extra checks to make sure the size is valid. We...
2016-01-17 jhibbitsQuick exit after setting the clock control register.
2016-01-16 andrewUse __ARM_ARCH to decide when ARM_TP_ADDRESS needs...
2016-01-16 impWe don't need at91_bs_tag. arm_base_bs_tag works now...
2016-01-16 impMove ohci files to their proper place in the tree for...
2016-01-15 baptUpdate mandoc to 20160116
2016-01-15 skraAdd mmu format info into ARM vmcore.
2016-01-15 ianReduce diffs to upstream by adding a couple comment...
2016-01-15 andrewRemove the commented out sc device from the i.MX kernel...
2016-01-14 ianFix the handling of the "PDC write transfer length...
2016-01-13 ianFix the spelling of fueword* to eliminate compile warni...
2016-01-13 ngieMFhead @ r293815
2016-01-12 skraFix local macro for early KVA allocation.
2016-01-09 dchaginImplement vsyscall hack. Prior to 2.13 glibc uses vsyscall
2016-01-08 delphijMFV r293415:
2016-01-07 skraPrint curpmap in "show pcpu" command.
2016-01-05 delphijMFV r293125: less v481.
2016-01-03 ianStore the pointer to the bootloader-provided env data...
2016-01-02 ianReword the comment to better describe what I found...
2016-01-02 ianWork around problems that happen when there is ram...
2016-01-02 ianUse 64-bit math when processing the lists of physical...
2016-01-02 ianMake the 'env' directive described in config(5) work...
2015-12-31 ngieMFhead @ r293006
2015-12-29 ianBring some of the recent locore-v4.S improvements into...
2015-12-29 ngieMFhead @ r292618
2015-12-25 kevloFix typo (s/harware/hardware/)
2015-12-22 andrewRemove the arm KERNPHYSADDR option as it is no longer...
2015-12-21 gonzoAdd i.MX 6 IPU driver and enable it in IMX6 config
2015-12-21 gonzo- Add driver for i.MX 6 HDMI framer
2015-12-21 gonzoAdd CCM functions to enable HDMI framer and IPU units...
2015-12-21 impConfigure the Atmel eval boards to boot the same way...
2015-12-21 ianImplement OF_decode_addr() for arm. Move most of power...
2015-12-21 ianReplace some references to KERNPHYSADDR with the equive...
2015-12-20 ianChange KERNVIRTADDR to 0xc0000000 since the low-order...
2015-12-20 ianAllow armv4/5 kernels to be loaded on any 2MB boundary...
2015-12-20 gonzoAdd dev.fb.X.resync sysctl to resync ARM framebuffer...
2015-12-19 ngieMFhead @ r292474
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-17 ngieMFhead @ r292396
2015-12-16 skraAdopt assert from amd64 in pmap_remove_pages().
2015-12-15 ngieMFhead @ r292285
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-09 ngieMFhead @ r292005
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-06 ngieMFhead@r291879
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-26 ngieMFhead @ r291345
2015-11-24 skraFlush all kernel mappings from TLB(s) in time when...
2015-11-24 ngieMFhead @ r291235
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 ngieMFhead @ r291038
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...
next