summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.arm
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Rename device vfp to option VFP and retire the ARM_VFP_SUPPORT option. Thisandrew2013-08-171-1/+1
| * Remove the armfpe config options. These files don't exist on FreeBSD.andrew2013-08-171-3/+0
* | MFC @r219886.ray2013-07-251-3/+6
|\ \ | |/
| * - Trim an unused and bogus Makefile for mount_smbfs.davide2013-06-281-1/+1
| * Add C11 atomic fallbacks for ARM.ed2013-06-131-0/+2
| * Add basic support for FDT to i386 & amd64. This change includes:marcel2013-05-211-1/+2
|/
* Add __aeabi_memset to libkern, implemented using memset, as clang mayandrew2013-03-161-0/+1
* Move the __aeabi_unwind_cpp_pr{0,1,2} functions to libkern so they can beandrew2013-03-161-0/+1
* Add __aeabi_memcpy to libkern as clang may generate calls to it.andrew2013-03-101-0/+1
* Add the required __aeabi_* functions the kernel uses when built for ARM EABIandrew2013-01-171-0/+2
* Replace generic ARM11 option with more specificgonzo2012-12-201-2/+2
* We want to build subr_busdma_bufalloc.c on arm.cognet2012-12-201-0/+1
* Add driver for PrimeCell Vectored Interrupt Controller (PL190)gonzo2012-12-131-0/+1
* Sort and remove a few long-obsolete comments.imp2012-10-251-17/+12
* Remove redunant geom_bsd and geom_mbr definitions. They are in files.imp2012-10-251-4/+0
* Move common fdt into files. Duplicate in files.powerpc the filesimp2012-10-241-6/+0
* Disconnect non-MPSAFE SMBFS from the build in preparation for droppingattilio2012-10-181-1/+1
* Piggyback MIPS changes and add ARM syscons support for devices withgonzo2012-08-251-0/+11
* Merging projects/armv6, part 1gonzo2012-08-151-2/+7
* Implement mechanism to export some kernel timekeeping data tokib2012-06-221-0/+1
* Generate board id's from Linux's mach-types database for all armimp2012-05-101-0/+6
* Allow (with a license warning) "options ZFS" to work in static kernels.peter2012-03-271-0/+1
OpenPOWER on IntegriCloud