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
2018-07-01
Add retguard asm macros.
mortimer
2018-07-01
Use fnew() to allocate a struct file. Simplifies the code.
Mark Kettenis
2018-07-01
Remove semicolon before printing the AML name.
Mark Kettenis
2018-07-01
Allow com(4) to attach to acpi(4). For now we will only use this on arm64
Mark Kettenis
2018-07-01
Add support for _DSD Device Properties.
Mark Kettenis
2018-07-01
Add definitions for SPCR tables.
Mark Kettenis
2018-07-01
Retire support for unused RTM_LOCK messages, it's redundant w/ RTM_CHANGE.
Martin Pieuchot
2018-07-01
Provide _ALIGN_TRAPS macro for text alignment with a trap-sled, then
Philip Guenther
2018-06-30
Don't try to set XCR0_X87 when XSAVE isn't supported at all. Fixes
Philip Guenther
2018-06-30
Some tweaks such that ACPI 5.1 tables are recognized as well.
Mark Kettenis
2018-06-30
Typo in comment in previous file which I said I'd address in the original
Mike Larkin
2018-06-30
acpisurface(4): driver for Surface Pro 4 and Surface Book hardware
Mike Larkin
2018-06-30
Remove strange /* End of file */ style.
Theo de Raadt
2018-06-30
Don't steal processes from other CPUs if we're not scheduling processes on
Mark Kettenis
2018-06-30
Add intr_enable() here as well.
Mark Kettenis
2018-06-30
Add intr_enable() function, intended for MI use to amd64 and i386 and use
Mark Kettenis
2018-06-29
Use <stdint.h> types.
Mark Kettenis
2018-06-29
ACPI: Allow (with warning) GPE handler reassignment, instead of returning
Mike Larkin
2018-06-29
vmm: add more information to a debug printf when the guest %xcr0 doesn't
Mike Larkin
2018-06-28
Add missing <sys/param.h>.
Mark Kettenis
2018-06-28
remove other chunk of accidentally committed test code, spotted by deraadt
Stuart Henderson
2018-06-28
remove accidentally committed test code, spotted by deraadt
Stuart Henderson
2018-06-28
Add ci_acpi_proc_id member to struct cpu_info; needed by acpi(4).
Mark Kettenis
2018-06-28
regen
Kevin Lo
2018-06-28
Add Microchip Ethernet device IDs.
Kevin Lo
2018-06-28
Remove unused/redundant prototypes.
Mark Kettenis
2018-06-27
regen
Martin Pieuchot
2018-06-27
Revert previous, at least one pool need its IPL to be IPL_MPFLOOR as
Martin Pieuchot
2018-06-27
Raise file_pool's IPL to prevent deadlocks with the newly unlocked
Visa Hankala
2018-06-27
Refactor to simplify - no functional change.
helg
2018-06-27
regen
Martin Pieuchot
2018-06-27
Unlock 12 network-related syscalls.
Martin Pieuchot
2018-06-27
Rework vbus(4) interrupt handling to be similar to cbus(4). Expose functions
Mark Kettenis
2018-06-26
The disk specification in an Open Firmware device path depends on the bus
Mark Kettenis
2018-06-26
Make the system cache a small number of free lock list entries per CPU.
Visa Hankala
2018-06-26
Remove a duplicate fd_used() call. The new file descriptor passed
Visa Hankala
2018-06-26
Make ast() call refreshcreds(). Tweak this code to be similar to the amd64.
Mark Kettenis
2018-06-26
knf
Mike Larkin
2018-06-26
Let acpi(4) pass down the bus dma tag.
Mark Kettenis
2018-06-25
Add code that builds a basic device tree from ACPI tables if the firmware
Mark Kettenis
2018-06-25
Reorganize acpi(4) code a bit in preparation for upcoming arm64 support.
Mark Kettenis
2018-06-25
Implement DRI3/prime support. This allows graphics buffers to be passed
Mark Kettenis
2018-06-25
During open(2), release the fdp lock before calling vn_open(9).
Visa Hankala
2018-06-25
Fix a kernelpanic when using rdomain(4) and enc(4)
denis
2018-06-25
Remove unused fbuf parameter from fuse_device_cleanup().
helg
2018-06-25
Assert that the NET_LOCK() is held when iterating over `ipsec_acquire_head'.
Martin Pieuchot
2018-06-25
Push the NET_LOCK() down in pfkeyv2_send().
Martin Pieuchot
2018-06-25
Factorize MPLS setup/teardown into two functions.
Martin Pieuchot
2018-06-25
Push the NET_LOCK() down in rtm_output().
Martin Pieuchot
2018-06-25
Introduce fnew(), a function to initialize a `struct file'.
Martin Pieuchot
[prev]
[next]