]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm
cxgbe(4): major tx rework.
[FreeBSD/FreeBSD.git] / sys / arm /
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 ianFix a "decl is not a prototype" error noticed by gcc...
2014-12-28 ianAdd cache maintenance functions which will be used...
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 loosRemove unnecessary code and, instead, use the provided...
2014-12-27 loosFix a off-by-one bug.
2014-12-27 loosConvert the BSC (i2c) driver to use the new iicbus_get_...
2014-12-27 loosRemoves unused and duplicate headers.
2014-12-27 dimMerge ^/head r274961 through r276301.
2014-12-27 loosRemove the '#undef DEBUG' that should not be committed.
2014-12-27 loosOn interrupt handler, save the actual data read from...
2014-12-27 loosMake consistent use of the correct debug macros across...
2014-12-26 loosFix the musb initialization sequence on AM335x.
2014-12-26 ianInclude acle-compat.h directly (we use its symbols...
2014-12-26 ianSquelch a (bogus) gcc use-before-init warning.
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 loosAdd interrupt support for GPIO pins on OMAP4 and AM335x.
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-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...
2014-12-24 ianEliminate unnecessary references to pte.h internals...
2014-12-24 andrewRename pic_ipi_get to pic_ipi_read for intrng.
2014-12-24 andrewSwitch i.MX to use the platform code to help with a...
2014-12-24 loosBring in the last round of updates before adding the...
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-23 loosDo not return the total number of available pins but...
2014-12-23 rmacklemRemove the old NFS client and server from head,
2014-12-22 loosRemove some leftovers from OMAP3 support.
2014-12-22 loosSimplify the use of locks where possible, remove the...
2014-12-22 ianReplace the clock divisor terms with values that also...
2014-12-21 ianAdd -march=armv7a to the kernel compile for all ARM...
2014-12-21 andrewFix the unwinder to get past functions with no stack...
2014-12-21 andrewPull out the fdt mapping code into intr.c. The arm_intr...
2014-12-21 ianEliminate a redundant declaration.
2014-12-21 ianRemove a volatile qualifier on return type that is...
2014-12-21 andrewFurther reduce the diff between the arm_intrng gic...
2014-12-21 andrewReduce the diff between the lpc interrupt controller...
2014-12-21 andrewReduce the diff in the Ti aintc between head and arm_intrng
2014-12-21 andrewReduce the diff between head and arm_intrng with the...
2014-12-21 andrewReduce the diff to the arm_intrng project branch by...
2014-12-21 andrewFix the indentation to simplify comparing the ARM confi...
2014-12-21 andrewtart to clean up the armv6 kernel configs by reducing...
2014-12-20 rpauloDriver for CPU frequency/voltage control on the Raspber...
2014-12-20 andrewClean up the style of the CUBIEBOARD2 config file
2014-12-20 andrewClean up to use the standard style of "options \t"...
2014-12-20 ianAdd a new sdhci quirk, SDHCI_QUIRK_WAITFOR_RESET_ASSERT...
2014-12-19 ianRewrap long lines; no functional changes.
2014-12-19 ianAdd code to set and reset open-drain mode on the bus...
2014-12-18 dimMerge ^/head r275759 through r275911.
2014-12-16 emasteCopy elftoolchain readelf from vendor branch
2014-12-15 brFix typo.
2014-12-15 brFollow r275792 eliminating fdt_data_verify().
2014-12-11 delphijMFV r275696: file 5.21.
2014-12-10 dimMerge ^/head r274961 through r275684.
2014-12-10 ianFix the watchdog timeout calculation to prevent wrap...
2014-12-09 bro Add BERI Virtio Networking Frontend (if_vtbe)
2014-12-09 andrewInclude sys/kernel.h to pick up the definition of hz...
2014-12-08 dimMerge ^/head r275478 through r275622.
2014-12-08 markjMFV r272851:
2014-12-07 zbbFix buffer overflow in Marvell PCI/PCIe driver
2014-12-06 andrewUse the unified syntax when generating assembly for...
2014-12-06 delphijMFV r260710 + 275532:
2014-12-05 andrewSwitch to a .cpu directive. These will work when clang...
2014-12-05 andrewSwitch to an armv6k cpu, without this clang 3.5 complai...
2014-12-05 andrewPlace the literal pool after a RET otherwise clang...
2014-12-05 andrewSet the alignment to 4-bytes after a string as clang...
2014-12-05 andrewUse the unified syntax in a few more assembly files
2014-12-05 andrewAdd missing END macros to some of the xscale functions.
2014-12-04 dimMerge ^/head r275387 through r275477.
2014-12-02 baptUpdate to mandoc cvs version as of 20141201
2014-12-02 andrewSwitch to unified syntax so these can be built with...
2014-12-02 andrewUse the APSR_nzcv format of mrc. The clang integrated...
2014-12-02 andrewFix the name of the coprocessor to include the "p"...
2014-12-02 dimMerge ^/head r274961 through r275386.
2014-12-01 andrewPull in the NetBSD global offset table handling code...
next