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
/
powerpc64
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-11
spelling
jsg
3
-5
/
+5
2021-01-23
OPAL implements firmware calls that abstract communicating with the BMC over
kettenis
2
-1
/
+296
2021-01-09
Enable support for floating-point exceptions. We always run in "precise"
kettenis
3
-3
/
+7
2020-12-30
Enter power-saving mode on POWER9 (ISA v3)
gkoehler
3
-3
/
+10
2020-12-22
Clear FSCR register. This gives us a sane default state where all facilities
kettenis
1
-1
/
+7
2020-11-15
Hardwire bus_space_read_raw_N() and bus_space_write_raw_N() to
kettenis
1
-7
/
+7
2020-10-30
Add code to determine the console devie node.
kettenis
1
-1
/
+4
2020-10-24
Add forward declaration of struct trapframe.
kettenis
1
-1
/
+2
2020-10-22
Add retguard to OPAL functions in powerpc64 locore.
mortimer
1
-7
/
+7
2020-10-19
Only use OPAL_CONSOLE_FLUSH if the firmware implements it. Should help
kettenis
1
-1
/
+2
2020-10-17
use the full 64-bit cookies, rather than just 32 bits
deraadt
1
-3
/
+3
2020-10-16
Add retguard asm macros for ppc64.
mortimer
1
-1
/
+39
2020-10-10
Add OPAL_PCI_MAP_PE_DMA_WINDOW.
kettenis
1
-1
/
+4
2020-09-23
Use an IPI, so hw.setperf affects all cores in the mp kernel.
gkoehler
2
-3
/
+7
2020-09-21
Correctly pass the "struct cpu_info" pointer along when establishing
kettenis
2
-6
/
+11
2020-09-15
Stop using %r13 as the per-cpu register in the kernel. Since
kettenis
1
-3
/
+8
2020-09-07
Add a proper VSID allocation scheme for userland segments.
kettenis
1
-1
/
+3
2020-09-05
Implement spilling of kernel SLB entries. Mostly from FreeBSD.
kettenis
3
-3
/
+6
2020-09-04
Restrict the size of the page table to 2G such that it never occupies more
kettenis
1
-2
/
+2
2020-09-04
Make the kernel address space a bit bigger.
kettenis
1
-1
/
+1
2020-09-01
Fix signotify() for powerpc64 bsd.mp
gkoehler
1
-4
/
+3
2020-09-01
Store the device tree node in the pcitag_t.
kettenis
1
-1
/
+4
2020-08-25
Clear user SLB upon context switch.
kettenis
1
-1
/
+2
2020-08-23
Add support for "normal" external interrupts. Needed for running on POWER8
kettenis
1
-1
/
+2
2020-08-23
Add OPAL_SET_XIVE and OPAL_GET_XIVE.
kettenis
1
-13
/
+17
2020-08-23
Add support for POWER8 (and maybe earlier) CPUs. Not sure if this works on
kettenis
2
-2
/
+20
2020-08-17
Switch to a per-proc SLB cache. Seems to make GENERIC.MP kernels
kettenis
2
-3
/
+4
2020-08-14
Remove "for all XXX platforms" from comment. Fixes the issue pointed out
kettenis
1
-2
/
+2
2020-07-23
Bump MAXCPUS (for MULTIPROCESSOR kernels) to 48, which seems to be the
kettenis
1
-2
/
+2
2020-07-23
Use per-pmap lock to protect userland SLB handling.
kettenis
1
-4
/
+2
2020-07-22
Make switching CPUs in DDB work.
kettenis
3
-5
/
+28
2020-07-22
Implement IPIs.
kettenis
2
-6
/
+15
2020-07-22
Add missing mplock.h file.
kettenis
1
-0
/
+10
2020-07-21
Add code to spin up the secondary CPUs.
kettenis
1
-4
/
+46
2020-07-21
Add OPAL_START_CPU.
kettenis
1
-1
/
+3
2020-07-21
Make pmap ready for GENERIC.MP.
kettenis
1
-1
/
+2
2020-07-18
Use the same names as the 64-bit PowerPC ELF ABI for the relocations.
kettenis
1
-117
/
+141
2020-07-18
Pass boothowto and bootduid parameters to the booted kernel via the
kettenis
1
-5
/
+5
2020-07-17
Fix definition of KIOC_GETBOOTDUID ioctl.
kettenis
1
-2
/
+2
2020-07-16
Add a pseudo-driver to "kexec" an OpenBSD/powerpc64 kernel. Heavily
kettenis
2
-0
/
+44
2020-07-15
powerpc64 has the sysctl's for power control, so it can use the
deraadt
1
-0
/
+122
2020-07-15
Add a forward declaration of struct cpu_info.
kettenis
1
-1
/
+3
2020-07-14
Add FDT interrupt support.
kettenis
1
-1
/
+19
2020-07-14
Mark unmanaged kernel mappings as wired and skip them if we need to evict
kettenis
1
-2
/
+2
2020-07-14
Fix TIB/TCB on powerpc64. Some bright sould decided that the TCB should
kettenis
1
-2
/
+2
2020-07-14
Implement ptrace(2) bits. Still largely untested.
kettenis
1
-3
/
+3
2020-07-13
Clean up <machine/signal.h>, moving the trapframe struct into
kettenis
2
-26
/
+35
2020-07-11
Implement a machdep.altivec sysctl that always returns 1. This makes
kettenis
1
-2
/
+11
2020-07-10
Add hw.cpuspeed and hw.setperf
gkoehler
1
-1
/
+15
2020-07-10
Add OPAL_REINIT_CPUS.
kettenis
1
-1
/
+10
[next]