index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
Age
Commit message (
Expand
)
Author
2024-05-26
Implement wakeup interrupts on amd64. Provide a dummy implementation for
Mark Kettenis
2024-05-22
remove prototypes with no matching function; ok miod@
Jonathan Gray
2024-05-22
remove extern with no matching var; ok miod@
Jonathan Gray
2024-05-22
remove prototypes with no matching function and externs with no var
Jonathan Gray
2024-05-21
remove switch_exit() prototypes, replaced by sched_exit()
Jonathan Gray
2024-05-20
remove extern with no matching var
Jonathan Gray
2024-05-20
remove prototypes with no matching function
Jonathan Gray
2024-05-20
remove prototypes with no matching function; ok visa@
Jonathan Gray
2024-05-17
Cast alpha_pal_swpipl return value to int in splx, to make sure both sides
Miod Vallat
2024-05-17
Constify the first argument of getdevunit(). NFCI
Miod Vallat
2024-05-16
Stop treating IPL_NONE mutexes special in MULTIPROCESSOR kernels. While
Mark Kettenis
2024-05-14
remove prototypes with no matching function
Jonathan Gray
2024-05-14
Delete the declaration of cpu_feature which has been unused since
Philip Guenther
2024-05-14
Instead of enabling use of PCLMUL and AESNI iff cpu0 supports them
Philip Guenther
2024-05-13
Implement hardware masking for MSI and MSI-X on amd64. Note that masking
Mark Kettenis
2024-05-13
remove prototypes with no matching function
Jonathan Gray
2024-05-13
remove some unused defines and externs
Jonathan Gray
2024-05-12
Delete the cpu_perf_e[abd]x and cpu_apmi_edx globals and move the
Philip Guenther
2024-05-11
Use %b to format cpu flag info in dmesg, so we have the raw values
Philip Guenther
2024-05-09
Enable ufshci(4) on amd64.
Marcus Glocker
2024-05-08
Suppress cache-info dmesg lines when they are identical to the
Philip Guenther
2024-05-07
drop the MD byte-swap micro-optimizations on clang architectures
Christian Weisgerber
2024-05-03
vmm: merge VMX and SVM vm initialization functions.
Dave Voutila
2024-05-02
Delete extra spaces, change spaces to tab.
Kenji Aoyama
2024-05-01
Add per-CPU caches to the pmemrange allocator.
Martin Pieuchot
2024-04-30
remove commented DEBUG_TIMER for timer driver removed in 2021
Jonathan Gray
2024-04-29
em(4) will work
Theo de Raadt
2024-04-29
vmm & vmd: drop "continue" flag to simplify running a vcpu.
Dave Voutila
2024-04-29
remove prototypes for removed functions
Jonathan Gray
2024-04-29
remove prototypes for removed functions
Jonathan Gray
2024-04-29
remove unused armv7 specific find_first_bit()
Jonathan Gray
2024-04-29
remove unused intc_intr_bootstrap()
Jonathan Gray
2024-04-29
remove unused global vars
Jonathan Gray
2024-04-29
remove prototypes for removed functions
Jonathan Gray
2024-04-29
remove unused pmap_vp_remove()
Jonathan Gray
2024-04-29
remove unused global vars
Jonathan Gray
2024-04-25
Add boot.conf(8) 'mach idle [secs]' to halt at idle passphrase prompts
Klemens Nanni
2024-04-25
Use -mno-fpu when compiling with clang now that the in-tree clang supports
Miod Vallat
2024-04-19
Fix typo in comment
Jeremie Courreges-Anglas
2024-04-19
Revert per-CPU caches a double-free has been found by naddy@.
Martin Pieuchot
2024-04-17
Add per-CPU caches to the pmemrange allocator.
Martin Pieuchot
2024-04-14
Turn sp_tlb_flush_{ctx,pte} into function pointers, and pick one out of three
Miod Vallat
2024-04-14
Implement support for AVX-512. This required some fixes to the so-far
Mark Kettenis
2024-04-14
with empty body loops, put final semicolon on a new line for readability
Jonathan Gray
2024-04-13
correct indentation
Jonathan Gray
2024-04-13
vmm: protect vmm activation with the vmm_softc rwlock.
Dave Voutila
2024-04-13
Split out Spectre-V2 and Spectre-BHB mitigation code like I did for
Mark Kettenis
2024-04-11
correct value of XFEATURE_AMX
Jonathan Gray
2024-04-11
Stop making <machine/pmap.h> include <machine/pte.h>, and fix the very few
Miod Vallat
2024-04-10
Use km_alloc(9) to allocate USPACE instead of uvm_pglistalloc(9).
Martin Pieuchot
[next]