| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Eliminate a redundant #include: machine/pmap.h is already included | alc | 2013-03-01 | 5 | -5/+0 |
* | Complete r247297: | attilio | 2013-02-28 | 5 | -10/+0 |
* | Initialize vm_max_kernel_address on non-FDT platforms. (This should have | alc | 2013-02-20 | 5 | -8/+10 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-05 | 1 | -3/+3 |
* | Clean up the two i80321 copies of initarm to be closer to one another. | andrew | 2012-11-17 | 2 | -42/+43 |
* | This isn't functionally identical. In some cases a hint to disable | eadler | 2012-10-22 | 1 | -0/+3 |
* | Now that device disabling is generic, remove extraneous code from the | eadler | 2012-10-22 | 1 | -3/+0 |
* | Create a common set_stackptrs in sys/arm/machdep.c. | andrew | 2012-09-22 | 5 | -63/+5 |
* | Set machine correctly on ARM. This allows universe to use the correct world | andrew | 2012-08-18 | 8 | -6/+11 |
* | The GPIO drivers were initialising their mutexes with type of | rpaulo | 2012-08-17 | 1 | -2/+1 |
* | Merging projects/armv6, part 1 | gonzo | 2012-08-15 | 6 | -15/+1 |
* | Move unmask IRQ function call up to nexus device level. | gonzo | 2012-07-17 | 2 | -2/+0 |
* | Remove some unused variables/externs that have been copied too many times... | imp | 2012-07-10 | 5 | -22/+0 |
* | Not quite ready for this yet, so comment it out. | imp | 2012-07-10 | 1 | -1/+1 |
* | All xscale ports are armeb, so mark it here. This should reduce universe | imp | 2012-06-29 | 1 | -0/+1 |
* | Fix missing straggler for the move to parse_boot_param() | imp | 2012-06-14 | 1 | -1/+1 |
* | More Linux boot support. Create arm_dump_avail_init() to initialize | imp | 2012-06-14 | 1 | -5/+1 |
* | Modify all the arm platform files to call parse_boot_param passing in | imp | 2012-06-14 | 4 | -4/+4 |
* | Remove leakage of other patches into last commit. | imp | 2012-06-13 | 5 | -5/+5 |
* | trim trailing spaces that have accumulated over the years (these files | imp | 2012-06-13 | 40 | -204/+203 |
* | Remove an unneeded increment from initarm. The variable is uninitialised, | andrew | 2012-06-10 | 2 | -2/+0 |
* | Pull out the common code to initialise proc0 & thread0 from initarm to a | andrew | 2012-06-10 | 5 | -45/+5 |
* | Minor rearrangement of the locore <-> initarm interface. Pass in a | imp | 2012-06-03 | 5 | -5/+5 |
* | Remove obsolte big endian flag. It is no longer needed. | imp | 2012-05-11 | 2 | -2/+0 |
* | - Add new ARM kernel option QEMU_WORKAROUNDS which can be | stas | 2012-04-07 | 1 | -2/+18 |
* | Make sure we do not provide the page 0 to the VM. It can't handle it properly, | cognet | 2012-02-29 | 1 | -2/+2 |
* | Fix header pollution, possibly unbreaking the build of cfi_bus_ixp4xx.c | marius | 2011-12-31 | 3 | -1/+6 |
* | Rename device_delete_all_children() into device_delete_children(). | hselasky | 2011-11-22 | 1 | -1/+1 |
* | - There's no need to overwrite the default device method with the default | marius | 2011-11-22 | 3 | -6/+3 |
* | Move the device_delete_all_children() function from usb_util.c | hselasky | 2011-11-19 | 1 | -7/+1 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 3 | -3/+4 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 2 | -2/+3 |
* | Check the return value of BUS_SETUP_INTR() | kevlo | 2011-10-27 | 4 | -9/+21 |
* | Name these gpio pins better, they are on an external PLD and not the same as | thompsa | 2011-10-12 | 1 | -5/+5 |
* | Dont just set the pin high when turning on output, use the current value. Also | thompsa | 2011-10-12 | 1 | -9/+38 |
* | Add missing newbus glue, this has never attached properly to gpiobus. | thompsa | 2011-10-05 | 1 | -0/+5 |
* | Call init_param1() much earlier, so that msgbufsize is non-zero when we want | pluknet | 2011-04-19 | 1 | -2/+3 |
* | Add a real dependency on the microcode. | obrien | 2011-02-25 | 1 | -1/+1 |
* | Get myself a brain, move the call to init_param1() before the first use in | cognet | 2011-02-21 | 1 | -2/+3 |
* | Fix typos - remove duplicate "the". | brucec | 2011-02-21 | 1 | -1/+1 |
* | Call init_param1() much earlier, so that msgbufsize is non-zero when we want | cognet | 2011-02-13 | 3 | -6/+9 |
* | Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize. | pluknet | 2011-01-21 | 5 | -19/+10 |
* | IXP4XX_GPIO_{,UN}LOCK() don't take args. Remove the sc here to make | imp | 2010-12-23 | 1 | -10/+10 |
* | Provide a mutex around the read/modify/write of the IXP425_GPIO_* | thompsa | 2010-11-14 | 6 | -45/+35 |
* | Add a GPIO driver for the Gateworks Cambria platform. | thompsa | 2010-11-11 | 2 | -0/+472 |
* | Fix typos. | brucec | 2010-11-09 | 1 | -2/+2 |
* | Remove line for the uncommitted Cambria gpio drive that snuck in with r214946. | thompsa | 2010-11-07 | 1 | -1/+0 |