summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/include
AgeCommit message (Expand)Author
2019-11-06ANSIfy functions and get rid of boolean_t.Martin Pieuchot
2019-10-20Firmware that supports the "parallel boot" feature allows us to read the PRIMark Kettenis
2019-07-25Enable sharing of root complex when appropriate.Mark Kettenis
2019-07-25Add SDIO hypervisor calls.Mark Kettenis
2019-06-29variable ver is unused; rdpr %ver is always used instead; from miodTheo de Raadt
2019-06-25add support for bypassing iommu translationDavid Gwynne
2019-06-11implement msi-x support on sparc64.David Gwynne
2019-03-23Use the debugger mutex for `ddb_mp_mutex'. This should prevent a raceVisa Hankala
2019-01-22flense more trailing whitespacePeter Hessler
2019-01-22remove trailing whitespace in the Laptop Package part of the license text.Peter Hessler
2018-12-05Include srp.h where struct cpu_info uses srp to avoid erroring out whenJonathan Gray
2018-09-14Unify and bump some of the NMBCLUSTERS defines. Some archs had it set toClaudio Jeker
2018-08-28add support for storing the time of day on OPL based machines.David Gwynne
2018-08-20Remove unused spllock().Visa Hankala
2018-03-22In vldcp(4), initialize lc_rx_state to a magic value which is notStefan Sperling
2018-03-05#define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an archTheo de Raadt
2018-02-19Convert sparc64 to MI mutex.Martin Pieuchot
2018-01-13Define and use IPL_MPFLOOR in our common mutex implementation.Martin Pieuchot
2018-01-12Unify <machine/mutex.h> a bit further.Martin Pieuchot
2017-12-06Implement support for using interrupt cookies in vbus(4) and vpci(4) asMark Kettenis
2017-12-03Rename ci_number to ci_cpuid to match other archs.Martin Pieuchot
2017-10-24Use "static inline" instead of "extern inline" for compatibility withMark Kettenis
2017-10-17Add a machine-independent implementation for the mplock.Visa Hankala
2017-09-05Move mutex, condvar, and thread-specific data routes, pthread_once, andPhilip Guenther
2017-07-04Export our atomic definitions to userland instead of gcc builtins.Martin Pieuchot
2017-06-29kill RCSID macros; discussed with millertTheo de Raadt
2017-06-23Unbreak profiling assembly functions in userland by defining theMartin Pieuchot
2017-05-29Kill SPINLOCK_SPIN_HOOK, use CPU_BUSY_CYCLE() instead.Martin Pieuchot
2017-05-27Move SPINLOCK_SPIN_HOOK to the header used by other archs in order toMartin Pieuchot
2017-05-25tweak sparc64 membars as a step toward making them usable in userland.David Gwynne
2017-05-08add a BUS_DMA_64BIT flag to bus_dma on all our archs.David Gwynne
2017-04-20Hook up mutex(9) to witness(4).Visa Hankala
2017-04-20Use register names without the % prefix in the global register variableMark Kettenis
2017-04-16Remove some defines marked #ifdef notyet, which really is #ifdef notever.Mark Kettenis
2017-04-13Provide mips64 with kernel-facing TCB_{GET,SET} macros that store itPhilip Guenther
2017-02-13whitespace tweak. no functional change.David Gwynne
2017-02-08In exec_elf.c: expand ELFNAME(), ELFNAME2(), and ELFNAMEEND() exceptPhilip Guenther
2016-09-25Remove more duplicated includesFrederic Cambus
2016-09-17Use the asm global register extension for the TCB pointer in userspacePhilip Guenther
2016-09-04TCB_GET_MEMBER() is no longer used after the TIB changesPhilip Guenther
2016-09-03Increase the number of mbufs on most architectures. This is basedAlexander Bluhm
2016-08-17use a register variable to get at the curcpu pointer in %g7David Gwynne
2016-08-17we have some spare interrupt levels, so move softnet above softclock.David Gwynne
2016-06-13rework sparc64 splfoo functions to be more consistent with other archsDavid Gwynne
2016-06-07remove splsoftfd and splausoftDavid Gwynne
2016-05-27Remove the non ELF macrosTheo de Raadt
2016-05-10SROP mitigation. sendsig() stores a (per-process ^ &sigcontext) cookieTheo de Raadt
2016-05-04Some hardware (such as the onboard dc(4) of the Netra X1) has a broken DMAMark Kettenis
2016-05-04Initial support for MSI-X. Only supported on amd64 for now. I have diffs toMark Kettenis
2016-04-27G/C DDB_REGS.Martin Pieuchot