| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Bring copyright changes with the agreement of Thomas Skibo. | wkoszek | 2013-04-28 | 8 | -161/+170 |
* | Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port. | wkoszek | 2013-04-27 | 3 | -1/+5 |
* | Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port. | wkoszek | 2013-04-27 | 15 | -0/+3236 |
* | Initialize GIC_PMRR register on ARM GIC. | dmarion | 2013-04-22 | 1 | -0/+6 |
* | - Correct mispellings of word resource | gabor | 2013-04-17 | 1 | -4/+4 |
* | - Correct mispellings of the word occurrence | gabor | 2013-04-17 | 2 | -2/+2 |
* | Fix undefined behaviour in several gpio_pin_setflags() routines (under | dim | 2013-04-13 | 5 | -10/+10 |
* | Remove ctl(4) from GENERIC. Also remove 'options CTL_DISABLE' | trasz | 2013-04-12 | 1 | -1/+1 |
* | Merge from projects/counters: counter(9). | glebius | 2013-04-08 | 1 | -0/+54 |
* | Merge from projects/counters: | glebius | 2013-04-08 | 1 | -3/+4 |
* | Fix regression issue after r248910. | hselasky | 2013-04-07 | 2 | -3/+3 |
* | Properly clean "spurious interrupt" state | gonzo | 2013-04-06 | 1 | -0/+1 |
* | Hide non-assembler bits behind #ifndef __ASSEMBLER__ | andrew | 2013-04-06 | 1 | -0/+3 |
* | Add the hw.floatingpoint sysctl to ARM to tell us if we have vfp support | andrew | 2013-04-05 | 2 | -1/+5 |
* | Remove all legacy ATA code parts, not used since options ATA_CAM enabled in | mav | 2013-04-04 | 10 | -10/+0 |
* | Fix low-level uart drivers that set their fifo sizes in the softc too late. | ian | 2013-04-01 | 2 | -11/+11 |
* | Enable hardware flow control and high speed bulk data transfer in at91 uarts. | ian | 2013-04-01 | 1 | -53/+169 |
* | When running on armv6, set alignment checking to modulo-4 mode rather | ian | 2013-03-31 | 1 | -3/+9 |
* | Fix a typo in the CF device driver name that prevented instantiation. | ian | 2013-03-31 | 1 | -1/+1 |
* | Add userland access to at91 gpio functionality via ioctl calls. Also, | ian | 2013-03-29 | 3 | -29/+336 |
* | Change the API for at91_pio_gpio_get() to return the entire masked set | ian | 2013-03-29 | 1 | -3/+1 |
* | Call soc_info.soc_data->soc_clock_init() before at91_pmc_init_clock(), so | ian | 2013-03-29 | 1 | -2/+11 |
* | Add a couple forward declarations, so that board support routines don't have | ian | 2013-03-29 | 1 | -3/+5 |
* | Redo the workaround for at91rm9200 erratum #26 in a way that doesn't | ian | 2013-03-29 | 1 | -15/+9 |
* | Fix a typo: the RXD0 pin is PA18, not PA19. | ian | 2013-03-29 | 1 | -1/+1 |
* | Remove a really noisy printf left over from debugging hardware errata. | ian | 2013-03-29 | 1 | -2/+0 |
* | Don't check and warn about pmap mismatch on every call to busdma sync. | ian | 2013-03-23 | 1 | -17/+11 |
* | Minimal timer period of 100us introduced in r244758 is overkill. While | mav | 2013-03-21 | 1 | -4/+11 |
* | Integrate Efika MX project back to home. | ray | 2013-03-20 | 27 | -0/+6837 |
* | Implement the concept of the unmapped VMIO buffers, i.e. buffers which | kib | 2013-03-19 | 2 | -0/+4 |
* | o Switch to use physical addresses in rman for FDT. | ray | 2013-03-18 | 1 | -1/+1 |
* | Eliminate an intermediate buffer and some memcpy() operations, and do | ian | 2013-03-17 | 1 | -67/+43 |
* | Add a macro that gets the physical address of a memory mapped device | ian | 2013-03-17 | 4 | -8/+13 |
* | Move the __aeabi_unwind_cpp_pr{0,1,2} functions to libkern so they can be | andrew | 2013-03-16 | 1 | -23/+0 |
* | Implement the required but unused __aeabi_unwind_cpp_* functions in the | andrew | 2013-03-16 | 1 | -0/+15 |
* | Add an END macro to ARM. This is mostly used to tell gas where the bounds | andrew | 2013-03-16 | 36 | -13/+355 |
* | Add pmap function pmap_copy_pages(), which copies the content of the | kib | 2013-03-14 | 3 | -1/+133 |
* | Functions m_getm2() and m_get2() have different order of arguments, | glebius | 2013-03-12 | 1 | -2/+2 |
* | Use m_get2() to get an mbuf of appropriate size. | glebius | 2013-03-12 | 1 | -6/+3 |
* | Don't use an empty struct. | cognet | 2013-03-11 | 1 | -0/+1 |
* | Fix a typo where db_printf was spelt printf. | andrew | 2013-03-10 | 1 | -1/+1 |
* | Update how we read the stack pointer to work on both GCC and clang. | andrew | 2013-03-10 | 1 | -2/+5 |
* | Tell the unwinder we can't unwind swi_entry. This fixes an infinite loop | andrew | 2013-03-10 | 1 | -0/+4 |
* | __FreeBSD_ARCH_armv6__ is undefined on clang. We can use __ARM_ARCH in | andrew | 2013-03-09 | 2 | -2/+2 |
* | MFC | attilio | 2013-03-09 | 1 | -0/+2 |
* | MFC | attilio | 2013-03-08 | 5 | -3/+29 |
|\ |
|
| * | Fix stack alignment in the kernel to be on an 8 byte boundary as required | andrew | 2013-03-06 | 3 | -3/+24 |
| * | - Reset DMA channel if error occured | gonzo | 2013-03-05 | 1 | -0/+2 |
| * | If we're using a PIPT L2 cache, only merge 2 segments if both the virtual | cognet | 2013-03-04 | 1 | -0/+3 |
* | | MFC | attilio | 2013-03-02 | 23 | -160/+1192 |
|\ \
| |/ |
|