summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2022-10-13Properly implement disestablishing LPI interrupts. Fixes a crash when usingMark Kettenis
2022-10-13Add (minimal) support for the RK3568 PCIe controller. This relies onMark Kettenis
2022-10-13Make comment match the code.Theo Buehler
2022-10-13Implement support for MBIs. MBIs are message based interrupts that can beMark Kettenis
2022-10-12Nuke D_BADSECT and disktab's 'sf'.Kenneth R Westerback
2022-10-12Extend struct todr_chip_handle with a todr_quality member. This allows usMark Kettenis
2022-10-12use correct type with sizeofJonathan Gray
2022-10-12Remove powerpc left-oversKlemens Nanni
2022-10-12Fix -Wreturn-typeKlemens Nanni
2022-10-12The sigaltstack() MAP_STACK re-map mechanism is incompatible with immutableTheo de Raadt
2022-10-11Give checkdisklabel() a new parameter supplying the dev_t of theKenneth R Westerback
2022-10-11add missing unlock in swapmount()Jonathan Gray
2022-10-10Add support for the RK817 PMIC.Mark Kettenis
2022-10-10Recalculate checksum of normalised packetBjorn Ketelaars
2022-10-10add references to 10h 12h revision guidesJonathan Gray
2022-10-10revert amdgpu dirty fb helper changes from 5.15.71Jonathan Gray
2022-10-09RK3566/RK3568 support.Mark Kettenis
2022-10-09RK3566/RK3568 support.Mark Kettenis
2022-10-09Fix typo in debug messages.Kevin Lo
2022-10-08Add PNP ID to make this attach on Qualcomm SoCs.Mark Kettenis
2022-10-08The stack can also be marked immutable, because we expect no sane programTheo de Raadt
2022-10-08The signal trampoline and timekeep regions can be marked immutable atTheo de Raadt
2022-10-08Since the PF_MUTABLE flag is an OpenBSD-specific flag, rename it toMark Kettenis
2022-10-08regenMarcus Glocker
2022-10-08Add Wacom One M CTL-672 USB tablet.Marcus Glocker
2022-10-07Nuke GPTDOSACTIVE which specified the wrong bit. It was superseded byKenneth R Westerback
2022-10-07syncTheo de Raadt
2022-10-07Add mimmutable(2) system call which locks the permissions (PROT_*) ofTheo de Raadt
2022-10-07new UVM_ET_IMMUTABLE flag marks a uvm entry as immutable.Theo de Raadt
2022-10-07Add identifiers for the new "mutable bss" section, ".openbsd.mutable" isTheo de Raadt
2022-10-07unstub intel_guc_send_busy_loop() ct_send()Jonathan Gray
2022-10-07add msleep_interruptible()Jonathan Gray
2022-10-07unstub guc_ct_buffer_reset() h2g_has_room()Jonathan Gray
2022-10-07add CIRC_SPACE()Jonathan Gray
2022-10-07unstub guc_mmio_reg_add()Jonathan Gray
2022-10-07add bsearch() from libcJonathan Gray
2022-10-07unstub i915_gem_object_create_shmem_from_data()Jonathan Gray
2022-10-06Build CRC calc/static block decode tables when needed to fix netbootKlemens Nanni
2022-10-04On CPUs that support the Data Independent Timing feature, enable this featureMark Kettenis
2022-10-04Repair Apple-specific translation support broken by mistake in 1.88; reportedMiod Vallat
2022-10-04Add a few more PSTATE bits.Mark Kettenis
2022-10-03dapmic(4): support clean shutdown with the power buttonJeremie Courreges-Anglas
2022-10-03Reorganize the EFI code a bit. Move the efi.h header from dev/acpi toMark Kettenis
2022-10-03System calls should not fail due to temporary memory shortage inAlexander Bluhm
2022-10-03Add a second membar producer into counters_zero(). Now it isAlexander Bluhm
2022-10-03drm/amdgpu: don't register a dirty callback for non-atomicJonathan Gray
2022-10-03drm/amd/display: Mark dml30's UseMinimumDCFCLK() as noinline for stack usageJonathan Gray
2022-10-03drm/amd/display: Reduce number of arguments of dml31's CalculateFlipSchedule()Jonathan Gray
2022-10-03drm/amd/display: Reduce number of arguments of dml31's CalculateWatermarksAnd...Jonathan Gray
2022-10-03drm/amd/display: Limit user regamma to a valid valueJonathan Gray