summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2022-11-07The gpiokeys(4) 'label' property seems to be optional. If we don't havePatrick Wildt
2022-11-07Add support for the PCIe controller on the Qualcomm SC8280XP. ThankfullyPatrick Wildt
2022-11-07The ARM SMMUv2 does actually support #iommu-cells = <2>, where the secondPatrick Wildt
2022-11-07Implement the "halt" IPI.Mark Kettenis
2022-11-07revert "move pf_purge out from under the kernel lock".David Gwynne
2022-11-07introduce a new kern.autoconf_serial sysctl that can be used by userlandRobert Nagy
2022-11-07move pf_purge out from under the kernel lock and avoid the hogging cpuDavid Gwynne
2022-11-07vmm(4): set RAX guest register state based on VMCBDave Voutila
2022-11-07Modify TCP receive buffer size auto scaling to use the smoothed RTTYASUOKA Masahiko
2022-11-07Run the ND6 expiry timer without kernel lockKlemens Nanni
2022-11-07Rename unreferenced field d_drivedata to smoke out any wellKenneth R Westerback
2022-11-07Nuke last references to d_drivedata.Kenneth R Westerback
2022-11-07Implement db_write_text/bytes() which add support for ddb(4)'s breakpoints.Martin Pieuchot
2022-11-07In kpageflttrap(), validate a non-NULL pcb_onfault against an arrayPhilip Guenther
2022-11-06Constify pfsync_acts[]; OK dlgKlemens Nanni
2022-11-06get rid of pfsync_state_export.David Gwynne
2022-11-06vmm(4): allocate reference for vm and vcpu SLISTsDave Voutila
2022-11-06Enable IPv4, TCP, and UDP checksum offloading, and VLAN HW taggingMoritz Buhl
2022-11-06move pfsync_state_import in if_pfsync.c to pf_state_import in pf.cDavid Gwynne
2022-11-06Add FDT-based attachment for qciic(4).Patrick Wildt
2022-11-06Add FDT-based attachment for qcgpio(4).Patrick Wildt
2022-11-06make /dev/pf a clonable device.David Gwynne
2022-11-06Change character drawing depth when 'pseudo' framebuffer depth is changed.Kenji Aoyama
2022-11-06Disable smmu(4) for Qualcomm SC8280XP on FDT attachment like we already doPatrick Wildt
2022-11-06Add glue for the USB3 controller on the Lenovo x13s.Patrick Wildt
2022-11-06While the Qualcomm GENI isn't just a simplebus(4), as one can e.g. selectPatrick Wildt
2022-11-06Make EFI runtime calls more robust on arm64 as well. While I have not seenMark Kettenis
2022-11-05Fix kernel build without IPSEC option.Jan Klemkow
2022-11-05clockintr(9): initial commitScott Soule Cheloha
2022-11-05Bump version number so that it's easier to see if the running version hasPatrick Wildt
2022-11-05Not every device tree we're getting passed has an /aliases or /chosen node,Patrick Wildt
2022-11-05Activate the device tree we just loaded from disk. While this doesn't fixPatrick Wildt
2022-11-05Make sure fdt_find_node() returns NULL if it can't find the requested node.Patrick Wildt
2022-11-05powerpc64: TimeBase: add userspace timecounting supportScott Soule Cheloha
2022-11-05For textrel binaries, skipping immutability on text segments is not enough:Theo de Raadt
2022-11-05match on Intel 500 Series HD Audio (0x43c8)Jonathan Gray
2022-11-04EFI firmware has bugs which may mean that calling EFI runtime services willMark Kettenis
2022-11-04Assert the VM map lock is held in function used by mmap/mprotect/munmap.Martin Pieuchot
2022-11-03riscv64 pmap: flush memory writes before remote sfence.vmaJeremie Courreges-Anglas
2022-11-03Zap unused variableJeremie Courreges-Anglas
2022-11-03Enable smbios0 on arm64 RAMDISK so the code mitigating crashes on the x13sPatrick Wildt
2022-11-03Style: always use *retval and never retval[0] in syscalls,Philip Guenther
2022-11-03Make scdebug_ret() behave like ktrsysret(), showing the off_t valuePhilip Guenther
2022-11-02Remove audio(9) speaker_ctl(), let open() handle speakers where neededKlemens Nanni
2022-11-02Clean up more ancient history: since 2015 the libc stubs forPhilip Guenther
2022-11-01Use todr_attach().Mark Kettenis
2022-11-01vmm(4): vcpu_reset_regs_svm: allow reads of MSR_HWCR, MSR_PSTATEDEF(0)Scott Soule Cheloha
2022-10-31mips64: Raise SPL for hardclock()Visa Hankala
2022-10-31Fix VMMAP_DEBUG code to compile with not-so-recent changes.Martin Pieuchot
2022-10-31style: 'The function type should be on a line by itself preceding the function.'Philip Guenther