]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm
Escape "Ed"
[FreeBSD/FreeBSD.git] / sys / arm /
2015-04-25 loosSet ARM_L2_PIPT for A10 and RPI2, they are probably...
2015-04-23 andrewAdd the SOC_IMX51, SOC_IMX53, and SOC_IMX6 options...
2015-04-23 andrewReduce the diff between files.imx51 and files.imx53
2015-04-23 andrewPull out the common parts of the ODROIDC1 and VSATV102...
2015-04-23 andrewRemove the need for board specific std files on aml8726...
2015-04-23 andrewMove KERNVIRTADDR to the common std.aml8726.
2015-04-23 andrew - Move files selected in files.smp to files.aml8726...
2015-04-23 andrewUpdate the ODROIDC1 and VSATV102 to reduce the diff...
2015-04-23 loosNow that we have an U-Boot for RPI2, do not use the...
2015-04-22 loosFetch the SDHCI frequency from videocore (our prefered...
2015-04-21 sjgMerge bmake-20150418
2015-04-21 rpauloMerge wpa_supplicant/hostapd 2.4.
2015-04-21 gjbMerge the following from ^/projects/release-arm64 to...
2015-04-20 loosBuild and install the DTB for all the supported AllWinn...
2015-04-20 gjbMFH: r281668 through r281783
2015-04-19 mariusMake a comment reflect reality.
2015-04-18 loosMove the items common to all SoCs to a single file.
2015-04-18 loosFix the style(9) and adds two missing parentheses on...
2015-04-18 loosSimplify the receiver code a bit.
2015-04-17 loosAdd the necessary support to use both TX queues availab...
2015-04-17 loosRemove unnecessary checks and fix an issue where the...
2015-04-17 andrewRemove support for reading the syscall code in OABI...
2015-04-17 andrewUse cp15_ifar_get to get the instruction fault address...
2015-04-17 loosFix the 'wrong packet header' errors for if_emac.
2015-04-13 andrewUpdate the arm devmap code to also work with arm64.
2015-04-12 andrewAdd a driver for the ARM Power State Coordination Inter...
2015-04-12 andrewSwitch to the new v6 pmap code to increase its testing...
2015-04-11 andrewChange the virtual address used to not be 0xc0000000...
2015-04-11 andrewAdd support for the QEMU virt SoC. This is a SoC built...
2015-04-11 andrewAdd support for the uart classes to set their default...
2015-04-11 ganboldThis modifies several FreeBSD drivers to use the GNU...
2015-04-11 ganboldThis modifies several FreeBSD drivers to use the hardwa...
2015-04-10 baptUpdate nvi to 2.1.3 which fixes the data corruption...
2015-04-10 ianAdd a pmap_kremove_device() to undo mappings made with...
2015-04-06 andrewAdd support to the efi boot1 and loader for 32-bit...
2015-04-05 andrewdev/ofw/openfirm.h is not needed in the arm machine...
2015-04-04 andrewRe-add machine/bus.h to machine/fdt.h on arm, it's...
2015-04-04 andrewInclude vm/pmap.h for pmap_kextract.
2015-04-04 andrewInclude machine/intr.h for arm_post_filter.
2015-04-04 andrewDon't include unneeded files in the arm machine/fdt...
2015-04-04 andrewMove the definition of fdt_localbus_devmap to a Marvell...
2015-04-04 andrewStop using machine/fdt.h in the arm kernel code when...
2015-04-04 andrewAdd support for arm64 to the existing arm generic timer...
2015-04-03 dimAdd the llvm-cov and llvm-profdata tools, when WITH_CLA...
2015-04-03 andrewMerge the common parts of the SOCKIT and SOCKIT-BERI...
2015-04-02 andrewStop including machine/fdt.h, it's not needed.
2015-04-02 andrewWe may not be using gcc to compile this.
2015-04-02 andrewAdd the generic timer registers to sysreg.h and cpu...
2015-04-02 gonzo- Make interrupt resource optional: some upstream FDT...
2015-03-31 ganboldAdd kernel config files for Hardkernel Odroid-C1 and...
2015-03-31 ganboldAdd necessary changes to support various Amlogic SoC...
2015-03-30 andrewRestore setting cpufuncs on arm1176, it was removed...
2015-03-30 cyMFV ntp 4.2.8p1 (r258945, r275970, r276091, r276092...
2015-03-30 andrewRemove support for CPU_XSCALE_80200. None of our config...
2015-03-30 andrewRemove support for CPU_FA626TE. It's unused by any...
2015-03-29 andrewarm11_sleep is no longer needed, remove it.
2015-03-29 andrewpj4b_config and pj4bv7_setup are only used when CPU_MV_...
2015-03-29 andrewBuild the cpufunc_asm_* files based on the cpu type...
2015-03-29 andrewRemove cpufunc_asm_arm11.S from the ARMv7 configs,...
2015-03-29 andrewRemove arm1136 support. We don't have any configs that...
2015-03-29 andrewRemove the bootconfig parsing. We never used it and...
2015-03-29 andrewWe only need cpufunc_asm_arm11.S on bcm2835, not bcm2836
2015-03-29 andrewRemove ARM9_CACHE_WRITE_THROUGH, none of our configs...
2015-03-29 andrewRemove the unused armv5 cpufunc code.
2015-03-29 andrewRemove unused cpufunc arm11 and armv6 code. While here...
2015-03-29 andrewWe don't use cpufunc_asm_armv5.S in any of these config...
2015-03-29 andrewRemove unused arm10_* functions. The remaining function...
2015-03-29 andrewStop building unused cpuvunc_* files, we don't need...
2015-03-29 andrewRemove support for CPU_ARM10. No kernel configs could...
2015-03-27 bzRather than defining our own magic checks here use...
2015-03-26 ianNew pmap code for armv6. Disabled by default, option...
2015-03-26 ianUse pmap_mapdev()/unmapdev() to temporarily map on...
2015-03-25 andrewRemove a debug #error from the bcm2835 sdhci driver.
2015-03-25 andrewAdd support for the Raspberry Pi 2. As the chip is...
2015-03-24 andrewMove including std.bcm2835 to the RPI-B kernel config...
2015-03-24 andrewAdd the SOC_BCM2835 and SOC_BCM2836 options for the...
2015-03-24 mavRemove from legacy ata(4) driver support for hardware...
2015-03-23 ianDo not save/restore the TLS pointer on context switch...
2015-03-21 cognetWhen waiting on PTE allocation, another thread could...
2015-03-20 jkimMerge OpenSSL 1.0.1m.
2015-03-20 andrewAdd a helper function to read clock frequencies from...
2015-03-20 andrewSplit out the common bcm283x fixes from the bcm2835...
2015-03-20 andrewRemove now unneeded headers from the Broadcom DWC driver
2015-03-20 andrewMove the code to set the device power to the bcm2835...
2015-03-20 zbbAllow to override default kernel virtual address assign...
2015-03-14 dimMerge ^/head r279893 through r279984.
2015-03-13 emasteDelete stray clause 3 and renumber.
2015-03-11 dimMerge ^/head r279759 through r279892.
2015-03-10 ianRemove MODULES_OVERRIDE="" for Marvel-based armv5 systems.
2015-03-10 ianRemove MODULES_OVERRIDE="" and WITHOUT_MODULES="ahc...
2015-03-09 ianChange the name of the dmtimer pps device from /dev...
2015-03-09 ianRemove the static DTB config and instead build modules...
2015-03-09 ianAttach the prcm clock driver early, so it can set the...
2015-03-09 impAdd the DTrace modules to the build, rather than only...
2015-03-09 ianAdd minimum cache line sizes to struct cpuinfo, use...
2015-03-09 ianClean data cache before instruction cache in armv7_icac...
2015-03-08 andrewCall config_intrhook_disestablish on failure of the...
2015-03-08 andrewAdd support for enabling the USB on the Raspberry Pi...
2015-03-08 ianFix spurious interrupts on arm am335x (beaglebone)...
2015-03-07 dimMerging ^/head r279596 through r279758.
next