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
/
amd64
Age
Commit message (
Expand
)
Author
2024-07-21
A few manual ret-cleans. Seeing as these pertain to interrupt servicing,
Theo de Raadt
2024-07-14
Add elf_aux_info(3)
Jeremie Courreges-Anglas
2024-07-14
vmm(4)/vmx: update host cr3, invept on cpu migration.
Dave Voutila
2024-07-12
manual ret-clean; ok mlarkin
Theo de Raadt
2024-07-10
Use AMD SEV C-bit in inital page tables setup by locore0.
Alexander Bluhm
2024-07-10
Split vmd into mi/md parts.
Dave Voutila
2024-07-09
Prepare pmap for using the AMD SEV C-bit to encrypt guest memory.
Alexander Bluhm
2024-07-09
do a manual ret-clean operation inside the vmm_dispatch_intr asm code
Theo de Raadt
2024-07-09
vmd/vmm: move vm_run_params into mi header.
Dave Voutila
2024-07-09
fix disasm of fucompp
Jonathan Gray
2024-07-08
Introduce sched_unpeg_curproc() to abstract the current implementation.
Martin Pieuchot
2024-07-02
remove oga's copyright notice, none of those changes remain
Jonathan Gray
2024-07-02
remove unused agp_flush_cache_range()
Jonathan Gray
2024-07-02
remove unused agp_map functions
Jonathan Gray
2024-06-30
we don't need the NOBYFOUR space-savings option anymore, that codepath
Theo de Raadt
2024-06-26
return type on a dedicated line when declaring functions
Jonathan Gray
2024-06-25
Print the last non-wakeup interrupt received during suspend. Note that
Mark Kettenis
2024-06-24
Show AMD SEV bits during identify CPU in dmesg.
Alexander Bluhm
2024-06-23
If an ioctl(2) request isn't implemented we should return ENOTTY.
Mark Kettenis
2024-06-19
remove externs for global hibernate_state
Jonathan Gray
2024-06-16
Make GENERIC boot on ZHAOXIN KaiXian KX-6640MA
Klemens Nanni
2024-06-15
We should block non-wakeup interrupts until we're in the resume path and
Mark Kettenis
2024-06-13
Wrong variable used in indexing meant that when a CPU's cache setup
Philip Guenther
2024-06-12
Add support for the AMD Platform Security Processor (PSP) to ccp(4).
Alexander Bluhm
2024-06-11
remove drm prototypes duplicating those in sys/conf.h
Jonathan Gray
2024-06-11
remove prototypes for pre-wscons mouse drivers
Jonathan Gray
2024-06-09
Add a compiler barrier where missing in CPU_BUSY_CYCLE() implems
Jeremie Courreges-Anglas
2024-06-09
remove unused prototypes and pin number defines
Jonathan Gray
2024-06-07
remove unused TAB defines; ok miod@
Jonathan Gray
2024-06-07
Make sure we select the deepest possible C-state during suspend-to-idle.
Mark Kettenis
2024-06-07
remove unused CONCAT define
Jonathan Gray
2024-06-07
ret-clean is compatible with unhibernate again, due to a fix in
Theo de Raadt
2024-06-06
Fix call instruction disassembler in ddb.
Alexander Bluhm
2024-06-06
Clear DF flag after kcopy faulted.
Alexander Bluhm
2024-06-05
disable -fret-clean in the kernel until the returns_twice situation is handled
Theo de Raadt
2024-06-05
Now that our hibernation sub-system supports 4096 byte sectors, add
Marcus Glocker
2024-06-04
Bump versions of boot media now capable of un-hibernating from non-DEV_BSIZE
Kenneth R Westerback
2024-06-04
Enable hibernate/resume to nvme(4) disks with 4096 byte sectors.
Kenneth R Westerback
2024-06-04
enable -fret-clean on amd64, for libc libcrypto ld.so kernel, and all the
Theo de Raadt
2024-06-03
Lock and unlock EPT pmaps before page table entry modification.
Dave Voutila
2024-05-29
Implement the guts for "suspend-to-idle" on amd64. This enables suspend
Mark Kettenis
2024-05-26
Implement wakeup interrupts on amd64. Provide a dummy implementation for
Mark Kettenis
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-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
[next]