| Commit message (Expand) | Author | Age | Files | Lines |
* | Make kstack_pages a tunable on arm, x86, and powepc. On i386, the | kib | 2015-08-10 | 5 | -5/+5 |
* | Fix KSTACK_PAGES issue when the default value was changed in KERNCONF | zbb | 2015-07-16 | 5 | -0/+9 |
* | Build the cpufunc_asm_* files based on the cpu type, not which config file | andrew | 2015-03-29 | 5 | -6/+0 |
* | Remove the bootconfig parsing. We never used it and always passed either an | andrew | 2015-03-29 | 5 | -5/+5 |
* | The cpu_id macro was renamed in r278529, catch up with this new name. | andrew | 2015-02-11 | 1 | -1/+1 |
* | Implement GPIO_GET_BUS() method for all GPIO drivers. | loos | 2015-01-31 | 2 | -9/+40 |
* | Rename the avila, cambria and zynq GPIO driver names to match the expected | loos | 2015-01-29 | 2 | -10/+2 |
* | Remove a couple files that are no longer used (functionality take over by | ian | 2015-01-21 | 1 | -127/+0 |
* | Use explicit initializer style, fill in missing functions as unimplemented. | ian | 2015-01-21 | 1 | -43/+79 |
* | Use the base arm bus_space instead of an identical local copy. | ian | 2015-01-21 | 2 | -230/+6 |
* | Use the base arm bus_space instead of an identical local copy. | ian | 2015-01-21 | 15 | -141/+19 |
* | For some reason, all the arm bus_space functions that work with uint16 | ian | 2015-01-21 | 7 | -51/+44 |
* | Revise the arm bus_space implementation to avoid dereferencing the tag on | ian | 2015-01-21 | 8 | -169/+148 |
* | Add missing END macros to some of the xscale functions. | andrew | 2014-12-05 | 2 | -0/+16 |
* | Moves all the duplicate code to a single function. | loos | 2014-11-18 | 2 | -18/+1 |
* | Make the GPIO children attach to the first unit available and not only to | loos | 2014-10-28 | 2 | -4/+6 |
* | Mechanically convert to if_inc_counter(). | glebius | 2014-09-19 | 1 | -17/+15 |
* | - Don't let rman_reserve_resource() activate the resource in | jhb | 2014-09-12 | 1 | -2/+5 |
* | Unify interrupts bit definition and usage. While here remove PSR_C_bit. | andrew | 2014-09-10 | 9 | -10/+18 |
* | put these under bootverbose, they are only needed for debugging, not | jmg | 2014-08-06 | 1 | -2/+4 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 3 | -13/+7 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 3 | -7/+13 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 3 | -13/+7 |
* | Do not hand the VM the memory used for stacks/page tables/etc. | cognet | 2014-05-29 | 5 | -0/+20 |
* | When mapping device memory, use PTE_DEVICE rather than PTE_NOCACHE. | ian | 2014-05-10 | 5 | -28/+28 |
* | Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.c | ian | 2014-03-10 | 5 | -5/+0 |
* | Remove all traces of support for ARM chips prior to the arm9 series. We | ian | 2014-03-09 | 1 | -3/+0 |
* | The arm exception entry points currently vector through a function pointer | ian | 2014-03-09 | 5 | -42/+0 |
* | Make it possible to use the env kernel config file option for AVILA | jhay | 2014-02-17 | 1 | -0/+2 |
* | Update legacy platforms to use new arm_physmem helper routines. | ian | 2014-02-09 | 4 | -65/+61 |
* | It turns out a global variable is the only straightforward way to | ian | 2014-02-09 | 5 | -0/+9 |
* | Replace compile-time constant KERNPHYSADDR with abp_physaddr (determined | ian | 2014-02-09 | 1 | -8/+8 |
* | Consolidate code related to setting up physical memory configuration into | ian | 2014-02-08 | 5 | -23/+15 |
* | Remove the ARM_USE_SMALL_ALLOC option and code related to it. | ian | 2014-02-08 | 6 | -176/+1 |
* | Use abp_physaddr for the physical address over KERNPHYSADDR. This helps us | andrew | 2014-02-06 | 1 | -1/+2 |
* | Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it with | andrew | 2014-01-28 | 1 | -1/+0 |
* | Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this | eadler | 2013-11-30 | 2 | -6/+6 |
* | Call cpu_setup() from the initarm() routine on platforms that don't use | ian | 2013-11-21 | 5 | -0/+9 |
* | Move remaining code and data related to static device mapping into the | ian | 2013-11-04 | 5 | -12/+17 |
* | Hints-only devices should return BUS_PROBE_NOWILDCARD from their probe | nwhitehorn | 2013-10-29 | 2 | -2/+2 |
* | Follow r257244; it's now necessary to include if_var.h. | ian | 2013-10-28 | 1 | -0/+1 |
* | Sweep up a bit of arm-land fallout after r257244; include necessary | ian | 2013-10-28 | 1 | -3/+4 |
* | Remove #include <machine/frame.h> from all the arm code that doesn't | ian | 2013-10-27 | 1 | -1/+0 |
* | Remove all #include <machine/pmap.h> from arm code. It's already | ian | 2013-10-27 | 3 | -3/+0 |
* | - Use bus_dmamap_unload(), it is not optional. | cognet | 2013-10-22 | 1 | -3/+8 |
* | Typo fix. | cognet | 2013-10-22 | 1 | -1/+1 |
* | Increase the KVA available for xscale CPUs. | cognet | 2013-10-17 | 5 | -5/+5 |
* | Replace kernel virtual address space allocation with vmem. This provides | jeff | 2013-08-07 | 3 | -3/+3 |
* | - Correct mispellings of the word occurrence | gabor | 2013-04-17 | 1 | -1/+1 |
* | Fix undefined behaviour in several gpio_pin_setflags() routines (under | dim | 2013-04-13 | 2 | -4/+4 |