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