| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce MSI and MSI-X support to intrng. This adds a new msi device | andrew | 2016-05-16 | 1 | -0/+1 |
* | Move arm's devmap to some generic place, so it can be used | br | 2016-04-26 | 1 | -1/+1 |
* | Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machine | andrew | 2016-04-15 | 1 | -3/+3 |
* | Sort so pic_if.m is in the correct location with the other kern files. | andrew | 2016-04-14 | 1 | -1/+1 |
* | Reduce OFW PCI code duplication - involves ARM, PPC and SPARC64 | zbb | 2016-03-29 | 1 | -0/+1 |
* | Adding pci_host_generic unconditionally breaks ARM boards with a PCI(e) inter... | bz | 2016-03-22 | 1 | -1/+1 |
* | Allow pci_host_generic to be compiled into ARM kernels, used, e.g., in | bz | 2016-03-18 | 1 | -0/+1 |
* | Build ofw_cpu.c on all ARM configs using FDT. As we mve towards using the | andrew | 2016-02-28 | 1 | -0/+1 |
* | Rename busdma_machdep.c to busdma_machdep-v4.c, pmap.c to pmap-v4.c | skra | 2016-02-20 | 1 | -3/+3 |
* | Move the twsi driver source to be under iicbus. It is in a separate | andrew | 2016-02-14 | 1 | -0/+1 |
* | ARM: Remove support for xscale i80219 and i80321 CPUs. We haven't single | mmel | 2016-02-03 | 1 | -2/+2 |
* | ARM: All remaining functions in cpufunc_asm_arm10.S are identical with | mmel | 2016-02-02 | 1 | -2/+1 |
* | ARM: Split swtch.S into common, ARMv4 and ARMv6 parts. Cleanup them. | mmel | 2016-01-30 | 1 | -0/+2 |
* | ARM: After removal of old pmap-v6 code, rename pmap-v6-new.c to pmap-v6.c. | mmel | 2016-01-29 | 1 | -1/+1 |
* | ARM: remove old pmap-v6 code. The new pmap-v6 is mature enough, and | mmel | 2016-01-29 | 1 | -2/+1 |
* | Introduce support for HW watchpoints and single stepping for ARMv6/v7 | zbb | 2016-01-25 | 1 | -0/+1 |
* | Implement OF_decode_addr() for arm. Move most of powerpc's implementation | ian | 2015-12-21 | 1 | -0/+1 |
* | [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c. | adrian | 2015-12-18 | 1 | -2/+3 |
* | Add support for usermode (vdso-like) gettimeofday(2) and | kib | 2015-12-07 | 1 | -1/+0 |
* | Move hdmi_if.m to files.arm so other kernel configs can use it. | andrew | 2015-11-21 | 1 | -0/+1 |
* | Create device options for the two common ARM timers. | andrew | 2015-11-21 | 1 | -0/+2 |
* | Move more bus_space_* files to be built by files.arm. This leaves the | andrew | 2015-11-21 | 1 | -0/+2 |
* | Add libkern ffsll() for parity with flsll() | cem | 2015-10-22 | 1 | -0/+1 |
* | Import ARM_INTRNG, the "next generation" interrupt architecture for arm | ian | 2015-10-18 | 1 | -1/+3 |
* | 2nd try, after r289319: | bz | 2015-10-15 | 1 | -1/+1 |
* | Revert r289319 as it seems some ARM kernels include HWPMC but no FDT. | bz | 2015-10-14 | 1 | -1/+1 |
* | HWPMC depends on pmu.c even if device pmu is not specified. | bz | 2015-10-14 | 1 | -1/+1 |
* | Move pmu.c to files.arm and rename the option to pmu. This is not hwpmc | andrew | 2015-10-07 | 1 | -0/+1 |
* | Move kbd.c to main sys/conf/files list | emaste | 2015-09-21 | 1 | -1/+0 |
* | Add alternate descriptors support for if_dwc. | loos | 2015-09-20 | 1 | -0/+2 |
* | Add support for __aeabi_memclr4, clang 3.7 calls it. | andrew | 2015-07-09 | 1 | -0/+1 |
* | Allow DTrace to be compiled-in to the kernel. | br | 2015-06-10 | 1 | -1/+4 |
* | Add the gic to files.arm under "device gic" and use it with the | andrew | 2015-05-10 | 1 | -0/+1 |
* | Add a driver for the ARM Power State Coordination Interface (PSCI). This | andrew | 2015-04-12 | 1 | -0/+2 |
* | Remove support for CPU_XSCALE_80200. None of our configs support it, and | andrew | 2015-03-30 | 1 | -2/+2 |
* | Only build cpufunc_asm_armv4.S when needed. | andrew | 2015-03-30 | 1 | -1/+1 |
* | Build the cpufunc_asm_* files based on the cpu type, not which config file | andrew | 2015-03-29 | 1 | -0/+12 |
* | Remove the bootconfig parsing. We never used it and always passed either an | andrew | 2015-03-29 | 1 | -1/+0 |
* | Remove all the handcrafted assembly in hwpmc_armv7.c and use the | bz | 2015-03-28 | 1 | -1/+1 |
* | New pmap code for armv6. Disabled by default, option ARM_NEW_PMAP enables it. | ian | 2015-03-26 | 1 | -1/+2 |
* | Use the ARM unwinder with dtrace to extract the stack when asked. With this | andrew | 2015-02-19 | 1 | -1/+1 |
* | Pull the ARM ddb unwind code out to a new file. This will allow it to be | andrew | 2015-02-17 | 1 | -0/+1 |
* | Add ARMv7 performance monitoring counters. | br | 2015-01-28 | 1 | -0/+1 |
* | Add a new trap-v6.c which has support for all armv7 exceptions. This | ian | 2015-01-03 | 1 | -1/+2 |
* | Add cache maintenance functions which will be used by startup code to | ian | 2014-12-28 | 1 | -0/+1 |
* | Add new code to read and parse cpu identification data using the new CPUID | ian | 2014-12-28 | 1 | -0/+1 |
* | Add ARMV6 as an arm option. This will cause obscure magic in config(8) | ian | 2014-11-24 | 1 | -4/+4 |
* | Add an elf not so kgdb detects the kernel as a FreeBSD elf file. The | andrew | 2014-10-18 | 1 | -0/+1 |
* | Split you the syscall handling to a separate file. | andrew | 2014-10-01 | 1 | -0/+1 |
* | Merge all MD sf_buf allocators into one MI, residing in kern/subr_sfbuf.c | glebius | 2014-08-05 | 1 | -0/+1 |