summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Hopefully unbreak modules build.ru2005-01-291-1/+1
* Add a small API to manage the MD user trap structures. Specifically, wejhb2005-01-191-0/+4
* Add the bus_dmamap_load_mbuf_sg() function to sparc64.scottl2005-01-151-0/+4
* /* -> /*- for license, minor formatting changesimp2005-01-0731-31/+31
* Identify USIIIi processors.scottl2004-12-241-0/+1
* Change gdb_cpu_setreg() to not take the value to which to set themarcel2004-12-011-1/+1
* Remove UAREA_PAGES.das2004-11-201-1/+0
* o Sync with the NetBSD mk48txx driver (the result simplyfies some changesmarius2004-11-171-5/+1
* We seem to have occasions where sending an IPI takes significantlykensmith2004-09-291-1/+1
* Move the kernel-specific logic to adjust frompc from MI to MD. Formarcel2004-08-271-0/+13
* Instead of "OpenFirmware", "openfirmware", etc. use the official spellingmarius2004-08-161-2/+2
* - Make OF_getetheraddr() honour the "local-mac-address?" system configmarius2004-08-141-1/+0
OpenPOWER on IntegriCloud