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-03
Add a new so_seek member to "struct file" such that we can have seekable
Mark Kettenis
2018-07-03
Make intrframe the exact same size as trapframe: instead of pushing
Philip Guenther
2018-07-03
Use LIST_FOREACH construct instead of homebrew loop.
Kevin Lo
2018-07-03
Avoid NULL pointer deref in vn_writechk() when calling ftruncate() on a file
anton
2018-07-03
add amd speculation control cpuid bits
Jonathan Gray
2018-07-03
regen
Frederic Cambus
2018-07-03
Add device IDs of the VIA VX900 chipset.
Frederic Cambus
2018-07-03
During attach, give the loop a while to settle before we start looking
Jonathan Matthew
2018-07-03
regen
Landry Breuil
2018-07-03
Add usb ids for the Logitech Webcams C210 and C270.
Landry Breuil
2018-07-03
If we're not on a fabric, we may still need to attach and detach targets
Jonathan Matthew
2018-07-03
Instead of overwriting `f_data' replace the 'struct file' with a new one.
Martin Pieuchot
2018-07-03
Remove dead code present since r1.1. Fix CID 1470238.
Martin Pieuchot
2018-07-03
Fix typo.
Kevin Lo
2018-07-03
Nuke unused variable.
Kevin Lo
2018-07-02
Use more list macros for v_dirtyblkhd.
Alexander Bluhm
2018-07-02
Update the file reference count field `f_count' using atomic operations
Visa Hankala
2018-07-02
Assert that fdp is locked in fdalloc().
Visa Hankala
2018-07-02
Allow pluart(4) to attach to acpi(4).
Mark Kettenis
2018-07-02
Allow xhci(4) to attach to acpi(4).
Mark Kettenis
2018-07-02
Enable the FPU when calling EFI runtime services. The new UEFI firmware for
Mark Kettenis
2018-07-02
Add functions to allow the use of the FPU in the kernel.
Mark Kettenis
2018-07-02
vmm: wrap a long line and prefix a hex value printed in a debug printf
Mike Larkin
2018-07-02
clarify what is actually needed from a header file being included
Mike Larkin
2018-07-01
Revert bit I didn't intend to commit.
Mark Kettenis
2018-07-01
acpi: clean up some inconsistent style in the hid matching arrays
Mike Larkin
2018-07-01
Hook up acpi(4) on arm64. Various bits of driver glue are still missing
Mark Kettenis
2018-07-01
Use generated string for the bus number extent.
Mark Kettenis
2018-07-01
Lock the file descriptor table when accessing the `fd_ofileflags' array.
Visa Hankala
2018-07-01
Update IDTVEC, KIDTVEC, and KUENTRY to align with _ALIGN_TRAPS instead of
Philip Guenther
2018-07-01
Allow ahci(4) to attach to acpi(4).
Mark Kettenis
2018-07-01
Move acpi(4) attach glue into acpi_machdep.c.
Mark Kettenis
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
[prev]
[next]