summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2023-04-13pmap_copy() has never, ever, been implemented in any of the platforms OpenBSDMiod Vallat
2023-04-13Remove intentionally undocumented pci_{io,mem}_find and convert their lastMiod Vallat
2023-04-13Move USRSTACK to the end of userland address space.Miod Vallat
2023-04-13remove duplicate includesJonathan Gray
2023-04-12Pull MP-safe arprequest() out of kernel lockKlemens Nanni
2023-04-12regenMark Kettenis
2023-04-12Add BCM4388.Mark Kettenis
2023-04-12regenMark Kettenis
2023-04-12Add PCI IDs for the 2nd generation Aquantio 10G NICs.Mark Kettenis
2023-04-12remove unused buffer selection codeJonathan Gray
2023-04-11Nuke unused function prototype.Marcus Glocker
2023-04-11fix double words in commentsJonathan Gray
2023-04-10add missing write of SAB_DAFOJonathan Gray
2023-04-10Enable caps lock LED on modern Apple laptop keyboards.Tobias Heider
2023-04-10fix setting parity bitsJonathan Gray
2023-04-10spellingJonathan Gray
2023-04-09So clang 13 miscompiles dev/usb/umass_scsi.c with the combination if -OzMark Kettenis
2023-04-09don't attach temperature sensors for which there is no TMP# node inJoshua Stein
2023-04-08Return -1 on actual failureKlemens Nanni
2023-04-08Do not reload `inp' in gre_send(). The pointer to PCB of raw socket isVitaliy Makkoveev
2023-04-08Move rtm_ifannounce(IFAN_DEPARTURE) outside netlock within if_detach().Vitaliy Makkoveev
2023-04-08add missing write to XENON_EMMC_PHY_PAD_CONTROL2Jonathan Gray
2023-04-08correct write to MV_XLG_PORT_MAC_CTRL4_REGJonathan Gray
2023-04-08try and cope with not having the firmware/boot loader init the hardware.David Gwynne
2023-04-07print which gmac the dwqe driver is attaching to.David Gwynne
2023-04-07Remove kernel locks from the ARP input path. Caller if_netisr()Alexander Bluhm
2023-04-07Fix whitespace on two linesTheo Buehler
2023-04-07register a mapping of dwqe interfaces to ofw nodes/phandles.David Gwynne
2023-04-07avoid use of uninitialised memoryJonathan Gray
2023-04-07Determine PHY mode and pass the appropriate flags down to the PHY when weMark Kettenis
2023-04-07register a mapping of dwqe interfaces to ofw nodes/phandles.David Gwynne
2023-04-07fixed regulators could have a "gpios" or "gpio" property.David Gwynne
2023-04-07drm/amdkfd: Get prange->offset after svm_range_vram_node_newJonathan Gray
2023-04-07drm/i915: Move CSC load back into .color_commit_arm() when PSR is enabled on ...Jonathan Gray
2023-04-07drm/i915: Disable DC states for all commitsJonathan Gray
2023-04-07drm/i915/dpt: Treat the DPT BO as a framebufferJonathan Gray
2023-04-07drm/i915/gem: Flush lmem contents after constructionJonathan Gray
2023-04-07drm/amd/display: Take FEC Overhead into Timeslot CalculationJonathan Gray
2023-04-07drm/amd/display: Add DSC Support for Synaptics Cascaded MST HubJonathan Gray
2023-04-07drm/amdgpu: allow more APUs to do mode2 reset when go to S4Jonathan Gray
2023-04-07drm/i915/tc: Fix the ICL PHY ownership check in TC-cold stateJonathan Gray
2023-04-07drm/amdkfd: Fixed kfd_process cleanup on module exit.Jonathan Gray
2023-04-07drm/amdkfd: fix potential kgd_mem UAFsJonathan Gray
2023-04-07drm/amdkfd: fix a potential double free in pqm_create_queueJonathan Gray
2023-04-07drm/amdkfd: Fix BO offset for multi-VMA page migrationJonathan Gray
2023-04-06Add two more RK3568 clocks.Mark Kettenis
2023-04-06The simplebus_attach() function already prints a newline, so drop it here.Mark Kettenis
2023-04-06better handle "phy-mode" properties, in particular around clk delays.David Gwynne
2023-04-05Push kernel lock into nd6_resolve()Klemens Nanni
2023-04-05ARP has a sysctl to show the number of packets waiting for an arpAlexander Bluhm