| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC 256942, 256943: | ian | 2014-05-18 | 2 | -4/+9 |
* | MFC 265852: Map device memory using PTE_DEVICE rather than PTE_NOCACHE. | ian | 2014-05-18 | 5 | -28/+28 |
* | MFC 262952, 262958, 262966, 262979, 262980, 262986, 262987, 262995, 262997, | ian | 2014-05-17 | 11 | -50/+0 |
* | MFC r261643, r261646, r261648, r261649, r261651, r261656, r261657, r261663, | ian | 2014-05-15 | 5 | -96/+93 |
* | MFC r257549, r261642 | ian | 2014-05-15 | 6 | -176/+1 |
* | MFC r261423, r261424, r261516, r261513, r261562, r261563, r261564, r261565, | ian | 2014-05-15 | 1 | -1/+2 |
* | MFC r261252, r261279, r261304, r261305, r261322, r261336, r261337, r261338, | ian | 2014-05-15 | 1 | -1/+0 |
* | MFC r257334, r257336, r257337, r257338, r257341, r257342, r257343, r257370, | ian | 2014-05-14 | 2 | -2/+2 |
* | MFC r262020: | jhay | 2014-03-11 | 1 | -0/+2 |
* | MFC r258779,r258780,r258787,r258822: | eadler | 2014-02-04 | 2 | -6/+6 |
* | MFC r258392, r258412: | ian | 2013-12-14 | 5 | -0/+9 |
* | MFC r257648, r257649, r257660: | ian | 2013-12-13 | 5 | -12/+17 |
* | MFC r257258, r257265: Include headers (if_var.h and others) where needed. | ian | 2013-12-13 | 2 | -3/+5 |
* | MFC r257199, r257200, r257217: | ian | 2013-12-13 | 4 | -4/+0 |
* | 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 |