| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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/+40 |
* | Change the management of cached pages (PQ_CACHE) in two fundamental | alc | 2007-09-25 | 1 | -2/+3 |
* | o Revamp the sparc64 interrupt code in order to be able to interface | marius | 2007-09-06 | 2 | -4/+18 |
* | Style(9) fix - use #define<tab> consistently. | marius | 2007-09-06 | 1 | -15/+15 |
* | - Divorce the IOTSBs, which so far where handled via a global list | marius | 2007-08-05 | 2 | -13/+21 |
* | - Add support for sending IPIs with USIII and greater sun4u CPUs. | marius | 2007-06-16 | 1 | -5/+10 |
* | Add kdb_cpu_sync_icache(), intended to synchronize instruction | marcel | 2007-06-09 | 1 | -0/+5 |
* | 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/+38 |
* | - Staticize cpu_ipi_send() and cpu_mp_unleash() as these aren't | marius | 2007-05-20 | 1 | -1/+8 |
* | - Also identify USIIIi+, USIV and USIV+ CPUs. | marius | 2007-05-20 | 1 | -8/+11 |
* | Include machine/pcb.hto turn extern struct pcb stoppcbs[]; construct | kan | 2007-05-19 | 1 | -0/+1 |
* | - Add bits for userland profiling. For sun4u this is compile-tested only. | marius | 2007-05-11 | 1 | -4/+36 |