summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.arm
Commit message (Expand)AuthorAgeFilesLines
* MFC r303261,r315059:mmel2017-04-161-0/+3
* MFC r304572 (by bz):ae2017-03-181-2/+2
* MFC r306901:ian2017-03-011-1/+2
* MFC r303818, r303833, r303941, r304478, r304481, r304483, r304484, r304554,ed2016-10-121-0/+13
* Introduce MSI and MSI-X support to intrng. This adds a new msi deviceandrew2016-05-161-0/+1
* Move arm's devmap to some generic place, so it can be usedbr2016-04-261-1/+1
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineandrew2016-04-151-3/+3
* Sort so pic_if.m is in the correct location with the other kern files.andrew2016-04-141-1/+1
* Reduce OFW PCI code duplication - involves ARM, PPC and SPARC64zbb2016-03-291-0/+1
* Adding pci_host_generic unconditionally breaks ARM boards with a PCI(e) inter...bz2016-03-221-1/+1
* Allow pci_host_generic to be compiled into ARM kernels, used, e.g., inbz2016-03-181-0/+1
* Build ofw_cpu.c on all ARM configs using FDT. As we mve towards using theandrew2016-02-281-0/+1
* Rename busdma_machdep.c to busdma_machdep-v4.c, pmap.c to pmap-v4.cskra2016-02-201-3/+3
* Move the twsi driver source to be under iicbus. It is in a separateandrew2016-02-141-0/+1
* ARM: Remove support for xscale i80219 and i80321 CPUs. We haven't singlemmel2016-02-031-2/+2
* ARM: All remaining functions in cpufunc_asm_arm10.S are identical withmmel2016-02-021-2/+1
* ARM: Split swtch.S into common, ARMv4 and ARMv6 parts. Cleanup them.mmel2016-01-301-0/+2
* ARM: After removal of old pmap-v6 code, rename pmap-v6-new.c to pmap-v6.c.mmel2016-01-291-1/+1
* ARM: remove old pmap-v6 code. The new pmap-v6 is mature enough, andmmel2016-01-291-2/+1
* Introduce support for HW watchpoints and single stepping for ARMv6/v7zbb2016-01-251-0/+1
* Implement OF_decode_addr() for arm. Move most of powerpc's implementationian2015-12-211-0/+1
* [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c.adrian2015-12-181-2/+3
* Add support for usermode (vdso-like) gettimeofday(2) andkib2015-12-071-1/+0
* Move hdmi_if.m to files.arm so other kernel configs can use it.andrew2015-11-211-0/+1
* Create device options for the two common ARM timers.andrew2015-11-211-0/+2
* Move more bus_space_* files to be built by files.arm. This leaves theandrew2015-11-211-0/+2
* Add libkern ffsll() for parity with flsll()cem2015-10-221-0/+1
* Import ARM_INTRNG, the "next generation" interrupt architecture for armian2015-10-181-1/+3
* 2nd try, after r289319:bz2015-10-151-1/+1
* Revert r289319 as it seems some ARM kernels include HWPMC but no FDT.bz2015-10-141-1/+1
* HWPMC depends on pmu.c even if device pmu is not specified.bz2015-10-141-1/+1
* Move pmu.c to files.arm and rename the option to pmu. This is not hwpmcandrew2015-10-071-0/+1
* Move kbd.c to main sys/conf/files listemaste2015-09-211-1/+0
* Add alternate descriptors support for if_dwc.loos2015-09-201-0/+2
* Add support for __aeabi_memclr4, clang 3.7 calls it.andrew2015-07-091-0/+1
* Allow DTrace to be compiled-in to the kernel.br2015-06-101-1/+4
* Add the gic to files.arm under "device gic" and use it with theandrew2015-05-101-0/+1
* Add a driver for the ARM Power State Coordination Interface (PSCI). Thisandrew2015-04-121-0/+2
* Remove support for CPU_XSCALE_80200. None of our configs support it, andandrew2015-03-301-2/+2
* Only build cpufunc_asm_armv4.S when needed.andrew2015-03-301-1/+1
* Build the cpufunc_asm_* files based on the cpu type, not which config fileandrew2015-03-291-0/+12
* Remove the bootconfig parsing. We never used it and always passed either anandrew2015-03-291-1/+0
* Remove all the handcrafted assembly in hwpmc_armv7.c and use thebz2015-03-281-1/+1
* New pmap code for armv6. Disabled by default, option ARM_NEW_PMAP enables it.ian2015-03-261-1/+2
* Use the ARM unwinder with dtrace to extract the stack when asked. With thisandrew2015-02-191-1/+1
* Pull the ARM ddb unwind code out to a new file. This will allow it to beandrew2015-02-171-0/+1
* Add ARMv7 performance monitoring counters.br2015-01-281-0/+1
* Add a new trap-v6.c which has support for all armv7 exceptions. Thisian2015-01-031-1/+2
* Add cache maintenance functions which will be used by startup code toian2014-12-281-0/+1
* Add new code to read and parse cpu identification data using the new CPUIDian2014-12-281-0/+1
OpenPOWER on IntegriCloud