index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
sparc64
/
include
Age
Commit message (
Expand
)
Author
2020-09-14
emuinstr() proto dies also after emul.c cleanup; from miod
Theo de Raadt
2020-07-31
On sun4u systems that have the STICK register, clear the NPT bit of the
Mark Kettenis
2020-07-08
Userland timecounter implementation for sparc64.
Mark Kettenis
2020-07-06
Add support for timeconting in userland.
Paul Irofti
2020-06-30
Remove obsolete <machine/stdarg.h> header. Nowadays the vararg
Visa Hankala
2020-06-23
Implement pci_intr_establish_cpu() for pyro(4) and vpci(4) based sparc64
Jonathan Matthew
2020-06-17
sparc64 should define __HAVE_PCI_MSIX
David Gwynne
2020-06-05
Implement cpu_rnd_messybits() as a read of the cycle counter register.
Christian Weisgerber
2020-05-31
introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.
David Gwynne
2020-05-27
Retire <machine/varargs.h>.
Visa Hankala
2020-05-25
Pass boothowto from bootloader to kernel using .openbsd.bootdata. To make
Mark Kettenis
2020-05-23
Implement kqueue(2) support.
Martin Pieuchot
2020-05-13
Match direct `seltrue' usages with a corresponding `seltrue_kqfilter'.
Martin Pieuchot
2020-01-04
Remove BOOT_FLAGS and simplify the boot blocks logic.
Mark Kettenis
2019-12-05
Remove clause #3 from mrg@NetBSD license.
Martin Pieuchot
2019-11-07
Convert db_addr_t -> vaddr_t but leave the typedef for now.
Martin Pieuchot
2019-11-06
ANSIfy functions and get rid of boolean_t.
Martin Pieuchot
2019-10-20
Firmware that supports the "parallel boot" feature allows us to read the PRI
Mark Kettenis
2019-07-25
Enable sharing of root complex when appropriate.
Mark Kettenis
2019-07-25
Add SDIO hypervisor calls.
Mark Kettenis
2019-06-29
variable ver is unused; rdpr %ver is always used instead; from miod
Theo de Raadt
2019-06-25
add support for bypassing iommu translation
David Gwynne
2019-06-11
implement msi-x support on sparc64.
David Gwynne
2019-03-23
Use the debugger mutex for `ddb_mp_mutex'. This should prevent a race
Visa Hankala
2019-01-22
flense more trailing whitespace
Peter Hessler
2019-01-22
remove trailing whitespace in the Laptop Package part of the license text.
Peter Hessler
2018-12-05
Include srp.h where struct cpu_info uses srp to avoid erroring out when
Jonathan Gray
2018-09-14
Unify and bump some of the NMBCLUSTERS defines. Some archs had it set to
Claudio Jeker
2018-08-28
add support for storing the time of day on OPL based machines.
David Gwynne
2018-08-20
Remove unused spllock().
Visa Hankala
2018-03-22
In vldcp(4), initialize lc_rx_state to a magic value which is not
Stefan Sperling
2018-03-05
#define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an arch
Theo de Raadt
2018-02-19
Convert sparc64 to MI mutex.
Martin Pieuchot
2018-01-13
Define and use IPL_MPFLOOR in our common mutex implementation.
Martin Pieuchot
2018-01-12
Unify <machine/mutex.h> a bit further.
Martin Pieuchot
2017-12-06
Implement support for using interrupt cookies in vbus(4) and vpci(4) as
Mark Kettenis
2017-12-03
Rename ci_number to ci_cpuid to match other archs.
Martin Pieuchot
2017-10-24
Use "static inline" instead of "extern inline" for compatibility with
Mark Kettenis
2017-10-17
Add a machine-independent implementation for the mplock.
Visa Hankala
2017-09-05
Move mutex, condvar, and thread-specific data routes, pthread_once, and
Philip Guenther
2017-07-04
Export our atomic definitions to userland instead of gcc builtins.
Martin Pieuchot
2017-06-29
kill RCSID macros; discussed with millert
Theo de Raadt
2017-06-23
Unbreak profiling assembly functions in userland by defining the
Martin Pieuchot
2017-05-29
Kill SPINLOCK_SPIN_HOOK, use CPU_BUSY_CYCLE() instead.
Martin Pieuchot
2017-05-27
Move SPINLOCK_SPIN_HOOK to the header used by other archs in order to
Martin Pieuchot
2017-05-25
tweak sparc64 membars as a step toward making them usable in userland.
David Gwynne
2017-05-08
add a BUS_DMA_64BIT flag to bus_dma on all our archs.
David Gwynne
2017-04-20
Hook up mutex(9) to witness(4).
Visa Hankala
2017-04-20
Use register names without the % prefix in the global register variable
Mark Kettenis
2017-04-16
Remove some defines marked #ifdef notyet, which really is #ifdef notever.
Mark Kettenis
[next]