summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include
Commit message (Expand)AuthorAgeFilesLines
* - Divorce the IOTSBs, which so far where handled via a global listmarius2007-08-052-13/+21
* - Add support for sending IPIs with USIII and greater sun4u CPUs.marius2007-06-161-5/+10
* Add kdb_cpu_sync_icache(), intended to synchronize instructionmarcel2007-06-091-0/+5
* Rework the PCPU_* (MD) interface:attilio2007-06-041-1/+2
* Add the machine-specific definitions for configuring the new physicalalc2007-06-041-0/+38
* - Staticize cpu_ipi_send() and cpu_mp_unleash() as these aren'tmarius2007-05-201-1/+8
* - Also identify USIIIi+, USIV and USIV+ CPUs.marius2007-05-201-8/+11
* Include machine/pcb.hto turn extern struct pcb stoppcbs[]; constructkan2007-05-191-0/+1
* - Add bits for userland profiling. For sun4u this is compile-tested only.marius2007-05-111-4/+36
* Define every architecture as either VM_PHYSSEG_DENSE oralc2007-05-051-0/+5
* Add support for specifying a minimal size for vm.kmem_size in the loader viasepotvin2007-04-211-1/+2
* Push down the implementation of PCPU_LAZY_INC() into the machine-dependentalc2007-03-111-0/+6
* Rototill the sparc64 nexus(4) (actually this brings in the code themarius2007-03-075-137/+18
* 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
OpenPOWER on IntegriCloud