]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm
MFV r285025: 6033 arc_adjust() should search MFU lists for oldest buffer
[FreeBSD/FreeBSD.git] / sys / arm /
2015-06-06 Ruslan BukinInclude a header required for vtophys().
2015-06-03 Jung-uk KimMFV: r283965
2015-06-03 Ian LeporeBetter handling of userland sysarch() requests to flush...
2015-06-02 Ian LeporeAdd a missing wakeup when releasing ownership of the...
2015-06-01 Andrew TurnerRemove __ARM_EABI__ from sys/arm/arm, building for...
2015-06-01 Andrew TurnerClear the C bit of the saved program state register...
2015-05-31 Andrew TurnerSet the return value correctly on copy failure in copystr.
2015-05-31 Andrew TurnerWe only support the ARM EABI in head, remove the check...
2015-05-27 Ed MasteUpdate to ELF Tool Chain r3223
2015-05-27 Simon J. GerratyMerge sync of head
2015-05-26 Simon J. GerratyMerge from head
2015-05-26 Luiz Otavio O SouzaRemove unused mutex and softc variables.
2015-05-25 Ian LeporeEnsure that all arm kernel configs contain ALT_BREAK_TO...
2015-05-25 Dimitry AndricUpgrade our copy of clang and llvm to 3.6.1 release.
2015-05-24 Oleksandr TymoshenkoRename fdt_find_child to ofw_bus_find_child. There...
2015-05-24 Dmitry ChaginThe kernel sends signals to the processes via ABI speci...
2015-05-24 Andrew TurnerAdd support for getting the memory map from EFI if...
2015-05-24 Dmitry ChaginIn preparation for switching linuxulator to the use...
2015-05-24 Andrew TurnerEnable SMP on the qemu virt platform. We use the device...
2015-05-24 Andrew TurnerRemove trailing whitespace from sys/arm/arm
2015-05-24 Andrew TurnerAdd more cp15_ functions, and use them in cpufunc.c...
2015-05-24 Andrew TurnerInclude the ofw cpu driver. This allows us to get a...
2015-05-24 Ganbold TsagaankhuuAdd kernel config and dts files for an aml8726-m3
2015-05-23 Andrew TurnerFix a lock up where we enter swapper() with interrupts...
2015-05-23 Andrew TurnerUse the wait-for-event instruction to put the core...
2015-05-23 Andrew TurnerRemove an unused header.
2015-05-22 Warner LoshExport the eflags field from the elf header. This allow...
2015-05-22 Jung-uk KimCALLOUT_MPSAFE has lost its meaning since r141428,...
2015-05-22 Andrew TurnerAdd a miibus_statchg and use it to enable Gigabit mode...
2015-05-22 Warner LoshNeed to handle the !FDT case still too... I thought...
2015-05-22 Oleksandr TymoshenkoSwitch TI platform support code from using FreeBSD...
2015-05-21 Luiz Otavio O SouzaAdd the MMC/SD driver for Allwinner SoCs.
2015-05-21 Pedro F. Giffuniddb: finish converting boolean values.
2015-05-21 Ganbold TsagaankhuuAdd missing break statement.
2015-05-21 Ganbold TsagaankhuuAdd driver for usbclock generator for earlier amlogic...
2015-05-21 Ganbold TsagaankhuuRemove unnecessary break statements.
2015-05-21 Ganbold TsagaankhuuThe RTC initialization values are based on the SoC...
2015-05-21 Enji CooperImport proposed fix from upstream for
2015-05-20 Rui Pauloti_pruss: pass the correct IRQ to userland.
2015-05-20 Ganbold TsagaankhuuD2432 (Patch for Amlogic single core PIC) moved the...
2015-05-19 Warner LoshAdd NFS server to mix (for easier, in-place updates...
2015-05-19 Warner LoshImprove comment about unmapped I/O and fix typos.
2015-05-19 Ruslan BukinAdd Performance Monitoring Counters support for AArch64.
2015-05-18 Jung-uk KimMerge ACPICA 20150515.
2015-05-18 Edwin GroothuisMFV of 283077,tzdata2015d
2015-05-18 Luiz Otavio O SouzaRemove unnecessary devices from allwinner kernels.
2015-05-18 Andrew TurnerClean up the Amlogic interrupt controller driver to...
2015-05-18 Andrew TurnerClean up the style to be "include<space><tab>" and...
2015-05-18 Edwin GroothuisMFV of 283040,tzdata{2015c}
2015-05-17 Andrew TurnerClean up struct syscall_args:
2015-05-17 Ian LeporeDo not set preload_addr_relocate for ARM. Apparently...
2015-05-16 Warner LoshDon't allow unmapped I/O. The pmap isn't quite up to...
2015-05-16 Bjoern A. ZeebMore tr -d '\r' t make config happy and
2015-05-16 Bjoern A. Zeebtr -d '\r' makes config a lot more happy.
2015-05-15 Zbigniew BodekIntroduce support for the Alpine PoC from Annapurna...
2015-05-15 Ian LeporeAdd assertions that the addresses passed to tlb mainten...
2015-05-15 Ian LeporeRetrieve the cache parms in the proper arch-specific...
2015-05-15 Ganbold TsagaankhuuIt appears to be armv7_sleep is a duplication of armv7_...
2015-05-14 Xin LIMFV r282927,r282928,r282930 (kientzle):
2015-05-14 Ed MasteUpdate to ELF Tool Chain r3197
2015-05-13 Ganbold TsagaankhuuDelete cpu_do_powersave which is set but never used...
2015-05-13 Luiz Otavio O SouzaFix the vmstat -i output on ARM.
2015-05-13 Luiz Otavio O SouzaFix the SMP initialization on RPi 2 (BCM2836).
2015-05-13 Luiz Otavio O SouzaAdd support for the power button on BeagleBone Black.
2015-05-12 Ganbold TsagaankhuuDisable WPI in case of aml8726-m3.
2015-05-11 Alan CoxRetire pmap_lazyfix(). This function only existed...
2015-05-11 Andrew TurnerAdd the kernel support for Thumb-2. It is only supporte...
2015-05-11 Andrew TurnerMark thumb entry points as such when building for thumb...
2015-05-11 Andrew TurnerUse the Thumb compliant version of the add instruction...
2015-05-11 Andrew TurnerList both registers to use in the 64-bit atomic instruc...
2015-05-11 Andrew Turnercpu-v6.h should only be used in the kernel, add an...
2015-05-11 Andrew TurnerMove to use __ARM_ARCH in more places in the kernel.
2015-05-11 Andrew TurnerUse the ACLE spelling of _ARM_ARCH_6: "__ARM_ARCH ...
2015-05-10 Simon J. GerratyMerge bmake-20150505 improve detection of malformed...
2015-05-10 Andrew TurnerUse the new gic option on all configs that need it.
2015-05-10 Andrew TurnerUse the new gic option. While here remove extra whitesp...
2015-05-10 Andrew TurnerAdd the gic to files.arm under "device gic" and use...
2015-05-10 Andrew TurnerFirst pass clenup over the Marvell db-88f6xxx kernel...
2015-05-10 Andrew TurnerClean up the style to use "options<space><tab>".
2015-05-09 Andrew TurnerPass over the at91 kernels to reduce the diff between...
2015-05-09 Glen BarberMerge ^/projects/release-arm-redux into ^/head.
2015-05-09 Luiz Otavio O SouzaPass the resources requests to the upper bus.
2015-05-08 Glen BarberUse the IMX6 kernel configuration for the WANDBOARD...
2015-05-08 Andriy GaponMFV r282630: 5809 Blowaway full receive in v1 pool...
2015-05-08 Ganbold TsagaankhuuThis follows the gic and ti/aintc code by adding additi...
2015-05-07 Xin LIMFV r282611: netcat from OpenBSD 5.7.
2015-05-07 Luiz Otavio O SouzaAdd the SMP support for Raspberry Pi 2 (BCM2836).
2015-05-07 Ed MasteCorrect PL310_POWER_CTRL offset
2015-05-07 Andrew TurnerClean up the ARM kernel configs to use 'include<space...
2015-05-06 Zbigniew BodekAdd new CP15 operations and DB_SHOW_COMMAND to print...
2015-05-06 Glen BarberMFH: r282315-r282534
2015-05-06 Ganbold TsagaankhuuThis patch adds support for the extended baud rate...
2015-05-05 Ian LeporeAdd the code necessary to run the imx6 chip at its...
2015-05-05 Andrew TurnerStart to reduce the diff between the Atmel kernel configs.
2015-05-05 Andrew TurnerThe VIRT kernel config targets armv6.
2015-05-05 Andrew TurnerMove the first batch of common armv6 options to std...
2015-05-05 Ian LeporeCreate std.arm and std.armv6 config files and include...
2015-05-05 Andrew TurnerUpdate the comment on what CPUs this driver supports.
2015-05-05 Luiz Otavio O SouzaNow that DMA works, enable the audio driver on RPi 2.
2015-05-05 Luiz Otavio O SouzaEnable DMA for sdhci on RPi 2 (BCM2836).
next