]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm
Make size of Tx and Rx rings configurable
[FreeBSD/FreeBSD.git] / sys / arm /
2014-09-30 andrewMake sure __ARM_ARCH is defined in sysreg.h by includin...
2014-09-27 kevloFix the definitioin of AT91SAM9G45_IRQ_PIOE and rename...
2014-09-27 andrewAdd machine/sysreg.h to simplify accessing the system...
2014-09-27 kevloRemove a bogus AIC.
2014-09-26 kevloFix the size of AT91SAM9260_PIT_SIZE.
2014-09-26 kevloFix typos.
2014-09-25 brAdd driver for Synopsys DesignWare 3504-0 Universal...
2014-09-25 gavinMove the ARM Samsung s3c2xx0 support files into the...
2014-09-25 roygerddb: allow specifying the exact address of the symtab...
2014-09-24 ngieImport pjdfstest from ^/vendor/pjdfstest/abf03c3a47745d...
2014-09-20 ianMake the ARM MPCore Timer driver work with published...
2014-09-20 ganboldFix typo in comment.
2014-09-19 glebiusMechanically convert to if_inc_counter().
2014-09-15 ianThe private peripheral interrupts start at offset 16...
2014-09-15 desUpgrade to OpenPAM Ourouparia.
2014-09-14 ianUse gic_decode_fdt() rather than a local routine to...
2014-09-14 ianAdd a common routine for parsing FDT data describing...
2014-09-14 ianAdd compat strings for all the flavors of GIC this...
2014-09-14 ianFix an undefined variable that was accidentally not...
2014-09-14 ianAdd a comment giving an overview of the driver. Remove...
2014-09-13 ianReplace the imx5 and imx6 iomux drivers with a single...
2014-09-13 ianConvert the at91_pinctrl driver to use the new fdt_pinc...
2014-09-12 jhb- Don't let rman_reserve_resource() activate the resour...
2014-09-11 brAdd Reset Manager driver. This driver provides generic...
2014-09-11 andrewRename pmap_kenter_temp to pmap_kenter_temporary to...
2014-09-10 andrewUnify interrupts bit definition and usage. While here...
2014-09-10 andrewAdd more register values to armreg.h and remove CPU_CON...
2014-09-10 andrewMove if_smc_fdt.c to live in sys/dev/smc. It's not...
2014-09-09 ianRename new to newval in inline asm code, to avoid clash...
2014-09-07 andrewWhen entering the kernel with the MMU off assume we...
2014-09-07 andrewRemove Lvirtaddr and Lphysaddr, these don't appear...
2014-09-07 andrewGeneralise the va to pa code and use it when starting...
2014-09-07 andrewCreate a common i.MX53 config and use it with the two...
2014-09-06 bro Remove __unused attribute on variables which actually...
2014-09-06 andrewFixthe spelling of ehci
2014-09-06 andrewAllow us to use the virtual timer. It is currently...
2014-09-06 brAdd FPGA Manager driver. This driver allows to program...
2014-09-05 andrewAdd the virtual timer irq to the list of interrupts...
2014-09-05 impMerge forgotten .h files from vendor branch.
2014-09-04 impReimport dts files from vendor repo now that it has...
2014-09-04 impUpdate bindings to latest vendor branch representing...
2014-09-04 impWrap some long lines.
2014-09-04 ianImplement the imx_iomux_get/set_gpr() interface for...
2014-09-04 ianThe iomux driver is no longer optional, all imx platfor...
2014-09-04 ianImplement the same public interface in imx51 and imx6...
2014-09-04 ianAdd a basic iomux driver for imx6.
2014-09-04 ianFix typo in variable name.
2014-09-04 brAdd initial support for Altera SOCFPGA (heterogeneous...
2014-09-04 ianThe imx5x and imx6 chips have an onboard IOMUX device...
2014-09-03 ianAdd a function to get the frequency of the AHB bus...
2014-09-03 ianRemove DIAGNOSTIC from the kernel config of low-end...
2014-09-03 ianFixes and enhancements for the if_cgem driver...
2014-09-02 ianThe anatop driver controls power and PLLs and needs...
2014-09-02 ianThe ocotp driver provides access to registers containin...
2014-09-01 iansdhci.h has grown a dependency on sysctl.h, include...
2014-09-01 ianRename OF_xref_phandle() to OF_node_from_xref() and...
2014-09-01 ianDo not generate unwind info in asm functions if _STANDA...
2014-09-01 impResync comments about scbus and pass for life after...
2014-08-31 brGIC (Cortex A's interrupt controller) supports up to...
2014-08-31 ianPut option FDT into the base IMX6 config and remove...
2014-08-31 ianThe Marvell PJ4B cpu family is armv7, not armv6.
2014-08-30 ianFix the handling of MMU type in the AP entry code....
2014-08-30 tuexenEnable SCTP support. It runs perfectly fine on a Wandbo...
2014-08-30 tuexenRemove FDT option, since it is in every file, which...
2014-08-27 pluknetMFV of r270725, tzdata2014f
2014-08-20 loosRewrite of ti_i2c based on gonzo's patch, fix the follo...
2014-08-18 impMake note about reset vs RTOE actions...
2014-08-18 imp/usr/libexec/ld.so.1 never was a thing on FreeBSD/arm...
2014-08-18 impExpand the elf brandelf infrastructure to give access...
2014-08-17 bzRemove keyboard entropy [1] from r270105.
2014-08-17 impAdd missing license to at91_common.c. It was committed...
2014-08-17 impDefine at91_master_clock in only one file to eliminate...
2014-08-17 impConvert the HL201 config file to use FDT.
2014-08-17 ianWhen the initarm_* routines were renamed to platform_...
2014-08-17 ianRename the old initarm_* functions to the new platform_...
2014-08-16 ianMove the imx6 sysctl temperature info to hw.imx6 where...
2014-08-15 impImplement the FDT static pinctl/pinmux spec for Atmel...
2014-08-14 impPrint the symbolic bit names for the status when we...
2014-08-14 impAdd AIC to at91sam9260 support, now that it is needed...
2014-08-14 impAdd support for multipass to Atmel, for both FDT and...
2014-08-14 impStart to add FDT support.
2014-08-14 impAdd support for FDT and !FDT configs on Atmel, though...
2014-08-14 impFrom https://sourceware.org/ml/newlib/2014/msg00113...
2014-08-11 peterUpdate serf-1.3.6 -> 1.3.7
2014-08-10 dumbbellFix two files forgotten in r269783 (vt_generate_cons_pa...
2014-08-09 impPer discussion on arm@, the compiler generates misaligned
2014-08-08 kibChange pmap_enter(9) interface to take flags parameter...
2014-08-08 nwhitehornRemove unnecessary inclusion of FDT headers.
2014-08-08 nwhitehornUse OF_getencprop() in preference to OF_getprop() and...
2014-08-08 ianAdd a missing clock register definition.
2014-08-07 jkimMerge OpenSSL 1.0.1i.
2014-08-06 ianUse a SYSINIT to init the array of interrupt names...
2014-08-06 jmgput these under bootverbose, they are only needed for...
2014-08-05 ianCache the imx6 SoC type in a static var so that it...
2014-08-05 ianAdd an arm option, ARM_DEVICE_MULTIPASS, used to opt...
2014-08-05 ianAttach arm generic interrupt and timer drivers in the...
2014-08-05 ianSet the pl310 L2 cache driver to attach during the...
2014-08-05 glebiusMerge all MD sf_buf allocators into one MI, residing...
2014-08-03 alcRetire pmap_change_wiring(). We have never used it...
2014-08-02 ianWhen arm 64-bit atomic ops are available, define ARM_HA...
next