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
/
amd64
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix IA32_EPT_VPID_CAP_XO_TRANSLATIONS specification
dv
2021-03-29
1
-2
/
+2
*
spelling
jsg
2021-03-11
2
-4
/
+4
*
stop showing amd l3 cache information
jsg
2020-12-22
1
-9
/
+2
*
Delete unused #defines: T_USER hasn't been used since July 2018
guenther
2020-11-13
1
-8
/
+1
*
Simplify interrupt entry stubs to not push around bogus trapno+err
guenther
2020-11-12
1
-29
/
+30
*
Give sizes and types to more functions and objects.
guenther
2020-11-09
1
-5
/
+3
*
Restore abstraction of register saving into macros in frameasm.h
guenther
2020-11-02
1
-8
/
+63
*
Use "memory" on inline fence instructions to suggest to the compiler
jsg
2020-10-28
1
-4
/
+4
*
Adding IOMMU support for AMD Vi and Intel VTD (disabled)
jordan
2020-10-27
1
-2
/
+3
*
Save and restore the MXCSR register and the FPU control word such that
kettenis
2020-10-21
1
-1
/
+2
*
add an ipi for wbinvd and a linux style wbinvd_on_all_cpus() function
jsg
2020-09-13
2
-3
/
+15
*
add SRBDS cpuid bits
jsg
2020-09-13
1
-1
/
+4
*
Clean up the amd64 userland timecounter implementation a bit:
kettenis
2020-07-08
1
-3
/
+2
*
Add support for timeconting in userland.
pirofti
2020-07-06
1
-0
/
+24
*
Use an LFENCE instruction everywhere where we use RDTSC when we are
kettenis
2020-07-03
1
-1
/
+10
*
Remove obsolete <machine/stdarg.h> header. Nowadays the vararg
visa
2020-06-30
1
-58
/
+0
*
pci_intr_establish_cpu() for establishing an interrupt no a specific cpu.
dlg
2020-06-17
2
-4
/
+7
*
let the random subsystem read the tsc for event "timestamps".
dlg
2020-06-03
1
-2
/
+10
*
introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.
dlg
2020-05-31
1
-1
/
+3
*
Kill biospoll/pctrpoll defines and use `seltrue' directly in cdev_*_init().
mpi
2020-05-13
1
-3
/
+1
*
Use the same inittodr()/resettodr() implementation as on arm64/armv7/sparc64
kettenis
2020-04-28
1
-1
/
+2
*
Remove unused protoype.
kettenis
2020-04-15
1
-2
/
+1
*
vmm(4): add IOCTL handler to sets the access protections of the ept
pd
2020-04-08
2
-7
/
+29
*
vmm(4): handle cr0 writes more correctly for vmx
pd
2020-04-08
1
-1
/
+3
*
Take a swing at blocking Load-Value-Injection attacks against the
guenther
2020-03-11
1
-9
/
+4
*
oops some snapshot tests fell in
deraadt
2020-02-28
1
-4
/
+9
*
sync
deraadt
2020-02-28
1
-9
/
+4
*
controler -> controller
jsg
2020-02-20
1
-3
/
+3
*
Machines have started to appear that have the framebuffer at an address > 4GB.
kettenis
2020-01-24
1
-1
/
+5
*
Remove trailing whitespace, no code change.
mlarkin
2020-01-22
1
-3
/
+3
*
Machines with many CPUs and long feature lists fill up the dmesg(8)
bluhm
2019-12-23
1
-2
/
+2
*
Disable TSX when MSR_ARCH_CAPABILITIES sets TSX_CTRL.
jsg
2019-12-20
2
-4
/
+9
*
Convert boolean_t/TRUE/FALSE to int/1/0 for coherency with the rest of
mpi
2019-12-19
1
-3
/
+3
*
Fix size of reserved bytes section in xsave header.
mortimer
2019-11-29
1
-2
/
+2
*
Pass the EFI memory map to the kernel.
kettenis
2019-11-29
1
-1
/
+8
*
Convert db_addr_t -> vaddr_t but leave the typedef for now.
mpi
2019-11-07
1
-2
/
+2
*
Remove rdtsc macro.
pirofti
2019-08-26
1
-8
/
+1
*
Add TSC synchronization for multiprocessor machines.
pirofti
2019-08-09
2
-2
/
+9
*
Mitigate CVE-2019-1125: block speculation past conditional jump to mis-skip
guenther
2019-08-07
2
-5
/
+21
*
Add codepatch_jmp(), like codepath_call() but inserting a jmp instead of a call.
guenther
2019-08-07
1
-2
/
+3
*
Fix a typo I noticed reviewing the smbios code cleanup diff.
kmos
2019-08-04
1
-2
/
+2
*
Cleanup the bios(4)/smbios(4) code a bit. Fix some KNF issues, reduce
kettenis
2019-08-04
2
-132
/
+146
*
emove duplicate definitions of LAPIC_ID_MASK and LAPIC_ID_SHIFT.
kevlo
2019-07-26
1
-3
/
+1
*
vmm/vmd: Fix migration with pvclock
pd
2019-07-17
1
-1
/
+19
*
Delete obsolete bits in a comment: mcontext is gone and struct reg is no
guenther
2019-07-14
1
-3
/
+1
*
Write back and invalidate caches before updating CPU microcode,
bluhm
2019-06-28
1
-2
/
+2
*
Implement suspend/resume support for MSI-X interrupts. Loosely based on
kettenis
2019-06-25
1
-1
/
+8
*
Add TSC_ADJUST CPUID flag.
kettenis
2019-06-14
1
-1
/
+2
*
Remove a 15 year old XXX comment
mlarkin
2019-05-28
1
-2
/
+1
*
Oops, forgot to include a copyright year when originally added
guenther
2019-05-17
1
-2
/
+2
[next]