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
Age
Commit message (
Expand
)
Author
2024-11-05
The MI boot code used to have an infinite loop trying to boot the kernel,
Miod Vallat
2024-11-05
Unlock ptsignal by using the ps_mtx instead of KERNEL_LOCK to ensure
Claudio Jeker
2024-11-05
Rename ci_intrdepth to ci_idepth in preparation for MI use of it; I mistakenly
Miod Vallat
2024-11-05
Stop grabbging the KERNEL_LOCK() for uvm_fault_unwire_locked() in the reaper.
Martin Pieuchot
2024-11-05
Do not put wired pages on the page queues & release their swap resources.
Martin Pieuchot
2024-11-05
Check if the mapping for an vm_map_entry exists while holding its lock.
Martin Pieuchot
2024-11-05
Handle faults on wired map entries similarly to VM_FAULT_WIRE faults.
Martin Pieuchot
2024-11-05
Add support for CSI b control sequence (repeat last printed character) to
Miod Vallat
2024-11-05
Tweak softc initialization:
Martin Pieuchot
2024-11-05
remove VATTR_NULL() define, directly call vattr_null()
Jonathan Gray
2024-11-05
Enable ixv(4)
YASUOKA Masahiko
2024-11-04
Properly handle stop signals in cursig if deep.
Claudio Jeker
2024-11-04
remove ability to specify root/dump/swap on st(4)
Jonathan Gray
2024-11-04
correct non-rd major numbers; ok miod@
Jonathan Gray
2024-11-04
No need to duplicate the scsi_xfer timeout field in spc_acb.
Miod Vallat
2024-11-04
viogpu: tune down debug messages
Stefan Fritsch
2024-11-04
vio_dump: Fix control queue dump
Stefan Fritsch
2024-11-04
correct HW_MAXID; ok deraadt@ jca@ kettenis@
Jonathan Gray
2024-11-04
Implement support for the new CHLS key that is used to control the battery
Mark Kettenis
2024-11-04
remove unused inline function; ok dlg@
Jonathan Gray
2024-11-03
Need to call unsleep before doing the SSTOP check. We need to ensure that
Claudio Jeker
2024-11-03
Clear UDP checksum out flag when stripping UDP header.
Alexander Bluhm
2024-11-03
Revert previous, at least on arm64 too many pages end up being wired.
Martin Pieuchot
2024-11-03
Introduce a `shortage' variable to reduce accesses to `uvmexp.free' & friends.
Martin Pieuchot
2024-11-03
Do not put wired pages on the page queues & release their swap resources.
Martin Pieuchot
2024-11-03
add powerpc64 and riscv64 to tags arch list
Jonathan Gray
2024-11-02
Use lowercase in locking comments when not refering to a global lock.
Martin Pieuchot
2024-11-02
Use a ringbuffer per CPU instead of a ringbuffer per PCB.
Martin Pieuchot
2024-11-02
Move edid_print() behind defined(EDID_DEBUG).
Miod Vallat
2024-11-02
use correct array index when setting frequency
Jonathan Gray
2024-11-02
Check if the mapping for an vm_map_entry exists while holding its lock.
Martin Pieuchot
2024-11-02
Handle faults on wired map entries similarly to VM_FAULT_WIRE faults.
Martin Pieuchot
2024-11-02
Always use new_vmcmd() from exec_subr.c, remove the macro which
Jonathan Gray
2024-11-02
Remove #if !defined(ASSEMBLER) guards, this file is not used by boot blocks
Miod Vallat
2024-11-02
Kill unused pmap_collect().
Martin Pieuchot
2024-11-02
Compute inactive target only once per iteration.
Martin Pieuchot
2024-11-02
Add ixv(4), a driver for virtual functions of Intel 82598EB, 82559,
YASUOKA Masahiko
2024-11-01
Retire uvm_km_zalloc().
Martin Pieuchot
2024-11-01
In macppc ofwboot, sync instruction cache before entering kernel
George Koehler
2024-11-01
Allocate PD for Intel's U-K before transferring mappings to the pae pmap.
Martin Pieuchot
2024-11-01
In sleep_finish() is the process state is SSTOP force a mi_switch().
Claudio Jeker
2024-11-01
drm/amd/display: Disable PSR-SU on Parade 08-01 TCON too
Jonathan Gray
2024-11-01
drm/amd: Guard against bad data for ATIF ACPI method
Jonathan Gray
2024-11-01
drm/amd/amdgpu: Fix double unlock in amdgpu_mes_add_ring
Jonathan Gray
2024-11-01
remove unused local variable
Jonathan Gray
2024-10-31
Stop abusing ufs inodes and with it the ufs_ihash.
Claudio Jeker
2024-10-31
No need to set pkthdr fields to 0 that are already 0. MGETHDR() does that.
Claudio Jeker
2024-10-31
Rewrite mbuf handling in wg(4).
Claudio Jeker
2024-10-31
Drop forgotten backslashes within vxlan_input(). Seems they are stalled
Vitaliy Makkoveev
2024-10-31
Unlock fs_sysctl(). It is the only `suid_clear' variable - atomically
Vitaliy Makkoveev
[next]