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