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
2022-02-14
Delete incomplete implementation of bus_space_{alloc,free} in bus.h.
Kenji Aoyama
2022-02-14
OF_getproplen() returns -1 on error, so don't store result in size_t
Jonathan Gray
2022-02-14
Introduce a signal context that is used to pass signal related information
Claudio Jeker
2022-02-14
reprint device name in attach error paths if needed
Jonathan Gray
2022-02-14
check return value of drm_attach_pci()
Jonathan Gray
2022-02-14
remove unused code
Jonathan Gray
2022-02-14
no need for ifndef __sparc64__
Jonathan Gray
2022-02-14
update sbchecklowmem() to better detect actual mbuf memory usage.
David Gwynne
2022-02-14
change a NULL pa_memex test after use to an earlier KASSERT
Jonathan Gray
2022-02-14
test the correct pointer for acpi_intr_establish() result
Jonathan Gray
2022-02-14
OF_getproplen() returns -1 on error, so don't store result in size_t
Jonathan Gray
2022-02-13
The length value in bpf_movein() is casted to from size_t to u_int
Alexander Bluhm
2022-02-13
remove stray tab whitespace. no code change.
Mike Larkin
2022-02-13
Fix return value check of OF_getproplen(). If "reset-gpios" is not found
Tobias Heider
2022-02-13
Move some MI pieces out of suspend_mp/resume_mp
Theo de Raadt
2022-02-13
The Apple M1 SoC has two mechanism for doing IPIs. The first method uses
Mark Kettenis
2022-02-13
Use knote_modify() and knote_process() in obvious places.
Visa Hankala
2022-02-13
Add helper functions for f_modify and f_process to condense code
Visa Hankala
2022-02-13
Rename knote_modify() to knote_assign()
Visa Hankala
2022-02-13
Some PCIe devices on the M1 and M1 Pro/Max need to be explicitly powered on
Mark Kettenis
2022-02-13
Add basic GPIO support.
Mark Kettenis
2022-02-12
wsdisplay checks are no longer needed here
Theo de Raadt
2022-02-12
wsdisplay checks are no longer needed here
Theo de Raadt
2022-02-12
add MP stubs
Theo de Raadt
2022-02-12
for non-SUSPEND kernel, put the ioctl pieces entirely inside #ifdef
Theo de Raadt
2022-02-12
Reduce code duplication in pipe event filters
Visa Hankala
2022-02-11
Fix typo in comment for f_favail.
Todd C. Miller
2022-02-11
Backout previous "Unwire with map lock held" (commitid: eQBvWUwShD91dN9Z)
Klemens Nanni
2022-02-11
Backout previous "Assert vm map locks" (commitid: sRNBfzX2dJrxFDmb)
Klemens Nanni
2022-02-11
Replace manual !klist_empty()+knote() with KNOTE().
Visa Hankala
2022-02-11
Check klist emptiness instead of NULL pointer in KNOTE()
Visa Hankala
2022-02-11
Inline klist_empty() for more economic machine code.
Visa Hankala
2022-02-11
the sleep_clocks() hook is not needed because the architectures which
Theo de Raadt
2022-02-11
sleep_cpu/resume_cpu are part of an earlier MI split attempt
Theo de Raadt
2022-02-10
Duplicate "park disk" code, so that the SUSPEND case can be MI, it is only
Theo de Raadt
2022-02-10
Enable receive checksum offloading on ixl(4) network interfaces.
Alexander Bluhm
2022-02-10
Assert vm map locks
Klemens Nanni
2022-02-10
Unwire with map lock held
Klemens Nanni
2022-02-10
Embed klist head in acpi_softc to avoid explicit malloc.
Visa Hankala
2022-02-10
#ifdef the SUSPEND ioctl block
Theo de Raadt
2022-02-10
Add stubs for macppc suspend
George Koehler
2022-02-10
bring back a local change to use DC_FP_START()/DC_FP_END() in
Jonathan Gray
2022-02-09
this is now in apm.c
Theo de Raadt
2022-02-09
not ready for suspend
Theo de Raadt
2022-02-09
*** empty log message ***
Theo de Raadt
2022-02-09
Move x86-only stubs used by kern/subr_suspend.c into dev/acpi/acpi_x86.c
Theo de Raadt
2022-02-09
add Surface Go 3 hid to acpibat(4)
Dave Voutila
2022-02-09
add newline to acpitz(4) attach condition
Dave Voutila
2022-02-09
let pfattach() to also initialize pf_default_rule_new to avoid
Alexandr Nedvedicky
2022-02-09
enable hw vlan tag handling in the rx path too.
David Gwynne
[next]