summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2022-01-04Remove commented out gtp from amd64 GENERICGreg Steuck
2022-01-03SOCs -> SoCsVisa Hankala
2022-01-03the prism54 domain is long abandonedJonathan Gray
2022-01-03ansiJonathan Gray
2022-01-03Don't use != 0 to check whether a pointer is non-NULL.Jonathan Gray
2022-01-03reuse gcu(4) comment from GENERIC fixing spellingJonathan Gray
2022-01-03happend -> happenedJonathan Gray
2022-01-02approprate -> appropriateJonathan Gray
2022-01-02Resore -> RestoreJonathan Gray
2022-01-02firmare -> firmwareJonathan Gray
2022-01-02excuted -> executedJonathan Gray
2022-01-02Prism54 (only full-mac varients) -> Prism54 Full-MACJonathan Gray
2022-01-02spellingJonathan Gray
2022-01-02immediatly -> immediatelyTheo Buehler
2022-01-02Grab kernel lock when required.Mark Kettenis