summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Remove some leftovers from OMAP3 support.loos2014-12-221-9/+4
* Simplify the use of locks where possible, remove the locking when it is notloos2014-12-221-70/+41
* Replace the clock divisor terms with values that also result in a 1 MHzian2014-12-221-1/+1
* Add -march=armv7a to the kernel compile for all ARM systems which are v7a.ian2014-12-2114-0/+14
* Fix the unwinder to get past functions with no stack but may cause anandrew2014-12-211-1/+8
* Pull out the fdt mapping code into intr.c. The arm_intrng branch alsoandrew2014-12-213-25/+50
* Eliminate a redundant declaration.ian2014-12-211-2/+0
* Remove a volatile qualifier on return type that is ignored and results inian2014-12-211-1/+1
* Further reduce the diff between the arm_intrng gic driver and the versionandrew2014-12-211-31/+29
* Reduce the diff between the lpc interrupt controller in head and arm_intrngandrew2014-12-211-19/+23
* Reduce the diff in the Ti aintc between head and arm_intrngandrew2014-12-211-16/+20
* Reduce the diff between head and arm_intrng with the bcm2835 interruptandrew2014-12-211-13/+16
* Reduce the diff to the arm_intrng project branch by having the read/writeandrew2014-12-211-42/+49
* Fix the indentation to simplify comparing the ARM config files.andrew2014-12-2122-141/+141
* tart to clean up the armv6 kernel configs by reducing the diff betweenandrew2014-12-2116-458/+582
* Driver for CPU frequency/voltage control on the Raspberry Pi.rpaulo2014-12-205-15/+2114
* Clean up the style of the CUBIEBOARD2 config fileandrew2014-12-201-16/+16
* Clean up to use the standard style of "options \t" and "device\t\t"andrew2014-12-201-95/+95
* Add a new sdhci quirk, SDHCI_QUIRK_WAITFOR_RESET_ASSERTED, to work aroundian2014-12-201-2/+26
* Rewrap long lines; no functional changes.ian2014-12-191-4/+8
* Add code to set and reset open-drain mode on the bus when requested.ian2014-12-191-3/+14
* Fix typo.br2014-12-151-1/+1
* Follow r275792 eliminating fdt_data_verify().br2014-12-152-5/+3
* Fix the watchdog timeout calculation to prevent wrap. The RPi hardwareian2014-12-101-3/+3
* o Add BERI Virtio Networking Frontend (if_vtbe)br2014-12-092-1/+3
* Include sys/kernel.h to pick up the definition of hz. subr_syscall.c usesandrew2014-12-091-0/+1
* Fix buffer overflow in Marvell PCI/PCIe driverzbb2014-12-071-1/+1
* Use the unified syntax when generating assembly for clang. The clang 3.5andrew2014-12-061-0/+5
* Switch to a .cpu directive. These will work when clang 3.5 is importedandrew2014-12-051-1/+1
* Switch to an armv6k cpu, without this clang 3.5 complains "bx lr" isandrew2014-12-051-1/+1
* Place the literal pool after a RET otherwise clang 3.5 tries to put it tooandrew2014-12-051-0/+2
* Set the alignment to 4-bytes after a string as clang 3.5 can switch toandrew2014-12-051-1/+1
* Use the unified syntax in a few more assembly filesandrew2014-12-051-1/+3
* Add missing END macros to some of the xscale functions.andrew2014-12-052-0/+16
* Switch to unified syntax so these can be built with clang 3.5.andrew2014-12-024-175/+182
* Use the APSR_nzcv format of mrc. The clang integrated assembler doesn'tandrew2014-12-022-4/+4
* Fix the name of the coprocessor to include the "p" prefix, the clangandrew2014-12-021-2/+2
* Pull in the NetBSD global offset table handling code. Clang 3.5 createsandrew2014-12-011-3/+9
* Allow multiple devices to mmap. It's impossible to prevent this withrpaulo2014-12-011-25/+6
* Correctly a few incorrect uses of ENTRY/EENTRY and END/EENDandrew2014-11-302-3/+3
* Remove extra labels, ENTRY_NP already provides them.andrew2014-11-302-2/+0
* Update _ENTRY to use _EENTRY to reduce the common code.andrew2014-11-291-14/+14
* Some device tree configurations place the generic timer under the rootandrew2014-11-281-0/+2
* We don't use the hypervisor interrupt, make it optional in the device tree.andrew2014-11-281-1/+1
* Add new devices to the config.br2014-11-252-0/+4
* o Add PIO and vtblk mmio device info to the treebr2014-11-251-0/+3
* Revert r274772: it is not valid on MIPSemaste2014-11-251-2/+2
* The arm PJ4B cpu is armv7 architecture, not v6.ian2014-11-241-2/+2
* When doing a PREREAD sync of an mbuf-type dma buffer, do a writeback ofian2014-11-221-0/+17
* Use canonical __PIC__ flagemaste2014-11-211-2/+2
OpenPOWER on IntegriCloud