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