| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a MD __PCI_BAR_ZERO_VALID which denotes that BARs containing 0 | marius | 2009-07-21 | 1 | -0/+2 |
* | Add support to the virtual memory system for configuring machine- | alc | 2009-07-12 | 2 | -2/+5 |
* | Cleanup ALIGNED_POINTER: | sam | 2009-07-05 | 1 | -0/+7 |
* | - Work around the broken loader behavior of not demapping no longer | marius | 2009-06-28 | 1 | -3/+1 |
* | Correct the #endif comment. | alc | 2009-06-26 | 1 | -1/+1 |
* | This change is the next step in implementing the cache control functionality | alc | 2009-06-26 | 1 | -0/+35 |
* | Implement a facility for dynamic per-cpu variables. | jeff | 2009-06-23 | 1 | -0/+2 |
* | Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizing | rwatson | 2009-04-20 | 1 | -3/+1 |
* | Add description and cautionary note regarding CACHE_LINE_SIZE. | rwatson | 2009-04-19 | 1 | -0/+4 |
* | For each architecture, define CACHE_LINE_SHIFT and a derived | rwatson | 2009-04-19 | 1 | -0/+5 |
* | - There's no need to wrap kdb_active and kdb_trap() in #ifdef KDB as | marius | 2009-03-19 | 1 | -1/+1 |
* | Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointer | kib | 2009-03-17 | 1 | -4/+2 |
* | Improve r185008 so the streaming cache is only flushed when | marius | 2009-02-10 | 1 | -3/+4 |
* | - Use the generally more appropriate PROM base rather than the | marius | 2009-02-10 | 1 | -1/+1 |
* | - Currently the PMAP code is laid out to let the kernel TSB cover the | marius | 2009-01-01 | 1 | -0/+2 |
* | Modularize the Open Firmware client interface to allow run-time switching | nwhitehorn | 2008-12-20 | 1 | -1/+6 |
* | AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them. | imp | 2008-12-17 | 1 | -12/+0 |
* | Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular, | nwhitehorn | 2008-12-15 | 1 | -53/+0 |
* | - bump __FreeBSD version to reflect added buf_ring, memory barriers, | kmacy | 2008-11-22 | 1 | -0/+4 |
* | Use the interrupt level right below PIL_FAST for executing interrupt | marius | 2008-11-19 | 1 | -1/+2 |
* | - Allow the front-end to specify that iommu(4) should disable | marius | 2008-11-16 | 2 | -7/+11 |
* | Use the STICK timers only when absolutely necessary, i.e. if a machine | marius | 2008-09-20 | 1 | -0/+2 |
* | - Newer firmware versions no longer provide SUNW,stop-self so just | marius | 2008-09-18 | 1 | -6/+38 |
* | For cheetah-class CPUs ensure that the dt512_0 is set to hold 8k pages | marius | 2008-09-08 | 2 | -2/+30 |
* | Use the PROM provided SUNW,set-trap-table to take over the trap | marius | 2008-09-04 | 1 | -0/+1 |
* | Flesh out MMU and cache handling of cheetah-class CPUs. | marius | 2008-09-04 | 2 | -0/+67 |
* | The physical address space of cheetah-class CPUs has been extended | marius | 2008-09-04 | 1 | -4/+7 |
* | - USIII-based machines can consist of CPUs running at different | marius | 2008-09-03 | 6 | -7/+25 |
* | - USIII-based machines can consist of CPUs having different cache | marius | 2008-09-02 | 2 | -13/+5 |
* | Update the comment regarding the workaround for the BlackBird | marius | 2008-08-23 | 1 | -3/+5 |
* | Export 'struct pcpu' to userland w/o requiring _KERNEL. A few ports | jhb | 2008-08-19 | 1 | -2/+2 |
* | cosmetic changes and style fixes | marius | 2008-08-13 | 4 | -24/+25 |
* | Assume OpenSolaris knows better and use their value for VM_MAX_PROM_ADDRESS. | marius | 2008-08-12 | 1 | -1/+1 |
* | - Reimplement {d,i}tlb_enter() and {d,i}tlb_va_to_pa() in C. There's | marius | 2008-08-07 | 1 | -1/+5 |
* | Revert the addition of "__volatile" to "__asm" done in r180011, since | marius | 2008-07-05 | 1 | -4/+4 |
* | Improve r180011 by explicitly adding the condition codes to the | marius | 2008-06-27 | 1 | -3/+3 |
* | Use "__asm __volatile" rather than "__asm" for instruction sequences | marius | 2008-06-25 | 1 | -7/+7 |
* | Remove the unused major/minor numbers from iodev and memdev. | ed | 2008-06-25 | 1 | -1/+0 |
* | - Remove the BUS_HANDLE_MIN checking in the __BUS_DEBUG_ACCESS macro; | marius | 2008-05-08 | 1 | -81/+109 |
* | - Use the name returned by device_get_nameunit(9) for the name of the | marius | 2008-05-07 | 2 | -9/+10 |
* | - Include <machine/utrap.h> so this header doesn't have an MD | marius | 2008-04-23 | 1 | -5/+7 |
* | o Rename ic_eoi to ic_clear to emphasize the functions it points | marius | 2008-04-23 | 2 | -5/+13 |
* | - Add support for IPI_PREEMPT. [1] | marius | 2008-04-09 | 2 | -1/+3 |
* | When building a kernel module, define MAXCPU the same as SMP so | jb | 2008-03-27 | 1 | -2/+2 |
* | The "free-lance" timer in the i8254 is only used for the speaker | phk | 2008-03-26 | 1 | -2/+0 |
* | - Const'ify the bus_stream_asi and bus_type_asi arrays. | marius | 2008-03-24 | 1 | -2/+2 |
* | Oops. Use atomic_add_long() for atomic_fetchadd_long() (not atomic_add_int()) | pjd | 2008-03-19 | 1 | -2/+1 |
* | Implement atomic_fetchadd_long() for all architectures and document it. | pjd | 2008-03-16 | 1 | -0/+2 |
* | - Do as the comment in pmap_bootstrap() suggests and flush all non-locked | marius | 2008-03-09 | 1 | -0/+8 |
* | The Sun disk label only uses 16-bit fields for cylinders, heads and | marius | 2008-02-11 | 1 | -0/+13 |