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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
vmm(4): Pass through CPUID function/leaf 0x16 for processor speed.
mlarkin
2019-06-13
1
-8
/
+6
*
Remove unused scheduler related definitions.
mpi
2019-06-11
5
-19
/
+5
*
add mcx now that pyro and sparc64 can do msi-x
dlg
2019-06-11
1
-1
/
+2
*
implement msi-x support on sparc64.
dlg
2019-06-11
4
-20
/
+126
*
Use PWAIT instead of PUSER in tsleep(9).
mpi
2019-06-10
1
-2
/
+2
*
Allow memory that isn't (32-bit) DMA reachable when loading a map that was
kettenis
2019-06-09
1
-3
/
+5
*
When loading intel microcode in the non-efi case, error if the file is
jsg
2019-06-08
4
-8
/
+8
*
add ukspan(4), a driver for the Keyspan USA19HS USB serial adapter
jcs
2019-06-07
1
-1
/
+3
*
enable mcx(4) on arm64, found in Packet's g2.large.arm servers.
jmatthew
2019-06-07
2
-2
/
+4
*
Stop promoting the TSC as a high quality timecounter on MULTIPROCESSOR
kettenis
2019-06-06
1
-1
/
+5
*
Remove the unused pvh_attrs attribute from struct vm_page_md.
patrick
2019-06-04
1
-4
/
+2
*
Bump MAXCPUS to 32 so that we can use all cores on the Ampere eMAG.
patrick
2019-06-04
1
-2
/
+2
*
Map the raw bus space operations to the regular ones.
patrick
2019-06-03
1
-1
/
+15
*
Fix priorities of LIPs to match the other changes made in rev 1.17.
kettenis
2019-06-03
1
-2
/
+2
*
Change pci_intr_handle_t into a struct and replace duplicated code that
kettenis
2019-06-02
4
-183
/
+102
*
Refactor the MAP_STACK feature, and introduce another similar variation:
deraadt
2019-06-01
9
-176
/
+37
*
Bump VM_MAX_KERNEL_ADDRESS so that we have about 16G of KVA. Since
patrick
2019-06-01
1
-2
/
+2
*
On machines with large amounts of physical memory we fail to initialize uvm
kettenis
2019-06-01
2
-13
/
+66
*
Recognise Cortex-A65.
jsg
2019-06-01
1
-1
/
+4
*
Deimos is Cortex-A77.
kettenis
2019-05-31
1
-4
/
+4
*
Add MSI-X support.
kettenis
2019-05-31
1
-30
/
+40
*
Add MSI-X support for acpipci(4). This splits out some generic code into
kettenis
2019-05-31
4
-33
/
+134
*
Use two 32-bit writes instead of a single 64-bit write to write the
kettenis
2019-05-30
1
-2
/
+3
*
On bigger arm64 machines with plenty of memory it is possible that
patrick
2019-05-28
4
-15
/
+62
*
Correct the test for when the L1TF vulnerablity has been mitigated via
guenther
2019-05-28
1
-4
/
+9
*
Skip doing MDS mitigation on vmm entry if the new firmware is present,
guenther
2019-05-28
1
-5
/
+14
*
Cleanup some bootloader code
mlarkin
2019-05-28
1
-27
/
+22
*
Enable virtio again since the compilation problems have been fixed.
sf
2019-05-28
1
-8
/
+8
*
Remove a 15 year old XXX comment
mlarkin
2019-05-28
1
-2
/
+1
*
disable virtio. a serially careless & procedure violating developer
deraadt
2019-05-27
1
-8
/
+8
*
Pass extent for prefetchable mmio. Since there is no distinction between
kettenis
2019-05-24
2
-2
/
+4
*
zap reference to non-existent function in a comment
jasper
2019-05-23
2
-10
/
+4
*
Don't print "not conigured" messages for nodes that are disabled.
kettenis
2019-05-23
1
-12
/
+13
*
i386/amd64 apm(4): Ignore APM_UPDATE_TIME events.
cheloha
2019-05-22
1
-2
/
+1
*
Allow loading of bigger ucode. This implementation uses the UEFI memory
kettenis
2019-05-22
1
-5
/
+12
*
add amdgpu from linux 4.19.44 for recent AMD Radeon parts
jsg
2019-05-21
2
-3
/
+34
*
Both FreeBSD and I appear to have been confused by intel's deep-dive doc:
guenther
2019-05-18
1
-3
/
+2
*
Add parsing for standard boot options.
visa
2019-05-18
1
-2
/
+28
*
Oops, forgot to include a copyright year when originally added
guenther
2019-05-17
1
-2
/
+2
*
Mitigate Intel's Microarchitectural Data Sampling vulnerability.
guenther
2019-05-17
14
-19
/
+397
*
Add support to the BIOS bootloader for random kernel base VA
mlarkin
2019-05-15
9
-27
/
+380
*
Reduce branch emulation page access protection during setup. The setup
visa
2019-05-15
1
-3
/
+3
*
Drop redundant pmap_proc_iflush() call. The needed instruction cache
visa
2019-05-15
1
-2
/
+1
*
free(9) sizes.
mpi
2019-05-13
3
-5
/
+10
*
Move idepth tracking out of interrupt controller into common layer.
drahn
2019-05-13
2
-12
/
+7
*
vmm: add host side pvclock
pd
2019-05-13
2
-21
/
+89
*
regen (missed this when I did the colemak update)
abieber
2019-05-13
1
-2
/
+5
*
Add the needed ICC_PMR_EL1 register bit defines for the previous
patrick
2019-05-13
1
-2
/
+6
*
Delete cpu_idle_{enter,leave}_fcn() as unused. Add RETGUARD checks to
guenther
2019-05-12
3
-13
/
+8
*
s/availible/available/
guenther
2019-05-12
1
-2
/
+2
[next]