aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* MFamd64 r313933: microoptimize pmap_protect_pte1().Konstantin Belousov2017-02-191-3/+2
* Change the naming of imx{5,6} gpio pins to exactly match the names used inIan Lepore2017-02-181-1/+1
* Remove debugging code that was probably unused since before the arm codeOlivier Houchard2017-02-131-3/+0
* Enable usb low and full speed devices connected to the imx6 root hubs.Ian Lepore2017-02-121-0/+4
* Stop including sys/types.h from arm's machine/atomic.h, fix the placesIan Lepore2017-02-114-4/+3
* Rename timer.c to a10_timer.cEmmanuel Vadot2017-02-072-1/+1
* Add support for PLATFORM and PLATFORM_SMP to the Altera SOCFPGA SoC. ThisAndrew Turner2017-02-075-52/+91
* Update arm and arm64 counters MD bits.Konstantin Belousov2017-02-061-13/+5
* sys/arm/arm/identcpu-v4.c: fix identify_arm_cpu()Stanislav Galabov2017-02-061-2/+1
* Define the vm_ooffset_t and vm_pindex_t types as machine-independend.Konstantin Belousov2017-02-041-2/+0
* Remove an old use of _ARM_ARCH_6, we are moving to using the standardAndrew Turner2017-02-031-1/+1
* Only define atomic_fcmpset_long in the kernel. We may includeAndrew Turner2017-02-031-0/+3
* Remake support for SMP kernel on UP cpu:Michal Meloun2017-02-0226-109/+126
* [am335x] Fallback to standard video interface bindings when using Linux dtsOleksandr Tymoshenko2017-02-011-4/+35
* Correct the IT instruction in atomic_fcmpset_64().Olivier Houchard2017-01-291-1/+1
* Remove useless labels.Olivier Houchard2017-01-281-2/+1
* Use strexeq instead of needlessly branch.Olivier Houchard2017-01-281-3/+2
* Implement atomic_fcmpset_* for arm and arm64.Olivier Houchard2017-01-283-0/+167
* Configure the timer capture pin to input mode in the timer controlIan Lepore2017-01-272-1/+9
* Make fdt_pm_mask_table internal to the Marvell code, it's unued anywhereAndrew Turner2017-01-261-1/+6
* Add dummy functions for Marvell SoC's not equipped with AHCIWojciech Macek2017-01-261-3/+23
* Further cleanup of per-CPU armv6 pmap data:Jason A. Harmening2017-01-262-23/+22
* Add support for AHCI on ARMADA38XWojciech Macek2017-01-252-0/+4
* Setup decoding windows for ARMADA38XWojciech Macek2017-01-252-0/+64
* Fix node detection for MBUS windows configurationWojciech Macek2017-01-251-0/+4
* Introduce armada_thermal driver for Armada family platformsWojciech Macek2017-01-252-0/+316
* Handle imx6 erratum ERR004346... to reboot, clear the SRS bit twice withinIan Lepore2017-01-241-0/+7
* Be a little more pedantic here, the TRM says the hardware is supposed toLuiz Otavio O Souza2017-01-221-1/+2
* Properly assemble an mbuf chain out of received fragments.Luiz Otavio O Souza2017-01-222-30/+47
* Like r310481 for i386, move the objects used to create temporaryJason A. Harmening2017-01-222-118/+146
* Handle the rx queue stall while reading the packets from NIC (when theLuiz Otavio O Souza2017-01-211-11/+9
* Commit the struture changes for the padding of small packets on if_cpsw.Luiz Otavio O Souza2017-01-211-4/+2
* Simplify the handling of small packets padding in cpsw:Luiz Otavio O Souza2017-01-211-51/+13
* Handle the set capabilities ioctl, letting the hardware checksum beLuiz Otavio O Souza2017-01-192-5/+23
* The port number and the to_port_en flag are valid only on SOP descriptor.Luiz Otavio O Souza2017-01-191-9/+8
* Catch up with changes to structure member names.Ed Schouten2017-01-171-1/+1
* [zynq] Fix panic on USB PHY initialization failureOleksandr Tymoshenko2017-01-171-6/+3
* Remove arm's cpuconf.h, and references to it, after moving a few lines fromIan Lepore2017-01-1610-206/+24
* Remove a bit of armv6 support that didn't get deleted when this file wasIan Lepore2017-01-161-4/+0
* "Buses" is the preferred plural of "bus"Conrad Meyer2017-01-155-5/+5
* Use the new sdhci_fdt_gpio helper functions to add full support for FDTIan Lepore2017-01-091-26/+15
* Include e6000sw driver in ARMADA38X configurationZbigniew Bodek2017-01-051-0/+3
* ARM GENERIC: Add support for Allwinner A33 SoCEmmanuel Vadot2017-01-041-0/+2
* Allwinner: Add A33 supportEmmanuel Vadot2017-01-048-0/+192
* Add some missing atomic_*_ptr #defines for arm.Mark Johnston2017-01-041-1/+8
* Fixes the sensor initialization, always reset the digital outputs to start.Luiz Otavio O Souza2016-12-311-4/+7
* [qemu] Fix VERSATILEPB kernel boot in QEMU broken by r300968Oleksandr Tymoshenko2016-12-291-0/+11
* Add support for audio on I2S based DesignWare HDMI controllers.Jared McNeill2016-12-291-0/+1
* [rpi] Fix bcm2835_audio locking and samples starvationOleksandr Tymoshenko2016-12-271-232/+258
* Implement drivers for NVIDIA tegra124 display controller, HDMI sourceMichal Meloun2016-12-2615-14/+6819