summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include
Commit message (Expand)AuthorAgeFilesLines
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-2/+2
* Convert the remainder of the low hanging fruits regarding includingmarius2007-01-196-12/+45
* - Rename UPA_BUS_SPACE to NEXUS_BUS_SPACE; besides an UPA bus, nexus(4)marius2007-01-181-2/+2
* Remove the compat shims for the ISA old-stlye in{b,w,l}()/out{b,w,l}()marius2007-01-181-53/+0
* Remove 3rd clause, renumber, ok per emailimp2007-01-122-8/+2
* add new large page sizes for use by shared loaderkmacy2006-12-181-0/+8
* In the replacement text of the __bswapN_const() macros encapsulate themarius2006-10-301-8/+12
* unbreak sparc64 loader buildkmacy2006-10-091-1/+1
* kernel clean up to make the sun4v kernel buildkmacy2006-10-091-1/+1
* PR:jb2006-10-041-84/+0
* First part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-021-3/+0
* Use __builtin_va_start instead of __builtin_stdarg_start. GCC4 obsoleteskan2006-09-211-1/+1
* Add pmap_clear_write() to the interface between the virtual memoryalc2006-07-201-2/+0
* - Complete breaking out the definition of bus_space_{tag,handle}_t bymarius2006-06-132-12/+4
* MFalpha/amd64/arm/ia64alc2006-05-291-9/+0
* Clean out sysctl machdep.* related defines.phk2006-05-111-19/+0
* Eliminate HAVE_STOPPEDPCBS. On ia64 the PCPU holds a pointer to themarcel2006-04-031-0/+2
* Add convenience macros for the bits in ASI_ESTATE_ERROR_EN_REG (usedmarius2006-03-291-0/+16
* Sync with the other archs and declare the memory location referenced bymarius2006-03-281-4/+4
* Correct typos (s/OFERFLOW/OVERFLOW/).kris2006-01-162-2/+2
* - The inline asm in this file uses output operands before all inputmarius2006-01-121-5/+5
* Tweak how the MD code calls the fooclock() methods some. Instead ofjhb2005-12-222-7/+0
* style(9) nitsobrien2005-12-071-52/+52
* Add Sparc TLS relocation definitions.obrien2005-12-071-0/+24
* - Cleanup whitespace and extra ()s in vtophys() macros.jhb2005-12-061-1/+1
* Use <sys/ktr.h> directly in .S files instead of exporting themarius2005-12-061-0/+2
* Drop _MACHINE_ARCH and _MACHINE defines (not to be confused withru2005-12-061-7/+0
* - Move the declaration of struct upa_ranges and the UPA_RANGE_* macrosmarius2005-12-032-36/+0
* Add stoppcbs[] arrays on Alpha and sparc64 and have each CPU save itsjhb2005-11-031-0/+2
* Reorganize the interrupt handling code a bit to make a few things cleanerjhb2005-10-251-1/+1
* Add a default value for VM_BCACHE_SIZE_MAX of 400MB. This is copied fromkris2005-10-141-0/+8
* Add a new atomic_fetchadd() primitive that atomically adds a value to ajhb2005-09-271-0/+3
* Move MINSIGSTKSZ from <machine/signal.h> to <machine/_limits.h> and renamestefanf2005-08-202-4/+3
* Remove a stale occurrence of 'alpha' in a comment.stefanf2005-08-201-1/+1
* Add extra constraints to tell the compiler that the memory be modifiedjhb2005-07-271-4/+6
* Convert the atomic_ptr() operations over to operating on uintptr_tjhb2005-07-151-1/+1
* MFP4:jkoshy2005-06-091-0/+14
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-292-66/+0
* - Collapse eeprom_ebus.c and eeprom_sbus.c into eeprom.c andmarius2005-05-191-61/+0
* Add empty header (except of the multiple-inclusion protection) tomarcel2005-04-201-0/+10
* Break out the definition of bus_space_{tag,handle}_t and a few other typesimp2005-04-182-8/+43
* - Add a workaround for a bug in BlackBird CPUs (said to be part of themarius2005-04-163-8/+20
* Fix a style(9) bug in the stxa_sync() macro (DO NOT use function callsmarius2005-04-161-1/+2
* Divorce critical sections from spinlocks. Critical sections as denoted byjhb2005-04-042-92/+2
* Refactor the bus_dma header files so that the interface is described inscottl2005-03-142-147/+153
* Declare as volatile the memory location referenced by a pointer rather thanalc2005-03-061-1/+1
* Addendum to netchild's C compiler abstraction mega-patch which somehowjoerg2005-03-041-1/+3
* netchild's mega-patch to isolate compiler dependencies into a centraljoerg2005-03-025-17/+26
* Silence witness warnings about duplicate pmap lock emitted sincemarius2005-02-181-1/+1
* - Re-write OF_decode_addr() with a bus-neutral approach, adding supportmarius2005-02-121-2/+1
OpenPOWER on IntegriCloud