| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the check to see if we are tracing a function with the DTrace Function | andrew | 2015-12-05 | 5 | -20/+49 |
* | Add glue driver for Amlogic Meson Gigabit Ethernet Controller | ganbold | 2015-12-03 | 2 | -0/+99 |
* | ARM: Define PCI_RES_BUS resource for platforms having NEW_PCIB enabled. | mmel | 2015-12-02 | 1 | -0/+3 |
* | ARM: Fix of detection of root interrupt controller. | mmel | 2015-12-02 | 1 | -3/+13 |
* | ARM: create new memory attribute for writethrough cacheable memory. | mmel | 2015-11-30 | 3 | -15/+18 |
* | ARM: Implement atomic_swap_int(9). It's used in DRM2 code. | mmel | 2015-11-28 | 3 | -0/+27 |
* | ARM: Add support for new KRAIT 300 CPU revision. | mmel | 2015-11-28 | 3 | -3/+8 |
* | ARM: Cumulative fixes for GIC | mmel | 2015-11-28 | 1 | -13/+29 |
* | Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the struct | kib | 2015-11-28 | 1 | -3/+0 |
* | Add support for exynos5_ehci in loader | zbb | 2015-11-27 | 3 | -2/+12 |
* | Rename sysctl node hw.imx6 to hw.imx. Move its definition to imx_machdep.c | ian | 2015-11-26 | 5 | -10/+42 |
* | Flush all kernel mappings from TLB(s) in time when they are cleared. | skra | 2015-11-24 | 2 | -14/+17 |
* | Use #ifdef to get the file compiling without errors | andrew | 2015-11-23 | 1 | -1/+1 |
* | Only enable the first interrupt for now, we don't correctly configure or | andrew | 2015-11-23 | 1 | -0/+7 |
* | Revert r291142. | skra | 2015-11-23 | 2 | -4/+4 |
* | Remove unneeded includes of opt_kdtrace.h. | markj | 2015-11-22 | 1 | -1/+0 |
* | Update the imx5/imx6 cpu_reset() implementation based on a new understanding | ian | 2015-11-21 | 1 | -6/+4 |
* | Fix BUS_DMA_MIN_ALLOC_COMP flag logic. When bus_dmamap_t map is being | skra | 2015-11-21 | 2 | -4/+4 |
* | Move hdmi_if.m to files.arm so other kernel configs can use it. | andrew | 2015-11-21 | 1 | -1/+0 |
* | Create device options for the two common ARM timers. | andrew | 2015-11-21 | 18 | -15/+19 |
* | Move more bus_space_* files to be built by files.arm. This leaves the | andrew | 2015-11-21 | 23 | -54/+0 |
* | Limit arm_base_bs_tag to ARMv4 and ARMv5, we only used it in one place in | andrew | 2015-11-21 | 3 | -1/+7 |
* | Makeoption ARM_LITLE_ENDIAN does nothing. Remove it since it isn't | imp | 2015-11-20 | 14 | -19/+0 |
* | Remove bus_space_asm_generic.S from the per-SoC files.* files, it's already | andrew | 2015-11-20 | 12 | -12/+0 |
* | Remove pl310.c from the SoC std.* files, it's in files.arm | andrew | 2015-11-20 | 6 | -3/+6 |
* | Stop setting {KERN,}PHYSADDR on armv6, it's unneeded. | andrew | 2015-11-20 | 17 | -94/+0 |
* | Add usermode variable to KTR output. Fix style. | skra | 2015-11-20 | 1 | -2/+2 |
* | Fix style and argument count for KTR. | skra | 2015-11-20 | 1 | -1/+2 |
* | ARM: Fix dma_dcache_sync() for early allocated memory. | mmel | 2015-11-18 | 1 | -13/+22 |
* | Make PCB structure binary compatible for old and new PMAP on ARM | zbb | 2015-11-17 | 1 | -5/+8 |
* | Fix buffer overflow in exynos5_ehci | zbb | 2015-11-17 | 1 | -1/+1 |
* | Make pl310_print_config static, it's not called out of pl310.c | andrew | 2015-11-17 | 2 | -2/+1 |
* | Replace magic numbers for CCGRx registers with more descriptive names | gonzo | 2015-11-14 | 2 | -8/+81 |
* | Somewhat improve HDMI event API | gonzo | 2015-11-14 | 3 | -4/+6 |
* | hdmi_if.m will be reused by iMX6 IPU code so move it to arm/arm | gonzo | 2015-11-14 | 2 | -1/+1 |
* | Move all HDMI-related stuff to hdmi_if.m, hdmi.h is not required | gonzo | 2015-11-14 | 4 | -40/+7 |
* | - Add driver for System-Reset-Controler i.MX6 module | gonzo | 2015-11-13 | 3 | -0/+208 |
* | Add support for the Zybo and similar boards to ZEDBOARD kernel. | imp | 2015-11-13 | 1 | -1/+2 |
* | Enable cloks for all USDHC interfaces, previous value was USDHC 1-3 + USBOH3 | gonzo | 2015-11-12 | 1 | -1/+1 |
* | Consistently capitalize "TI" as an abbreviation for Texas Instruments. | gavin | 2015-11-12 | 3 | -3/+3 |
* | Move the root to s3a given this kernel will be used with a nanobsd | imp | 2015-11-12 | 1 | -1/+1 |
* | Revisit this old board with 64MB of RAM. Comment out usb entirely, | imp | 2015-11-12 | 1 | -20/+37 |
* | Refactor bcm2835_cpufreq to use bcm2835_mbox_property API | gonzo | 2015-11-11 | 1 | -360/+134 |
* | - Set have_message in interrupt to handle "response before READ" case | gonzo | 2015-11-11 | 1 | -4/+17 |
* | ARM: Refactor interrupt_enable/disable/restore. | mmel | 2015-11-10 | 1 | -25/+32 |
* | Fix cp15 PAR definition and function. While here, add cp15 ATS1CPW | skra | 2015-11-10 | 2 | -3/+4 |
* | Fix pmap_fault(). It turned out that alignment abort may have higher | skra | 2015-11-10 | 1 | -3/+5 |
* | Implement atomic_testandset_{32,int,long,64} for ARMv6. Only | kib | 2015-11-10 | 1 | -0/+48 |
* | ARM: Remove trailing whitespace from sys/arm/include | mmel | 2015-11-10 | 15 | -43/+43 |
* | ARM: Improve robustness of locore_v6.S and fix errors. | mmel | 2015-11-10 | 1 | -3/+21 |