]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm/arm
Use the IMX6 kernel configuration for the WANDBOARD build,
[FreeBSD/FreeBSD.git] / sys / arm / arm /
2015-05-06 gjbMFH: r282315-r282534
2015-05-05 andrewUpdate the comment on what CPUs this driver supports.
2015-05-04 gjbMFV r225523, r282431:
2015-05-04 ianOn an icache sync by address/len, round the length...
2015-05-04 cyMFV ntp 4.2.8p2 (r281348)
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 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-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...
2015-04-26 andrewUse ARMv7 style unaligned access on ARMv6. We set this...
2015-04-22 gjbMFH: r280643-r281852
2015-04-21 sjgMerge bmake-20150418
2015-04-21 rpauloMerge wpa_supplicant/hostapd 2.4.
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-13 ngieMFhead @ r281503
2015-04-13 andrewUpdate the arm devmap code to also work with arm64.
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-04 andrewDon't include unneeded files in the arm machine/fdt...
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-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 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 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 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 andrewRemove unused arm10_* functions. The remaining function...
2015-03-29 andrewRemove support for CPU_ARM10. No kernel configs could...
2015-03-26 ianNew pmap code for armv6. Disabled by default, option...
2015-03-25 gjbMFH: r278968-r280640
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-11 dimMerge ^/head r279759 through r279892.
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-07 dimMerging ^/head r279596 through r279758.
2015-03-06 ianUpdate a comment that had drifted out of date with...
2015-03-05 andrewAdd the MD parts of dtrace needed to use fbt on ARM...
2015-03-02 baptUpdate libucl to git version 8d3b186
2015-03-02 baptUpdate mandoc to cvs snaphot from 20150302
2015-02-28 impMerge latest (commit c8c1b3a77934768c7f7a4a9c10140c8bec...
2015-02-26 dimMerge ^/head r279309 through r279312.
2015-02-26 dimFix a number of -Wcast-qual warnings under sys/arm...
2015-02-26 dimMerge ^/head r279163 through r279308.
2015-02-24 zbbFix endianness on FDT read in ARM GIC
2015-02-23 ianThere is no reason to do i+dcache writeback and invalid...
2015-02-22 dimUpdate compiler-rt to trunk r230183. This has some...
2015-02-22 dimUpdate compiler-rt to trunk r228651. This enables...
2015-02-19 dimMerge llvm 3.6.0rc4 from ^/vendor/llvm/dist, merge...
2015-02-19 dimMerging ^/head r278916 through r279022.
2015-02-19 andrewAllow the ARM unwinder to work through modules. This...
2015-02-18 jkimMerge ACPICA 20141107 and 20150204.
2015-02-18 gjbMFH: r278593-r278966
2015-02-17 dimMerge ^/head r278756 through r278915.
2015-02-17 andrewPull the ARM ddb unwind code out to a new file. This...
2015-02-14 ianAdd logic for handling new-style ARM cpu ID info.
2015-02-14 dimMerge ^/head r278499 through r278755.
2015-02-11 gjbMFH: r278202,r278205-r278590
2015-02-11 andrewRemove the non-EABI code from the DDB stack unwinder...
2015-02-10 gnnInitial version of DTrace on ARM32.
2015-02-10 zbbResolve cache line size from CP15
2015-02-09 rpauloMerge xz 5.2.0.
2015-02-06 emasteUpdate LLDB snapshot to upstream r225923 (git 2b588ecd)
2015-02-02 dimMerge ^/head r278005 through r278109.
2015-02-01 ianRemove a stale comment. The logic that deleted the...
2015-01-31 dimMerge ^/head r277999 through r278002.
2015-01-31 kibDo not qualify the mcontext_t *mcp argument for set_mco...
2015-01-28 dimMerge ^/head r277804 through r277843.
2015-01-28 brAdd ARMv7 performance monitoring counters.
2015-01-26 dimMerge ^/head r277719 through 277776.
2015-01-26 brAdd a generic way for hooking PMC interrupt.
2015-01-26 kibEnsure that _tmppt KVA is used exclusively by providing...
2015-01-25 dimMerge ^/head r277327 through r277718.
2015-01-25 dimMerge llvm 3.6.0rc1 from ^/vendor/llvm/dist, merge...
2015-01-24 kibRemove Giant from /dev/mem and /dev/kmem. It is defini...
2015-01-22 ianAdd the Maxmem global and set it to the highest physica...
next