]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm
Unbreak the RSS/PCBGROUp build.
[FreeBSD/FreeBSD.git] / sys / arm /
2016-03-30 loosEnable SPI1 on Beaglebone Black.
2016-03-30 loosBump up the read and write timeouts. The old value...
2016-03-29 loosAdd the SPI driver for am335x.
2016-03-29 andrewRead the CPU ID for the current CPU from the GIC. The...
2016-03-26 andrewOnly define the platform methods for the Allwinner...
2016-03-26 mmelARM: Fix bug introduced in r297286.
2016-03-26 mmelTEGRA: Fixes for UART driver:
2016-03-26 mmelARM: Parse command line delivered by U-Boot:
2016-03-26 mmelARM: Fix ATAG handling in LINUX_BOOT_API:
2016-03-26 mmelARM: Teach LINUX_BOOT_ABI to recognize DT blob.
2016-03-24 skraGeneralize IPI support for ARM intrng and use it for...
2016-03-22 jhibbitsFix the resource_list_print_type() calls to use uintmax_t.
2016-03-21 loosUse the internal references for ADC, this fixes the...
2016-03-21 loosEnable multicast addresses on vlan ports. Fixes the...
2016-03-21 adrianRemove urtwn/urtwnfw; it's built as a module now.
2016-03-21 ianFix fallout from r292180 (Dec 2015)... ensure that...
2016-03-20 ianRemove FREEBSD_BOOT_LOADER that already exists in std...
2016-03-18 loosCount the input and output packets.
2016-03-18 loosIncrease the arbitrary limit of TX segments.
2016-03-18 loosSet the destination port in all TX segments.
2016-03-18 mmelTEGRA: Connect TEGRA124 to universe build.
2016-03-18 mmelTEGRA: Fix tegra_pcie driver after rman_res_t size...
2016-03-18 jhibbitsUse uintmax_t (typedef'd to rman_res_t type) for rman...
2016-03-17 loosAdd support for dual emac mode.
2016-03-17 mmelA20: Gpiobus can be attached only after full gpio drive...
2016-03-17 andrewMake it an error to build an ARM kernel with COMPAT_FRE...
2016-03-17 loosFixes a few style(9) issues, remove extra blank lines.
2016-03-16 obrienBring down 0.4.5 vendor files and other catchups with...
2016-03-16 emasteRemove armeb FreeBSD 6 compat shim
2016-03-16 andrewRemove old COMPAT_FREEBSD options from the ARM kernel...
2016-03-16 mmelImport basic support for Nvidia Jetson TK1 board and...
2016-03-15 wmaRemove redefinitions in ARMADA code
2016-03-14 bzOnly check for SYS_freebsd6_lseek if the syscall code...
2016-03-14 wmaAdd support for USB3.0 on Armada38x
2016-03-14 wmaMake MPIC compatible with ARM_INTRNG
2016-03-14 wmaFix GIC interrupt decoding in INTRNG code
2016-03-13 jmcneillFix display output for non-HDMI display devices.
2016-03-11 desUpgrade to OpenSSH 7.2p2.
2016-03-06 andrewAdd SMP support for the Allwinner A31 and A31s. This...
2016-03-05 dimMerge ^/head r296369 through r296409.
2016-03-05 andrewAdd support to enable/disable both the EHCI and OHCI...
2016-03-03 dimMerge ^/head r296007 through r296368.
2016-03-03 jmcneillAdd support for Allwinner A31 RTC controller.
2016-03-02 andrewThe cpu_reset_needs_v4_MMU_disable variable is only...
2016-03-01 jmcneillAdd support for Allwinner A31/A31s EHCI controller...
2016-03-01 jkimMerge OpenSSL 1.0.2g.
2016-03-01 jhbRemove taskqueue_enqueue_fast().
2016-03-01 andrewMake the memory size returned from fdt_get_mem_regions...
2016-03-01 andrewStop setting the memory size in the arm EFI and FDT...
2016-03-01 andrewMake the fdt_get_mem_regions memsize argument optional...
2016-03-01 jhibbitsCorrect the memory rman ranges to be to BUS_SPACE_MAXADDR
2016-02-29 wmaFix fdt_get_mem_regions() to work with 64-bit addresses
2016-02-28 gonzoFix typo in device description
2016-02-28 jmcneillAdd Allwinner A10/A20 RTC driver.
2016-02-28 andrewAdd SMP support to the ARM PLATFORM code. This will...
2016-02-28 andrewBuild ofw_cpu.c on all ARM configs using FDT. As we...
2016-02-27 jmcneillFix PIO mode on A31 and later SoCs.
2016-02-27 skraMove IPI related parts back to (ARM) machine specific...
2016-02-27 jhibbitsMigrate many bus_alloc_resource() calls to bus_alloc_re...
2016-02-26 jmcneillFix inverted test for lock status while waiting for...
2016-02-26 andrewMake the CUBIEBOARD config include the A10 config with...
2016-02-26 andrewAlmost all copies of platform_mp_init_secondary just...
2016-02-26 andrewRemove platform_mp_probe as it's almost identical on...
2016-02-26 andrewAdd the start of support for the Allwinner A31 clocks...
2016-02-25 andrewFix a mistake that crept in when moving between git...
2016-02-25 andrewRemove platform_ipi_send, it's an unneeded as all imple...
2016-02-25 jmcneillAdd Allwinner A20 HDMI support.
2016-02-25 andrewAdd support for the Allwinner A31 watchdog to the exist...
2016-02-25 andrewAdd the Allwinner A31 and A31s padconf support. It...
2016-02-25 jmcneillFix dedicated DMA transfers.
2016-02-24 dimMerge ^/head r295902 through r296006.
2016-02-23 skraRemove redundant __ARM_ARCH >= 6 check in armv6 specifi...
2016-02-23 ianMake imx6 systems work again after recent import of...
2016-02-22 dimMerge ^/head r295845 through r295901.
2016-02-22 skraRemove armv6 specific part from armv4 specific file...
2016-02-22 skraMove ARM_L2_PIPT option to std.armv6 for all armv6...
2016-02-22 skraAs <machine/vm.h> is included from <vm/vm.h>, there...
2016-02-22 skraAs <machine/vmparam.h> is included from <vm/vm_param...
2016-02-22 skraAs <machine/param.h> is included from <sys/param.h...
2016-02-22 skraAs <machine/pmap.h> is included from <vm/pmap.h>, there...
2016-02-21 dimMerge ^/head r295601 through r295844.
2016-02-20 skraRename busdma_machdep.c to busdma_machdep-v4.c, pmap...
2016-02-20 jhibbitsIntroduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.
2016-02-19 andrewAdd initial support for the Allwinner A31i and A31s...
2016-02-19 andrewInclude ofw_bus_subr.h before ofw_pci.h for the definit...
2016-02-19 skraRemove not used static function pmap_kenter_attr().
2016-02-19 skraRemove not used definitions and fix some style nits.
2016-02-19 skraRemove AP_KRW definition not needed after r295801.
2016-02-19 skraRename pte.h to pte-v4.h and start including directly...
2016-02-19 skraMove common definitions from both pmap-v4.h and pmap...
2016-02-19 skraRename pmap.h to pmap-v4.h and remove pmap-v6.h include...
2016-02-18 zbbIntroduce bus_get_bus_tag() method
2016-02-18 skraRemove redundant ARM_L2_ADDR_BITS and L2_ADDR_BITS...
2016-02-18 skraRemove redundant L2_ADDR_MASK definition and replace...
2016-02-18 skraRemove unneeded definitions after r291406. Also remove...
2016-02-17 andrewMove the Allwinner kernels to use fdt_pinctrl. This...
2016-02-17 skraDo not use PMAP_DOMAIN_KERNEL definition for __ARM_ARCH...
2016-02-17 skraRemove unneeded vector_page_setprot() for __ARM_ARCH...
2016-02-17 skraInclude pte-v6.h only where needed.
2016-02-17 skraRemove pd_prot and pd_cache members from struct arm_dev...
next