]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm
Merge from head
[FreeBSD/FreeBSD.git] / sys / arm /
2015-05-26 sjgMerge from head
2015-05-23 andrewFix a lock up where we enter swapper() with interrupts...
2015-05-23 andrewUse the wait-for-event instruction to put the core...
2015-05-23 andrewRemove an unused header.
2015-05-22 impExport the eflags field from the elf header. This allow...
2015-05-22 jkimCALLOUT_MPSAFE has lost its meaning since r141428,...
2015-05-22 andrewAdd a miibus_statchg and use it to enable Gigabit mode...
2015-05-22 impNeed to handle the !FDT case still too... I thought...
2015-05-22 gonzoSwitch TI platform support code from using FreeBSD...
2015-05-21 loosAdd the MMC/SD driver for Allwinner SoCs.
2015-05-21 pfgddb: finish converting boolean values.
2015-05-21 ganboldAdd missing break statement.
2015-05-21 ganboldAdd driver for usbclock generator for earlier amlogic...
2015-05-21 ganboldRemove unnecessary break statements.
2015-05-21 ganboldThe RTC initialization values are based on the SoC...
2015-05-20 rpauloti_pruss: pass the correct IRQ to userland.
2015-05-20 ganboldD2432 (Patch for Amlogic single core PIC) moved the...
2015-05-19 impAdd NFS server to mix (for easier, in-place updates...
2015-05-19 impImprove comment about unmapped I/O and fix typos.
2015-05-19 brAdd Performance Monitoring Counters support for AArch64.
2015-05-18 jkimMerge ACPICA 20150515.
2015-05-18 loosRemove unnecessary devices from allwinner kernels.
2015-05-18 andrewClean up the Amlogic interrupt controller driver to...
2015-05-18 andrewClean up the style to be "include<space><tab>" and...
2015-05-17 andrewClean up struct syscall_args:
2015-05-17 ianDo not set preload_addr_relocate for ARM. Apparently...
2015-05-16 impDon't allow unmapped I/O. The pmap isn't quite up to...
2015-05-16 bzMore tr -d '\r' t make config happy and
2015-05-16 bztr -d '\r' makes config a lot more happy.
2015-05-15 zbbIntroduce support for the Alpine PoC from Annapurna...
2015-05-15 ianAdd assertions that the addresses passed to tlb mainten...
2015-05-15 ianRetrieve the cache parms in the proper arch-specific...
2015-05-15 ganboldIt appears to be armv7_sleep is a duplication of armv7_...
2015-05-13 ganboldDelete cpu_do_powersave which is set but never used...
2015-05-13 loosFix the vmstat -i output on ARM.
2015-05-13 loosFix the SMP initialization on RPi 2 (BCM2836).
2015-05-13 loosAdd support for the power button on BeagleBone Black.
2015-05-12 ganboldDisable WPI in case of aml8726-m3.
2015-05-11 alcRetire pmap_lazyfix(). This function only existed...
2015-05-11 andrewAdd the kernel support for Thumb-2. It is only supporte...
2015-05-11 andrewMark thumb entry points as such when building for thumb...
2015-05-11 andrewUse the Thumb compliant version of the add instruction...
2015-05-11 andrewList both registers to use in the 64-bit atomic instruc...
2015-05-11 andrewcpu-v6.h should only be used in the kernel, add an...
2015-05-11 andrewMove to use __ARM_ARCH in more places in the kernel.
2015-05-11 andrewUse the ACLE spelling of _ARM_ARCH_6: "__ARM_ARCH ...
2015-05-10 sjgMerge bmake-20150505 improve detection of malformed...
2015-05-10 andrewUse the new gic option on all configs that need it.
2015-05-10 andrewUse the new gic option. While here remove extra whitesp...
2015-05-10 andrewAdd the gic to files.arm under "device gic" and use...
2015-05-10 andrewFirst pass clenup over the Marvell db-88f6xxx kernel...
2015-05-10 andrewClean up the style to use "options<space><tab>".
2015-05-09 andrewPass over the at91 kernels to reduce the diff between...
2015-05-09 gjbMerge ^/projects/release-arm-redux into ^/head.
2015-05-09 loosPass the resources requests to the upper bus.
2015-05-08 gjbUse the IMX6 kernel configuration for the WANDBOARD...
2015-05-08 ganboldThis follows the gic and ti/aintc code by adding additi...
2015-05-07 loosAdd the SMP support for Raspberry Pi 2 (BCM2836).
2015-05-07 emasteCorrect PL310_POWER_CTRL offset
2015-05-07 andrewClean up the ARM kernel configs to use 'include<space...
2015-05-06 zbbAdd new CP15 operations and DB_SHOW_COMMAND to print...
2015-05-06 gjbMFH: r282315-r282534
2015-05-06 ganboldThis patch adds support for the extended baud rate...
2015-05-05 ianAdd the code necessary to run the imx6 chip at its...
2015-05-05 andrewStart to reduce the diff between the Atmel kernel configs.
2015-05-05 andrewThe VIRT kernel config targets armv6.
2015-05-05 andrewMove the first batch of common armv6 options to std...
2015-05-05 ianCreate std.arm and std.armv6 config files and include...
2015-05-05 andrewUpdate the comment on what CPUs this driver supports.
2015-05-05 loosNow that DMA works, enable the audio driver on RPi 2.
2015-05-05 loosEnable DMA for sdhci on RPi 2 (BCM2836).
2015-05-05 loosFix DMA on RPi 2.
2015-05-04 gjbMFV r225523, r282431:
2015-05-04 loosIn preparation for the next cycle of official ARM image...
2015-05-04 ianOn an icache sync by address/len, round the length...
2015-05-04 cyMFV ntp 4.2.8p2 (r281348)
2015-05-04 loosFix the voltage and clock levels for cpufreq on RPi 2.
2015-05-02 loosFix the vt(4) framebuffer driver on RPi 2.
2015-05-02 loosFix the sc(4) framebuffer driver on RPi 2.
2015-05-02 loosAdd the routines to query and setup the framebuffer...
2015-05-02 loosFix the kernel ident for RPI2.
2015-05-02 loosRemove an unused variable.
2015-05-02 impRemove support for being compiled under OABI. We don...
2015-05-01 gjbMFH: r281855-r282312
2015-04-28 pfgMFV r282150
2015-04-28 andrewFix pmap_dcache_wb_pou in the new armv6 pmap to correct...
2015-04-28 ganboldUpdate Amlogic MMC driver:
2015-04-28 hselaskyThe add_bounce_page() function can be called when loadi...
2015-04-27 desRestore packaging subdir to enable running unmodified...
2015-04-27 ngieIntegrate tools/regression/aio/aiotest and tools/regres...
2015-04-27 ngieIntegrate tools/regression/mqueue into the FreeBSD...
2015-04-27 ngieIntegrate tools/regression/fifo into the FreeBSD test...
2015-04-27 ngieIntegrate tools/regression/kqueue into the FreeBSD...
2015-04-27 ngieIntegrate tools/regression/execve into the FreeBSD...
2015-04-27 ngieMove etc/tests/rc.d to etc/rc.d/tests to match the...
2015-04-27 loosPass the supplied buffer length instead of a fixed...
2015-04-27 ganboldEnable root mounting from mmc/sd card.
2015-04-26 andrewCleanup a little more:
2015-04-26 andrewFix the style of locore-v4.S and locore-v6.S to help...
2015-04-26 andrewRemove the armv6 code from locore-v4.S, it's not needed...
next