summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-2714-23/+23
* Make pmap_fault() return values vm subsystem compliant toskra2016-01-262-15/+10
* Don't do icache sync on kernel memory and keep in line with commentskra2016-01-261-5/+10
* Make code more compact and readable better in pmap_extract()skra2016-01-262-48/+18
* Allow us to be told about memory past the first 4GB point, but ignore it.andrew2016-01-253-11/+20
* Introduce support for HW watchpoints and single stepping for ARMv6/v7zbb2016-01-259-7/+1082
* Fix an occasional undefined instruction abort during module loading.skra2016-01-251-6/+18
* Do not use blk_write_cont() and remove it. There si no need to callskra2016-01-251-20/+9
* Make minidump more like its i386 original back as with new pmap dumpskra2016-01-251-15/+15
* Create new pmap dump interface for minidump and use it for existingskra2016-01-257-134/+149
* Add allwinner_machdep.h, it was missed in r294698.andrew2016-01-251-0/+47
* Update the Allwinner kernels:andrew2016-01-255-15/+64
* Remove an extra newline that crept in.andrew2016-01-241-1/+0
* Add support for controlling the clocks for the audio codec and DMA engines.andrew2016-01-242-0/+108
* Stop defining fdt_pic_table with ARM_INTRNG, it's unused.andrew2016-01-221-1/+3
* Remove an extra '!' found by clang 3.8.andrew2016-01-211-1/+1
* Introduce initial driver for PMSU on Armada38xzbb2016-01-206-0/+195
* Add initial support for SMP on Armada38xzbb2016-01-204-1/+188
* Open window to bootROM memory on Armada38x to allow CPU1 to bootzbb2016-01-203-1/+60
* Support watchdog depending on "mrvl,has-wdt" propertyzbb2016-01-201-2/+9
* Add support for watchdog on Armada38xzbb2016-01-202-9/+54
* Add support for I2C on Armada38xzbb2016-01-202-1/+11
* Add a new RTC driver for Armada38xzbb2016-01-202-1/+236
* Correct MV_DDR_CADR_BASE definiton in mvwin.hzbb2016-01-201-1/+1
* Change DTS entry of PCIe controller for Armada38xzbb2016-01-201-0/+6
* Improve definitions of CPU/PCIe windows for Armada38xzbb2016-01-201-2/+8
* Fix invalid root link detection in mv_pci driverzbb2016-01-202-3/+23
* Enhance remap capabilities for Armada38xzbb2016-01-201-0/+3
* Enable USB in kernconf of Armada38xzbb2016-01-201-1/+10
* Enable SCU unit for Armada38xzbb2016-01-203-0/+39
* Set IO Sync Barrier flags for all Mbus devices on Armada38xzbb2016-01-203-0/+45
* Fix GIC FDT interrupts decodingzbb2016-01-201-2/+4
* Use GIC-specific decoding function in mv_common.czbb2016-01-201-0/+8
* Do not require strict compatibility on simplebuszbb2016-01-201-1/+1
* Introduce initial support for Marvell Armada38xzbb2016-01-209-14/+168
* Mark gpio as "optional" in files.mv and edit Marvell's kernconfszbb2016-01-209-8/+22
* Add extra checks to make sure the size is valid. We may get an integerandrew2016-01-181-1/+5
* Quick exit after setting the clock control register.jhibbits2016-01-171-0/+1
* Use __ARM_ARCH to decide when ARM_TP_ADDRESS needs to be set. This fixesandrew2016-01-161-5/+3
* We don't need at91_bs_tag. arm_base_bs_tag works now that we haveimp2016-01-165-167/+8
* Move ohci files to their proper place in the tree for atmel.imp2016-01-163-3/+501
* Add mmu format info into ARM vmcore.skra2016-01-152-2/+21
* Reduce diffs to upstream by adding a couple comment blocks and moving theian2016-01-151-28/+34
* Remove the commented out sc device from the i.MX kernels, they both useandrew2016-01-152-16/+0
* Fix the handling of the "PDC write transfer length" erratum for at91. Theian2016-01-141-11/+10
* Fix the spelling of fueword* to eliminate compile warnings about mismatchedian2016-01-131-2/+2
* Fix local macro for early KVA allocation.skra2016-01-121-1/+1
* Implement vsyscall hack. Prior to 2.13 glibc uses vsyscalldchagin2016-01-091-0/+1
* Print curpmap in "show pcpu" command.skra2016-01-071-0/+4
* Store the pointer to the bootloader-provided env data in a static varian2016-01-031-4/+7
OpenPOWER on IntegriCloud