summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and amarius2004-08-121-1/+2
* Add pmap locking to many of the functions.alc2004-08-101-0/+14
* Instead of calling ia32_pause() conditionally on __i386__ or __amd64__mux2004-08-031-0/+1
* Break out the MI part of the /dev/[k]mem and /dev/io drivers intomarkm2004-08-011-0/+38
* Pass a thread argument into cpu_critical_{enter,exit}() rather thanrwatson2004-07-271-8/+4
* Mega update for the KDB framework: turn DDB into a KDB backend.marcel2004-07-101-9/+5
* Remove obsolete prototype of kdb_trap().marcel2004-07-101-2/+0
* Implement makectx(). The makectx() function is used by KDB to createmarcel2004-07-101-0/+1
* Introduce the KDB debugger frontend. The frontend provides a frameworkmarcel2004-07-101-0/+50
OpenPOWER on IntegriCloud