| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add atomic_cmpset_acq_32. | cognet | 2006-11-07 | 1 | -0/+1 |
* | PR: | jb | 2006-10-04 | 1 | -34/+0 |
* | First part of a little cleanup in the calendar/timezone/RTC handling. | phk | 2006-10-02 | 1 | -3/+0 |
* | Use __builtin_va_start instead of __builtin_stdarg_start. GCC4 obsoletes | kan | 2006-09-21 | 1 | -1/+1 |
* | Remove dead code, already defined in sys/cdef.h | cognet | 2006-08-30 | 1 | -9/+0 |
* | Eliminate unused definitions. (They came from NetBSD.) | alc | 2006-08-25 | 1 | -9/+0 |
* | Finally bring it support for the i80219 XScale processor. | cognet | 2006-08-24 | 3 | -10/+17 |
* | Use ELFDATA2MSB if we're building big endian. | cognet | 2006-08-24 | 1 | -0/+4 |
* | Rewrite ARM_USE_SMALL_ALLOC so that instead of the current behavior, it maps | cognet | 2006-08-08 | 3 | -2/+35 |
* | Define BYTE_MSF if we're compiling a big endian kernel, so that DDB can | cognet | 2006-07-27 | 1 | -0/+3 |
* | Add remote GDB bits for arm. | cognet | 2006-07-14 | 1 | -0/+52 |
* | Add partial pmap locking. | alc | 2006-06-06 | 1 | -1/+13 |
* | Don't #error if no CPU is defined but we're not compiling the kernel. | cognet | 2006-06-02 | 1 | -2/+2 |
* | Don't enable the FIQ in enable_interrupts() if F32_bit is not specified. | cognet | 2006-06-01 | 1 | -1/+1 |
* | Ooops arm10 is armv5, not armv4. | cognet | 2006-05-31 | 1 | -3/+3 |
* | Include machine/cpuconf.h in pmap.h in order to get ARM_NMMUS defined, | cognet | 2006-05-31 | 1 | -1/+1 |
* | Add definitions for atomic_subtract_rel_32, atomic_add_rel_32 and | cognet | 2006-05-15 | 1 | -0/+3 |
* | Switch to a 64bit time_t, while it's not a big problem to do so. | cognet | 2006-05-15 | 1 | -1/+1 |
* | Resurrect Skyeye support : | cognet | 2006-05-13 | 1 | -0/+5 |
* | Clean out sysctl machdep.* related defines. | phk | 2006-05-11 | 1 | -8/+0 |
* | Disable/enable fiqs as well as irqs. | cognet | 2006-04-13 | 2 | -4/+4 |
* | MFp4: Don't write-back the PTEs if they are mapped write-through, this was | cognet | 2006-04-09 | 1 | -5/+0 |
* | MFp4: Forget the asm inlined version of in_cksum_hdr(). It doesn't work if | cognet | 2006-03-09 | 1 | -74/+1 |
* | Try to honor BUS_DMA_COHERENT : if the flag is set, normally allocate memory | cognet | 2006-03-01 | 1 | -0/+7 |
* | Use memory clobbers, to be on the safe side. | cognet | 2006-02-06 | 1 | -6/+11 |
* | Backout rev 1.12. It would have been a good thing, if gcc was smart enough | cognet | 2006-02-05 | 1 | -24/+18 |
* | By popular demand, move __HAVE_ACPI and __PCI_REROUTE_INTERRUPT into | imp | 2006-01-09 | 2 | -2/+2 |
* | Define __HAVE_ACPI and/or __PCI_REROUTE_INTERRUPT, as appropriate for | imp | 2006-01-01 | 1 | -0/+2 |
* | Tweak how the MD code calls the fooclock() methods some. Instead of | jhb | 2005-12-22 | 2 | -25/+0 |
* | A #define is not enough, we need to cast from u_long * to uint32_t *. | cognet | 2005-12-09 | 1 | -1/+8 |
* | Define atomic_whatever_long | cognet | 2005-12-09 | 1 | -0/+4 |