summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2021-12-11remove unused variable to fix build with llvm 13; ok jca@Christian Weisgerber
2021-12-11Add support for interrupts represented by ACPI PCI Interrupt Link Devices.Mark Kettenis
2021-12-11Thanks to the reverse engineering efforts by Hector Martin, we now knowMark Kettenis
2021-12-11Attach apldart(4) early.Mark Kettenis
2021-12-11Protect the write access to the TDB flags field with a mutex perAlexander Bluhm
2021-12-11Clarify usage of __EV_POLL and __EV_SELECTVisa Hankala
2021-12-10Revert "kbind(2): disable system call if not initialized beforePhilip Guenther
2021-12-09Make the clockpad work in "raw" mode.Mark Kettenis
2021-12-09Broken ACPI tables containing scopes that are larger than their outer shellPatrick Wildt
2021-12-09Fix cpuid leaf clamping to let through cpuid(0x15) when we have anPhilip Guenther
2021-12-09Add aplpmgr(4), a driver for the power management controller found onMark Kettenis
2021-12-09We only have one syscall table: inline sysent/SYS_MAXSYSCALL andPhilip Guenther
2021-12-08Start documenting the locking strategy of struct tdb fields. NoteAlexander Bluhm
2021-12-08Fix select(2) exceptfds handling of FIFOs and pipesVisa Hankala
2021-12-08drm/amd/display: Allow DSC on supported MST branch devicesJonathan Gray
2021-12-08drm/amd/amdgpu: fix potential memleakJonathan Gray
2021-12-08drm/amd/amdkfd: Fix kernel panic when reset failed and been triggered againJonathan Gray
2021-12-07Delete the last emulation callbacks: we're Just ELF, so declarePhilip Guenther
2021-12-07Teach the net80211 stack to remove corresponding frames from ic_pwrsaveqStefan Sperling
2021-12-07uvm_map_inentry() is provided a format string that says "inside", but thenTheo de Raadt
2021-12-07Fix typo in Tiger Lake H configuration.Mark Kettenis
2021-12-07Continue to delete emulation support: we only have one sigcode andPhilip Guenther
2021-12-07Delete an #if block that dates from rev 1.1 and hasn't been enabledPhilip Guenther
2021-12-07In ipo_tdb the flow contains a reference counted TDB cache. ThisAlexander Bluhm
2021-12-07print the failed method numberTheo de Raadt
2021-12-07Add EVFILT_EXCEPT filter for pipesVisa Hankala
2021-12-07Fix parsing of SR_IRQ resource descriptors here as well.Mark Kettenis
2021-12-07Fix parsing of SR_IRQ resource descriptors.Mark Kettenis
2021-12-07Add missing kernel unlock in error path.Anton Lindqvist
2021-12-07Continue to delete emulation support: since we're Just ELF, the sizePhilip Guenther
2021-12-07uvn_reference(): correct printf(9) argument orderScott Soule Cheloha
2021-12-07Make `unp_msgcount' and `unp_file' protection with `unp_gc_lock'Vitaliy Makkoveev
2021-12-06Start to delete emulation support: since we're Just ELF, makePhilip Guenther
2021-12-06Implement DMA address translation for "raw" loads as well.Mark Kettenis
2021-12-06Implement DMA address translation for "raw" loads as well.Mark Kettenis
2021-12-06Add missing short-circuit in bcmpcie_dmamap_load_raw().Mark Kettenis
2021-12-06zero correct var in cpu_dump()Jonathan Gray
2021-12-06fix odd check in pfi_kif_free()Alexandr Nedvedicky
2021-12-05kbind(2): disable system call if not initialized before first __tfork(2)Scott Soule Cheloha
2021-12-05add missing mtx_leave() calls in error pathsJonathan Gray
2021-12-05Defer rtm_80211info() call from ieee80211_set_link_state() to a task context.Stefan Sperling
2021-12-04vmm(4): reload vmcs after possible sleep pointsDave Voutila
2021-12-04Previous diff was incomplete, we also need to do DMA translation forMark Kettenis
2021-12-04Consolidate error paths in usbd_new_device, shaving of 14 lines.Anton Lindqvist
2021-12-03add Allwinner H6 supportSASANO Takayoshi
2021-12-03support AXP805 PMICSASANO Takayoshi
2021-12-03- support I2C connected PMIC, add "early 1" to sxitwi.SASANO Takayoshi
2021-12-03Add tdb_delete_locked() to replace duplicate tdb deletion code inTobias Heider
2021-12-03Perform DMA address translation if required.Mark Kettenis
2021-12-03Add TDB reference counting to ipsp_spd_lookup(). If an outputAlexander Bluhm