| Commit message (Expand) | Author | Age | Files | Lines |
* | - 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 |
* | Define every architecture as either VM_PHYSSEG_DENSE or | alc | 2007-05-05 | 1 | -0/+5 |
* | Add support for specifying a minimal size for vm.kmem_size in the loader via | sepotvin | 2007-04-21 | 1 | -1/+2 |
* | Push down the implementation of PCPU_LAZY_INC() into the machine-dependent | alc | 2007-03-11 | 1 | -0/+6 |
* | Rototill the sparc64 nexus(4) (actually this brings in the code the | marius | 2007-03-07 | 5 | -137/+18 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -2/+2 |
* | Convert the remainder of the low hanging fruits regarding including | marius | 2007-01-19 | 6 | -12/+45 |
* | - Rename UPA_BUS_SPACE to NEXUS_BUS_SPACE; besides an UPA bus, nexus(4) | marius | 2007-01-18 | 1 | -2/+2 |
* | Remove the compat shims for the ISA old-stlye in{b,w,l}()/out{b,w,l}() | marius | 2007-01-18 | 1 | -53/+0 |
* | Remove 3rd clause, renumber, ok per email | imp | 2007-01-12 | 2 | -8/+2 |
* | add new large page sizes for use by shared loader | kmacy | 2006-12-18 | 1 | -0/+8 |
* | In the replacement text of the __bswapN_const() macros encapsulate the | marius | 2006-10-30 | 1 | -8/+12 |
* | unbreak sparc64 loader build | kmacy | 2006-10-09 | 1 | -1/+1 |
* | kernel clean up to make the sun4v kernel build | kmacy | 2006-10-09 | 1 | -1/+1 |
* | PR: | jb | 2006-10-04 | 1 | -84/+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 |
* | Add pmap_clear_write() to the interface between the virtual memory | alc | 2006-07-20 | 1 | -2/+0 |
* | - Complete breaking out the definition of bus_space_{tag,handle}_t by | marius | 2006-06-13 | 2 | -12/+4 |
* | MFalpha/amd64/arm/ia64 | alc | 2006-05-29 | 1 | -9/+0 |
* | Clean out sysctl machdep.* related defines. | phk | 2006-05-11 | 1 | -19/+0 |
* | Eliminate HAVE_STOPPEDPCBS. On ia64 the PCPU holds a pointer to the | marcel | 2006-04-03 | 1 | -0/+2 |
* | Add convenience macros for the bits in ASI_ESTATE_ERROR_EN_REG (used | marius | 2006-03-29 | 1 | -0/+16 |
* | Sync with the other archs and declare the memory location referenced by | marius | 2006-03-28 | 1 | -4/+4 |
* | Correct typos (s/OFERFLOW/OVERFLOW/). | kris | 2006-01-16 | 2 | -2/+2 |
* | - The inline asm in this file uses output operands before all input | marius | 2006-01-12 | 1 | -5/+5 |
* | Tweak how the MD code calls the fooclock() methods some. Instead of | jhb | 2005-12-22 | 2 | -7/+0 |
* | style(9) nits | obrien | 2005-12-07 | 1 | -52/+52 |
* | Add Sparc TLS relocation definitions. | obrien | 2005-12-07 | 1 | -0/+24 |
* | - Cleanup whitespace and extra ()s in vtophys() macros. | jhb | 2005-12-06 | 1 | -1/+1 |
* | Use <sys/ktr.h> directly in .S files instead of exporting the | marius | 2005-12-06 | 1 | -0/+2 |
* | Drop _MACHINE_ARCH and _MACHINE defines (not to be confused with | ru | 2005-12-06 | 1 | -7/+0 |
* | - Move the declaration of struct upa_ranges and the UPA_RANGE_* macros | marius | 2005-12-03 | 2 | -36/+0 |
* | Add stoppcbs[] arrays on Alpha and sparc64 and have each CPU save its | jhb | 2005-11-03 | 1 | -0/+2 |
* | Reorganize the interrupt handling code a bit to make a few things cleaner | jhb | 2005-10-25 | 1 | -1/+1 |
* | Add a default value for VM_BCACHE_SIZE_MAX of 400MB. This is copied from | kris | 2005-10-14 | 1 | -0/+8 |
* | Add a new atomic_fetchadd() primitive that atomically adds a value to a | jhb | 2005-09-27 | 1 | -0/+3 |
* | Move MINSIGSTKSZ from <machine/signal.h> to <machine/_limits.h> and rename | stefanf | 2005-08-20 | 2 | -4/+3 |
* | Remove a stale occurrence of 'alpha' in a comment. | stefanf | 2005-08-20 | 1 | -1/+1 |
* | Add extra constraints to tell the compiler that the memory be modified | jhb | 2005-07-27 | 1 | -4/+6 |
* | Convert the atomic_ptr() operations over to operating on uintptr_t | jhb | 2005-07-15 | 1 | -1/+1 |
* | MFP4: | jkoshy | 2005-06-09 | 1 | -0/+14 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 2 | -66/+0 |