summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.arm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add ARMV6 as an arm option. This will cause obscure magic in config(8)ian2014-11-241-4/+4
* Add an elf not so kgdb detects the kernel as a FreeBSD elf file. Theandrew2014-10-181-0/+1
* Split you the syscall handling to a separate file.andrew2014-10-011-0/+1
* Merge all MD sf_buf allocators into one MI, residing in kern/subr_sfbuf.cglebius2014-08-051-0/+1
* Add the start of the ARM platform code. This is based on the PowerPCandrew2014-05-171-0/+3
* Move the exception vector table (so-called "page0" data) into exception.Sian2014-03-101-1/+0
* Remove all traces of support for ARM chips prior to the arm9 series. Weian2014-03-091-2/+2
* provide fast versions of ffsl and flsl for i386; ffsll and flsll for amd64avg2014-02-141-0/+1
* Consolidate code related to setting up physical memory configuration intoian2014-02-081-0/+1
* Add identification and necessary type checks for Krait CPU cores. Krait CPU i...ganbold2013-12-201-2/+2
* MFC @r257698.ray2013-11-051-0/+1
|\
| * This files should have been included in r257648.ian2013-11-041-0/+1
* | MFC @r255128.ray2013-09-011-4/+1
|\ \ | |/
OpenPOWER on IntegriCloud