summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2022-01-10In pmap_enter(9), only perform a TLB flush if we actually changed a PTE.Mark Kettenis
2022-01-10Add aplsmc(4), a driver for the SMC found on Apple M1 SoCs.Mark Kettenis
2022-01-10provide access to the hardware counters (MIB counters in the doc) via kstatDavid Gwynne
2022-01-10handle the status ring entries as 64bit words instead of a struct.David Gwynne
2022-01-09Simplify igc_rxrinfo() to improve consistency and appease Coverity.Patrick Wildt
2022-01-09Indicate that mvpxa(4) depends on sdhc code.Visa Hankala
2022-01-09Add attribute for indicating sdhc dependency.Visa Hankala
2022-01-09Add an UNVEIL_USERSET flag which is set when a unveil node is added viaClaudio Jeker
2022-01-09spellingJonathan Gray
2022-01-08__LDPGSZ hasn't been used here since rev 1.23 (2013).Philip Guenther
2022-01-08Remove apldwusb(4). This driver is now unused.Mark Kettenis
2022-01-08Oops, missed a compatible string in the previous commit.Mark Kettenis
2022-01-08Remove verbose PCI and USB device info from BOOTVisa Hankala
2022-01-08Adjust debug printfs after pcitag_t type change.Visa Hankala
2022-01-08Apply mpsafe changes from dwge(4) to dwxe(4):Jonathan Matthew
2022-01-07Add code to initialize the PCIe host bridge hardware. We currently rely onMark Kettenis
2022-01-07SIOCSIFXFLAGS drops into the SIOCSIFFLAGS to perform auto-up of theTheo de Raadt
2022-01-07.glue_7 is used for arm code calling thumb code, and .glue_7t is used forKevin Lo
2022-01-07Add missing dependency.Visa Hankala
2022-01-07fix aac build after -Wno-uninitialized was removedJonathan Gray
2022-01-07hibernate_clear_signature() is only used by hibernate_resume(), soPhilip Guenther
2022-01-07Extract the slice from the zeroth swap device instead of assumingPhilip Guenther
2022-01-06Use a 64-bit integer for pcitag_t and define PCITAG_NODE and PCITAG_OFFSETTheo de Raadt
2022-01-06Use a 64-bit integer for pcitag_t and define PCITAG_NODE and PCITAG_OFFSETMark Kettenis
2022-01-06regenJonathan Gray
2022-01-06ati 0x15e7 confirmed to be barcelo, 2022 ryzen 5000 apusJonathan Gray
2022-01-06drm/amdgpu: add support for IP discovery gc_info table v2Jonathan Gray
2022-01-06drm/amdgpu: When the VCN(1.0) block is suspended, powergating is explicitly e...Jonathan Gray
2022-01-06unstub amdgpu_gem_force_release()Jonathan Gray
2022-01-05Use "bus-range" property to initialize the bus number configuration ofMark Kettenis
2022-01-05Remove kbind(2)'s restriction that a target buffer not cross pagePhilip Guenther
2022-01-05Remove unused function arguments in iwm/iwx interrupt handlers.Stefan Sperling
2022-01-05Compensate for i386 pcitag_t unionTheo de Raadt
2022-01-05In iwx(4), fix wrong pointer assignment in iwx_bar_frame_release().Stefan Sperling
2022-01-05add NSH and NHRP ethertypes, mostly for tcpdump stuff.David Gwynne
2022-01-05rename ETHERTYPE_PAE to ETHERTYPE_EAPOL.David Gwynne
2022-01-05use the index provided by the txcompletion descriptor in txeof.David Gwynne
2022-01-05Add mpfclock(4), a driver for the PolarFire SoC MSS clock controller.Visa Hankala
2022-01-04Future-proof by adding some proposed compatible strings to match on.Mark Kettenis
2022-01-04struct pci_matchid is useful an upcoming userland program that wantsTheo de Raadt
2022-01-04hide more things behind _KERNEL, in case userland manages to includeTheo de Raadt
2022-01-04Use the device we read the hibernate signature from for the entirePhilip Guenther
2022-01-04Restrict the pci(4) ioctl interface to devices detected by the kernel.Mark Kettenis
2022-01-04fix length boundary checks for incoming packets in iwm/iwxStefan Sperling
2022-01-04fix Rx Block Ack session validity checks in iwm(4) and iwx(4)Stefan Sperling
2022-01-04acpi_getprop() needs to actually make sure that we're looking at thePatrick Wildt
2022-01-04remove the last part of driver for aic-6250 scsi on aviionJonathan Gray
2022-01-04remove files missed when sgi was removedJonathan Gray
2022-01-04remove unused fileJonathan Gray
2022-01-04Add `ipsec_flows_mtx' mutex(9) to protect `ipsp_ids_*' list andYASUOKA Masahiko