| Commit message (Expand) | Author | Age | Files | Lines |
* | Whitespace nit. | imp | 2008-08-23 | 1 | -1/+1 |
* | Export 'struct pcpu' to userland w/o requiring _KERNEL. A few ports | jhb | 2008-08-19 | 1 | -0/+4 |
* | Add "add pc, whatever" as a branch instruction, we use it in memcpy(). | cognet | 2008-08-03 | 1 | -2/+3 |
* | Add blx as a branch instruction. | cognet | 2008-08-03 | 1 | -1/+2 |
* | Add yet another branch instruction. | cognet | 2008-08-02 | 1 | -1/+2 |
* | Remove the unused major/minor numbers from iodev and memdev. | ed | 2008-06-25 | 1 | -1/+0 |
* | Support for the XScale PXA255 SoC as found on the Gumstix Basix and Connex | benno | 2008-06-06 | 1 | -0/+3 |
* | On the AT91, we need to write on the EOI register after we handle an | cognet | 2008-04-20 | 1 | -0/+1 |
* | Take the first baby step towards unifying and cleaning up arminit(): | imp | 2008-04-03 | 1 | -5/+5 |
* | When building a kernel module, define MAXCPU the same as SMP so | jb | 2008-03-27 | 1 | -2/+2 |
* | Remove unused pv_list_count from the vm_page, and pm_count from the struct | cognet | 2008-03-06 | 1 | -2/+0 |
* | Remove errant % in license comment. | rwatson | 2008-02-26 | 1 | -1/+1 |
* | Improve ARM_TP_ADDRESS and RAS area. | raj | 2008-02-05 | 3 | -60/+47 |
* | Bring in the nice work from Mark Tinguely on arm pmap. | cognet | 2008-01-31 | 1 | -15/+2 |
* | Add configuration knobs for the superpage reservation system. Initially, | alc | 2007-12-27 | 1 | -0/+7 |
* | Add stubs to unbreak LINT. | jkoshy | 2007-12-07 | 1 | -0/+4 |
* | Break out stack(9) from ddb(4): | rwatson | 2007-12-02 | 1 | -0/+42 |
* | Close a race. | cognet | 2007-12-02 | 2 | -19/+49 |
* | In atomic_fetchadd_32(), do not blindly increase the value of %3. | cognet | 2007-11-27 | 1 | -2/+3 |
* | __CPU_XSCALE_PXA2XX -> CPU_XSCALE_PXA2X0 | kevlo | 2007-11-01 | 1 | -1/+1 |
* | Merge support from p4 (from NetBSD) for arm9e and arm10, arm11 cores. Not | imp | 2007-10-18 | 2 | -10/+88 |
* | Merge definitions for ARM9E, ARM10 and ARM11 processors from p4 (which | imp | 2007-10-18 | 1 | -2/+14 |
* | Define _ARM_ARCH_5E too, so that we know if pld/strd/ldrd are available. | cognet | 2007-10-13 | 1 | -1/+6 |
* | Change the management of cached pages (PQ_CACHE) in two fundamental | alc | 2007-09-25 | 1 | -2/+3 |
* | Twist the RAS logic a bit to avoid branching. | cognet | 2007-09-22 | 1 | -12/+9 |
* | In __bswap16_var(), make sure the 16 upper bits are cleared; while | cognet | 2007-09-09 | 1 | -2/+4 |
* | XScale core 3 definitions. | cognet | 2007-07-27 | 1 | -0/+5 |
* | Fix the cache mode description. | cognet | 2007-07-27 | 1 | -5/+5 |
* | Properly handle supersections. | cognet | 2007-07-27 | 1 | -4/+20 |
* | Add a new set of functions to handle L2 cache. Make them no-op for every | cognet | 2007-07-27 | 1 | -9/+20 |
* | The iop34x has 128 interrupts. | cognet | 2007-06-16 | 1 | -1/+3 |
* | Introduce pmap_kenter_supersection(), which maps 16MB super-sections into | cognet | 2007-06-11 | 2 | -0/+69 |
* | Add kdb_cpu_sync_icache(), intended to synchronize instruction | marcel | 2007-06-09 | 1 | -0/+5 |
* | - PCPU_ADD is no longer spelled with LAZY_ in the middle. | jeff | 2007-06-06 | 1 | -1/+1 |
* | Rework the PCPU_* (MD) interface: | attilio | 2007-06-04 | 1 | -1/+2 |
* | Add the machine-specific definitions for configuring the new physical | alc | 2007-06-04 | 1 | -0/+15 |
* | Eliminate some unused definitions that came from NetBSD. | alc | 2007-05-28 | 1 | -19/+0 |
* | Use __mcount() instead of _mcount() to reduce diffs with NetBSD. | cognet | 2007-05-19 | 2 | -4/+4 |
* | Switch the kernel's pmap domain from 15 to 0. | cognet | 2007-05-19 | 1 | -2/+2 |
* | Define every architecture as either VM_PHYSSEG_DENSE or | alc | 2007-05-05 | 1 | -0/+5 |
* | Remove __P | kevlo | 2007-03-21 | 3 | -18/+18 |
* | Push down the implementation of PCPU_LAZY_INC() into the machine-dependent | alc | 2007-03-11 | 1 | -0/+6 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -2/+2 |
* | - Add bounce pages for arm, largely based on the i386 implementation. | cognet | 2007-01-17 | 3 | -1/+6 |
* | MFp4: Add missing atomic functions | ticso | 2007-01-05 | 1 | -34/+64 |
* | Introduce CPU_XSCALE_CORE3, as XScale Core 3 is significally different than | cognet | 2006-11-30 | 1 | -0/+3 |
* | correct bus space unmap prototype | sam | 2006-11-19 | 1 | -29/+141 |
* | Fix a comment. | ru | 2006-11-13 | 1 | -1/+1 |
* | Eliminate unused global variables. | alc | 2006-11-11 | 1 | -3/+0 |
* | Identify the xscale 81342. | cognet | 2006-11-07 | 4 | -6/+30 |