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