]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm
With the removal of b_saveaddr in the r285819, b_data must be reset to
[FreeBSD/FreeBSD.git] / sys / arm /
2015-07-25 gonzoFix color mapping for TDA19988. Values for VIP_CNTRL_1...
2015-07-25 gonzoSynchronize PIN input/output modes with gnu/dts/include...
2015-07-25 gonzoIf there is panel info in DTB do not wait for HDMI...
2015-07-22 jkimMerge ACPICA 20150717.
2015-07-19 markjImplement the lockstat provider using SDT(9) instead...
2015-07-19 andrewFix atomic_store_64, it should write the value passed...
2015-07-19 andrewClean up the style of the armv6 atomic code.
2015-07-19 andrewSort the ARM atomic functions to be in alphabetical...
2015-07-17 bennoMerge driver for PMC Sierra's range of SAS/SATA HBAs.
2015-07-16 andrewSplit out the arm and armv6 parts of atomic.h to new...
2015-07-16 zbbFix KSTACK_PAGES issue when the default value was chang...
2015-07-13 loosBring a few simplifications to a10_gpio:
2015-07-12 ianAdd PRINTF_BUFR_SIZE=128 to avoid interleaved output.
2015-07-11 loosReturn the FDT node of the GPIO controller to gpiobus...
2015-07-11 andrewAlways send a SIGSEGV on a map failure. Use the code...
2015-07-09 jkimMerge OpenSSL 1.0.1p.
2015-07-08 kibAdd the atomic_thread_fence() family of functions with...
2015-07-08 pkelseyMFV r285191: tcpdump 4.7.4.
2015-07-07 gshapiroMerge sendmail 8.15.2 to HEAD
2015-07-05 cyMFV ntp-4.2.8p3 (r284990).
2015-07-05 ianEnable ipsec by default on all armv6 platforms.
2015-07-03 loosAdd the routines to activate the GMAC clock and setup...
2015-07-03 loosRename a10_emac_gpio_config() to a10_gpio_ethernet_acti...
2015-07-03 loosRemove duplicate and unnecessary includes.
2015-07-03 loosAdd AHCI attachment code for Allwinner A10/A20 SoCs.
2015-07-01 loosAdd DMA support for Allwinner MMC controller.
2015-06-26 andrewpc_curpmap is only in the armv6 pcpu data.
2015-06-24 ianFix a misplaced #endif (maybe a mismerge?). Emitting...
2015-06-18 jkimMerge ACPICA 20150619.
2015-06-18 gonzoAdd missing driver for TDA19988 HDMI framer
2015-06-18 gonzoAdd HDMI support to Beaglebone Black:
2015-06-17 gonzo- Add clk_set_source_freq field to struct ti_clock_dev...
2015-06-16 andrewWrite to the PRRR (Primary Region Remap Register) rathe...
2015-06-16 bzTrying to unbreak arm.LINT by properly putting the...
2015-06-13 sjgAdd META_MODE support.
2015-06-11 andrewAdd basic support for ACPI. It splits out the nexus...
2015-06-11 andrewStop using VFP in pcpu.h when we mean ARMv6 and later.
2015-06-11 andrewFix the spelling of __ARM_ARCH >= 6 in sys/arm/arm.
2015-06-10 delphijMFV r284234:
2015-06-10 brAllow DTrace to be compiled-in to the kernel.
2015-06-10 mjgGeneralised support for copy-on-write structures shared...
2015-06-09 sobomax"status_reg.acpwr ? 1 : 0" is now the same as just...
2015-06-09 sobomaxFix a typo in a comment that has been carried over...
2015-06-09 sobomaxUse tab to do identation consistently.
2015-06-09 sobomaxExtend TPS65217 support to be able to pull and decode...
2015-06-09 alcAccount for superpage mappings that are created by...
2015-06-08 alcRetire VM_FREEPOOL_CACHE as the next step in eliminatin...
2015-06-07 andrewStop checking for ARM_TP_ADDRESS when we mean to check...
2015-06-07 andrewRemove pc_cpu, it was duplicating pc_cpuid so was unneeded.
2015-06-06 brInclude a header required for vtophys().
2015-06-03 ianBetter handling of userland sysarch() requests to flush...
2015-06-02 ianAdd a missing wakeup when releasing ownership of the...
2015-06-01 andrewRemove __ARM_EABI__ from sys/arm/arm, building for...
2015-06-01 andrewClear the C bit of the saved program state register...
2015-05-31 andrewSet the return value correctly on copy failure in copystr.
2015-05-31 andrewWe only support the ARM EABI in head, remove the check...
2015-05-27 sjgMerge sync of head
2015-05-26 sjgMerge from head
2015-05-26 loosRemove unused mutex and softc variables.
2015-05-25 ianEnsure that all arm kernel configs contain ALT_BREAK_TO...
2015-05-24 gonzoRename fdt_find_child to ofw_bus_find_child. There...
2015-05-24 dchaginThe kernel sends signals to the processes via ABI speci...
2015-05-24 andrewAdd support for getting the memory map from EFI if...
2015-05-24 dchaginIn preparation for switching linuxulator to the use...
2015-05-24 andrewEnable SMP on the qemu virt platform. We use the device...
2015-05-24 andrewRemove trailing whitespace from sys/arm/arm
2015-05-24 andrewAdd more cp15_ functions, and use them in cpufunc.c...
2015-05-24 andrewInclude the ofw cpu driver. This allows us to get a...
2015-05-24 ganboldAdd kernel config and dts files for an aml8726-m3
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...
next