| Commit message (Expand) | Author | Age | Files | Lines |
* | Prevent the leakage of wired pages in the following circumstances: | alc | 2007-11-17 | 1 | -0/+21 |
* | Add a kernel config file for the Hot-e HL200 (AT91RM92 based). | cognet | 2007-11-17 | 1 | -0/+151 |
* | o Rename cpu_thread_setup() to cpu_thread_alloc() to better | marcel | 2007-11-14 | 1 | -2/+7 |
* | generally we are interested in what thread did something as | julian | 2007-11-14 | 1 | -4/+4 |
* | Add entries for the L2 cache-related functions for armv5. | cognet | 2007-11-08 | 1 | -0/+5 |
* | Fix for the panic("vm_thread_new: kstack allocation failed") and | kib | 2007-11-05 | 7 | -7/+8 |
* | Remove a staled comment, NPE-C should work fine. | cognet | 2007-11-04 | 1 | -1/+0 |
* | __CPU_XSCALE_PXA2XX -> CPU_XSCALE_PXA2X0 | kevlo | 2007-11-01 | 1 | -1/+1 |
* | Don't define get_cachetype() for CPU_ARM9E unless it's going to be used. | kevlo | 2007-10-31 | 1 | -1/+1 |
* | kill commented out line of code. | imp | 2007-10-29 | 1 | -1/+0 |
* | Add an option to be able to override the value of the AT91 master clock | cognet | 2007-10-25 | 1 | -0/+2 |
* | Move some KB920x-specific options into the KB920x file. | cognet | 2007-10-25 | 2 | -4/+4 |
* | Oooops, get the end of the memory right. | cognet | 2007-10-25 | 1 | -1/+1 |
* | KERNBASE should really be KERNVIRTADDR there too. | cognet | 2007-10-24 | 1 | -2/+2 |
* | In ate_get_mac(), try to get the mac address in the right order, at least | cognet | 2007-10-24 | 1 | -6/+6 |
* | Handle the case where PHYSADDR != KERNPHYSADDR (ie we do not load the kernel | cognet | 2007-10-24 | 1 | -7/+11 |
* | Correct a comment, this was not true anymore. | cognet | 2007-10-24 | 1 | -2/+2 |
* | correct guard variable names. | imp | 2007-10-18 | 1 | -3/+3 |
* | Merge support from p4 (from NetBSD) for arm9e and arm10, arm11 cores. Not | imp | 2007-10-18 | 7 | -22/+834 |
* | Merge definitions for ARM9E, ARM10 and ARM11 processors from p4 (which | imp | 2007-10-18 | 1 | -2/+14 |
* | Use the direct mapping, if available, for pmap_zero_page_xscale() as well. | cognet | 2007-10-16 | 1 | -0/+15 |
* | Do not use __XSCALE__ to detect if pld/strd/ldrd is available, use | cognet | 2007-10-13 | 5 | -25/+25 |
* | Define _ARM_ARCH_5E too, so that we know if pld/strd/ldrd are available. | cognet | 2007-10-13 | 1 | -1/+6 |
* | Spelling fix for interupt -> interrupt | kevlo | 2007-10-12 | 1 | -2/+2 |
* | Make the PCI code aware of PCI domains (aka PCI segments) so we can | marius | 2007-09-30 | 3 | -2/+15 |
* | Ok I hope I got it right this time. | cognet | 2007-09-27 | 5 | -25692/+40 |
* | Now that Intel changed the license for the NPE firmware, import it directly | cognet | 2007-09-27 | 5 | -46/+25693 |
* | Fix a comment to reflect the truth. | cognet | 2007-09-27 | 1 | -1/+1 |
* | Change the management of cached pages (PQ_CACHE) in two fundamental | alc | 2007-09-25 | 1 | -2/+3 |
* | Make sure we do not call _arm_bzero() or _arm_memcpy() if the size is not at | cognet | 2007-09-22 | 1 | -3/+3 |
* | Add various macros for the ADMA unit. | cognet | 2007-09-22 | 1 | -0/+39 |
* | Add a driver for the 7seg found on the CRB board, largely based on the | cognet | 2007-09-22 | 8 | -0/+470 |
* | Twist the RAS logic a bit to avoid branching. | cognet | 2007-09-22 | 1 | -12/+9 |
* | Remove dead code. | cognet | 2007-09-19 | 1 | -1/+0 |
* | Kill bogus printf debugs. | imp | 2007-09-16 | 1 | -7/+0 |
* | Kill overly verbose messages about setting bus width. | imp | 2007-09-16 | 1 | -5/+2 |
* | It has been observed on the mailing lists that the different categories | alc | 2007-09-15 | 1 | -4/+4 |
* | It's probably time I learn C. | cognet | 2007-09-12 | 1 | -2/+2 |
* | In __bswap16_var(), make sure the 16 upper bits are cleared; while | cognet | 2007-09-09 | 1 | -2/+4 |
* | There's no need to re-read PCIR_COMMAND once we set it. | cognet | 2007-09-04 | 1 | -2/+0 |
* | Just wbinv if both PREREAD and PREWRITE are set. | cognet | 2007-08-18 | 1 | -3/+9 |
* | Ooops, we need to define TD_LOCK here. | cognet | 2007-08-08 | 1 | -0/+1 |
* | Add cast to silent gcc warnings. | cognet | 2007-08-07 | 1 | -24/+24 |
* | Use the third argument of cpu_switch(), as done for i386/amd63, as it is | cognet | 2007-08-07 | 1 | -6/+20 |
* | Add in all the USB devices and all the wireless goo. The KB9202 has | imp | 2007-07-31 | 1 | -0/+44 |
* | Make USB work on the KB9202{,A,B} boards. This has been in p4 for about | imp | 2007-07-31 | 3 | -3/+36 |
* | MFppc: | cognet | 2007-07-31 | 1 | -1/+1 |
* | CRB config file. | cognet | 2007-07-27 | 1 | -0/+114 |
* | XScale core 3 definitions. | cognet | 2007-07-27 | 1 | -0/+5 |
* | Cleanup | cognet | 2007-07-27 | 2 | -8/+2 |