]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm/arm
Assert that the mapping loop makes progress.
[FreeBSD/FreeBSD.git] / sys / arm / arm /
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-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 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...
2015-01-22 gonzoAdd last_fault_code used in pmap-v6.c if kernel is...
2015-01-21 ianMove the __aligned() declaration to where it will actua...
2015-01-21 ianMicro-optimize the new arm inline bus_space implementat...
2015-01-21 ianThe versatile platform had two copies of a bus_space...
2015-01-21 ianRename bus_space-v6.c to bus_space_base.c, because...
2015-01-21 ianMove bs_unimplemented() to bus_space_generic.c so it...
2015-01-21 ianFor some reason, all the arm bus_space functions that...
2015-01-21 ianUse arm/bus_space-v6.c for all armv6 systems, the essen...
2015-01-21 ianUse the explicit member initializer style to init the...
2015-01-21 ianRevise the arm bus_space implementation to avoid derefe...
2015-01-20 gjbMerge the following revisions from ^/projects/release...
2015-01-20 ianAdd inline implementations of arm bus_space_read/write_N().
2015-01-20 andrewRemove the SMP code from locore-v4. These will never...
2015-01-18 dimUpgrade our copy of clang and llvm to 3.5.1 release...
2015-01-17 ianMinor cleanups, comment changes. No need to load 3...
2015-01-15 dimImport libc++ trunk r224926. This fixes a number of...
2015-01-14 ganboldCorrect cpu type, it was rather Cortex A12 R0.
2015-01-13 gjbReintegrate head revisions r273096-r277147
2015-01-13 ganboldAdd CPU ID for ARM Cortex A17.
2015-01-11 andrewRename gic_init_secondary to arm_init_secondary_ic...
2015-01-11 andrewRework the GIC driver to ease the import of the arm_int...
2015-01-10 baptInstall the liblzma pkg-config file
2015-01-08 jkimMerge OpenSSL 1.0.1k.
2015-01-08 dimUpdate compiler-rt to trunk r224034. This brings a...
2015-01-07 delphijMFV r276761: tcpdump 4.6.2.
2015-01-07 markjFactor out duplicated code from dumpsys() on each archi...
2015-01-06 delphijMFV r276759: libpcap 1.6.2.
2015-01-03 ianAdd a new trap-v6.c which has support for all armv7...
2015-01-03 desUpgrade to Unbound 1.5.1. Almost all our local changes...
2015-01-02 ianFix alignment directives in arm asm code after clang...
2015-01-02 delphijMFV r276568:
2015-01-01 ianDefine a WFI macro that expands to the right form of...
2015-01-01 ianRework the vpf support code so that it compiles with...
2014-12-31 dimMerge ^/head r274961 through r276472.
2014-12-31 ianA couple small fixes to make clang 3.5 happy... Move...
2014-12-31 ianChange the order of operations for the initial cache...
2014-12-31 ianFix a paste-o.
2014-12-30 dimMerge ^/head r274961 through r276418.
2014-12-30 ianAdd a new locore.S that #includes the right (v4 or...
2014-12-30 ianRename locore.S to locore-v4.S and add a new locore...
2014-12-30 ianExport MAXCPU to the assembler code, needing by upcomin...
2014-12-30 ianAdd armv6 implementations of these cache operations...
2014-12-29 emasteUpdate elftoolchain to upstream rev 3130
2014-12-29 dimMerge ^/head r276347 through r276356.
2014-12-28 ianUpdate comments (r4 is not used anywhere), use non...
2014-12-28 dimMerge ^/head r274961 through r276342.
2014-12-28 ianAdd cache maintenance functions which will be used...
2014-12-28 ianAdd new code to read and parse cpu identification data...
2014-12-27 dimMerge ^/head r274961 through r276301.
2014-12-25 baptUpdate mandoc to 1.13.2
2014-12-25 ianFor data and instruction prefetch aborts, call the...
2014-12-25 ianOops, I fumbled a semicolon on the style changes; recov...
2014-12-25 ianChange the style of the DO_AST macro to match the other...
2014-12-24 ianDisplay the correct value for cache Level of Coherency...
2014-12-24 ianCleanup up ARM *frame structures...
next