| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from projects/counters: counter(9). | glebius | 2013-04-08 | 1 | -0/+54 |
* | Merge from projects/counters: | glebius | 2013-04-08 | 1 | -3/+4 |
* | Hide non-assembler bits behind #ifndef __ASSEMBLER__ | andrew | 2013-04-06 | 1 | -0/+3 |
* | Add userland access to at91 gpio functionality via ioctl calls. Also, | ian | 2013-03-29 | 1 | -0/+108 |
* | Add a couple forward declarations, so that board support routines don't have | ian | 2013-03-29 | 1 | -3/+5 |
* | o Switch to use physical addresses in rman for FDT. | ray | 2013-03-18 | 1 | -1/+1 |
* | Add a macro that gets the physical address of a memory mapped device | ian | 2013-03-17 | 1 | -0/+8 |
* | Add an END macro to ARM. This is mostly used to tell gas where the bounds | andrew | 2013-03-16 | 1 | -1/+13 |
* | Add pmap function pmap_copy_pages(), which copies the content of the | kib | 2013-03-14 | 1 | -0/+2 |
* | Don't use an empty struct. | cognet | 2013-03-11 | 1 | -0/+1 |
* | __FreeBSD_ARCH_armv6__ is undefined on clang. We can use __ARM_ARCH in | andrew | 2013-03-09 | 1 | -1/+1 |
* | Fix stack alignment in the kernel to be on an 8 byte boundary as required | andrew | 2013-03-06 | 1 | -1/+5 |
* | Move some virtual memory constants to the top of the file where they are on | andrew | 2013-03-02 | 1 | -21/+25 |
* | Increase the maximum text size on ARM to 64MiB. Without this clang would be | andrew | 2013-03-01 | 1 | -1/+3 |
* | Copy the definition of VM_MAX_AUTOTUNE_MAXUSERS from i386. (See r242847.) | alc | 2013-03-01 | 1 | -0/+4 |
* | Export vfp_init() prototype, for use in the MP code. | cognet | 2013-02-26 | 1 | -0/+1 |
* | Be more conservative in auto-sizing and capping the kmem submap. In | alc | 2013-02-26 | 1 | -3/+3 |
* | Initialize vm_max_kernel_address on non-FDT platforms. (This should have | alc | 2013-02-20 | 1 | -1/+1 |
* | Place a cap on the size of the kernel's heap, also known as the kmem | alc | 2013-02-18 | 1 | -0/+8 |
* | On arm, like sparc64, the end of the kernel map varies from one type of | alc | 2013-02-18 | 1 | -1/+3 |
* | Add VM_KMEM_SIZE_SCALE parameter set to 2 (50%) for all ARM platforms. | andre | 2013-02-01 | 1 | -2/+5 |
* | Eliminate the need for an intermediate array of indices into the arrays of | ian | 2013-01-19 | 1 | -0/+1 |
* | * Correct KINFO_PROC_SIZE for ARM EABI. | andrew | 2013-01-17 | 1 | -0/+6 |
* | Don't define rel/acq variants of some atomic operations as the regular | cognet | 2013-01-15 | 1 | -13/+12 |
* | Use get_pcpu() instead of using pcpup, as it's wrong for SMP. | cognet | 2013-01-09 | 1 | -2/+2 |
* | Switch default cache type for ARMv6/ARMv7 from write-through to | gonzo | 2013-01-08 | 1 | -1/+1 |
* | Implement barriers for AMRv6 and ARMv7 | gonzo | 2013-01-07 | 1 | -3/+19 |
* | Only work around errata when we are on a part where the erratum applies. | andrew | 2013-01-06 | 1 | -0/+1 |
* | Add hw.board.serial and hw.board.revision for exporting board-specific info | gonzo | 2013-01-05 | 1 | -0/+4 |
* | Document the known values of the RTL release field in the cache is register | andrew | 2013-01-01 | 1 | -0/+8 |
* | PL310 driver update: | gonzo | 2012-12-31 | 1 | -1/+122 |
* | Replace generic ARM11 option with more specific | gonzo | 2012-12-20 | 4 | -5/+48 |
* | Fix misleading comment | gonzo | 2012-12-20 | 1 | -1/+1 |
* | Properly implement pmap_[get|set]_memattr | cognet | 2012-12-19 | 2 | -3/+5 |
* | Don't define intr_disable and intr_restore as macros. The macros | marcel | 2012-11-27 | 1 | -8/+24 |
* | Merge the FDT versions of initarm. | andrew | 2012-11-03 | 1 | -0/+4 |
* | Fix the clobber list on the atomic operators that do comparisons. Without | andrew | 2012-10-01 | 1 | -15/+17 |
* | Eliminate an unused declaration. | alc | 2012-09-29 | 1 | -2/+0 |
* | Implementing pmap_kextract(va) as pmap_extract(kernel_pmap, va) is | alc | 2012-09-27 | 1 | -2/+2 |
* | Pull out the SoC specific parts of initarm into separate functions | andrew | 2012-09-23 | 1 | -0/+5 |
* | Create a common set_stackptrs in sys/arm/machdep.c. | andrew | 2012-09-22 | 1 | -0/+11 |
* | Add support for MSI in interrupt controlller. | gber | 2012-09-14 | 1 | -1/+6 |
* | Add support for Armada XP A0. | gber | 2012-09-14 | 1 | -0/+2 |
* | Support identification of new PJ4B cores. | gber | 2012-09-14 | 1 | -2/+3 |
* | Eliminate an unused macro. | alc | 2012-09-07 | 1 | -7/+0 |
* | Add support for ARM11 cpufunc | gonzo | 2012-08-26 | 1 | -0/+7 |
* | Piggyback MIPS changes and add ARM syscons support for devices with | gonzo | 2012-08-25 | 1 | -0/+71 |
* | ARM11 might have more then 32 interrupts, e.g. BCM2835: 72 interrupts | gonzo | 2012-08-25 | 1 | -0/+2 |
* | Merging projects/armv6, part 1 | gonzo | 2012-08-15 | 19 | -161/+1196 |
* | Revert committal of local change accidentally swept up in r238329. | imp | 2012-07-10 | 1 | -3/+1 |