summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/include
AgeCommit message (Expand)Author
2011-03-11Use _MACHINE_ENDIAN_H_ for this is The Right Thing To Do.Paul Irofti
2010-12-30add a simple __va_copy inside ifdef lint, from tim van der molen.Ted Unangst
2010-12-26Kill pmap_phys_address(), and force every driver's mmap() routine to returnMiod Vallat
2010-12-21Convert netisr to a normal soft interrupt instead of hanving MD codeClaudio Jeker
2010-12-15oops, i forgot to check in the BRKSIZ define in uvm, but deraadt thinksTed Unangst
2010-12-06Change the signature of PMAP_PREFER from void PMAP_PREFER(..., vaddr_t *) toMiod Vallat
2010-12-04Introduce a new pci routine, pci_conf_size(), which returns the size of aMiod Vallat
2010-11-27Remove ddb single-step load and store counters. Most platforms do notMiod Vallat
2010-11-27Misaligned load/store recovery code in the kernel, enabled by T_FIXALIGNMiod Vallat
2010-11-22Remove unused VM_MAX_KERNEL_BUF define.Miod Vallat
2010-09-28Implement a per-cpu held mutex counter if DIAGNOSTIC on all non-x86 platforms,Miod Vallat
2010-07-21Fix more cdev initializations which were using enodev for poll; ok kettenisTheo de Raadt
2010-07-07Implement atomic_add_ulong.Mark Kettenis
2010-06-29Add support for mapping ACPI to PCI devicesJordan Hargrave
2010-06-28Change MAXDSIZ and MAXSSIZ to more reasonable values for a 64-bit architecture.Mark Kettenis
2010-06-27Add the TPOFF* and DTP{MOD,OFF}* definitions that ld.so will need forPhilip Guenthe
2010-06-27uvm constraints. Add two mandatory MD symbols, uvm_md_constraintsThordur I. Bjornsson
2010-06-18Remove obsolete dvmamap comment.Miod Vallat
2010-05-31there is no spllpt(), since lpt's are just tty devices (call tty functions,Theo de Raadt
2010-05-10/* XXX - we don't use __COMPILER_INT64__ */ so remove it.Mark Kettenis
2010-04-27Fix inline assembler to make it acceptable to gcc4. Based on a diff fromMark Kettenis
2010-04-22Committing on behalf or ariane@.Owain Ainsworth
2009-12-31Add a few more hypervisor calls.Mark Kettenis
2009-11-30Add inline function to read %fprs.Mark Kettenis
2009-11-27Move MB_LEN_MAX into the machine-independent sys/limits.h header,Philip Guenthe
2009-11-04Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it.Mark Kettenis
2009-08-22Constify the what/name parameter of pci_intr_establish().Michael Knudsen
2009-07-21Change the rbus md_space_{map,unmap} signature to take a rbus_tag_t insteadMiod Vallat
2009-07-20Pass a pci_chipset_tag_t to pci_intr_line(), to eventually allow theMiod Vallat
2009-05-10Rename mdesc_get_prop_string into mdesc_get_prop_str.Mark Kettenis
2009-05-10Add vcctty(4).Mark Kettenis
2009-05-10Add defines for magic character constants used by hypervisor consoleMark Kettenis
2009-04-20Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory.Owain Ainsworth
2009-04-12Implement /dev/mdesc, a device to read the machine description on sun4vMark Kettenis
2009-04-12Move code handling Machine Descriptions out of the cbus(4) driver.Mark Kettenis
2009-03-26Remove cpu_wait(). It's original use was to be called from the reaper soOwain Ainsworth
2009-03-15Introduce splsoftassert(), similar to splassert() but for soft interruptMiod Vallat
2009-02-26Add a two new ioctls to the apm(4) interface.Owain Ainsworth
2009-02-12Add a pm_statistics struct to all pmap, and keep track of residentMiod Vallat
2009-01-23Make write_user_windows() do what the name suggests: flush user windows insteadMark Kettenis
2009-01-20Add a few more inline functions to read priviliged registers.Mark Kettenis
2009-01-02Add LDC shared memory hypervisor interfaces.Mark Kettenis
2008-12-31Add new device interrupt hypervisor calls.Mark Kettenis
2008-12-31Add missing LDC_CHANNEL_RESET.Mark Kettenis
2008-12-31Fix typo.Mark Kettenis
2008-12-31Add some Logical Domain Channel hypervisor calls.Mark Kettenis
2008-12-30Implement the mach_desc hypervisor call.Mark Kettenis
2008-12-30Add domain state related PROM calls.Mark Kettenis
2008-12-30Add domain state services hypervisor calls.Mark Kettenis
2008-12-29Move ifb identification to its own routine. We can not simply have the ifbMiod Vallat