]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm/ti
MFC r305708, r305719
[FreeBSD/FreeBSD.git] / sys / arm / ti /
2016-10-22 gonzoMFC r305708, r305719
2016-10-15 mmelMFC r306756:
2016-09-27 loosMFC r306050:
2016-09-07 gonzoMFC r305492: Let knlist_add do the locking part
2016-09-02 gonzoMFC r305039:
2016-08-05 loosMFC r302988:
2016-07-07 loosFix a lockup in tx path for cspw.
2016-07-04 grehanImport bhyve_graphics into CURRENT. Thanks to all who...
2016-07-01 delphijMFV r302260: expat 2.2.0
2016-06-27 delphijMFV r302218: file 5.28.
2016-06-22 mmMFV r302003,r302037,r302038,r302056:
2016-06-17 bdreweryImport ClangFormat.cpp from ^/vendor/clang/clang-releas...
2016-06-04 baptImport libucl snapshot 20160604
2016-06-03 delphijMFV r301238:
2016-06-01 lidlImport NetBSD's blacklist source from vendor tree
2016-05-29 allanjudeImport the skein hashing algorithm, based on the threef...
2016-05-27 grehanCreate branch for bhyve graphics import.
2016-05-26 dimUpdate libc++ to 3.8.0. Excerpted list of fixes (with...
2016-05-26 loosOnly do the touch screen setup when the 'ti,wires'...
2016-05-20 emasteUpdate to ELF Tool Chain r3475
2016-05-18 andrewReturn the struct intr_pic pointer from intr_pic_regist...
2016-05-12 mmMFV r299425:
2016-05-11 gonzoAdd OF_prop_free function as a counterpart for OF_...
2016-05-08 skraINTRNG - update gpio pin capabilities according to...
2016-05-06 skraINTRNG - support new interrupt mapping type INTR_MAP_DA...
2016-05-06 skraINTRNG - use gpio interrupt modes definitions added...
2016-05-05 dimSince contrib/libcxxrt's ancestry was never correct...
2016-05-05 skraINTRNG - redefine struct intr_map_data to avoid headers...
2016-05-04 pfgsys/arm: Minor spelling fixes.
2016-05-03 jkimMerge OpenSSL 1.0.2h.
2016-04-30 andrewAdd a MULTIDELAY option to allow the ARM kernel to...
2016-04-29 gonzoAdd driver for AM33xx SoC touchscreen
2016-04-27 jkimMerge ACPICA 20160422.
2016-04-27 delphijMFV r298691:
2016-04-26 brMove arm's devmap to some generic place, so it can...
2016-04-20 pfgUse our nitems() macro when param.h is available.
2016-04-18 delphijMFV r298178:
2016-04-17 baptImport libucl 0.8.0
2016-04-17 baptImport sqlite3 3.12.1
2016-04-16 gjbMFH
2016-04-15 philImport to 0.6.1
2016-04-15 andrewRename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will...
2016-04-13 gonzoFix UART3 and UART4 clock offsets.
2016-04-12 philMerge libxo 0.4.6
2016-04-06 gjbMFH
2016-04-05 skraFix typo. No functional change.
2016-04-04 gjbMFH
2016-04-04 skraRework TI gpio interrupt controller for INTRNG. It...
2016-04-04 skraRework am33xx interrupt controller for INTRNG and enable it
2016-04-04 skraRemove FDT specific parts from INTRNG. Change its inter...
2016-03-30 loosBump up the read and write timeouts. The old value...
2016-03-29 loosAdd the SPI driver for am335x.
2016-03-21 loosUse the internal references for ADC, this fixes the...
2016-03-21 loosEnable multicast addresses on vlan ports. Fixes the...
2016-03-21 ianFix fallout from r292180 (Dec 2015)... ensure that...
2016-03-18 loosCount the input and output packets.
2016-03-18 loosIncrease the arbitrary limit of TX segments.
2016-03-18 loosSet the destination port in all TX segments.
2016-03-17 loosAdd support for dual emac mode.
2016-03-17 loosFixes a few style(9) issues, remove extra blank lines.
2016-03-16 obrienBring down 0.4.5 vendor files and other catchups with...
2016-03-11 desUpgrade to OpenSSH 7.2p2.
2016-03-03 dimMerge ^/head r296007 through r296368.
2016-03-02 gjbMFH
2016-03-01 jkimMerge OpenSSL 1.0.2g.
2016-03-01 jhbRemove taskqueue_enqueue_fast().
2016-02-26 andrewAlmost all copies of platform_mp_init_secondary just...
2016-02-26 andrewRemove platform_mp_probe as it's almost identical on...
2016-02-25 andrewRemove platform_ipi_send, it's an unneeded as all imple...
2016-02-22 dimMerge ^/head r295845 through r295901.
2016-02-22 gjbMFH
2016-02-22 skraMove ARM_L2_PIPT option to std.armv6 for all armv6...
2016-02-21 dimMerge ^/head r295601 through r295844.
2016-02-18 gjbMFH
2016-02-16 skraUse EARLY_DRIVER_MODULE() for ti_scm driver to be attac...
2016-02-15 gjbMFH
2016-02-15 skraInitial OMAP4 WUGEN pass-through driver. SPI interrupts...
2016-02-13 dimUpdate llvm, clang and lldb to release_38 branch r260756.
2016-02-12 emasteUpdate ELF Tool Chain to upstream rev 3400
2016-02-11 desUse the new insecure-lan-zones option instead of listin...
2016-02-09 andrewUpdate our copy of the Linux dts files to be in sync...
2016-02-08 gjbMFH
2016-02-06 dimMerge ^/head r294961 through r295350.
2016-02-06 dimMerge compiler-rt release_38 branch r258968.
2016-02-05 mmelARM: Use new ARMv6 naming conventions for cache and...
2016-02-02 gjbMFH
2016-02-01 skraRemove not needed <machine/pte.h> includes.
2016-02-01 mmelARM: Rename remaining instances of cpufunc_id() to...
2016-01-28 jkimMerge OpenSSL 1.0.2f.
2016-01-25 gjbMFH
2016-01-22 dimMerge ^/head r294169 through r294598.
2016-01-22 andrewStop defining fdt_pic_table with ARM_INTRNG, it's unused.
2016-01-22 delphijMFV r294491: ntp 4.2.8p6.
2016-01-19 desUpgrade to OpenSSH 6.9p1.
2016-01-19 desUpgrade to OpenSSH 6.8p1.
2016-01-19 desUpgrade to OpenSSH 6.7p1, retaining libwrap support...
2016-01-15 baptUpdate mandoc to 20160116
2016-01-14 dimUpdate llvm, clang and lldb to trunk r257626, and updat...
2016-01-08 delphijMFV r293415:
2016-01-06 dimUpdate clang to trunk r256945.
next