summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2021-06-13Clean this up a bit. Use register names that match the documentation, andMark Kettenis
2021-06-13refer to the correct domain for sdhc specJonathan Gray
2021-06-13Match sifive,fu740-c000-gem so that device is detected on Unmatched.Dale Rahn
2021-06-13cad(4) appears to be working on Unmatched.Dale Rahn
2021-06-12Serial driver for SiFive Unmatched (U74) based on dev/fdt/amluart.cDale Rahn
2021-06-12Enable dwpcie(4) and add support for the PCIe host bridge found on theMark Kettenis
2021-06-12Restrict MSI override to i386 and amd64. On other architectures we canMark Kettenis
2021-06-12Enable code to read MAC address from the device tree on FDT platforms.Mark Kettenis
2021-06-11setitimer(2): don't round up it_valuecheloha
2021-06-11recognise ALC897Jonathan Gray
2021-06-11enable snooping on Z590 HDAJonathan Gray
2021-06-11regenJonathan Gray
2021-06-11add a HDA device found in a Z590 machineJonathan Gray
2021-06-11Drop received packets unless IFF_RUNNING is set. When hvn(4) attachesPatrick Wildt
2021-06-11Store the device tree node in the pcitag_t like we do on powerpc64 andiMark Kettenis
2021-06-11limit workaround for AMD errata 400 to family 0fh and 10hJonathan Gray
2021-06-11Sort ID->pledge name translation in the same order as the manual pageTheo de Raadt
2021-06-11Remember to lock kqueue mutex in filt_timermodify().Visa Hankala
2021-06-10Oops. Forgot to commit the version bump.Kenneth R Westerback
2021-06-10Sync efid_io() with the recent improvements kettenis@ made toKenneth R Westerback
2021-06-10Sync efid_io() with the recent improvements kettenis@ made toKenneth R Westerback
2021-06-10Serialize internals of kqueue with a mutexVisa Hankala
2021-06-10Don't skip mouse attachment if an otherwise qualified report doesn'tJoshua Stein
2021-06-10Prevent interleaved stack traces in ddb from multiple CPUs. CheckAlexander Bluhm
2021-06-10Add Spleen 12x24 and 16x32 on amd64's RAMDISK_CD and arm64 RAMDISK kernels.Frederic Cambus
2021-06-10recognise Cortex-A510, Cortex-A710 and Cortex-X2Jonathan Gray
2021-06-09Enable MSI-X support for powerpc64.Mark Kettenis
2021-06-09unveil: small cleanup for UNVEIL_INSPECTSebastien Marie
2021-06-09whitespace tweak. no functional change.David Gwynne
2021-06-09don't fatally error on failing to map visible VRAMJonathan Gray
2021-06-08cleanup printf pattern to remove double 0x when printing pointerdv
2021-06-08Replace hand rolled memory allocation in efid_io() withKenneth R Westerback
2021-06-07Replace all uses of 'EFI_CALL(func, params)' withKenneth R Westerback
2021-06-07vmm(4): add dt tracepoints for guest entry/exitdv
2021-06-07"intrisic" -> "intrinsic" in a couple of comments.Kenneth R Westerback
2021-06-07Kill SS_ASYNC and only check SB_ASYNC when async signals are wanted.Martin Pieuchot
2021-06-07Replace all uses of 'EFI_CALL(func, params)' withKenneth R Westerback
2021-06-06Replace all uses of 'EFI_CALL(func, params)' withKenneth R Westerback
2021-06-06Add firmware selection for BRCM_CC_43241_CHIP_ID (0x4324).Kenji Aoyama
2021-06-05this file includes sys/param.h, so does not need to redefine PAGE_MASKTheo de Raadt
2021-06-04Remove now unused eficall.S.Kenneth R Westerback
2021-06-04regenmvs
2021-06-04Unlock connect(2). Again.mvs
2021-06-04avoid a use after free in a path taken if malloc M_NOWAIT failsJonathan Gray
2021-06-04disable ppgtt on cherryview/braswellJonathan Gray
2021-06-04yasuoka@ pointed out that amd64 clang now understandsKenneth R Westerback
2021-06-03Implement multicast support in mvpp(4) to make IPv6 work. With thisPatrick Wildt
2021-06-03ip6_input_if used the ip6_hdr pointer uninitted after i refactored it.David Gwynne
2021-06-03remember if the ipv4 header checksum is ok.David Gwynne
2021-06-02Use the same logic in all copies of gpt_chk_mbr(), relaxing theKenneth R Westerback