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
/
i386
Age
Commit message (
Expand
)
Author
4 days
Cast atomic_load_int(9) to signed int when loading `securelevel'.
Vitaliy Makkoveev
4 days
Fix some typos in comments in i386/amd64 bootblocks
Mike Larkin
6 days
Do not dereference `pve' after releasing `pv_mtx'.
Martin Pieuchot
14 days
remove pmap_zero_page_uncached()
Jonathan Gray
2024-11-08
remove unused I386_IPI_NAMES, amd64 X86_IPI_NAMES removed in 2019
Jonathan Gray
2024-11-07
Constify strings in symbol-related ddb interfaces, and make the iterator
Miod Vallat
2024-11-05
The MI boot code used to have an infinite loop trying to boot the kernel,
Miod Vallat
2024-11-04
remove ability to specify root/dump/swap on st(4)
Jonathan Gray
2024-11-02
Kill unused pmap_collect().
Martin Pieuchot
2024-11-01
Allocate PD for Intel's U-K before transferring mappings to the pae pmap.
Martin Pieuchot
2024-10-28
Unlock KERN_ALLOWKMEM. The `allowkmem' is atomically accessed integer.
Vitaliy Makkoveev
2024-10-22
put opening { on same line as struct name
Jonathan Gray
2024-10-21
remove unneeded includes
Jonathan Gray
2024-10-21
remove unused MP_PICMODE define
Jonathan Gray
2024-10-10
allow MSI with the QEMU default pc-i440fx machine
Jonathan Gray
2024-10-07
include proc.h to fix APMDEBUG build
Jonathan Gray
2024-10-05
remove unneeded includes
Jonathan Gray
2024-09-26
remove unneeded psl.h include
Jonathan Gray
2024-09-04
Fix some spelling.
Marcus Glocker
2024-09-01
spelling; checked by jmc@, ok miod@ mglocker@ krw@
Jonathan Gray
2024-08-18
don't need to put config_activate_children inside cfattach, because
Theo de Raadt
2024-08-08
Print suspend-to-idle debug info in a more concise matter.
Mark Kettenis
2024-07-29
Set the target ACPI to S5 when we're powering down the machine. Prevents
Mark Kettenis
2024-07-14
Add elf_aux_info(3)
Jeremie Courreges-Anglas
2024-07-09
Remove trailing whitespace. No code change.
Mike Larkin
2024-07-09
fix disasm of fucompp
Jonathan Gray
2024-07-07
remove unused i386_spurious()
Jonathan Gray
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-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-18
remove prototypes with no matching function
Jonathan Gray
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-08
remove unused SECMIN and SECHOUR 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 defines, missed in rev 1.34
Jonathan Gray
2024-06-06
Clear DF flag after kcopy faulted.
Alexander Bluhm
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-05-30
Ensure pmap_create() waits in case kernel virtual space shortage.
Martin Pieuchot
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
[next]