]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm/include
When waiting on PTE allocation, another thread could free the l2_dtable while
[FreeBSD/FreeBSD.git] / sys / arm / include /
2015-03-20 jkimMerge OpenSSL 1.0.1m.
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-09 ianAdd minimum cache line sizes to struct cpuinfo, use...
2015-03-02 baptUpdate libucl to git version 8d3b186
2015-03-02 ianRevert r279338. The casts are apparently bogus, despit...
2015-03-02 baptUpdate mandoc to cvs snaphot from 20150302
2015-02-28 impMerge latest (commit c8c1b3a77934768c7f7a4a9c10140c8bec...
2015-02-26 ianAdd casting to make atomic ops work for pointers. ...
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-22 dimMerge ^/head r279023 through r279162.
2015-02-21 ianCorrect a comment which was exactly backwards from...
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 dimMerge ^/head r278499 through r278755.
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-01-31 dimMerge ^/head r277975 through r277998.
2015-01-31 andrewStop using load-multiple with lr and pc. This has been...
2015-01-28 dimMerge ^/head r277804 through r277843.
2015-01-28 brAdd ARMv7 performance monitoring counters.
2015-01-25 dimMerge ^/head r277327 through r277718.
2015-01-25 dimMerge llvm 3.6.0rc1 from ^/vendor/llvm/dist, merge...
2015-01-22 ianDeclare Maxmem on arm. This should have been part...
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 ianMove bs_unimplemented() to bus_space_generic.c so it...
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 andrewAdd the User and PL1 read only and reqd write thread...
2015-01-18 dimUpgrade our copy of clang and llvm to 3.5.1 release...
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-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-08 ianMove the inclusion of cpu-v6.h inside the #ifdef _KERNE...
2015-01-08 ianAdd accessors for the ARM CP15 performance monitor...
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-02 emasteUpdate ELF headers to include additional defines
2015-01-01 ianDefine a WFI macro that expands to the right form of...
2014-12-29 emasteUpdate elftoolchain to upstream rev 3130
2014-12-28 dimMerge ^/head r274961 through r276342.
2014-12-28 ianFix a "decl is not a prototype" error noticed by gcc...
2014-12-28 ianEliminate an unused macro whose name clashes now with...
2014-12-28 ianAdd new TLB and cache maintainence functions for armv6...
2014-12-28 ianAdd new code to read and parse cpu identification data...
2014-12-27 dimMerge ^/head r274961 through r276301.
2014-12-26 ianInclude acle-compat.h directly (we use its symbols...
2014-12-25 baptUpdate mandoc to 1.13.2
2014-12-25 ianDefine only the CP15 register operations that are valid...
2014-12-25 ianAdd macros for asm barrier instructions with arch-speci...
2014-12-25 ianFor data and instruction prefetch aborts, call the...
2014-12-25 ianCreate 'L' variants of all the ENTRY macros for file...
2014-12-25 ianFix the GLOBAL macro so it works (upper vs lowercase...
2014-12-25 ianStylish changes... put tabs where they need to be in...
2014-12-25 ianRemove _PROF_PROLOGUE from the EENTRY() macros. These...
2014-12-24 ianCleanup up ARM *frame structures...
2014-12-24 andrewRename pic_ipi_get to pic_ipi_read for intrng.
2014-12-24 emasteUpdate elftoolchain to upstream rev 3130
2014-12-24 ianRevert a glitched mismerge that got caught up in the...
2014-12-24 ianDefine the old-school arm arch constants we still use...
2014-12-24 emasteCopy elftoolchain top-level directory from vendor at...
2014-12-21 andrewPull out the fdt mapping code into intr.c. The arm_intr...
2014-12-16 emasteCopy elftoolchain readelf from vendor branch
2014-12-11 delphijMFV r275696: file 5.21.
2014-12-08 markjMFV r272851:
2014-12-06 delphijMFV r260710 + 275532:
2014-12-02 baptUpdate to mandoc cvs version as of 20141201
2014-12-02 dimMerge ^/head r274961 through r275386.
2014-12-01 andrewPull in the NetBSD global offset table handling code...
2014-12-01 dimMerge ^/head r275262 through r275363.
2014-11-29 andrewUpdate _ENTRY to use _EENTRY to reduce the common code.
2014-11-29 baptUpdate libucl to latest version
2014-11-27 emasteCopy elftoolchain binutils replacements from vendor...
2014-11-26 emasteThere is no Python in the FreeBSD base system
2014-11-26 emasteUpdate LLDB snapshot to upstream r216948 (git 50f7fe44)
2014-11-25 dimr274961 through r275075
2014-11-25 emasteRevert r274772: it is not valid on MIPS
2014-11-24 dimMerge clang 3.5.0 release from ^/vendor/clang/dist...
2014-11-24 dimMerge llvm 3.5.0 release from ^/vendor/llvm/dist, resol...
next