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